silverstripe-framework/model
Ingo Schommer 68051fdb96 Merge pull request #371 from halkyon/sapphire
---

Dont start the session until its actually necessary, which is to say there is a cookie available with the current PHP session name (or a request variable with the session_name() - typically PHPSESSID.) The latter allows for passing session ID through as an alternative to cookies.
2012-05-03 14:58:09 +02:00
..
fieldtypes MINOR Switching _t() calls from sprintf() to using injection parameters (#7170) 2012-05-01 22:17:00 +02:00
Aggregate.php API CHANGE: Add SQLQuery::clearSelect(), SQLQuery::selectField() and SQLQuery::itemisedSelect() to make it easier for other subsystems to use SQLQuery without resorting to direct property access. 2012-05-01 17:57:39 +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 API CHANGE: Add SQLQuery::prepareSelect(), to further remove the need for direct property access. 2012-05-01 18:15:11 +12:00
DatabaseAdmin.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
DataDifferencer.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
DataExtension.php ENHANCEMENT Remove use of deprecated extraStatics in core files 2012-04-19 08:37:51 +12:00
DataList.php BUGFIX: Fixed errors caused by complex raw SQL sort() calls. (#7236) 2012-05-01 18:15:08 +12:00
DataModel.php API CHANGE Renamed setModel for DataModel instances to setDataModel for 2012-05-01 14:45:44 +12:00
DataObject.php API CHANGE Renamed setModel for DataModel instances to setDataModel for 2012-05-01 14:45:44 +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 BUGFIX Fixing SortColumn alias to be recognised by MSSQL/PGSQL 2012-05-03 12:02:21 +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 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: Add SQLQuery::clearSelect(), SQLQuery::selectField() and SQLQuery::itemisedSelect() to make it easier for other subsystems to use SQLQuery without resorting to direct property access. 2012-05-01 17:57:39 +12:00
Map.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
MySQLDatabase.php Merge pull request #381 from AngryPHPNerd/patch-2 2012-05-02 14:14:40 -07: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 BUGFIX Fixing SortColumn alias to be recognised by MSSQL/PGSQL 2012-05-03 12:02:21 +12:00
Transliterator.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
URLSegmentFilter.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +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 Merge pull request #371 from halkyon/sapphire 2012-05-03 14:58:09 +02:00