..
fieldtypes
ENHANCEMENT Add a <span class="highlight"> around all keywords (space delimited) and not just the entire search phrase
2011-02-02 14:26:53 +13:00
ComponentSet.php
BUGFIX: Fixing tests
2011-02-02 14:26:40 +13:00
CurrentPageIdentifier.php
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
2008-06-15 13:33:53 +00:00
Database.php
Merged r67482 to branches/2.3 - let db/build add auto_increment
2011-02-02 14:26:48 +13:00
DatabaseAdmin.php
MINOR: merge patch from ajshort: allow db build without running requireDefaultRecords
2011-02-02 14:26:53 +13:00
DataObject.php
BUGFIX Fixed $add_action behaviour for SiteTree classes (through i18n_singular_name() method). Deprecated in favour of "<myclassname>.TITLE" entity to enable localized page titles. Limited add_action behaviour to SiteTree (was implemented on DataObject before)
2011-02-02 14:26:55 +13:00
DataObjectDecorator.php
MINOR Merged r69409 and r69410 from trunk
2011-02-02 14:26:55 +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
ENHANCEMENT Added DataObjectSet->replace()
2011-02-02 14:26:55 +13:00
DB.php
Added getter to retrieve alternative database name.
2011-02-02 14:26:54 +13:00
ErrorPage.php
MINOR Removed whitespace after ?> end PHP tag
2011-02-02 14:26:45 +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
BUGFIX Added optional $context flag to Hierarchy->AllChildrenIncludingDeleted() (merged from branches/translatable in r64523, thanks wakeless!)
2011-02-02 14:26:56 +13:00
Image.php
ENHANCEMENT Moved i18n::get_existing_content_languages() to correct namespace in Translatable::get_existing_content_languages().
2011-02-02 14:26:55 +13:00
MySQLDatabase.php
BUGFIX #2342 : Database names with hyphens and other special characters can now be used.
2011-02-02 14:26:54 +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
ENHANCEMENT Added fieldLabels() overloading to various DataObject subclasses. Use this method instead of directly calling _t() in getCMSFields(), and use fieldLabel('MyField') to get the label for a specific FormField. This way, we can transparently support formfield scaffolding and re-use the labels for search fields automatically.
2008-11-02 20:04:10 +00:00
SiteTree.php
BUGFIX Fixed $add_action behaviour for SiteTree classes (through i18n_singular_name() method). Deprecated in favour of "<myclassname>.TITLE" entity to enable localized page titles. Limited add_action behaviour to SiteTree (was implemented on DataObject before)
2011-02-02 14:26:55 +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
BUGFIX: Fixed bug in SQLQuery::unlimitedRowCount() when used with grouped queries, that should fix a lot of pagination situations.
2011-02-02 14:26:51 +13:00
Translatable.php
BUGFIX Fixed Translatable::get_existing_content_languages() SQLQuery generation (was assuming a -yet unimplemented- $Lang property on SiteTree instead of SiteTree_lang).
2011-02-02 14:26:56 +13:00
Versioned.php
MINOR Merged r69409 and r69410 from trunk
2011-02-02 14:26:55 +13:00
VirtualPage.php
MINOR Removed whitespace after ?> end PHP tag
2011-02-02 14:26:45 +13:00
YamlFixture.php
FEATURE #2767 wakeless: Allow popuplation of non-DataObject tables with YamlFixture
2008-11-10 23:18:31 +00:00