silverstripe-cms/code
Ingo Schommer 1ba1c563a8 ENHANCEMENT Making setting optional in MemberTableField. Field instances without will list all members unfiltered, and remove members from the database rather than the group relation.
ENHANCEMENT Allow disabling of 'inline add' formfields in a MemberTableField through setPermissions(array('inlineadd'))

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@98825 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-02-11 21:55:33 +00:00
..
sitefeatures FEATURE: added delete all link to page comments. Patch via #4427. Thanks walec51 (from r95418) 2009-12-16 06:08:03 +00: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 MINOR Removed ContentNegotiator::disable() since it's disabled by default (in AssetAdmin) (from r93681) 2009-11-30 01:05:13 +00:00
AssetTableField.php BUGFIX: Properly closed a tag in AssetTableField that was hiding content after the back link tracking tab. 2009-12-13 05:24:18 +00:00
CMSActionOptionsForm.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
CMSBatchAction.php MINOR Fixed merge error 2009-11-21 03:20:43 +00:00
CMSBatchActionHandler.php ENHANCEMENT Making CMSBatchActionHandler specific to record class, in order to have different batch actions for AssetAdmin (removing folders). Added CMSBatchActionHandler->batchActions() and changed internal representation of batch actions 2009-11-21 03:19:02 +00:00
CMSMain.php BUGFIX Removed calls to Translatable::is_enabled() since it's deprecated, replaced with Object::has_extension('SiteTree', 'Translatable') instead (from r93676) 2009-11-30 01:04:56 +00: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 l10n in CMSMain.php, CMSMain.js and CMSSiteTreeFilter.php 2009-11-22 08:45:59 +00:00
CommentAdmin.php MINOR Removed obsolete CommentAdmin_right.js file, behaviour is inherited from parent implementation 2009-11-21 03:19:52 +00: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
GroupImportForm.php ENHANCEMENT Added help texts for MemberImportForm and GroupImportForm 2010-02-11 02:22:45 +00:00
ImageEditor.php MINOR Removed loader.js dependencies 2009-11-21 02:37:27 +00:00
LeftAndMain.php ENHANCEMENT Allowing custom 'root forms' when id values '0' or 'root' are passed from the tree selection. 2010-02-10 23:06:34 +00:00
LeftAndMainDecorator.php MINOR Renamed LeftAndMainDecorator (had wrong classname) 2009-01-06 02:16:47 +00:00
MemberImportForm.php ENHANCEMENT Added help texts for MemberImportForm and GroupImportForm 2010-02-11 02:22:45 +00:00
MemberTableField.php ENHANCEMENT Making setting optional in MemberTableField. Field instances without will list all members unfiltered, and remove members from the database rather than the group relation. 2010-02-11 21:55:33 +00:00
ModelAdmin.php MINOR Making full result table rows in ModelAdmin selectable 2009-11-21 03:17:49 +00: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 Reimplementation for reports (#49) - removing unneeded code and remaking the template to use standard SiteTree functionality. 2009-11-21 03:18:28 +00:00
SecurityAdmin.php ENHANCEMENT Added help texts for MemberImportForm and GroupImportForm 2010-02-11 02:22:45 +00:00
SideReport.php API CHANGE: Removed val(). Use XML_val() instead. 2009-11-26 21:37:19 +00:00
SideReportsHandler.php ENHANCEMENT SideReportsHandler class for easier handling and templating of "side reprts" in the CMS interface 2009-11-21 03:20:54 +00: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 (from r95086) 2009-12-16 06:06:30 +00:00