Loz Calver
|
daac577e62
|
Merge pull request #7763 from creative-commoners/pulls/4.0/fix-remove-header
FIX HTTPResponse::removeHeader incorrectly converts header name to lowercase
|
2018-01-16 11:04:03 +00:00 |
|
Robbie Averill
|
cc90cb0125
|
FIX HTTPResponse::removeHeader incorrectly converts header name to lowercase
|
2018-01-16 23:20:52 +13:00 |
|
Daniel Hensby
|
de6afd4405
|
TEST Cant reliably use Injector to replace Extensions
|
2018-01-11 14:08:29 +00:00 |
|
Damian Mooyman
|
f885101a1b
|
BUG Fix basic auth in PHP-CGI
Fixes #7717
|
2017-12-21 14:58:19 +13:00 |
|
Robbie Averill
|
aa7ab0c494
|
Update test assertions to be more readable
|
2017-12-17 16:22:26 +13:00 |
|
Robbie Averill
|
ea8ed5067d
|
FIX Allow Requirements::block to handle module resource paths
|
2017-12-17 16:09:22 +13:00 |
|
Daniel Hensby
|
1c72d6946d
|
Merge branch '3.6' into 4.0
|
2017-12-14 21:01:35 +00:00 |
|
Damian Mooyman
|
1c8576cee7
|
Linting cleanup
|
2017-12-14 14:18:41 +13:00 |
|
Damian Mooyman
|
ed6561d9f5
|
BUG Fix incorrect merge of associative / non-associative summary fields
Fixes #7696
|
2017-12-14 14:17:19 +13:00 |
|
Damian Mooyman
|
286271a1e1
|
Merge pull request #56 from silverstripe-security/pulls/4.0/ss-2017-009
[ss-2017-009] Prevent disclosure of sensitive information via LoginAttempt (4.0 branch)
|
2017-12-06 18:22:47 +13:00 |
|
Damian Mooyman
|
99e772b361
|
Merge pull request #51 from silverstripe-security/pulls/4.0/ss-2017-007
[ss-2017-007] Ensure xls formulae are safely sanitised on output (4.0)
|
2017-12-06 18:22:11 +13:00 |
|
Chris Joe
|
0e8d288240
|
Merge pull request #7667 from open-sausages/pulls/4.0/better-tinymce-locales
BUG Ensure that all tinymce_lang mappings are valid
|
2017-12-06 11:24:02 +13:00 |
|
Loz Calver
|
91bd92df31
|
FIX: Remove some unnecessary ClassInfo calls in DataObjectSchema
|
2017-12-05 12:23:10 +00:00 |
|
Damian Mooyman
|
69295a6e22
|
BUG Ensure that all tinymce_lang mappings are valid
|
2017-12-01 15:00:39 +13:00 |
|
Damian Mooyman
|
cfe1d4f481
|
[ss-2017-007] Ensure xls formulae are safely sanitised on output
CSVParser now strips leading tabs on cells
|
2017-12-01 10:24:49 +13:00 |
|
Damian Mooyman
|
f1dd3d6f03
|
[ss-2017-009] Prevent disclosure of sensitive information via LoginAttempt
|
2017-11-30 17:00:49 +13:00 |
|
Damian Mooyman
|
5bfc0c43eb
|
Merge pull request #7648 from creative-commoners/pulls/4.0/support-some-class-collection
FIX Support self::class text collection
|
2017-11-29 11:37:06 +13:00 |
|
Damian Mooyman
|
2fe59680e3
|
Merge pull request #7620 from open-sausages/pulls/4.0/its-too-big-to-fit
BUG Added warning for auto-generated table_name
|
2017-11-28 09:42:12 +13:00 |
|
Robbie Averill
|
b7ea05900e
|
FIX Support self::class text collection
|
2017-11-27 23:20:29 +13:00 |
|
Christopher Joe
|
cc72b5c852
|
BUG Added warning for auto-generated table_name for non-test classes
|
2017-11-27 20:22:37 +13:00 |
|
Damian Mooyman
|
6e7fb4747e
|
Restore legacy $ThemeDir support
|
2017-11-27 15:24:40 +13:00 |
|
Daniel Hensby
|
07a0f75426
|
Merge branch '3.6' into 4.0
|
2017-11-25 16:56:50 +00:00 |
|
Damian Mooyman
|
d9e7a92b3c
|
BUG Fix regressions in asset resize behaviour change
|
2017-11-22 14:36:24 +13:00 |
|
Chris Joe
|
d8ca223e15
|
Merge pull request #7605 from open-sausages/pulls/4.0/fix-enum-defaults
BUG Fix DBEnum ignoring empty defaults
|
2017-11-20 11:32:45 +13:00 |
|
Damian Mooyman
|
cbf9e40115
|
BUG Fix postgres / PDO support
|
2017-11-17 12:35:55 +13:00 |
|
Damian Mooyman
|
ef58799103
|
BUG Fix DBEnum ignoring empty defaults
FIxes #7582
|
2017-11-17 12:35:39 +13:00 |
|
Christopher Joe
|
2bc7edbf47
|
BUG Fix don't treat zero-date as invalid
|
2017-11-16 13:30:15 +13:00 |
|
Chris Joe
|
bee3c404fa
|
Merge pull request #7545 from open-sausages/pulls/4.0/deprecated-each
BUG Remove usage of deprecated each() and use a helper method instead
|
2017-11-15 16:30:20 +13:00 |
|
Damian Mooyman
|
c9921447b3
|
Merge pull request #7539 from colintucker/fix-broken-paginated-list
Fixed array/object mismatch bug in PaginatedList
|
2017-11-15 15:17:15 +13:00 |
|
Colin Tucker
|
f952ef747b
|
Fixed array/object mismatch bug in PaginatedList
|
2017-11-06 11:23:41 +00:00 |
|
Sam Minnee
|
d8b4ca91d9
|
FIX: Fix ContextSummary behaviour with UTF8 chars
Fixes https://github.com/silverstripe/silverstripe-framework/issues/1396
Ensure that DBTextTest has UTF8 test cases
|
2017-11-06 12:09:08 +13:00 |
|
Damian Mooyman
|
6a73466b41
|
BUG Fix basicauth
|
2017-11-03 12:08:38 +13:00 |
|
Damian Mooyman
|
5bc4f3d1fc
|
BUG Remove usage of deprecated each() and use a helper method instead
|
2017-11-01 16:04:35 +13:00 |
|
Damian Mooyman
|
9d3277f3d3
|
BUG Fix forceWWW and forceSSL not working in _config.php
API Introduce CanonicalURLMiddleware
BUG Fix Director::makeRelative() failing on multi-domain sites
|
2017-10-30 14:42:36 +13:00 |
|
Damian Mooyman
|
324bdad48c
|
ENHANCEMENT Ensure DBVarchar scaffolds text field with TextField with appropriate max length
Fixes #1413
|
2017-10-26 16:21:51 +13:00 |
|
Damian Mooyman
|
68c3279fd9
|
BUG Ensure readonly tree dropdown is safely encoded
Removed legacy entwine dead code
Added soft-deprecation to label field
|
2017-10-26 13:04:30 +13:00 |
|
Damian Mooyman
|
b9cb1e69e6
|
BUG Replace phpdotenv with thread-safe replacement
|
2017-10-20 18:43:11 +13:00 |
|
Christopher Joe
|
dabdc905ce
|
BUG Fix enable email subclasses to use their respective templates
|
2017-10-19 14:44:04 +13:00 |
|
Daniel Hensby
|
c09dec5958
|
Merge pull request #7456 from open-sausages/pulls/4.0/decimal-scaffolding
BUG Fix decimal scaffolding
|
2017-10-10 15:46:38 +01:00 |
|
Damian Mooyman
|
6a55dcfc16
|
Fix references to resource paths / urls
|
2017-10-10 16:51:47 +13:00 |
|
Damian Mooyman
|
fd630a99b0
|
BUG Fix decimal scaffolding
Fixes #7454
|
2017-10-10 10:13:26 +13:00 |
|
Damian Mooyman
|
311811a261
|
Merge pull request #7451 from open-sausages/pulls/4.0/whats-temporary-could-turn-path
rename TEMP_FOLDER to TEMP_PATH
|
2017-10-09 14:16:06 +13:00 |
|
Damian Mooyman
|
994689ab54
|
Merge pull request #7450 from open-sausages/rename-assertDOS-to-assertList
API Rename assert dos to assert list
|
2017-10-09 13:47:18 +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 |
|
Werner M. Krauß
|
f686b50824
|
API Rename assert dos to assert list
|
2017-10-09 11:53:11 +13:00 |
|
Chris Joe
|
566d7baa48
|
Merge pull request #7437 from open-sausages/pulls/4.0/stateless-extensions
API Extensions are now stateless
|
2017-10-09 11:45:33 +13:00 |
|
Daniel Hensby
|
d8f49a1bda
|
Merge pull request #7426 from silverstripe/filefield-accept-attr
NEW: Implement accept attribute in FileField (closes #7279)
|
2017-10-06 15:01:12 +01: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
|
168db412de
|
Merge pull request #7424 from creative-commoners/pulls/4.0/extensible-change-password
NEW Make Member::changePassword extensible
|
2017-10-05 13:18:53 +13:00 |
|
Damian Mooyman
|
4dbd727206
|
BUG Config updates are now applied after middleware not before
|
2017-10-05 12:30:21 +13:00 |
|
Robbie Averill
|
6b52412693
|
NEW Make Member::changePassword extensible
|
2017-10-05 11:18:34 +13:00 |
|
Damian Mooyman
|
1b6d0144c5
|
BUG Fix resource mapping for TinyMCE
API add ModuleResource::getRelativeResource()
|
2017-10-04 17:44:04 +13:00 |
|
Loz Calver
|
43ec2f87ed
|
NEW: Implement accept attribute in FileField (closes #7279)
|
2017-10-03 16:48:49 +01:00 |
|
Damian Mooyman
|
16f4345124
|
Remove unnecessary FRAMEWORK_DIR constants
|
2017-10-03 14:52:23 +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
|
fa57deeba4
|
ENHANCEMENT Allow vendor modules with url rewriting
API Introduce ModuleResource feature
|
2017-09-29 10:28:38 +13:00 |
|
Christopher Joe
|
53b2fcd1ea
|
Fix amend TinyMCE combined generator's unit test to be more lenient with encoding
|
2017-09-28 16:47:13 +13:00 |
|
Christopher Joe
|
7e92b053f4
|
Enhancement Add setter and getter for certain classes, so that LeftAndMain no longer updates config during init
|
2017-09-28 16:47:13 +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 |
|
Damian Mooyman
|
e4fd9b4ff7
|
Code style fixes
|
2017-09-28 09:54:29 +13:00 |
|
Daniel Hensby
|
5f739c111e
|
added ratelimiter tests
|
2017-09-27 16:42:04 +01:00 |
|
Daniel Hensby
|
060c2d62d3
|
Merge pull request #7408 from ajoneil/fix-paginated-list-get-vars
Prior to this change, if there were already GET vars on a page
with a PaginatedList, the links would include a mix of '&' and '&'.
|
2017-09-27 09:41:32 +01:00 |
|
Andrew O'Neil
|
c7cbbb29f4
|
Fix links on paginated lists when there are GET vars
Prior to this change, if there were already GET vars on a page
with a PaginatedList, the links would include a mix of '&' and '&'.
|
2017-09-27 15:41:08 +10:00 |
|
Daniel Hensby
|
28552155c3
|
NEW Add actWithPermission to SapphireTest for shortcut to perform actions with specific permissions
|
2017-09-26 13:39:31 +01:00 |
|
Damian Mooyman
|
261302a121
|
ENHANCEMENT Don't force all class names to lowercase
Speeds up autoloading because composer psr-4 works properly now
|
2017-09-20 15:14:55 +12:00 |
|
Mike Cochrane
|
41d1b2a882
|
Test fix: Don't hard code the security page_class controller
|
2017-09-16 11:27:16 +12:00 |
|
Sacha Judd
|
c707fccf69
|
NEW Allow GridFieldEditButton to have configurable HTML classes. Change edit icon.
|
2017-09-13 13:11:17 +12:00 |
|
Andrew Aitken-Fincham
|
6613826ed8
|
FIX SSViewer::add_themes() to properly prepend
|
2017-09-12 13:34:56 +01:00 |
|
Damian Mooyman
|
4c84f22b2e
|
Merge pull request #7325 from xini/patch-3
use html5 mark tag to highlight search parameter
|
2017-09-05 13:38:42 +12:00 |
|
Florian Thoma
|
d1f7e6959f
|
update tests and doc
|
2017-09-05 09:42:08 +10:00 |
|
Saophalkun Ponlu
|
08fa3d6e3d
|
Enable TinyMCE list buttons
|
2017-09-04 09:30:07 +12:00 |
|
Damian Mooyman
|
98c10b089c
|
ENHANCEMENT Allow <% include %> to fallback outside of the Includes folder
Fixes #7108
|
2017-08-29 16:15:46 +12:00 |
|
Andrew Aitken-Fincham
|
4d098fc2ad
|
add test for backslash on Convert::raw2htmlid
|
2017-08-24 11:15:44 +01:00 |
|
Chris Joe
|
deec9b411b
|
Merge pull request #7300 from open-sausages/pulls/4.0/flush-live-backurl
BUG Capture errors after a reload token redirect to login url
|
2017-08-24 14:00:33 +12:00 |
|
Damian Mooyman
|
47fced8880
|
BUG Capture errors after a reload token redirect to login url
Fixes #7289
|
2017-08-24 12:55:04 +12:00 |
|
Robbie Averill
|
595ba75a50
|
API Make FormField::hasClass return a boolean instead of an int
|
2017-08-23 16:23:28 +12:00 |
|
Damian Mooyman
|
9b4d689bb2
|
Lazy-load custom methods and extensions on CustomMethods and Extensible traits
No longer need constructExtensions()
|
2017-08-22 15:47:24 +12:00 |
|
Damian Mooyman
|
ce5e15df6e
|
BUG Fix issue with multiple editors breaking plugins
|
2017-08-18 16:33:16 +12:00 |
|
Daniel Hensby
|
33c2c7bfe7
|
Merge branch '3' into 4
|
2017-08-17 15:06:00 +01:00 |
|
Christopher Joe
|
9dc11eff43
|
Enhancement Add a path option for the schema data, so a full tree is not required for this data
|
2017-08-17 16:08:27 +12:00 |
|
Daniel Hensby
|
c0211927aa
|
Merge branch '3' into 4
|
2017-08-14 21:18:03 +01:00 |
|
Damian Mooyman
|
323644c7bb
|
API Implement cascade_deletes
|
2017-08-09 15:14:00 +12:00 |
|
Damian Mooyman
|
0681567102
|
BUG Fix flushing on live mode (#7241)
* BUG Fix flushing on live mode
Fixes #7217
* Clarify injector service documentation
|
2017-08-07 13:53:23 +12:00 |
|
Damian Mooyman
|
f7bebdd8f8
|
BUG Fix install issue with IIS
Fixes #7218
|
2017-08-07 10:15:40 +12:00 |
|
Chris Joe
|
6ebc333e00
|
Merge pull request #7238 from open-sausages/pulls/4.0/flush-tinymce-cache
ENHANCEMENT Ensure flush destroys temp tinymce files
|
2017-08-03 19:13:54 +12:00 |
|
Damian Mooyman
|
b6a8e45888
|
BUG Ensure mocked controller has request assigned
Fixes #7237
|
2017-08-03 15:52:31 +12:00 |
|
Damian Mooyman
|
06efd2ac12
|
ENHANCEMENT Ensure flush destroys temp tinymce files
|
2017-08-03 13:21:48 +12:00 |
|
Robbie Averill
|
e307f067ed
|
FIX Replace deprecated %s placeholders in translations with named placeholders
* Remove the use of sprintf and %s placeholders in the i18n tests
|
2017-08-02 13:03:55 +12:00 |
|
Damian Mooyman
|
ae97c15e42
|
ENHANCEMENT Soft-code CSS explicit height and compute against rows
|
2017-08-01 15:46:49 +12:00 |
|
Damian Mooyman
|
078a508d71
|
API Replace legacy tiny_mce_gzip compressor with asset generator
Fixes https://github.com/silverstripe/silverstripe-admin/issues/74
|
2017-08-01 13:43:30 +12:00 |
|
Damian Mooyman
|
47f24ce05b
|
Fixup test linting
|
2017-07-27 12:05:27 +12:00 |
|
Aaron Carlino
|
74873096bd
|
New getSummary() API for SearchContext
|
2017-07-27 11:56:37 +12:00 |
|
Daniel Hensby
|
6aeab571db
|
Merge pull request #7195 from open-sausages/pulls/4.0/missing-unnested-from
BUG Fix unassigned nestedFrom
|
2017-07-24 17:07:07 +01:00 |
|
Daniel Hensby
|
4a1fb37d0f
|
Rename badly named test helper
|
2017-07-21 15:59:14 +01:00 |
|
Damian Mooyman
|
2385b73855
|
BUG fix config rules to match updated Except
|
2017-07-21 15:02:27 +12:00 |
|
Damian Mooyman
|
6fd6a38949
|
BUG Fix unassigned nestedFrom
Fixes #7194
|
2017-07-21 08:58:19 +12:00 |
|
Daniel Hensby
|
d7095c2213
|
Merge branch '3' into 4
|
2017-07-18 14:19:16 +01:00 |
|