Loz Calver
a9e1ce48df
Merge pull request #6736 from dhensby/pulls/4/phpunit-5
...
Bump PHPUnit to 5.7
2017-03-24 10:21:49 +00:00
Daniel Hensby
bcb9a99e54
increase memory in a hope to get code coverage working
2017-03-24 17:05:53 +13:00
Daniel Hensby
0410b4c35e
Respect PHPUnit method visibility
2017-03-24 16:23:03 +13:00
Daniel Hensby
6b4a72dee8
Fixing deprecated PHPUnit APIs
2017-03-24 16:23:01 +13:00
Daniel Hensby
bb7da7cffd
Bump PHPUnit version
2017-03-24 16:23:01 +13:00
Damian Mooyman
1186f07830
API Use mysql-safe table namespace separator
2017-03-24 14:17:30 +13:00
Sam Minnée
d91c6659be
Merge pull request #6723 from open-sausages/pulls/4.0/assets-module
...
API Split SilverStripe\Assets into separate module
2017-03-23 09:21:27 +13:00
Chris Joe
66f37012f7
Merge pull request #6724 from open-sausages/pulls/4.0/fix-i18n-pluralise
...
Fix and test pluralisation usages
2017-03-21 18:20:16 +13:00
Damian Mooyman
dae6d5902f
API Split SilverStripe\Assets into separate module
2017-03-21 11:12:51 +13:00
Damian Mooyman
e4c68bc2bf
Fix and test pluralisation usages
2017-03-21 10:49:30 +13:00
Sam Minnée
cfa6a36697
Merge pull request #6706 from open-sausages/pulls/4.0/manifest-cache
...
API Build new ManifestCache based on PSR-16 SimpleCache
2017-03-21 10:29:03 +13:00
Damian Mooyman
480597e5ff
Add missing docs to upgrading guide for cache config
2017-03-21 09:43:49 +13:00
Damian Mooyman
3a0099161b
API Remove Log class
2017-03-21 09:43:49 +13:00
Damian Mooyman
54ba08a306
API Replace ManifestCache with ManifestCacheFactory
...
API Remove lots of deprecated module code from ClassManifest
2017-03-21 09:43:48 +13:00
Ingo Schommer
1efa22f9bb
Reinstate 7.0 support, clarify policy
...
We’ve discussed dropping support for 5.6 once it’s EOL on https://github.com/silverstripe/silverstripe-framework/issues/6705 .
The same question needs to be asked for 7.0, which goes EOL in the same month. And should be generalised to future PHP versions.
Follow up to https://github.com/silverstripe/silverstripe-framework/pull/6718/
2017-03-21 08:28:08 +13:00
Daniel Hensby
c253d49c50
Merge pull request #6721 from open-sausages/pulls/4.0/no-spacing-out
...
Remove spaces in elseif statements
2017-03-20 16:33:25 +13:00
Christopher Joe
6dd236e9b1
remove spaces in elseif statements
2017-03-20 15:39:53 +13:00
Damian Mooyman
89d5151f07
Merge pull request #6714 from filisko/patch-2
...
updated copyright year
2017-03-20 11:48:35 +13:00
Damian Mooyman
62f8aa4408
API Drop PHP 5.5 support, limit PHP 5.6 to 2018
2017-03-20 11:48:01 +13:00
Damian Mooyman
1016ff9977
Merge pull request #6713 from dhensby/pulls/4/install-cleanup
...
Fix undeclared var in installer
2017-03-20 11:44:27 +13:00
Ingo Schommer
cb5b7537dc
Remove composer self-update, handled by Travis now
2017-03-20 10:34:43 +13:00
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