.. |
fieldtypes
|
BUGFIX Fix call to undefined "_12Hour" function (merged from r73523)
|
2011-02-02 14:27:11 +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
|
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
|
BUGFIX Added isDev() and Permission::check() directives to DatabaseAdmin and DevelopmentAdmin (Merged from r73251)
|
2011-02-02 14:27:10 +13:00 |
DataObject.php
|
ENHANCEMENT: Allow calling methods on DataObjects using RESTful API. Methods which can be called must be specified in the $allowed_actions array of the DataObject.
|
2011-02-02 14:27:10 +13:00 |
DataObjectDecorator.php
|
BUGFIX:
|
2011-02-02 14:27:03 +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
|
MINOR: #3675 - Correct phpdoc of DataObjectSet sort functions (bgribaudo)
|
2011-02-02 14:27:09 +13:00 |
DB.php
|
Added getter to retrieve alternative database name.
|
2011-02-02 14:26:54 +13:00 |
ErrorPage.php
|
ENHANCEMENT Added nicer (and more useful) error message if ErrorPage cannot open the error HTML file for writing
|
2011-02-02 14:26:59 +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
|
MINOR: merged patch from simon_w: added check to Children() to make sure user has canView() rights
|
2011-02-02 14:27:01 +13:00 |
Image.php
|
BUGFIX Added missing action 'DeleteImageForm' to Image::$allowed_actions
|
2011-02-02 14:27:11 +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
|
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: Updated i18n javascript system so that the i18n javascript needs to be explicitly included, so that it doesn't poke its nose in where it's not wanted.
|
2011-02-02 14:27:09 +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 More solid string-parsing through regular expressions in SQLQuery->filtersOnID() and SQLQuery->filtersOnFK(), incl. unit tests
|
2011-02-02 14:26:57 +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
|
Added Versioned::prepopulate_versionnumber_cache() to allow for querying efficiencies
|
2011-02-02 14:26:57 +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 |