Damian Mooyman
|
e809c0fd62
|
Merge remote-tracking branch 'origin/4.0' into 4.1
|
2018-02-15 09:27:51 +13:00 |
|
Damian Mooyman
|
0b7cf80331
|
BUG Fix incorrect convert slashes argument
|
2018-02-13 16:33:35 +13:00 |
|
zanderwar
|
9ce21338a3
|
ENHANCEMENT composer.json missing notice
|
2018-02-13 09:03:01 +10:00 |
|
Daniel Hensby
|
62057befdb
|
Merge branch '4.0' into 4
|
2018-02-06 10:08:17 +00:00 |
|
Daniel Hensby
|
28ca11dd7e
|
FIX Regex range identifier correctly escaped
|
2018-02-05 15:17:20 +00:00 |
|
Damian Mooyman
|
e359948eb3
|
Merge remote-tracking branch 'origin/4.0' into 4
# Conflicts:
# src/Core/CoreKernel.php
|
2018-02-05 17:52:38 +13:00 |
|
Damian Mooyman
|
cb30e09130
|
Update reference from $databaseConfig to .env
|
2018-02-01 12:58:55 +13:00 |
|
Raissa North
|
cd6faac7a9
|
FIX Fix typo in error message
|
2018-01-30 15:48:42 +13:00 |
|
Damian Mooyman
|
a3c52f901a
|
Merge remote-tracking branch 'origin/4.0' into 4
# Conflicts:
# src/Core/TempFolder.php
# src/ORM/DataObject.php
# src/View/ThemeResourceLoader.php
# src/includes/constants.php
# tests/php/Control/SimpleResourceURLGeneratorTest.php
# tests/php/Forms/HTMLEditor/HTMLEditorFieldTest.php
# tests/php/View/RequirementsTest.php
|
2018-01-22 14:57:05 +13:00 |
|
Daniel Hensby
|
db610aaf3b
|
Fixing string concat CS issues
|
2018-01-16 18:39:30 +00:00 |
|
Daniel Hensby
|
e4b936c7c7
|
Merge branch '4.0' into 4
|
2018-01-12 14:40:33 +00:00 |
|
Damian Mooyman
|
8d077203d4
|
API Implement support for public/ webroot folder (#7741)
* API Implement support for public/ webroot folder
* Bugfixes and refactor based on feedback
|
2018-01-12 16:25:02 +13:00 |
|
Daniel Hensby
|
7d66342496
|
FIX Allow extension instances to be overridden by injector
|
2018-01-12 00:38:15 +00:00 |
|
Damian Mooyman
|
529e341dbc
|
Merge pull request #7699 from open-sausages/pulls/4/html-in-security-msg
ENHANCEMENT Allow html in security failure message
|
2017-12-14 14:30:09 +13:00 |
|
Damian Mooyman
|
1c8576cee7
|
Linting cleanup
|
2017-12-14 14:18:41 +13:00 |
|
Damian Mooyman
|
8b1b9f022b
|
Fix linting issues
|
2017-12-14 13:50:52 +13:00 |
|
Damian Mooyman
|
ee27329728
|
Minor linting / style updates
|
2017-12-11 16:46:59 +13:00 |
|
Aaron Carlino
|
86458941be
|
Refactor to MemberCacheFlusher
|
2017-12-11 16:46:59 +13:00 |
|
Aaron Carlino
|
eecb9f64d3
|
Add new InheritedPermissionFlusher extension, CacheFlusher service
|
2017-12-11 16:46:59 +13:00 |
|
Daniel Hensby
|
eb55c27124
|
Merge branch '4.0' into 4
|
2017-12-05 12:14:22 +00:00 |
|
Damian Mooyman
|
9666222637
|
BUG Fix _configure_database.php being ignored
Fixes #7590
|
2017-11-29 12:01:24 +13:00 |
|
Daniel Hensby
|
6d5cbe0a0e
|
Merge branch '4.0' into 4
|
2017-11-25 17:19:31 +00:00 |
|
Andrew Aitken-Fincham
|
3620e57b5b
|
check for apc.enable_cli when running from CLI
|
2017-11-22 08:50:20 +00:00 |
|
Damian Mooyman
|
420041f2b6
|
Merge remote-tracking branch 'origin/4.0' into 4
|
2017-11-03 17:04:44 +13:00 |
|
Reece Alexander
|
9c836c0d3d
|
Added missing @deprecated tags
This PR just adds a couple of @deprecated tags where they were missing, where IDE's like PHPStorm immediately alert the user that it's deprecated.
|
2017-11-02 20:28:01 +13:00 |
|
Damian Mooyman
|
0b3ed7ff15
|
Merge 4.0 -> 4
|
2017-11-02 16:52:05 +13:00 |
|
Damian Mooyman
|
df50c8da03
|
BUG Use parse_str in place of guzzle library
Fixes #7540
|
2017-11-02 11:52:39 +13:00 |
|
Damian Mooyman
|
29af6dbafd
|
Merge remote-tracking branch 'origin/4.0' into 4
|
2017-10-25 16:59:19 +13:00 |
|
Damian Mooyman
|
ff992de231
|
Merge pull request #7493 from kinglozzer/require-me-some-isolation
FIX: Use isolated scope when requiring files for module activation
|
2017-10-24 14:19:37 +13:00 |
|
Sam Minnee
|
4bec62ba51
|
Merge branch '4.0' into 4
|
2017-10-20 18:45:16 +13:00 |
|
Damian Mooyman
|
b9cb1e69e6
|
BUG Replace phpdotenv with thread-safe replacement
|
2017-10-20 18:43:11 +13:00 |
|
Loz Calver
|
bb9501797f
|
FIX: Use isolated scope when requiring files for module activation
|
2017-10-20 09:11:00 +13:00 |
|
Chris Joe
|
cafa3fc29a
|
BUG switch to trigger_error() when a resource is not found (#7468)
* BUG switch to `trigger_error()` when a resource is not found rather than throw an exception
* Add unit test for module url failing
|
2017-10-16 16:11:42 +13:00 |
|
Loz Calver
|
7afab3043d
|
Merge pull request #7461 from open-sausages/pulls/4.0/fix-icon-urls
Fix references to resource paths / urls
|
2017-10-10 09:08:08 +01:00 |
|
Damian Mooyman
|
6a55dcfc16
|
Fix references to resource paths / urls
|
2017-10-10 16:51:47 +13:00 |
|
Damian Mooyman
|
11b2c74533
|
ENHANCEMENT Improve upgrade experience for beta3 -> beta4 upgrade
|
2017-10-10 15:27:41 +13:00 |
|
Ingo Schommer
|
4a94dfe55b
|
Remove "url" query param reliance, use index.php
See https://github.com/silverstripe/silverstripe-framework/issues/7430
|
2017-10-09 17:21:43 +13:00 |
|
Christopher Joe
|
3560a0418d
|
rename TEMP_FOLDER to TEMP_PATH
|
2017-10-09 12:41:34 +13:00 |
|
Damian Mooyman
|
313f8c7ac3
|
Merge pull request #7439 from creative-commoners/pulls/4.0/trim-injector-names
FIX Trim whitespace off names in Injector
|
2017-10-09 12:31:11 +13:00 |
|
Robbie Averill
|
3bdc8c7e65
|
FIX Trim whitespace off names in Injector
|
2017-10-06 15:52:44 +13:00 |
|
Damian Mooyman
|
b996e2c22c
|
API Extensions are now stateless
ENHANCEMENT Injector now lazy-loads services more intelligently
|
2017-10-06 14:53:44 +13:00 |
|
Damian Mooyman
|
4dbd727206
|
BUG Config updates are now applied after middleware not before
|
2017-10-05 12:30:21 +13:00 |
|
Damian Mooyman
|
1b6d0144c5
|
BUG Fix resource mapping for TinyMCE
API add ModuleResource::getRelativeResource()
|
2017-10-04 17:44:04 +13:00 |
|
Damian Mooyman
|
f4a77649a4
|
Fix requirements tests
|
2017-10-03 14:21:24 +13:00 |
|
Damian Mooyman
|
5ffe64f024
|
Fix tinymce plugins
|
2017-10-03 14:08:24 +13:00 |
|
Damian Mooyman
|
f64c95b33c
|
Add new ModuleResourceLoader helper
|
2017-10-03 12:20:49 +13:00 |
|
Christopher Joe
|
26f7f0482c
|
Fix typos in FilesystemCacheFactory
|
2017-10-02 15:10:44 +13:00 |
|
Damian Mooyman
|
fa57deeba4
|
ENHANCEMENT Allow vendor modules with url rewriting
API Introduce ModuleResource feature
|
2017-09-29 10:28:38 +13:00 |
|
Damian Mooyman
|
da27948777
|
Merge pull request #7373 from dhensby/pulls/4/rate-limit-security
NEW RateLimiter for Security controller
|
2017-09-28 11:01:37 +13:00 |
|
Daniel Hensby
|
51ac297c59
|
Fixes to ratelimiter and new features
|
2017-09-27 14:44:38 +01:00 |
|