silverstripe-framework/model
Fred Condo 5f1faec3e2 BUGFIX: regex-escape strings to prevent regex syntax errors
Apply preg_quote to each generator name and to $this->Name so that their use in a
regular expression will not cause run-time errors.

Provided fixture and test.
2011-10-31 11:34:33 -07:00
..
fieldtypes MINOR: Moved from use of deprecated SQLMap to SS_Map. 2011-10-29 17:36:37 +13:00
Aggregate.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
ArrayList.php API CHANGE Childclasses to SS_List matches the same signature on abstract methods column and map. 2011-10-22 16:08:51 +02:00
ComponentSet.php MINOR: Use Deprecation class to indicate deprecated methods in core. 2011-10-29 17:34:31 +13:00
Database.php ENHANCEMENT Added Database->getLock() and Database->releaseLock() for application-level advisory locks 2011-10-07 14:12:50 +02:00
DatabaseAdmin.php API CHANGE: Remove deprecated db/build. 2011-10-29 17:44:56 +13: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 BUGFIX Versioned returns error on singleton($className)->summaryFields() 2011-10-31 11:17:37 +13:00
DataList.php BUGFIX: Fixed DataList::find() for find by ID and find multiple times. 2011-10-29 17:36:39 +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 MINOR: Removed use of deprecated join() in favour of innerJoin() and leftJoin(). 2011-10-29 17:36:38 +13: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 BUGFIX Removing DB coupling in SQLQuery::orderby() stopping functions from being fixed in the select list when used in orderby 2011-10-29 23:54:35 +13:00
DB.php MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
HasManyList.php MINOR: Moved files from /core/model into /model. 2011-05-01 15:26:30 +12:00
HiddenClass.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
Hierarchy.php BUGFIX Versioned returns error on singleton($className)->summaryFields() 2011-10-31 11:17:37 +13:00
HTMLValue.php MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
Image.php BUGFIX: regex-escape strings to prevent regex syntax errors 2011-10-31 11:34:33 -07:00
List.php API CHANGE Childclasses to SS_List matches the same signature on abstract methods column and map. 2011-10-22 16:08:51 +02:00
ListDecorator.php API CHANGE: Updated SS_ListDecorator to implement the list inteface and extend ViewableData, rather than DataObjectSet. 2011-05-02 18:12:39 +10:00
ManyManyList.php API CHANGE: Replaced ManyManyList::removeByFilter() with ManyManyList::removeAll(). 2011-10-29 17:36:39 +13:00
Map.php ENHANCMEMENT: Added SS_Map to replace SQLMap. 2011-10-29 17:34:32 +13:00
MySQLDatabase.php MINOR: Remove uses of deprecated extendedSQL() 2011-10-29 17:36:39 +13:00
RelationList.php MINOR: Moved files from /core/model into /model. 2011-05-01 15:26:30 +12:00
SQLMap.php ENHANCMEMENT: Added SS_Map to replace SQLMap. 2011-10-29 17:34:32 +13:00
SQLQuery.php BUGFIX Removing DB coupling in SQLQuery::orderby() stopping functions from being fixed in the select list when used in orderby 2011-10-29 23:54:35 +13:00
Transliterator.php MINOR More transliteration matches for Lithuanian (fixes #6724, thanks zyzzza) 2011-10-10 10:14:19 +02:00
ValidationException.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
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 BUGFIX Versioned returns error on singleton($className)->summaryFields() 2011-10-31 11:17:37 +13:00