silverstripe-framework/core/model
Geoff Munn 557eb9251c MINOR: MySQL stub function created for Postgres-specific functionality
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@115447 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-01-12 00:16:48 +00:00
..
fieldtypes BUGFIX Incorrect call to weekday function in Date class (thanks webbower!) (from r115443) 2011-01-11 23:11:43 +00:00
Aggregate.php MINOR Documentation for Aggregate caching 2010-11-23 05:43:59 +00:00
ComponentSet.php API CHANGE: removed deprecated removeByFilter() function 2009-11-26 22:18:59 +00:00
CurrentPageIdentifier.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
Database.php APICHANGE: removed page comments from core. Please see the github.com account for page comments functionality 2010-12-11 05:43:08 +00: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 2010-11-30 05:13:09 +00:00
DataDifferencer.php Revert "FEATURE: Use tidied HTML in DataDifferencer" 2010-05-25 03:15:54 +00:00
DataObject.php BUGFIX Undefined variable when calling DataObject::many_many_extraFields() and relation name couldn't be found for the component (from r108400) 2010-10-18 22:53:59 +00:00
DataObjectDecorator.php API CHANGE: Pass the full extension string as the 2nd argument to DataObjectDecorator::extraStatics() (from r101043) 2010-10-04 04:32:30 +00: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 APICHANGE: removed page comments from core. Please see the github.com account for page comments functionality 2010-12-11 05:43:08 +00:00
DB.php BUGFIX DB::connect() should not rely on $_SESSION existing, so we check isset() to supress any warnings of undefined indexes 2010-10-19 04:52:59 +00: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 (from r113590) 2010-12-05 08:36:05 +00: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() (from r113277) 2010-12-05 08:26:40 +00:00
Image.php EHANCEMENT: #5673 allow further manipulation on Image_Cached objects. Thanks charden!. BUGFIX: generate valid png files in ImageTest to prevent getimagesize() calls returning false results 2010-12-20 02:19:17 +00:00
MySQLDatabase.php MINOR: MySQL stub function created for Postgres-specific functionality 2011-01-12 00:16:48 +00:00
RedirectorPage.php MINOR Reverted r101670 as it broke assumptions made in RedirectorPageTest (from r101671) 2010-10-13 00:58:39 +00:00
SiteConfig.php MINOR: restored SiteConfig functions 2010-12-11 05:45:04 +00:00
SiteTree.php ENHANCEMENT: abstract generateURLSegments functionality out to Convert::raw2url() to allow non site tree objects to safely make use of the logic. BUGFIX: #5586 Group::setCode() now calls Convert::raw2url() rather than requiring a SiteTree instance 2010-12-20 03:18:51 +00: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). (from r109591) 2010-10-19 01:25:32 +00:00
SQLQuery.php MINOR: neatly quote identifiers (from r109405) 2010-10-19 01:25:19 +00:00
Translatable.php BUGFIX Escaping $locale values in Translatable->augmentSQL() in addition to the i18n::validate_locale() input validation 2010-12-05 05:23:37 +00:00
Transliterator.php MINOR: fixed umlauts (from r104733) 2010-10-15 01:11:07 +00:00
Versioned.php ENHANCEMENT: added onBeforeVersionedPublish() hook. PATCH via muzdowski (#6016) 2010-12-11 01:28:46 +00:00
VirtualPage.php BUGFIX: Fixed bugs with copying custom fields into Virtual pages, generally made virtual pages more robust and performant. (from r101112) 2010-10-04 04:49:37 +00:00