silverstripe-cms/code
2011-02-02 17:53:27 +13:00
..
reports MINOR Localized reports 2011-02-02 17:52:54 +13:00
sitefeatures BUGFIX: correct mollom field mapping 2011-02-02 17:53:27 +13:00
staticpublisher BUGFIX: Correct StaticPublisher filenames, now works with nested URLS 2011-02-02 17:52:57 +13:00
AssetAdmin.php BUGFIX Stop IE6/IE7 from redirecting in admin/assets after deleting multiple folders (fixes #5208) 2011-02-02 17:53:24 +13:00
AssetTableField.php BUGFIX: Properly closed a tag in AssetTableField that was hiding content after the back link tracking tab. 2011-02-02 17:52:22 +13:00
CMSActionOptionsForm.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
CMSBatchAction.php API CHANGE: Added capability for batch actions to indicate failure through red checkboxes (from r94868) 2011-02-02 17:52:18 +13:00
CMSBatchActionHandler.php MINOR Reverted r100484 as it was causing too many problems 2011-02-02 17:53:06 +13:00
CMSMain.php MINOR: reverted wrong change 2011-02-02 17:53:26 +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 ENHANCEMENT: added language (Ticket #5390) 2011-02-02 17:53:26 +13:00
CommentAdmin.php BUGFIX: fixed query to get number of unmoderated comments 2011-02-02 17:52:45 +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 MINOR Removed double brackets from Diff::cleanHTML() 2011-02-02 17:52:42 +13:00
FileList.php Updating queries to be more DB agnostic 2008-11-24 09:30:41 +00:00
GroupImportForm.php BUGFIX: replacing calls to deprecated Upload functions - using validator instead (related to r100057) 2011-02-02 17:53:06 +13:00
HTMLCleaner.php FEATURE: Add HTMLCleaner abstract class, and Diff::cleanHTML() 2011-02-02 17:52:41 +13: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: make the javascript-producing functions behave in the same way. Now they will return a javascript snippet and the caller is responsible for adding it to a FormResponse. Removes the duplication in AJAX response which happened when FormResponse::add has been used before the call to JS helper functions (#5359) 2011-02-02 17:53:27 +13:00
LeftAndMainDecorator.php MINOR Renamed LeftAndMainDecorator (had wrong classname) 2009-01-06 02:16:47 +00:00
MemberImportForm.php BUGFIX: replacing calls to deprecated Upload functions - using validator instead (related to r100057) 2011-02-02 17:53:06 +13:00
MemberTableField.php BUGFIX Unsetting 'ID' parameter in MemberTableField->addtogroup() to avoid confusion between Group and Member records (regression from r100716) (from r100720) 2011-02-02 17:53:07 +13:00
ModelAdmin.php BUGFIX Fixed CTF sorting in ModelAdmin results (was failing because of missing 'ResultAssembly' GET parameters 2011-02-02 17:53:26 +13:00
Report.php BUGFIX: Make SS_ReportWrapper::sourceRecords()' arguments optional 2011-02-02 17:53:17 +13:00
ReportAdmin.php MINOR Reverted r100484 as it was causing too many problems 2011-02-02 17:53:06 +13:00
SecurityAdmin.php MINOR Fixed regression from r101752 (adding permission roles button was missing) 2011-02-02 17:53:25 +13:00
SideReport.php BUGFIX RedirectorPage types shouldn't appear in "Pages with no content" side report in the CMS Pages tab 2011-02-02 17:53:22 +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 MINOR Removed argument to getDescendantIDList() in ThumbnailStripField that doesn't exist on the method 2011-02-02 17:52:40 +13:00
WidgetAreaEditor.php MINOR Removed end php tag from WidgetAreaEditor 2011-02-02 17:52:26 +13:00