Loz Calver
|
b5bae137bd
|
FIX: Redirect loop with multiple confirmation tokens present (fixes #8607)
|
2018-11-15 10:59:42 +00:00 |
|
Robbie Averill
|
24d6527845
|
Merge branch '4.3' into 4
|
2018-11-09 11:39:27 +02:00 |
|
Robbie Averill
|
10f502f0c7
|
Merge branch '4.2' into 4.3
|
2018-11-09 11:39:05 +02:00 |
|
Robbie Averill
|
5b7723df7f
|
Merge branch '4.1' into 4.2
# Conflicts:
# lang/fi.yml
# lang/nl.yml
|
2018-11-09 11:38:04 +02:00 |
|
Robbie Averill
|
df4d2bd838
|
Merge branch '4.0' into 4.1
# Conflicts:
# lang/da.yml
# lang/eo.yml
# lang/fi.yml
# lang/it.yml
# lang/nl.yml
# lang/sv.yml
|
2018-11-09 11:36:34 +02:00 |
|
Werner M. Krauß
|
bc0f17fb09
|
Cleanup Convert
* remove unneeded parenthesis and double quotes
* simplify flow / remove unneeded else
|
2018-11-07 17:45:01 +01:00 |
|
Werner M. Krauß
|
3f321f935a
|
Convert::memstring2bytes should return integer value
bytes are by nature an integer
fixes #8572
|
2018-11-07 17:01:36 +01:00 |
|
Aaron Carlino
|
76936d863d
|
Merge branch '4.3' into 4
|
2018-11-07 23:20:44 +13:00 |
|
Loz Calver
|
11fe5b3adf
|
Implement ConfirmationTokenChain to handle multiple tokens at once
|
2018-11-07 11:33:24 +13:00 |
|
Loz Calver
|
8d7c2dafab
|
[SS-2018-019] Add confirmation token to dev/build
|
2018-11-07 11:33:24 +13:00 |
|
Loz Calver
|
02ad0f44aa
|
Implement ConfirmationTokenChain to handle multiple tokens at once
|
2018-11-07 11:32:55 +13:00 |
|
Loz Calver
|
af000bea9b
|
[SS-2018-019] Add confirmation token to dev/build
|
2018-11-07 11:32:55 +13:00 |
|
Loz Calver
|
5563537cc8
|
Implement ConfirmationTokenChain to handle multiple tokens at once
|
2018-11-07 11:31:33 +13:00 |
|
Loz Calver
|
0610f76da0
|
[SS-2018-019] Add confirmation token to dev/build
|
2018-11-07 11:31:33 +13:00 |
|
Loz Calver
|
0877442c64
|
Implement ConfirmationTokenChain to handle multiple tokens at once
|
2018-11-07 11:24:51 +13:00 |
|
Loz Calver
|
3dbb10625c
|
[SS-2018-019] Add confirmation token to dev/build
|
2018-11-07 11:24:51 +13:00 |
|
Robbie Averill
|
64c2938c96
|
Merge branch '4.3' into 4
|
2018-11-06 11:05:22 +01:00 |
|
Robbie Averill
|
3c58ae009e
|
Merge branch '4.2' into 4.3
|
2018-11-06 11:05:08 +01:00 |
|
Robbie Averill
|
22c7fa2bc9
|
Merge branch '4.1' into 4.2
|
2018-11-06 11:04:43 +01:00 |
|
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 |
|