Damian Mooyman
|
3fce5372b0
|
DOC Fix phpdoc on ArrayList::limit
Fixes #7781
|
2018-01-24 10:18:15 +13:00 |
|
Daniel Hensby
|
db610aaf3b
|
Fixing string concat CS issues
|
2018-01-16 18:39:30 +00:00 |
|
Daniel Hensby
|
42511d8061
|
Merge pull request #7714 from @zanderwar
|
2018-01-16 15:43:18 +00:00 |
|
Damian Mooyman
|
ce07e4781e
|
BUG Do database migrations before default records
Fixes #7703
|
2017-12-18 16:37:21 +13:00 |
|
Reece Alexander
|
9c91e9820e
|
Returns chainability in setValue from parent
|
2017-12-17 17:21:42 +10: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
|
2391af5ba7
|
Fix literal linting
|
2017-12-12 09:22:18 +13:00 |
|
Loz Calver
|
0e1753f33d
|
FIX: Only show table_name warning on dev/build
|
2017-12-11 17:33:39 +00:00 |
|
Damian Mooyman
|
69decdf3a4
|
BUG Don't warn on table name for classes without tables
Fixes #7686
|
2017-12-11 09:55:57 +13:00 |
|
Damian Mooyman
|
e45921b293
|
Merge pull request #46 from silverstripe-security/pulls/4.0/escape-limit-args
[SS-2017-008] Fix SQL injection in full text search (4.0 branch)
|
2017-12-06 18:22:24 +13:00 |
|
Damian Mooyman
|
d290eee217
|
Merge pull request #7668 from kinglozzer/getviewertemplates
NEW: Add ViewableData::getViewerTemplates()
|
2017-12-06 11:22:53 +13:00 |
|
Loz Calver
|
91bd92df31
|
FIX: Remove some unnecessary ClassInfo calls in DataObjectSchema
|
2017-12-05 12:23:10 +00:00 |
|
Loz Calver
|
259ae3f78b
|
NEW: Add ViewableData::getViewerTemplates()
Forms part of the fix for silverstripe/silverstripe-cms#2039
|
2017-12-05 09:13:28 +00:00 |
|
Damian Mooyman
|
9666222637
|
BUG Fix _configure_database.php being ignored
Fixes #7590
|
2017-11-29 12:01:24 +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 |
|
Daniel Hensby
|
07a0f75426
|
Merge branch '3.6' into 4.0
|
2017-11-25 16:56:50 +00:00 |
|
Damian Mooyman
|
099a5a3c2d
|
[SS-2017-008] Fix SQL injection in full text search
|
2017-11-20 16:53:44 +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 |
|
Damian Mooyman
|
6a6cf2f9eb
|
ENHANCEMENT Raise warning if DBField::create_field() would behave unpredictably and improve PHPDoc
|
2017-11-16 12:55:31 +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
|
5bc4f3d1fc
|
BUG Remove usage of deprecated each() and use a helper method instead
|
2017-11-01 16:04:35 +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
|
b9cb1e69e6
|
BUG Replace phpdotenv with thread-safe replacement
|
2017-10-20 18:43:11 +13:00 |
|
Damian Mooyman
|
7e97f04e47
|
ENHANCEMENT Allow extensions to intercept incorrect deletes on unpublish
|
2017-10-13 10:12:08 +13:00 |
|
Damian Mooyman
|
fd630a99b0
|
BUG Fix decimal scaffolding
Fixes #7454
|
2017-10-10 10:13:26 +13:00 |
|
Christopher Joe
|
3560a0418d
|
rename TEMP_FOLDER to TEMP_PATH
|
2017-10-09 12:41:34 +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 |
|
Damian Mooyman
|
b996e2c22c
|
API Extensions are now stateless
ENHANCEMENT Injector now lazy-loads services more intelligently
|
2017-10-06 14:53:44 +13:00 |
|
Daniel Hensby
|
16cac4e3bd
|
Merge branch '3' into 4
|
2017-10-05 16:40:31 +01: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
|
5f739c111e
|
added ratelimiter tests
|
2017-09-27 16:42:04 +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 |
|
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 |
|
Damian Mooyman
|
806ffb934e
|
BUG Ensure installer.php works nicely with .env files
Unenjoyable cleanup of internal logic
|
2017-09-06 13:52:51 +12: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 |
|
Damian Mooyman
|
45998444d7
|
Remove redundant gc_collect_cycles()
Cleanup dead references to DataObject::$destroyed
Fixes #7326
|
2017-09-04 09:23:07 +12:00 |
|
Florian Thoma
|
0d15cb02cd
|
use html5 mark tag to highlight search parameter
|
2017-08-30 12:05:11 +10:00 |
|
Robbie Averill
|
5a9131a116
|
FIX Do not try and access sessions when they are not ready
|
2017-08-24 14:43:27 +12:00 |
|
Loz Calver
|
ecc619248b
|
Merge pull request #7298 from robbieaverill/pulls/4.0/replace-stat-usage
Replace use of Configurable stat() with config()->get(), will be deprecated in future
|
2017-08-23 10:12:40 +01:00 |
|
Damian Mooyman
|
14761a9246
|
Remove mcrypt
Use session for alternativeDatabaseName instead
Fixes #7280
|
2017-08-23 12:13:32 +12:00 |
|
Robbie Averill
|
8ebc13ae4e
|
Replace use of Configurable stat() with config()->get(), will be deprecated in future
|
2017-08-23 09:42:10 +12:00 |
|
Daniel Hensby
|
304889ff2f
|
Merge pull request #7281 from sminnee/test-php72
NEW: Test on php 7.2
|
2017-08-18 21:22:10 +01:00 |
|