.. |
fieldtypes
|
Merged from branches/2.2
|
2008-11-10 03:51:35 +00:00 |
ComponentSet.php
|
MINOR documentation
|
2008-10-16 12:02:41 +00:00 |
CurrentPageIdentifier.php
|
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
|
2008-06-15 13:33:53 +00:00 |
Database.php
|
ENHANCEMENT Added Database->renameField() and Database->dontRequireField()
|
2008-11-09 23:56:24 +00:00 |
DatabaseAdmin.php
|
BUGFIX: Better initial-site-setup boundary condition checking needed after the manifest builder update
|
2008-11-09 22:11:25 +00:00 |
DataObject.php
|
BUGFIX Removed project-specific hack in DataObject->getManyManyComponentsQuery() as it was breaking Translatable saving
|
2008-11-10 02:36:21 +00:00 |
DataObjectDecorator.php
|
API CHANGE Deprecated DataObjectDecorator->augmentBeforeWrite(), use DataObjectDecorator->onBeforeWrite()
|
2008-11-07 12:18:35 +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
|
API CHANGE Removed DataObjectSet->consolidate(), use DataObjectSet->toNestedArray()
|
2008-11-02 00:57:25 +00:00 |
DB.php
|
ENHANCEMENT: Added dev/tests/startsession and dev/tests/endsession to allow the use of fixtures with external test frameworks, such as Windmill
|
2008-08-27 08:19:46 +00:00 |
ErrorPage.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 |
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
|
Merged changes from 2.2.2-assets - everything except the asset refactoring
|
2008-08-12 02:51:33 +00:00 |
Image.php
|
BUGFIX Fixed wrong case of class names for ImageIFrameField causing errors
|
2008-10-31 02:09:04 +00:00 |
MySQLDatabase.php
|
ENHANCEMENT Added Database->renameField() and Database->dontRequireField()
|
2008-11-09 23:56:24 +00:00 |
PDODatabase.php
|
Turned dos line endings into unix
|
2008-09-26 02:22:51 +00: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
|
Merged from branches/2.2
|
2008-11-10 03:51:35 +00:00 |
SQLMap.php
|
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
|
2008-06-15 13:33:53 +00:00 |
SQLQuery.php
|
BUGFIX Reverted text replacement performance improvement in SQLQuery - it was replacing more ocurrences via str_replace() than the previous implementation based on arrays, which broke queries augmented by Translatable (originally committed in r60468 and r54044)
|
2008-11-05 14:23:17 +00:00 |
Translatable.php
|
BUGFIX Making Metadata fields writeable in translation mode (see #2993)
|
2008-11-10 11:11:13 +00:00 |
Versioned.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 |
VirtualPage.php
|
BUGFIX Adjusted HeaderField and LabelField implementation to new constructor arguments (see r64421)
|
2008-10-16 13:26:50 +00:00 |
YamlFixture.php
|
BUGFIX: Fixed bug with ID-less generation of YamlFixture entries that trigger $this->write() in setters
|
2008-11-03 01:28:18 +00:00 |