.. |
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
|
MINOR Code formatting cleanup in AssetAdmin->addfolder()
|
2008-10-24 01:23:52 +00:00 |
AssetTableField.php
|
BUGFIX Adjusted HeaderField and LabelField implementation to new constructor arguments (see r64421)
|
2008-10-16 13:27:12 +00:00 |
CMSActionOptionsForm.php
|
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
|
2008-06-15 13:33:53 +00:00 |
CMSMain.php
|
BUGFIX Using SiteTree::get_by_url() (see r65060)
|
2008-11-02 00:24:46 +00:00 |
CommentAdmin.php
|
ENHANCEMENT #2172: Added counts to comment admin submenu items
|
2008-09-30 00:05:22 +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
|
MINOR phpDoc changes in LeftAndMain - removal of @usedby which doesn't exist, replaced with @uses on the remote function
|
2008-10-18 22:34:02 +00:00 |
MemberTableField.php
|
BUGFIX Adjusted HeaderField and LabelField implementation to new constructor arguments (see r64421)
|
2008-10-16 13:27:12 +00:00 |
ModelAdmin.php
|
BUGFIX Fixed old references to GenericDataAdmin in ModelAdmin.php and ModelAdmin_Results.ss
|
2008-10-24 03:45:39 +00:00 |
ReportAdmin.php
|
BUGFIX Removed $_ALL_CLASSES in ReportAdmin::has_reports() - this doesn't need to be here anymore, due to changes in ManifestBuilder
|
2008-10-10 01:45:14 +00:00 |
SecurityAdmin.php
|
ENHANCEMENT Using safer get_by_id() call in SecurityAdmin->getMemberForm()
|
2008-11-01 13:55:23 +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 |