silverstripe-cms/code
2011-02-22 00:28:26 +13:00
..
reports MINOR Fixed SS_Datetime references in BrokenLinksReport and CommentAdmin (fixes #6063, thanks nicolaas) (from r111786) 2010-10-19 01:04:05 +00:00
staticpublisher BUGFIX: Fixed caching of homepage. (from r106122) 2010-10-15 02:36:25 +00:00
AssetAdmin.php BUGFIX Removing form actions from $allowed_actions in AssetAdmin, CMSMain, LeftAndMain - handled through Form->httpSubmission() 2010-12-20 00:00:49 +00:00
AssetTableField.php BUGFIX: re-enable broken link notification using BackLinkTracking() (this was broken since r101127 (from r106360) 2010-10-15 03:40:11 +00:00
CMSActionOptionsForm.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
CMSBatchAction.php MINOR Making controller/response optional in CMSBatchAction->batchaction() in order to make the class more testable in isolation 2010-12-16 08:33:06 +00:00
CMSBatchActionHandler.php BUGFIX: disable translatable filter on batch actions. Fixes #4442 (thanks to helgert) 2010-12-17 01:01:12 +00:00
CMSMain.php BUGFIX Removing form actions from $allowed_actions in AssetAdmin, CMSMain, LeftAndMain - handled through Form->httpSubmission() 2010-12-20 00:00:49 +00:00
CMSMenu.php BUGFIX Passing current request on to LeftAndMain singletons in CMSMenu::get_viewable_menu_items() to avoid state errors (e.g. when decorators check request data, see "subsites" module) 2010-12-16 02:37:40 +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: Column names escaped properly 2010-11-01 02:59:33 +00:00
Diff.php BUGFIX: Prevent DataDifferencer from creating empty <ins /> and <del /> takes that confuse the browser. (from r104675) 2010-10-15 01:38:52 +00:00
FileList.php Updating queries to be more DB agnostic 2008-11-24 09:30:41 +00:00
GroupImportForm.php MINOR Replaced locations of Director::is_ajax() and Director::redirectBack() with instance method calls - the latter static function is deprecated (from r100484) 2010-10-13 02:10:28 +00:00
HTMLCleaner.php MINOR Fixed phpdoc documentation (from r103397) 2010-10-04 06:16:03 +00:00
LeftAndMain.php BUGFIX Fixing TinyMCE path enumeration which throws off its 'template' plugin by invalid spaces (fixes #6407, thanks drombolaget_fredric) 2011-02-22 00:28:26 +13:00
LeftAndMainDecorator.php MINOR Renamed LeftAndMainDecorator (had wrong classname) 2009-01-06 02:16:47 +00:00
MemberImportForm.php MINOR Replaced locations of Director::is_ajax() and Director::redirectBack() with instance method calls - the latter static function is deprecated (from r100484) 2010-10-13 02:10:28 +00:00
MemberTableField.php BUGFIX Disallow addition of members to groups with MemberTableField->addtogroup() when the editing member doesn't have permissions on the added member (from r110859) 2010-10-19 01:02:47 +00:00
ModelAdmin.php BUGFIX Fixed ModelAdmin->getResultsTable() to only apply summary field formatting if at least one field exists, to avoid array_fill() errors 2010-12-20 00:00:48 +00:00
PermissionRoleAdmin.php MINOR Fixed phpdoc documentation 2010-04-23 00:11:32 +00:00
Report.php BUGFIX Fixed SS_Report::unregister() parameter naming (fixes #5511, thanks ktauber) (from r103932) 2010-10-15 01:31:34 +00:00
ReportAdmin.php BUGFIX: Fix not being able to print/export reports (from r98684) (from r99128) 2010-10-04 05:31:35 +00:00
SecurityAdmin.php BUGFIX Don't suggest members in SecurityAdmin->autocomplete() that the current user doesn't have rights to edit (fixes #5651) (from r110858) 2010-10-19 01:02:41 +00:00
SideReport.php BUGFIX RedirectorPage types shouldn't appear in "Pages with no content" side report in the CMS Pages tab (from r101737) 2010-10-04 06:09:26 +00:00
StaticExporter.php MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc (from r107726) 2010-10-15 03:57:11 +00:00
ThumbnailStripField.php ENHANCEMENT: Prevent image search queries all images in the site initially when the page is loaded (from r106194) 2010-10-15 03:27:38 +00:00
WidgetAreaEditor.php MINOR Removed end php tag from WidgetAreaEditor (from r97532) 2010-04-13 22:00:52 +00:00