.. |
fieldtypes
|
BUG Fix default casted (boolean)false evaluating to true in templates
|
2015-06-12 15:47:15 +12:00 |
Aggregate.php
|
FIX: Tag-less cache backends error on flush
|
2014-10-15 11:41:15 +01:00 |
ArrayList.php
|
FIX: Recursion errors when sorting objects with circular dependencies (fixes #4464)
|
2015-09-01 09:37:06 +01:00 |
Database.php
|
Rewrote usages of error suppression operator
|
2014-03-05 15:48:55 +13:00 |
DatabaseAdmin.php
|
[ss-2015-015]: Fix insecure returnURL in DatabaseAdmin
|
2015-09-08 09:48:09 +12:00 |
DataDifferencer.php
|
Allow empty has_one returns in DataDifferencer
|
2015-04-20 09:13:33 +12:00 |
DataExtension.php
|
Revert "FIX make augmentSQL API consistent for strict PHP"
|
2013-06-01 11:51:01 +12:00 |
DataList.php
|
sort method comments fixed missing single quote
|
2015-02-12 14:39:54 +10:30 |
DataModel.php
|
Update @package, @subpackage labels
|
2013-05-21 22:24:41 +12:00 |
DataObject.php
|
Ensuring classinfo is case insensitive
|
2015-07-28 11:17:50 +01:00 |
DataObjectInterface.php
|
Removing deprecated instance_get_one() and instance_get()
|
2012-11-15 14:43:19 +13:00 |
DataQuery.php
|
Ensuring classinfo is case insensitive
|
2015-07-28 11:17:50 +01:00 |
DB.php
|
BUG Fix cookie errors when running in CLI
|
2015-07-09 10:46:13 +12:00 |
Filterable.php
|
Merge branch 'pulls/apidocs-package-list' of https://github.com/madmatt/silverstripe-framework into madmatt-pulls/apidocs-package-list
|
2014-01-31 15:15:59 +13:00 |
GroupedList.php
|
Correct line length and indentation
|
2014-03-30 21:11:56 +13:00 |
HasManyList.php
|
BUG Fixes issue where items could be deleted from a has_many relation by an entirely unrelated HasManyList calling delete on that item.
|
2013-11-01 11:39:13 +13:00 |
HiddenClass.php
|
MINOR Update @package values to match renaming sapphire
|
2012-04-15 10:50:19 +12:00 |
Hierarchy.php
|
BUG Fix missing framework/admin/tests
|
2015-09-07 18:04:56 +12:00 |
HTMLValue.php
|
Rewrote usages of error suppression operator
|
2014-03-05 15:48:55 +13:00 |
Image_Backend.php
|
API Marked statics private, use Config API instead (#8317)
|
2013-03-24 17:20:53 +01:00 |
Image.php
|
Merge pull request #3393 from halkyon/flushable
|
2014-08-22 10:28:26 +12:00 |
Limitable.php
|
Updating @package and @subpackage doc tags
|
2013-11-29 17:49:30 +13:00 |
List.php
|
Fixed typo in SS_List ->toArray() return type.
|
2015-05-17 18:24:24 -04:00 |
ListDecorator.php
|
added filterByCallback() to interface SS_Filterable and all implementing classes
|
2013-11-21 13:03:18 +00:00 |
ManyManyList.php
|
FIX Add support for compositedbfield within many_many_extraFields
|
2014-06-28 10:54:48 +12:00 |
Map.php
|
API: Implement SS_Map::push() to append values.
|
2013-11-18 20:38:57 +13:00 |
MySQLDatabase.php
|
showqueries output incorrectly shows "ms" instead of "s"
|
2014-09-03 16:24:56 +12:00 |
MySQLQuery.php
|
Separate out SS_Query and MySQLQuery from their Database classes
|
2013-11-28 11:55:25 +13:00 |
Query.php
|
MINOR SS_Query properties now protected
|
2015-02-09 16:24:25 +00:00 |
RelationList.php
|
Update @package, @subpackage labels
|
2013-05-21 22:24:41 +12:00 |
Sortable.php
|
Updating @package and @subpackage doc tags
|
2013-11-29 17:49:30 +13:00 |
SQLMap.php
|
Scoped deprecation messages (fixes #7645)
|
2012-07-13 11:37:35 +02:00 |
SQLQuery.php
|
Bug fix sqlquery select
|
2015-05-28 10:11:32 +12:00 |
Transliterator.php
|
fixed Transliterator for pl_PL letters
|
2015-05-20 19:05:48 +02:00 |
UnsavedRelationList.php
|
FIX use @param $colName in column call
|
2014-09-26 09:18:29 +12:00 |
URLSegmentFilter.php
|
Remove trailing dashes from URLSegment
|
2014-03-03 22:22:03 +00:00 |
ValidationException.php
|
BUG Enforced requirement that ValidationException::getResult() is expected to consistently produce a valid ValidationResult object.
|
2013-03-15 13:56:43 +13:00 |
ValidationResult.php
|
NEW: Made ValidationResult functions chain-able.
|
2014-01-09 16:32:27 +13:00 |
Versioned.php
|
BUG Fix versioned
|
2014-12-02 22:30:59 +02:00 |