..
fieldtypes
Merge branch (pull request #247 ) 'template-global-fixes' of https://github.com/sminnee/sapphire into sminnee-template-global-fixes
2012-05-19 15:39:59 +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
MINOR Revert changes for 5.4
2012-05-10 14:11:33 +12:00
DatabaseAdmin.php
MINOR Update @package values to match renaming sapphire
2012-04-15 10:50:19 +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
ENHANCEMENT Remove use of deprecated extraStatics in core files
2012-04-19 08:37:51 +12:00
DataList.php
MINOR Updated security documentation (phpdoc and markdown) around new DataList and SQLQuery APIs, additional automatic escaping on some stricter inputs like column names
2012-05-16 11:59:22 +02:00
DataModel.php
API CHANGE Renamed setModel for DataModel instances to setDataModel for
2012-05-01 14:45:44 +12:00
DataObject.php
BUGFIX Don't try lazy loading fields when the record ID is set to something non-numeric, otherwise you'll get a SQL error.
2012-05-15 17:18:50 +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
MINOR Fixed syntax errors from SQLQuery/DataQuery cleanup
2012-05-16 13:17:19 +02: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
MINOR Switching _t() calls from sprintf() to using injection parameters ( #7170 )
2012-05-01 22:17:00 +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
API CHANGE Deprecated internal access to SQLQuery properties, update core code to reflect these changes.
2012-05-07 14:21:44 +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
MINOR Fixed syntax errors from SQLQuery/DataQuery cleanup
2012-05-16 13:17:19 +02:00
Transliterator.php
MINOR Update @package values to match renaming sapphire
2012-04-15 10:50:19 +12:00
URLSegmentFilter.php
BUGFIX Urlencode paths in URLSegmentFilter when $allowMultibyte=true to avoid creating invalid URLs (and breaking assumptions based on ascii-only URLs, such as static publishing filename creation)
2012-05-08 15:32:15 +02: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
BUGFIX Versioned's constructor doesn't provide suitable defaults. Previously a bug/feature in singleton, where it would pass null,true as params to strong_create, which would then get passed through as params to Versioned's constructor, meant that the code still executed fine (as was set to something that wasn't an array, so the null and true were instead taken as args). The fact that the usage of singleton(Versioned) never really used the classes code, purely for value lookup, meant that this never propagated errors. I've now switched singleton() to use the injector for retrieving values, which means these dud values are no longer passed through
2012-05-22 19:09:35 +10:00