.. |
fieldtypes
|
BUGFIX Don't scaffold has_one relations into a DropdownField in ForeignKey->scaffoldFormField() if more than 100 records would be created, to avoid exceeding PHP memory (fixes #6776)
|
2012-03-09 15:58:46 +01:00 |
Aggregate.php
|
BUGFIX Sanitise keys and tags before using them with Zend_Cache.
|
2011-12-23 10:38:37 +13:00 |
ArrayList.php
|
API CHANGE: Added SS_Sortable, an extra interface to apply to SS_Lists.
|
2012-03-09 17:07:41 +13:00 |
ComponentSet.php
|
MINOR: Use Deprecation class to indicate deprecated methods in core.
|
2011-10-29 17:34:31 +13:00 |
Database.php
|
Replace ereg with preg_*
|
2012-02-27 22:14:02 +01:00 |
DatabaseAdmin.php
|
Clean up trailing ?> per coding standard
|
2012-02-12 12:40:16 -08:00 |
DataDifferencer.php
|
MINOR: Fix docblocks to reference SS_List instead of (now deprecated) DataObjectSet where appropriate
|
2011-10-28 15:58:55 +13:00 |
DataExtension.php
|
ENHANCEMENT Extension arguments are now passed through to add_to_class()
|
2012-03-12 16:14:47 +13:00 |
DataList.php
|
API CHANGE DataObject::getComponents() should use default value for limit as NULL
|
2012-03-09 17:07:41 +13:00 |
DataModel.php
|
API CHANGE: Introduce DataModel object, as a representation of the project's entire data model, and tie it to $this->model an all DataObjects, Controllers, and RequestHandlers for easy non-static access.
|
2011-05-01 17:33:02 +12:00 |
DataObject.php
|
BUGFIX Don't include has_many/many_many relationships in DataObject->scaffoldFormFields() when the record doesn't have an ID yet - as the scaffolded GridFieldAddExistingAutocompleter component assumes the component has an ID to query against (fixes #5723)
|
2012-03-14 22:44:07 +01:00 |
DataObjectDecorator.php
|
MINOR: Use Deprecation class to indicate deprecated methods in core.
|
2011-10-29 17:34:31 +13:00 |
DataObjectInterface.php
|
MINOR Removing executable flag from all files (thanks miiihi)
|
2011-09-18 22:04:02 +02:00 |
DataObjectSet.php
|
MINOR: Use Deprecation class to indicate deprecated methods in core.
|
2011-10-29 17:34:31 +13:00 |
DataQuery.php
|
MINOR Removed references to outdated versions from docs
|
2012-03-09 21:34:05 +01:00 |
DB.php
|
MINOR Removing executable flag from all files (thanks miiihi)
|
2011-09-18 22:04:02 +02:00 |
Filterable.php
|
API CHANGE: Added SS_Filterable, an extra interface to apply to lists.
|
2012-03-09 17:07:40 +13:00 |
GroupedList.php
|
FEATURE: Added GroupedList for grouping lists into sub-lists by common values of a field.
|
2011-12-26 19:48:53 +11: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
|
Clean up trailing ?> per coding standard
|
2012-02-12 12:40:16 -08:00 |
Hierarchy.php
|
ENHANCEMENT Extension arguments are now passed through to add_to_class()
|
2012-03-12 16:14:47 +13:00 |
HTMLValue.php
|
MINOR Removing executable flag from all files (thanks miiihi)
|
2011-09-18 22:04:02 +02:00 |
Image.php
|
Merge branch 'ereg-to-preg' of https://github.com/AngryPHPNerd/sapphire
|
2012-03-05 13:54:20 +13:00 |
Limitable.php
|
API CHANGE: Introduce SS_Limitable class for adding to SS_Lists that have limit capability.
|
2012-03-09 17:07:40 +13:00 |
List.php
|
API CHANGE: Added SS_Filterable, an extra interface to apply to lists.
|
2012-03-09 17:07:40 +13:00 |
ListDecorator.php
|
MINOR: Minor fixes after new SS_List interfaces cleanup
|
2012-03-09 17:50:32 +13:00 |
ManyManyList.php
|
BUGFIX Qualify join table in ON clause in ManyManyList to avoid ambiguous column names
|
2012-03-14 22:44:07 +01:00 |
Map.php
|
BUGFIX SS_Map::keys() and SS_Map::values() are identical, keys() should return the *keys* not the values #6818
|
2012-02-11 11:46:20 +13:00 |
MySQLDatabase.php
|
BUGFIX: add Director::isDev parameter so we can test if we know we're dev mode already without touching the database. Used in showqueries on MySQL, so that errors are avoided when showing queries on initial switch to dev move (#6856)
|
2012-03-09 14:20:22 +13:00 |
RelationList.php
|
ENHANCEMENT Allowing to save ManyManyList with multiple foreign keys (e.g. required to add to an overloaded Group->Members() relationship)
|
2012-03-06 21:38:33 +01:00 |
Sortable.php
|
API CHANGE: Added SS_Sortable, an extra interface to apply to SS_Lists.
|
2012-03-09 17:07:41 +13:00 |
SQLMap.php
|
ENHANCMEMENT: Added SS_Map to replace SQLMap.
|
2011-10-29 17:34:32 +13:00 |
SQLQuery.php
|
API CHANGE: Introduce SS_Limitable class for adding to SS_Lists that have limit capability.
|
2012-03-09 17:07:40 +13:00 |
Transliterator.php
|
MINOR More transliteration matches for Lithuanian (fixes #6724, thanks zyzzza)
|
2011-10-10 10:14:19 +02:00 |
URLSegmentFilter.php
|
ENHANCEMENT More flexible URL filtering through new URLSegmentFilter API. Support for multibyte URL segments through URLPathFilter::$default_allow_multibyte. Abstraction from Convert::raw2url() (and SiteTree->generateURLSegment())
|
2011-11-29 11:04:08 +01:00 |
ValidationException.php
|
Clean up trailing ?> per coding standard
|
2012-02-12 12:40:16 -08:00 |
ValidationResult.php
|
API CHANGE Rearranged files in sapphire to reflect core dependencies more accurately, and have the tests/ folder mirror its folder structure
|
2011-03-31 09:56:21 +13:00 |
Versioned.php
|
ENHANCEMENT Extension arguments are now passed through to add_to_class()
|
2012-03-12 16:14:47 +13:00 |