silverstripe-cms/code
Sam Minnee 7c6623373b BUGFIX: Don't show obsolete page if you refresh the CMS after deleting a page (from r94242)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@96818 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 17:52:17 +13:00
..
sitefeatures FEATURE: added delete all link to page comments. Patch via #4427. Thanks walec51 2011-02-02 17:52:09 +13:00
staticpublisher API CHANGE: Added FilesystemPublisher::getExistingStaticCacheFiles(), to help build caching logic methods. (from r91354) 2011-02-02 17:52:16 +13:00
AssetAdmin.php MINOR moved allowed_extensions and friends to the model layer (from r92046) 2011-02-02 17:52:17 +13:00
AssetTableField.php MINOR moved File validation to the model (from r92044) 2011-02-02 17:52:16 +13:00
CMSActionOptionsForm.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
CMSBatchAction.php MINOR: Made delete from draft batch action text more consistent with published. (from r91839) 2011-02-02 17:52:16 +13:00
CMSBatchActionHandler.php MINOR added batch deletion back for workflow (from r88916) 2011-02-02 17:52:12 +13:00
CMSMain.php BUGFIX: Use canDeleteFromLive instead of canPublish for checking delete from live action (from r93316) 2011-02-02 17:52:17 +13:00
CMSMenu.php BUGFIX Implementing TestOnly interface in ModelAdminTest to avoid having it included automatically in CMSMenu and hence breaking other tests like LeftAndMainTest. 2009-08-26 21:10:58 +00:00
CMSMenuItem.php BUGFIX CMSMenuItem constructor now calls parent to respect inheritance (from r83586) 2009-11-05 01:13:00 +00:00
CMSSiteTreeFilter.php API CHANGE: Added numChildrenMethod argument to LeftAndMain::getSiteTreeFor() 2011-02-02 17:52:16 +13:00
CommentAdmin.php BUGFIX Fixed PageComment boolean operators in WHERE SQL clauses that break MSSQL 2011-02-02 17:52:03 +13:00
CommentTableField.php BUGFIX: Fixed Links to Moderate Comments from the CMS and front end. MINOR: removed complextable functions which no longer get called, moved logic to the PageComment Class (from r86325) 2009-11-05 01:16:09 +00:00
Diff.php BUGFIX: Fixed bugs in content differencer, and improved styling. 2009-05-23 03:30:57 +00:00
FileList.php Updating queries to be more DB agnostic 2008-11-24 09:30:41 +00:00
ImageEditor.php MINOR Updated paths from jsparty to sapphire/thirdparty, cms/thirdparty and cms/javascript 2011-02-02 17:52:04 +13:00
LeftAndMain.php BUGFIX: Don't show obsolete page if you refresh the CMS after deleting a page (from r94242) 2011-02-02 17:52:17 +13:00
LeftAndMainDecorator.php MINOR Renamed LeftAndMainDecorator (had wrong classname) 2009-01-06 02:16:47 +00:00
MemberTableField.php BUGFIX Removed code that relied on deprecated functions in MemberTableField 2011-02-02 17:52:05 +13:00
ModelAdmin.php MINOR Updated paths from jsparty to sapphire/thirdparty, cms/thirdparty and cms/javascript 2011-02-02 17:52:04 +13:00
PermissionRoleAdmin.php FEATURE: Add a simple interface for administrating permission roles. (from r85297) 2009-10-15 22:33:09 +00:00
Report.php API CHANGE: Renamed conflicting classes to have an "SS_" namespace, and renamed existing "SS" namespace to "SS_". The affected classes are: HTTPRequest, HTTPResponse, Query, Database, SSBacktrace, SSCli, SSDatetime, SSDatetimeTest, SSLog, SSLogTest, SSLogEmailWriter, SSLogErrorEmailFormatter, SSLogErrorFileFormatter, SSLogFileWriter and SSZendLog. 2009-10-26 03:06:42 +00:00
ReportAdmin.php API CHANGE: Renamed conflicting classes to have an "SS_" namespace, and renamed existing "SS" namespace to "SS_". The affected classes are: HTTPRequest, HTTPResponse, Query, Database, SSBacktrace, SSCli, SSDatetime, SSDatetimeTest, SSLog, SSLogTest, SSLogEmailWriter, SSLogErrorEmailFormatter, SSLogErrorFileFormatter, SSLogFileWriter and SSZendLog. 2009-10-26 03:06:42 +00:00
SecurityAdmin.php BUGFIX: Ignore elements without a name in change detection. 2011-02-02 17:52:12 +13:00
SideReport.php API CHANGE: removed deprecated extend calls (r93632). API CHANGE: removed fieldExists(). Use hasField() (r93633). API CHANGE removed listOfFields() (r93647). API CHANGE: removed Tag() and URL() from Image. Use getTag() and getURL(). BUGFIX: updated Image.php to use getTag() (r93639, r93646). API CHANGE: removed val(). Use XML_val() (r93650). API CHANGE: removed $add_action. Use singlar_name or lang tables (r93658). API CHANGE: removed ConfirmedFormAction (r93674). API CHANGE: removed ajax_render on CTF (r93679). 2011-02-02 17:52:05 +13:00
StaticExporter.php API CHANGE: Renamed conflicting classes to have an "SS_" namespace, and renamed existing "SS" namespace to "SS_". The affected classes are: HTTPRequest, HTTPResponse, Query, Database, SSBacktrace, SSCli, SSDatetime, SSDatetimeTest, SSLog, SSLogTest, SSLogEmailWriter, SSLogErrorEmailFormatter, SSLogErrorFileFormatter, SSLogFileWriter and SSZendLog. 2009-10-26 03:06:42 +00:00
ThumbnailStripField.php Merged from branches/2.3 2009-02-03 03:56:56 +00:00
WidgetAreaEditor.php MINOR make widgetarea/editor more suitable for generic use 2011-02-02 17:52:08 +13:00