silverstripe-cms/code
Normann Lou 6ce7428bdc BUGFIX: if SecurityAdmin::add_hidden_permission() is called more than once, the later one is never added due two array operator "+"
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@94100 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 17:52:06 +13:00
..
sitefeatures MINOR Updated paths from jsparty to sapphire/thirdparty, cms/thirdparty and cms/javascript 2011-02-02 17:52:04 +13:00
staticpublisher BUGFIX: Added rewriteHashlinks = 'php' option to SSViewer so that static publisher can handle internal hashlinks properly. (from r89612) 2009-11-05 01:19:31 +00:00
AssetAdmin.php API CHANGE: removed Director::Link(). Use Controller::join_links() instead 2011-02-02 17:52:05 +13:00
AssetTableField.php ENHANCEMENT Current search and current page of asset section are persistent. Fixes the open source ticket #4470 and also a part of #4256 (from r84091) 2009-10-21 04:39:50 +00:00
CMSActionOptionsForm.php
CMSBatchAction.php MINOR removed concurrent editing (merged from r91198) 2011-02-02 17:52:03 +13:00
CMSBatchActionHandler.php MINOR fix failing tests 2009-10-30 03:27:27 +00:00
CMSMain.php BUGFIX Removed calls to Translatable::is_enabled() since it's deprecated, replaced with Object::has_extension('SiteTree', 'Translatable') instead 2011-02-02 17:52:05 +13:00
CMSMenu.php
CMSMenuItem.php BUGFIX CMSMenuItem constructor now calls parent to respect inheritance (from r83586) 2009-11-05 01:13:00 +00:00
CMSSiteTreeFilter.php ENHANCEMENT: Improved CMSSiteTreeFilter API to make it easier to create custom filter.s (from r89071, from r88465) 2009-10-21 22:26:52 +00: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
FileList.php
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 API CHANGE: removed Director::Link(). Use Controller::join_links() instead 2011-02-02 17:52:05 +13:00
LeftAndMainDecorator.php
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: if SecurityAdmin::add_hidden_permission() is called more than once, the later one is never added due two array operator "+" 2011-02-02 17:52:06 +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
WidgetAreaEditor.php MINOR added stubs to allow widgets to use treedropdown fields 2011-02-02 17:52:03 +13:00