silverstripe-framework/core/model
Ingo Schommer a8a10f8a1a BUG Transaction stub methods for better cross 2.x and 3.x compat
The transactionStart() naming is 3.x, and used by some modules
which are otherwise still 2.x compatible.

Specifically, this was added to avoid branching the payment module
into separate 2.x and 3.x compatible branches.
2013-02-26 13:49:46 +01:00
..
fieldtypes BUGFIX Casting return values on text helper methods in StringField, Text, Varchar 2012-01-31 16:28:47 +01:00
Aggregate.php MINOR Documentation for Aggregate caching (from r114077) 2011-02-02 14:20:02 +13:00
ComponentSet.php BUGFIX Consistently using Convert::raw2sql() instead of DB::getConn()->addslashes() or PHP's deprecated addslashes() for database escaping 2011-09-15 14:43:34 +02:00
CurrentPageIdentifier.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
Database.php MINOR: added missing closing tag 2011-02-02 14:19:49 +13:00
DatabaseAdmin.php MINOR Checking for class_exists() before SapphireTest::is_running_tests() to avoid including the whole testing framework, and triggering PHPUnit to run a performance-intensive directory traversal for coverage file blacklists (from r114332) 2011-02-02 14:20:03 +13:00
DataDifferencer.php MINOR Fixed phpdoc documentation (from r103385) 2011-02-02 14:19:15 +13:00
DataObject.php BUG Fix to prevent unintended results from getComponentsQuery(...) 2012-09-14 18:25:29 +03:00
DataObjectDecorator.php API CHANGE: Pass the full extension string as the 2nd argument to DataObjectDecorator::extraStatics() 2011-02-02 14:18:59 +13:00
DataObjectInterface.php MINOR formatting 2008-11-02 00:55:33 +00:00
DataObjectLog.php (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-10 23:03:35 +00:00
DataObjectSet.php API CHANGE #5873 DataObjectSet::shift() now performs a proper shift instead of unshift (wrong). Please use DataObjectSet::unshift($item) if unshifting was intended! 2011-02-02 14:19:46 +13:00
DB.php BUGFIX DB::connect() should not rely on $_SESSION existing, so we check isset() to supress any warnings of undefined indexes 2011-02-02 14:19:54 +13:00
ErrorPage.php BUGFIX ErrorPage::requireDefaultRecords() case where no assets directory causes an fopen() error. Ensure assets directory is created before attempting to write error page files 2011-02-02 14:20:00 +13:00
HiddenClass.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
Hierarchy.php BUGFIX Clear static marking caches on Hierarchy->flushCache() 2011-02-02 14:19:59 +13:00
Image.php MINOR Documentation in File and Folder class 2011-02-02 14:19:33 +13:00
MySQLDatabase.php BUG Transaction stub methods for better cross 2.x and 3.x compat 2013-02-26 13:49:46 +01:00
RedirectorPage.php MINOR Reverted r101670 as it broke assumptions made in RedirectorPageTest 2011-02-02 14:19:07 +13:00
SiteConfig.php MINOR Warning about install.php existing for root site tree node as well (SiteConfig form) 2011-02-02 14:19:49 +13:00
SiteTree.php API Rename Transliterator to SS_Transliterator to remove conflict with Intl extension 2012-11-29 08:21:05 +13:00
SiteTreeDecorator.php MINOR Partially merged r66168 from branches/2.3 - the last merge was ignoring SiteTreeDecorator.php file which was necessary for the new googlesitemaps module compatiblity 2009-04-28 01:40:24 +00:00
SQLMap.php BUGFIX: getItem didn't consider the PostgreSQL SQL syntax. Columns with Capital letters must be quoted. Added quotes to the where clause in getItem. I didn't added quotes to the baseTable because it causes PostgreSQL errors (tables can not be double quoted, just single quoted). 2011-02-02 14:19:47 +13:00
SQLQuery.php MINOR Return empty string from SQLQuery->sql() if SELECT is the default value, and no FROM is set (moved logic from DB-specific implementations) 2011-05-20 08:42:31 +12:00
Translatable.php MINOR Partially reverted r114744 2011-02-02 14:20:05 +13:00
Transliterator.php API Rename Transliterator to SS_Transliterator to remove conflict with Intl extension 2012-11-29 08:21:05 +13:00
Versioned.php BUGFIX Consistently using Convert::raw2sql() instead of DB::getConn()->addslashes() or PHP's deprecated addslashes() for database escaping 2011-09-15 14:43:34 +02:00
VirtualPage.php BUGFIX: Fixed bugs with copying custom fields into Virtual pages, generally made virtual pages more robust and performant. 2011-02-02 14:19:01 +13:00
YamlFixture.php MINOR Fixed phpdoc documentation 2011-02-02 14:19:15 +13:00