..
sitefeatures
Added ability for comment authors to leave a URL as a separate form field
2011-02-02 17:47:46 +13:00
staticpublisher
MINOR Readd of end php tag as per coding conventions
2011-02-02 17:47:40 +13:00
AssetAdmin.php
MINOR Hardcoded yoursite.com in assets treeview (see #3230 )
2011-02-02 17:47:46 +13:00
AssetTableField.php
BUGFIX Fixed additional tabs for image popus in AssetTableField. They we're not being generated in non-english interfaces due to the translated title being used as the tab identifier
2011-02-02 17:47:47 +13:00
CMSActionOptionsForm.php
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
2008-06-15 13:33:53 +00:00
CMSMain.php
ENHANCEMENT Improved display of class permissions in /admin/security by using the menu title in addition to the classname (users won't necessarily know which classname an admin area corresponds to). Also using "Access to all CMS interfaces" as a permission description for CMS_ACCESS_LeftAndMain
2011-02-02 17:47:48 +13:00
CMSMenu.php
ENHANCEMENT Using LeftAndMain->canView() in LeftAndMain->init() - if current admin interface can't be viewed, iterate over remaining interfaces until we find a valid one. This only includes admin interfaces with a valid controller, so it should fix the obnoxious redirect to userhelp.silverstripe.com when a website-user tries to access the CMS.
2011-02-02 17:47:46 +13:00
CMSMenuItem.php
MINOR Code formatting in CMSMenuItem
2008-11-03 02:07:03 +00:00
CommentAdmin.php
MINOR Removed whitespace after ?> end PHP tag
2011-02-02 17:47:44 +13:00
CommentTableField.php
MINOR Removed whitespace after ?> end PHP tag
2011-02-02 17:47:44 +13:00
Diff.php
MINOR Removed whitespace after ?> end PHP tag
2011-02-02 17:47:44 +13:00
FileList.php
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
2008-06-15 13:33:53 +00:00
ImageEditor.php
MINOR ImageEditor indentation
2011-02-02 17:47:44 +13:00
LeftAndMain.php
ENHANCEMENT Using LeftAndMain->canView() in LeftAndMain->init() - if current admin interface can't be viewed, iterate over remaining interfaces until we find a valid one. This only includes admin interfaces with a valid controller, so it should fix the obnoxious redirect to userhelp.silverstripe.com when a website-user tries to access the CMS.
2011-02-02 17:47:46 +13:00
LeftAndMainDecorator.php
MINOR Fixed class naming in LeftAndMainDecorator.php
2011-02-02 17:47:37 +13:00
MemberTableField.php
MINOR Removed whitespace after ?> end PHP tag
2011-02-02 17:47:44 +13:00
ModelAdmin.php
BUGFIX Fixed ModelAdmin import success message (too few arguments for sprintf())
2011-02-02 17:47:46 +13:00
ReportAdmin.php
BUGFIX: Updated CMS to support HtmlEditorField changes in r68701
2011-02-02 17:47:47 +13:00
SecurityAdmin.php
MINOR Removed whitespace after ?> end PHP tag
2011-02-02 17:47:44 +13:00
SideReport.php
MINOR Removed whitespace after ?> end PHP tag
2011-02-02 17:47:44 +13:00
SSReport.php
ENHANCEMENT Using LeftAndMain->canView() in LeftAndMain->init() - if current admin interface can't be viewed, iterate over remaining interfaces until we find a valid one. This only includes admin interfaces with a valid controller, so it should fix the obnoxious redirect to userhelp.silverstripe.com when a website-user tries to access the CMS.
2011-02-02 17:47:46 +13:00
StaticExporter.php
BUGFIX Fixed StaticExporter output format
2011-02-02 17:47:43 +13:00
ThumbnailStripField.php
MINOR Removed whitespace after ?> end PHP tag
2011-02-02 17:47:44 +13:00
WidgetAreaEditor.php
FEATURE #594 : Added javascript-on-demand support
2008-11-12 04:31:53 +00:00