silverstripe-cms/code
Ingo Schommer a9d6dec5ec FEATURE Import members and their group assignments from CSV in admin/security through the new MemberImportForm class (merged from r98708)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@98732 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 17:52:42 +13:00
..
reports BUGFIX: More fixes renaming SSReport to SS_Report 2011-02-02 17:52:39 +13:00
sitefeatures BUGFIX: Comment URL field check is now case insenstive. Included tests for various protocols. PATCH via simon_w. Ticket #4776 2011-02-02 17:52:21 +13:00
staticpublisher BUGFIX: Don't rely on the current directory for any logic. 2011-02-02 17:52:29 +13:00
AssetAdmin.php ENHANCEMENT: Select the uploaded image after uploading by default. #4962 2011-02-02 17:52:29 +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 Fixed SS_HTTPResponse references in CMSBatchActionHandler 2011-02-02 17:52:40 +13:00
CMSMain.php MINOR Removed arguments to Hierarchy::getDescendantIDList() calls, as the method does not have any 2011-02-02 17:52:40 +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 MINOR fix permissions 2011-02-02 17:52:30 +13:00
CommentAdmin.php Nicer dates (from r95776) 2011-02-02 17:52:32 +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
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: columns quoted properly 2011-02-02 17:52:42 +13:00
LeftAndMainDecorator.php MINOR Renamed LeftAndMainDecorator (had wrong classname) 2009-01-06 02:16:47 +00:00
MemberImportForm.php FEATURE Import members and their group assignments from CSV in admin/security through the new MemberImportForm class (merged from r98708) 2011-02-02 17:52:42 +13:00
MemberTableField.php MINOR when you delete a user from a group, they are also removed from any sub groups. (from r87119) 2011-02-02 17:52:30 +13:00
ModelAdmin.php BUGFIX: removing hardcoded reference to ModelAdmin_RecordController, also added getters for model controllers. 2011-02-02 17:52:22 +13:00
PermissionRoleAdmin.php BUGFIX: now hiding the permissions via SecurityAdmin::add_hidden_permission works also for PermissionRoleAdmin 2011-02-02 17:52:21 +13:00
Report.php BUGFIX: More fixes renaming SSReport to SS_Report 2011-02-02 17:52:39 +13:00
ReportAdmin.php BUGFIX: More fixes renaming SSReport to SS_Report 2011-02-02 17:52:39 +13:00
SecurityAdmin.php FEATURE Import members and their group assignments from CSV in admin/security through the new MemberImportForm class (merged from r98708) 2011-02-02 17:52:42 +13:00
SideReport.php MINOR Documentation 2011-02-02 17:52:40 +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