silverstripe-framework/core/model
Ingo Schommer 3e8704c882 BUGFIX Escaping $locale values in Translatable->augmentSQL() in addition to the i18n::validate_locale() input validation
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@114515 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-12-05 05:23:37 +00:00
..
fieldtypes
Aggregate.php MINOR Documentation for Aggregate caching 2010-11-23 05:43:59 +00:00
ComponentSet.php
CurrentPageIdentifier.php
Database.php MINOR: dev/build message fixed to explain changes more clearly 2010-11-18 23:29:30 +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
DataObject.php
DataObjectDecorator.php
DataObjectInterface.php
DataObjectLog.php
DataObjectSet.php
DB.php
ErrorPage.php
HiddenClass.php
Hierarchy.php BUGFIX Aborting marking in Hierarchy->markPartialTree() before loading nodes, if the expected node count would exceed the totals (regardless of the in-memory marking state) 2010-11-24 06:23:48 +00:00
Image.php
MySQLDatabase.php BUGFIX Renamed MySQLQuery::__destroy() renamed to __destruct() so that it is called properly after the object is destroyed (from r112288) 2010-10-19 05:08:59 +00:00
RedirectorPage.php
SiteConfig.php
SiteTree.php API CHANGE Don't partially URI encode strings in SiteTree->RelativeLink(), rely on XML casting in templates instead (fixes #6125, thanks paradigmincarnate) 2010-11-13 02:54:13 +00:00
SiteTreeDecorator.php
SQLMap.php
SQLQuery.php
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
Versioned.php MINOR: unique indexes on versioned tables now changed to 'index' 2010-11-24 06:23:49 +00:00
VirtualPage.php