silverstripe-cms/code
Sean Harvey 8089e04879 BUGFIX #6291 Remove rollback action from CMSMain allowed_actions and rely on form action_rollback instead which is safer (from r115440)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@115919 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 17:48:30 +13:00
..
sitefeatures API CHANGE Fixed various controllers to enforce CSRF protection through Form_SecurityToken on GET actions that are not routed through Form->httpSubmission(): AssetAdmin, CMSBatchActionHandler, CMSMain, CommentTableField, LeftAndMain, MemberTableField, PageComment, PageComment_Controller (from r113282) 2011-02-02 17:48:29 +13:00
staticpublisher BUGFIX: Added rewriteHashlinks = 'php' option to SSViewer so that static publisher can handle internal hashlinks properly. 2011-02-02 17:48:27 +13:00
AssetAdmin.php BUGFIX Removing form actions from in AssetAdmin, CMSMain, LeftAndMain - handled through Form->httpSubmission() (merged from r115185) 2011-02-02 17:48:30 +13:00
AssetTableField.php Merged r81460 from trunk 2011-02-02 17:48:25 +13:00
CMSActionOptionsForm.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
CMSBatchAction.php MINOR Merged from trunk 2011-02-02 17:48:21 +13:00
CMSBatchActionHandler.php API CHANGE Fixed various controllers to enforce CSRF protection through Form_SecurityToken on GET actions that are not routed through Form->httpSubmission(): AssetAdmin, CMSBatchActionHandler, CMSMain, CommentTableField, LeftAndMain, MemberTableField, PageComment, PageComment_Controller (from r113282) 2011-02-02 17:48:29 +13:00
CMSMain.php BUGFIX #6291 Remove rollback action from CMSMain allowed_actions and rely on form action_rollback instead which is safer (from r115440) 2011-02-02 17:48:30 +13:00
CMSMenu.php MINOR: fix on-line documentation syntax so that phpDocumentor can creating automatically the API doc 2011-02-02 17:47:53 +13:00
CMSMenuItem.php BUGFIX CMSMenuItem constructor now calls parent to respect inheritance 2011-02-02 17:48:26 +13:00
CommentAdmin.php MINOR: sort page comment table by Created field - show newest entries first 2011-02-02 17:48:28 +13:00
CommentTableField.php API CHANGE Fixed various controllers to enforce CSRF protection through Form_SecurityToken on GET actions that are not routed through Form->httpSubmission(): AssetAdmin, CMSBatchActionHandler, CMSMain, CommentTableField, LeftAndMain, MemberTableField, PageComment, PageComment_Controller (from r113282) 2011-02-02 17:48:29 +13:00
Diff.php BUGFIX: Fixed bugs in content differencer, and improved styling. BUGFIX: fixed notice when getting title of member which didnt exist. Merged from trunk r77661. 2011-02-02 17:48:25 +13:00
FileList.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
ImageEditor.php BUGFIX Using $allowed_actions in ImageEditor (Merged from r73248) 2011-02-02 17:48:09 +13:00
LeftAndMain.php BUGFIX Removing form actions from in AssetAdmin, CMSMain, LeftAndMain - handled through Form->httpSubmission() (merged from r115185) 2011-02-02 17:48:30 +13:00
LeftAndMainDecorator.php MINOR Fixed class naming in LeftAndMainDecorator.php 2011-02-02 17:47:37 +13:00
MemberTableField.php API CHANGE Fixed various controllers to enforce CSRF protection through Form_SecurityToken on GET actions that are not routed through Form->httpSubmission(): AssetAdmin, CMSBatchActionHandler, CMSMain, CommentTableField, LeftAndMain, MemberTableField, PageComment, PageComment_Controller (from r113282) 2011-02-02 17:48:29 +13:00
ModelAdmin.php BUGFIX: Fix modeladmin scrollbars in ie7 2011-02-02 17:48:19 +13:00
ReportAdmin.php BUGFIX: Add JavaScript for HtmlEditorField on every CMS page, to avoid issue where loading form with HtmlEditorField via ajax doesn't work because scripts are stripped out. 2011-02-02 17:48:22 +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
SecurityAdmin.php API CHANGE Fixed various controllers to enforce CSRF protection through Form_SecurityToken on GET actions that are not routed through Form->httpSubmission(): AssetAdmin, CMSBatchActionHandler, CMSMain, CommentTableField, LeftAndMain, MemberTableField, PageComment, PageComment_Controller (from r113282) 2011-02-02 17:48:29 +13:00
SideReport.php ENHANCEMENT Improved styling of side reports 2011-02-02 17:47:49 +13:00
StaticExporter.php BUGFIX Fixed StaticExporter output format 2011-02-02 17:47:43 +13:00
ThumbnailStripField.php BUGFIX #3441 funkygibbon: Stop ThumbnailStripField breaking on orphaned images 2011-02-02 17:48:04 +13:00
WidgetAreaEditor.php MINOR Merged from trunk 2011-02-02 17:48:23 +13:00