..
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
Removed memory limit for publication
2008-08-17 22:26:00 +00:00
AssetAdmin.php
ENHANCEMENT Added filter/search capability to AssetTableField, this is similar to MemberTableField, except you search by file name.
2008-11-03 23:09:49 +00:00
AssetTableField.php
ENHANCEMENT Added filter/search capability to AssetTableField, this is similar to MemberTableField, except you search by file name.
2008-11-03 23:09:49 +00:00
CMSActionOptionsForm.php
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
2008-06-15 13:33:53 +00:00
CMSMain.php
BUGFIX Enforce permission checks in LeftAndMain and CMSMain through SiteTree->canView()/canEdit()/canAddChildren()/canPublish()/canDelete() (see #2701 )
2008-11-03 14:56:36 +00:00
CMSMenu.php
FEATURE Added CMSMenu and CMSMenuItem and adjusted existing LeftAndMain subclasses to use new notation.See #2872 (thanks to hamish for the patch!)
2008-11-02 21:27:55 +00:00
CMSMenuItem.php
MINOR Code formatting in CMSMenuItem
2008-11-03 02:07:03 +00:00
CommentAdmin.php
FEATURE Added CMSMenu and CMSMenuItem and adjusted existing LeftAndMain subclasses to use new notation.See #2872 (thanks to hamish for the patch!)
2008-11-02 21:27:55 +00:00
CommentTableField.php
ENHANCEMENT Introduced constants for system paths like /sapphire in preparation for a more flexible directory reorganisation. Instead of hardcoding your path, please use the following constants: BASE_PATH, BASE_URL, SAPPHIRE_DIR, SAPPHIRE_PATH, CMS_DIR, CMS_PATH, THIRDPARTY_DIR, THIRDPARTY_PATH, ASSETS_DIR, ASSETS_PATH, THEMES_DIR, THEMES_PATH
2008-09-28 13:12:20 +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
BUGFIX wrong jsparty PATH references
2008-09-29 18:49:35 +00:00
LeftAndMain.php
BUGFIX Enforce permission checks in LeftAndMain and CMSMain through SiteTree->canView()/canEdit()/canAddChildren()/canPublish()/canDelete() (see #2701 )
2008-11-03 14:56:36 +00: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
BUGFIX Calling parent constructor on ModelAdmin classes so $this->class gets set properly and doesn't confuse the RequestHandler
2008-11-04 01:32:45 +00:00
ReportAdmin.php
FEATURE Added CMSMenu and CMSMenuItem and adjusted existing LeftAndMain subclasses to use new notation.See #2872 (thanks to hamish for the patch!)
2008-11-02 21:27:55 +00:00
SecurityAdmin.php
FEATURE Added CMSMenu and CMSMenuItem and adjusted existing LeftAndMain subclasses to use new notation.See #2872 (thanks to hamish for the patch!)
2008-11-02 21:27:55 +00: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
Updated file functions to use HTTPRequest::send_file
2008-10-03 02:26:43 +00:00
ThumbnailStripField.php
ENHANCEMENT Introduced constants for system paths like /sapphire in preparation for a more flexible directory reorganisation. Instead of hardcoding your path, please use the following constants: BASE_PATH, BASE_URL, SAPPHIRE_DIR, SAPPHIRE_PATH, CMS_DIR, CMS_PATH, THIRDPARTY_DIR, THIRDPARTY_PATH, ASSETS_DIR, ASSETS_PATH, THEMES_DIR, THEMES_PATH
2008-09-28 13:12:20 +00:00
WidgetAreaEditor.php
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
2008-06-15 13:33:53 +00:00