Robbie Averill
|
6d2665d687
|
Merge branch '4.0' into 4.1
|
2018-11-06 11:04:28 +01:00 |
|
Werner M. Krauß
|
adafd73943
|
Convert::memstring2bytes should preserve -1
fixes #8570
|
2018-11-06 10:22:13 +01:00 |
|
Aaron Carlino
|
0ba275cb40
|
Merge branch '4.2' into 4.3
|
2018-11-06 15:09:01 +13:00 |
|
Aaron Carlino
|
e60cea8561
|
Merge branch '4.1' into 4.2
|
2018-11-06 15:08:42 +13:00 |
|
Robbie Averill
|
98c038688d
|
Add missing deprecation notices to Convert json methods
|
2018-10-29 22:15:22 +00:00 |
|
Robbie Averill
|
b02a6fa02d
|
FIX Replace usage of Convert JSON methods with json_encode
|
2018-10-28 21:15:29 +00:00 |
|
Robbie Averill
|
9724d1dd73
|
API Convert JSON methods are now deprecated, use json_encode or decode instead
|
2018-10-28 21:13:47 +00:00 |
|
Sam Minnée
|
e72fc9e3d0
|
FIX DataObject singleton creation (#8516)
Ensure DataObject instances are aware they are singletons so functions like populateDefaults() can be skipped. (fixes #4878)
Correctly applies https://github.com/silverstripe/silverstripe-framework/pull/7850 to the 4.x line
This has already been fixed in 3.x
|
2018-10-25 11:42:45 +13:00 |
|
Robbie Averill
|
311fd62d95
|
FIX getExtensionInstance can return null, add a case to handle that
|
2018-10-19 18:12:13 +02:00 |
|
Robbie Averill
|
516267ed46
|
Merge pull request #8470 from kinglozzer/suf-fixing-the-suffix
FIX: Re-instate missing SS_DATABASE_SUFFIX functionality (fixes #7966)
|
2018-10-12 23:11:54 +02:00 |
|
Loz Calver
|
ee21c42011
|
FIX: Re-instate missing SS_DATABASE_SUFFIX functionality (fixes #7966)
|
2018-10-11 10:50:56 +01:00 |
|
Robbie Averill
|
56d5621934
|
FIX Flush extra_methods statics between test runs
|
2018-10-09 13:22:54 +02:00 |
|
Guy Marriott
|
5970fc2417
|
FIX Moving test to correct director
|
2018-10-03 10:47:17 +13:00 |
|
Robbie Averill
|
f842ee2eec
|
Update deprecation PHPDocs to be PSR-5 compliant
See: https://github.com/php-fig/fig-standards/blob/master/proposed/phpdoc-tags.md#55-deprecated
|
2018-09-28 10:49:14 +02:00 |
|
Ingo Schommer
|
25759ffc5f
|
NEW Show file path on PHP parser exceptions
|
2018-09-28 08:58:47 +12:00 |
|
Daniel Hensby
|
bd2abc7a12
|
Merge branch '4.1' into 4.2
|
2018-07-13 16:44:23 +01:00 |
|
Daniel Hensby
|
ec9281ee02
|
Merge branch '4.0' into 4.1
|
2018-07-13 16:42:00 +01:00 |
|
Daniel Hensby
|
4acec33562
|
FIX Fixed bug in config merging priorities so that config values set by extensions are now least important instead of most important
|
2018-07-12 00:55:39 +01:00 |
|
Damian Mooyman
|
6c985c4e5f
|
Merge remote-tracking branch 'origin/4.1' into 4
|
2018-06-13 11:25:20 +12:00 |
|
Daniel Hensby
|
ce58890baf
|
Merge branch '4.0' into 4.1
|
2018-06-11 09:27:42 +01:00 |
|
Damian Mooyman
|
c070e989c4
|
BUG Safely handle empty injector factory responses
Fixes issue with ImageBackendFactory returning null and breaking injector
|
2018-06-06 16:45:16 +12:00 |
|
Robbie Averill
|
ea16e28aa7
|
Merge branch '4.1' into 4
|
2018-05-28 18:33:56 +12:00 |
|
Robbie Averill
|
3a537bc745
|
Merge branch 'heads/4.0.4' into 4.0
|
2018-05-28 17:50:07 +12:00 |
|
Robbie Averill
|
722202fef4
|
Merge remote-tracking branch 'origin/4.0.4' into 4.1.1
# Conflicts:
# src/Control/Director.php
|
2018-05-24 15:41:11 +12:00 |
|
Damian Mooyman
|
d935140a95
|
[ss-2018-005] Prevent unauthenticated isDev / isTest being allowed
|
2018-05-14 17:03:39 +12:00 |
|
Damian Mooyman
|
7351caf487
|
API Allow non-DataExtension Extensions to decorate dataobject
|
2018-03-23 12:22:27 +13:00 |
|
Damian Mooyman
|
26402f3bb5
|
ENHANCEMENT Enable request handlers to be extended
|
2018-03-21 15:50:31 +13:00 |
|
Christopher Joe
|
1cdbab45c9
|
Added comment about array_merge() not working
|
2018-02-27 09:52:42 +13:00 |
|
Aaron Carlino
|
0863bac29a
|
Update getVariables to return a copy of globals rather than including the reference in an array merge
|
2018-02-27 09:52:36 +13:00 |
|
Christopher Joe
|
f650c92436
|
Added comment about array_merge() not working
|
2018-02-26 12:24:02 +13:00 |
|
Aaron Carlino
|
d91648dd6e
|
Update getVariables to return a copy of globals rather than including the reference in an array merge
|
2018-02-23 16:25:41 +13:00 |
|
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 |
|