..
fieldtypes
Add some nice date formats (from r95772)
2011-02-02 14:18:20 +13:00
Aggregate.php
APICHANGE: rename the class "Cache" to "SS_Cache" (ref ticket: #4997 )
2011-02-02 14:18:19 +13:00
ComponentSet.php
API CHANGE Removed ComponentSet::removeByFilter() since it's not flexible enough and fixed calls to this from HtmlEditorField::saveInto() to use custom code instead
2011-02-02 14:17:53 +13:00
CurrentPageIdentifier.php
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
2008-06-15 13:33:53 +00:00
Database.php
MINOR: use ENUM hack for dealing with SET legacy values
2011-02-02 14:18:19 +13:00
DatabaseAdmin.php
API CHANGE: Don't generate TestOnly DataObjects in the database immediately; instead let test developers specify them in SapphireTest::$extraDataObjects.
2011-02-02 14:18:04 +13:00
DataDifferencer.php
FEATURE: Use tidied HTML in DataDifferencer
2011-02-02 14:18:09 +13:00
DataObject.php
MINOR: groupby works for SQLite too
2011-02-02 14:18:18 +13:00
DataObjectDecorator.php
API CHANGE #4929 : Add $class argument to DataObjectDecorator::extraStatics()
2011-02-02 14:18:14 +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
FEATURE Added DataObjectSet::emptyItems() to remove all the items from the set - this is useful for when you are augmenting CMS and front end fields via updateCMSFields() and updateFrontEndFields() on a DataObjectDecorator
2011-02-02 14:17:56 +13:00
DB.php
MINOR Removed debug code
2011-02-02 14:18:17 +13:00
ErrorPage.php
MINOR #4973 Automatically generate URLSegment for default records on SiteTree and ErrorPage instead of explicitly setting them
2011-02-02 14:17:56 +13:00
HiddenClass.php
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
2008-06-15 13:33:53 +00:00
Hierarchy.php
API CHANGE: Added Hierarchy::numHistoricalChildren() and Versioned::get_including_deleted_query()
2011-02-02 14:18:05 +13:00
Image.php
API CHANGE #3600 Inconsistency in File::getURL() which returns an absolute URL, when it should be relative - please use getAbsoluteURL() instead for old behaviour
2011-02-02 14:18:08 +13:00
MySQLDatabase.php
MINOR don't HTML-format queries from showqueries if this is an AJAX request. (from r95855)
2011-02-02 14:18:21 +13:00
RedirectorPage.php
API CHANGE: removed deprecated extend calls (r93632). API CHANGE: removed fieldExists(). Use hasField() (r93633). API CHANGE removed listOfFields() (r93647). API CHANGE: removed Tag() and URL() from Image. Use getTag() and getURL(). BUGFIX: updated Image.php to use getTag() (r93639, r93646). API CHANGE: removed val(). Use XML_val() (r93650). API CHANGE: removed $add_action. Use singlar_name or lang tables (r93658). API CHANGE: removed ConfirmedFormAction (r93674). API CHANGE: removed ajax_render on CTF (r93679).
2011-02-02 14:17:53 +13:00
SiteConfig.php
ENHANCEMENT Allow user theme selection through SiteConfig, falling back to SSViewer::set_theme() as a default if there are none selected
2011-02-02 14:18:22 +13:00
SiteTree.php
FEATURE: Add a function to give link to Live site (from r95948)
2011-02-02 14:18:21 +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
MINOR: Revert r86510 since it doesn't fit MySQL
2009-09-21 04:29:44 +00:00
SQLQuery.php
API CHANGE: Refactored test for whether a SQLQuery can be sorted by a particular column into SQLQuery::canSortBy($fieldName) (from r95850)
2011-02-02 14:18:21 +13:00
Translatable.php
BUGFIX If a Group doesn't have any specific TRANSLATE_<locale> edit rights, but has general CMS access (CMS_ACCESS_CMSMain, CMS_ACCESS_LeftAndMain, ADMIN), then assign TRANSLATE_ALL permissions as a default. Necessary to avoid locking out CMS editors from their default language (see #4940 and 4941)
2011-02-02 14:18:18 +13:00
Versioned.php
BUGFIX: Don't let Versioned archive tables clutter the global state when testing.
2011-02-02 14:18:07 +13:00
VirtualPage.php
BUGFIX Allowing translations of VirtualPage by not copying over original Locale property (see #5000 )
2011-02-02 14:18:18 +13:00
YamlFixture.php
MINOR Allow creating fixture records without any columns by checking the fields exist first before doing a foreach() in YamlFixture::writeDataObject()
2011-02-02 14:18:19 +13:00