..
sitefeatures
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:26 +00:00
staticpublisher
MINOR Readd of end php tag as per coding conventions
2011-02-02 17:47:40 +13:00
AssetAdmin.php
BUGFIX: Fixed warning on AssetAdmin (merged from trunk)
2011-02-02 17:47:42 +13:00
AssetTableField.php
MINOR Removed whitespace after end php tag for AssetTableField
2011-02-02 17:47:40 +13:00
CMSActionOptionsForm.php
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
2008-06-15 13:33:53 +00:00
CMSMain.php
ENHANCEMENT Disallowing CMSMain->revert() if SiteTree->canPublish() is not granted (used to be SiteTree->canEdit()). If a user isn't allowed to publish, he shouldn't be allowed to revert the live state of a page either.
2011-02-02 17:47:43 +13:00
CMSMenu.php
API CHANGE: Revamped CMSMenu system to not instantiate any objects, so that _config.php doesn't get fskd
2011-02-02 17:47:38 +13:00
CMSMenuItem.php
MINOR Code formatting in CMSMenuItem
2008-11-03 02:07:03 +00:00
CommentAdmin.php
API CHANGE: Revamped CMSMenu system to not instantiate any objects, so that _config.php doesn't get fskd
2011-02-02 17:47:38 +13:00
CommentTableField.php
Fixed fatal error in CommentTableField:
2008-11-13 02:18:49 +00:00
Diff.php
Reverted geoffm's accidental commit to /open
2008-02-25 02:10:37 +00:00
FileList.php
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
2008-06-15 13:33:53 +00:00
ImageEditor.php
MINOR Added missing end php tag for ImageEditor, as per coding conventions
2011-02-02 17:47:40 +13:00
LeftAndMain.php
MINOR Reverted reference to jquery-packed.js which causes problems by double minification in cms (see r66735)
2011-02-02 17:47:41 +13:00
LeftAndMainDecorator.php
MINOR Fixed class naming in LeftAndMainDecorator.php
2011-02-02 17:47:37 +13:00
MemberTableField.php
Reverted previous change, as MemberTableField has it's own use of sourceFilter - not the most documentation situation however.
2008-11-03 23:30:16 +00:00
ModelAdmin.php
ENHANCEMENT Just redirect back after "import" action called, and set the session message on the Form object instead of hardcoded ID
2011-02-02 17:47:42 +13:00
ReportAdmin.php
API CHANGE: Revamped CMSMenu system to not instantiate any objects, so that _config.php doesn't get fskd
2011-02-02 17:47:38 +13:00
SecurityAdmin.php
Fix incorrect logic in r66544
2011-02-02 17:47:40 +13:00
SideReport.php
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
2008-06-15 13:33:53 +00:00
SSReport.php
MINOR Removed unnecessary $this->extend() on SSReport->getCMSFields()
2008-10-09 05:47:27 +00:00
StaticExporter.php
BUGFIX Fixed StaticExporter output format
2011-02-02 17:47:43 +13:00
ThumbnailStripField.php
ENHANCEMENT Added error messages to flash uploader panel, to be consistent with the image uploader one
2011-02-02 17:47:35 +13:00
WidgetAreaEditor.php
FEATURE #594 : Added javascript-on-demand support
2008-11-12 04:31:53 +00:00