..
fieldtypes
BUGFIX Fixing regression in Boolean::scaffoldSearchField()
2012-05-24 14:13:55 +12:00
Aggregate.php
MINOR Fixing deprecated use of SQLQuery
2012-05-11 11:39:06 +12:00
ArrayList.php
FEATURE: implement SS_Sortable->reverse()
2012-04-27 15:54:14 +12:00
ComponentSet.php
MINOR Add newline to end of files without one
2012-04-15 10:50:19 +12:00
Database.php
BUGFIX: Added double quotes to column names in automatically generated indexes for many_many relationships (this time in the right place, should not interfere with index name - all tests pass)
2012-06-05 11:51:04 +02:00
DatabaseAdmin.php
MINOR Replacing deprecated static function calls to Director with
2012-05-23 21:50:02 +12:00
DataDifferencer.php
Merge pull request #434 from halkyon/using_non_deprecated_template_controls
2012-05-11 15:08:16 -07:00
DataExtension.php
BUGFIX: Ensure that extensio arugments are passed when temporarily instantiating for setting up statics.
2012-06-11 22:56:11 +12:00
DataList.php
BUGFIX: Ensure that DataList::filter() doesn't modify the original object.
2012-06-06 16:13:54 +12:00
DataModel.php
API CHANGE Renamed setModel for DataModel instances to setDataModel for
2012-05-01 14:45:44 +12:00
DataObject.php
MINOR Remove PostgreSQLDatabase boolean workaround in
2012-06-12 14:21:59 +12:00
DataObjectDecorator.php
MINOR Update @package values to match renaming sapphire
2012-04-15 10:50:19 +12:00
DataObjectInterface.php
MINOR Update @package values to match renaming sapphire
2012-04-15 10:50:19 +12:00
DataObjectSet.php
MINOR Update @package values to match renaming sapphire
2012-04-15 10:50:19 +12:00
DataQuery.php
BUG: exclude() clears previously selected filters() (Trac #7529 )
2012-06-22 16:31:29 +12:00
DB.php
MINOR Update @package values to match renaming sapphire
2012-04-15 10:50:19 +12:00
Filterable.php
MINOR Add newline to end of files without one
2012-04-15 10:50:19 +12:00
GroupedList.php
MINOR Update @package values to match renaming sapphire
2012-04-15 10:50:19 +12:00
HasManyList.php
BUGFIX Fixed HasManyList and ManyManyList queries for relationships on new records (was returning all available records due to the SQL filtering ignoring ID=0)
2012-03-06 01:23:34 +01:00
HiddenClass.php
MINOR Update @package values to match renaming sapphire
2012-04-15 10:50:19 +12:00
Hierarchy.php
Revert "BUGFIX Aborting marking in Hierarchy->markPartialTree() before loading nodes, if the expected node count would exceed the totals (regardless of the in-memory marking state)"
2012-06-15 11:53:33 +02:00
HTMLValue.php
MINOR Update @package values to match renaming sapphire
2012-04-15 10:50:19 +12:00
Image.php
MINOR Update @package values to match renaming sapphire
2012-04-15 10:50:19 +12:00
Limitable.php
MINOR Add newline to end of files without one
2012-04-15 10:50:19 +12:00
List.php
FEATURE: implement SS_Sortable->reverse()
2012-04-27 15:54:14 +12:00
ListDecorator.php
FEATURE: implement SS_Sortable->reverse()
2012-04-27 15:54:14 +12:00
ManyManyList.php
API CHANGE Deprecated internal access to SQLQuery properties, update core code to reflect these changes.
2012-05-07 14:21:44 +12:00
Map.php
MINOR Update @package values to match renaming sapphire
2012-04-15 10:50:19 +12:00
MySQLDatabase.php
BUGFIX: Updated MySQLDatabase::indexList() to return index columns escaped by double quotes
2012-06-15 13:25:50 +12:00
RelationList.php
MINOR Add newline to end of files without one
2012-04-15 10:50:19 +12:00
Sortable.php
FEATURE: implement SS_Sortable->reverse()
2012-04-27 15:54:14 +12:00
SQLMap.php
MINOR Update @package values to match renaming sapphire
2012-04-15 10:50:19 +12:00
SQLQuery.php
BUG: exclude() clears previously selected filters() (Trac #7529 )
2012-06-22 16:31:29 +12:00
Transliterator.php
API CHANGE Renames Transliterator to SS_Transliterator
2012-06-15 15:54:47 +12:00
URLSegmentFilter.php
API CHANGE Renames Transliterator to SS_Transliterator
2012-06-15 15:54:47 +12:00
ValidationException.php
MINOR Update @package values to match renaming sapphire
2012-04-15 10:50:19 +12:00
ValidationResult.php
MINOR Update @package values to match renaming sapphire
2012-04-15 10:50:19 +12:00
Versioned.php
RECOMMIT This is a recommit of a previously merged, but reverted, commit. The initial commit had problems when running "tests/all flush=all" when dev/build would re-analyse a bunch of stuff; fixes to address this went into https://github.com/silverstripe/sapphire/pull/487 , but for some reason the actual base changes didn't, so I'm re-submitting them in a separate pull.
2012-06-03 20:41:00 +10:00