..
fieldtypes
BUGFIX: Replace HTMLText#Summary with one that works.
2011-02-02 14:27:28 +13:00
ComponentSet.php
MINOR Removed extra data stuff from ComponentSet/ComplexTableField as this is not fully developed yet
2011-02-02 14:27:21 +13:00
CurrentPageIdentifier.php
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
2008-06-15 13:33:53 +00:00
Database.php
MINOR Fix potential undefined variable errors in Query->column() and Query->keyedColumn() by always returning an array, even if it's empty. This now conforms to the phpDoc for these two functions, instead of returning null if there's no $column variable set
2011-02-02 14:26:58 +13:00
DatabaseAdmin.php
ENHANCEMENT: Added databse name to output of dev/build (merged from r77265)
2011-02-02 14:27:26 +13:00
DataDifferencer.php
API CHANGE: Added DataDifferencer, for comparing DataObjects. Note that it won't be used by the core features until 2.3.3, but is made available here for the cmsworkflow module.
2011-02-02 14:27:27 +13:00
DataObject.php
BUGFIX: Changing from unset record entry to an empty value shouldn't register as a 'level 2' change
2011-02-02 14:27:28 +13:00
DataObjectDecorator.php
BUGFIX: Fixed bugs in previous change to DOD
2011-02-02 14:27:27 +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
BUGFIX: Updated DataObjectSet::map() to use empty string, rather than 0, as the empty value
2011-02-02 14:27:19 +13:00
DB.php
BUGFIX: Don't allow the use of get-var ?isDev=1 when security DB isn't available.
2011-02-02 14:27:28 +13:00
ErrorPage.php
BUGFIX #4119 netminds: Fix error page publication for lang to locate replacement.
2011-02-02 14:27:27 +13:00
GhostPage.php
BUGFIX Adjusted HeaderField and LabelField implementation to new constructor arguments (see r64421)
2008-10-16 13:26:50 +00:00
HiddenClass.php
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
2008-06-15 13:33:53 +00:00
Hierarchy.php
API: Allow specifying any callback to setMarkingFunction, not just a function name.
2011-02-02 14:27:24 +13:00
Image.php
MINOR: reverted r76626
2011-02-02 14:27:23 +13:00
MySQLDatabase.php
Add caching to needlessly repeated SQL calls.
2011-02-02 14:27:07 +13:00
PDODatabase.php
BUGFIX Added stub PDODatabase->renameField() implementation to avoid errors when batch-instanciating singletons
2011-02-02 14:26:48 +13:00
RedirectorPage.php
BUGFIX: a redirection with an external link that has more than one query string variables. Do not convert the link to html entities
2011-02-02 14:27:27 +13:00
SiteTree.php
BUGFIX: Fix readonly versions of grant fields.
2011-02-02 14:27:28 +13:00
SiteTreeDecorator.php
ENHANCEMENT Added SiteTreeDecorator
2011-02-02 14:26:34 +13:00
SQLMap.php
ENHANCEMENT: Update ForeignKey and Primary key default fields to use SQLMap for their dropdown source for better performance.
2011-02-02 14:26:52 +13:00
SQLQuery.php
Merging in refactored Translatable architecture from trunk, including related/required changesets like enhancements to Object static handling (see details below)
2011-02-02 14:27:16 +13:00
Translatable.php
MINOR Merged from trunk
2011-02-02 14:27:28 +13:00
Versioned.php
MINOR Merged from trunk
2011-02-02 14:27:23 +13:00
VirtualPage.php
MINOR merged from trunk
2011-02-02 14:27:21 +13:00
YamlFixture.php
FEATURE #2767 wakeless: Allow popuplation of non-DataObject tables with YamlFixture
2008-11-10 23:18:31 +00:00