Commit Graph

18240 Commits

Author SHA1 Message Date
Ingo Schommer
6e58408806 Drop PHP 5.5 support, limit PHP 5.6 to 2018
Fixes #6705
2017-03-20 10:34:24 +13:00
Filis Futsarov
9417bba7aa updated copyright year 2017-03-16 15:24:22 +01:00
Daniel Hensby
22a68bb2db Merge pull request #6712 from open-sausages/pulls/4.0/fix-devs
Fix dev CI builds
2017-03-16 16:42:28 +13:00
Daniel Hensby
3e17dd3201
Move to template PHP syntax for installer 2017-03-16 16:09:46 +13:00
Daniel Hensby
53b98284fe
FIX Remove undefined var from installer 2017-03-16 16:09:33 +13:00
Damian Mooyman
66b1c72d4a
Fix dev CI builds
Move silverstripe/config release responsibility to installer
Remove admin artifacts in composer.json
2017-03-16 16:08:30 +13:00
Daniel Hensby
e7a4df1559 Merge pull request #6693 from open-sausages/pulls/4.0/cache-logging
API Apply logging to cache system
2017-03-16 11:29:54 +13:00
Damian Mooyman
ce14060913 API Apply default logger to all caches
API Rename ‘Logger’ service name to ‘Psr\Log\LoggerInterface’
API DefaultCacheFactory constructor now takes an array of default arguments
2017-03-15 15:31:24 +13:00
Damian Mooyman
8f0f9fa119 API Apply logging to config cache 2017-03-15 15:31:24 +13:00
Ingo Schommer
e4daf70b27 Merge pull request #6695 from open-sausages/pulls/4.0/admin-module
API Move admin to separate module
2017-03-15 11:59:51 +13:00
Ingo Schommer
6b43d79f3e Removed confusing src/ dir 2017-03-15 11:59:13 +13:00
Ingo Schommer
b24bb777f0 Removed js translations which are no longer applicable 2017-03-15 11:31:15 +13:00
Ingo Schommer
1222231da9 Removed NPM-based travis tests 2017-03-15 11:10:04 +13:00
Ingo Schommer
3ec5a5b035 Fixed upgrading path references 2017-03-15 11:08:28 +13:00
Ingo Schommer
f6a4a059fa Moved frontend code from dist/ to src/
We no longer compile it, so it’s technically the “source” now
2017-03-15 11:07:17 +13:00
Ingo Schommer
02bbc05816 Remove unnecessary frontend build tooling
We’re loading 60MB of node_modules to compile 600 LOC of SCSS files down to CSS.
These can be maintained as plain CSS for now, at least until we redesign installer (at which point we’ll likely split it out into a separate module)
2017-03-15 11:03:04 +13:00
Ingo Schommer
5e3818ab46 PHPCS on tests/php dir 2017-03-15 09:00:55 +13:00
Ingo Schommer
da2647b4de Remove admin/ dir from phpcs 2017-03-15 08:59:26 +13:00
Ingo Schommer
4746cf1bae Merge pull request #6698 from jackoconnor21/patch-1
Correcting typo
2017-03-14 20:25:09 +13:00
Damian Mooyman
9f953770f5 API Move CMSPreviewable to framework module
Remove or soft-link dependency on admin module
2017-03-14 10:22:45 +13:00
Damian Mooyman
12444fd8ae Add admin to dependencies for campaign admin 2017-03-14 10:22:45 +13:00
Damian Mooyman
c2f2318d5f Move admin routes to admin module 2017-03-14 10:22:45 +13:00
Damian Mooyman
5e23dc8ce8 Update lock file 2017-03-14 10:22:45 +13:00
Damian Mooyman
810dcab748 Simplify config for admin removal 2017-03-14 10:22:45 +13:00
Damian Mooyman
5c96070038 Remove admin module dir 2017-03-14 10:22:45 +13:00
Damian Mooyman
f24d81af7b Merge pull request #6699 from sminnee/add-versioned-test
MINOR: Add a Versioned test for #6680
2017-03-14 10:17:08 +13:00
Sam Minnee
5ea238c58b MINOR: Add a Versioned test for #6680
It turns out that cascaded query params as described in #6680 were
already implemented; this test confirms that.
2017-03-14 09:39:26 +13:00
Jack O'Connor
100e9bf59c Correcting typo 2017-03-13 12:15:07 +00:00
Chris Joe
966e98529c Merge pull request #6697 from open-sausages/pulls/4.0/fix-request-fortemplate
API Add FormRequestHandler::forTemplate() for backwards compatibility
2017-03-13 14:25:19 +13:00
Damian Mooyman
a07a9bffc4
API Add FormRequestHandler::forTemplate() for backwards compatibility 2017-03-13 12:51:37 +13:00
Daniel Hensby
bba86bb106 Merge pull request #6692 from open-sausages/pulls/4.0/form-refactor
API Refactor Form request handling into FormRequestHandler
2017-03-10 11:55:27 +00:00
Damian Mooyman
644ae60fac Merge pull request #6694 from open-sausages/pulls/4.0/yarn-patch
BUG work-around for form property on formfields not working
2017-03-10 16:43:26 +13:00
Damian Mooyman
d3177ef94c
BUG work-around for form property on formfields not working 2017-03-10 16:01:25 +13:00
Damian Mooyman
0c41a97a8b API Refactor Form request handling into FormRequestHandler
API Add HasRequestHandler interface
API Refactor Link() and url handling behaviour from Controller into RequestHandler
API RequestHandler classes now must define url_segment to have a default Link()
API Clean up redirectBack()
2017-03-10 15:04:33 +13:00
Sam Minnée
f520a846c5 Merge pull request #6679 from open-sausages/pulls/4.0/a-good-yarn
Upgrade to Node6 and yarn
2017-03-10 14:20:54 +13:00
Damian Mooyman
ca9979100f
Work around yarn travis issue
See https://github.com/yarnpkg/yarn/issues/2629
2017-03-10 13:51:04 +13:00
Damian Mooyman
23b92c8187
Documentation and linting updates 2017-03-10 11:59:38 +13:00
Damian Mooyman
dcaef006bd
Rebuild dist files 2017-03-10 11:47:09 +13:00
Christopher Joe
f2fb805331 update travis setup 2017-03-10 11:40:48 +13:00
Christopher Joe
c12fd48117 Move node_path variables to jest config
Fix webpack using the wrong url-loader
2017-03-10 11:40:48 +13:00
Christopher Joe
0925b3c578 Upgrade jest to v19 2017-03-10 11:38:40 +13:00
Christopher Joe
466c50b302 API Switch from npm4 and shrinkwrap to npm6 and yarn 2017-03-10 11:38:26 +13:00
Damian Mooyman
adf4834cf9 Merge pull request #6667 from open-sausages/pulls/4.0/upload-be-gone
Remove UploadField, AssetField and associated files
2017-03-09 14:51:36 +13:00
Damian Mooyman
bf3383731d Upgrading guide for uploadfield 2017-03-09 13:33:00 +13:00
Damian Mooyman
63e3fbdccb Remove default scaffold field for DBFile 2017-03-09 13:33:00 +13:00
Damian Mooyman
09d7493a4f Fix webpack location for font files 2017-03-09 13:32:59 +13:00
Christopher Joe
50deb17763 API remove UploadField, AssetField and associated files
Fixes #6481
2017-03-09 10:16:46 +13:00
Ingo Schommer
97a29c1ee2 Add Chris to core committers list 2017-03-08 14:50:24 +13:00
Ingo Schommer
06ec59b4f2 Sort core committers alphabetically 2017-03-08 14:50:24 +13:00
Loz Calver
736f473f43 Merge pull request #6684 from dhensby/pulls/4/fix-installer-recursion-yml
FIX Installer no longer causes recursion in yml config
2017-03-07 12:28:44 +00:00