silverstripe-cms/code
Lee Bradley 7c9c8e11b4 Fix for #1018 "'Export To CSV' for Reports not working"
The call to LeftAndMain::Link() was appending the Action as opposed to passing it as a parameter
This resulted in the double forward slash (/),

There is still possibly an unresolved issue with LeftAndMain::Link() about appending the slash at the end??
2014-07-16 08:15:49 +12:00
..
reports MINOR Fixed SS_Datetime references in BrokenLinksReport and CommentAdmin (fixes #6063, thanks nicolaas) 2011-02-02 17:53:48 +13:00
sitefeatures Fix page comment item title in RSS 2012-08-05 17:26:46 +12:00
staticpublisher BUGFIX: fixing an edge-case bug where a 404-page would get statically published and overwrite the homepage of the site (this would sometimes happen when a RedirectorPage was set to an external URL and still referenced an internal page ID) 2012-07-09 13:24:00 +12:00
AssetAdmin.php Fix parse error 2014-05-20 09:01:36 +12:00
AssetTableField.php Merge branch '2.4' into post-2.4 2012-02-03 09:42:30 +13:00
CMSActionOptionsForm.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
CMSBatchAction.php MINOR Fixed phpdoc documentation 2011-02-02 17:53:28 +13:00
CMSBatchActionHandler.php API CHANGE Fixed various controllers to enforce CSRF protection through Form_SecurityToken on GET actions that are not routed through Form->httpSubmission(): AssetAdmin, CMSBatchActionHandler, CMSMain, CommentTableField, LeftAndMain, MemberTableField, PageComment, PageComment_Controller 2011-02-02 17:53:50 +13:00
CMSMain.php FIX: ensure page type filter includes all by default. Fixes #27 2012-08-05 17:49:16 +12:00
CMSMenu.php MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc 2011-02-02 17:53:44 +13:00
CMSMenuItem.php BUGFIX CMSMenuItem constructor now calls parent to respect inheritance (from r83586) 2009-11-05 01:13:00 +00:00
CMSSiteTreeFilter.php BUGFIX Use the default string 'Any' instead of 'All' for class name criteria in search form on CMSMain 2014-02-10 10:01:15 +13:00
CommentAdmin.php BUG Escape page titles in CommentAdmin table listing 2013-02-26 17:31:47 +01:00
CommentTableField.php API CHANGE Fixed various controllers to enforce CSRF protection through Form_SecurityToken on GET actions that are not routed through Form->httpSubmission(): AssetAdmin, CMSBatchActionHandler, CMSMain, CommentTableField, LeftAndMain, MemberTableField, PageComment, PageComment_Controller 2011-02-02 17:53:50 +13:00
Diff.php BUGFIX Fixed tag stacking in Diff.php thirdparty lib (AIR-71) 2011-10-06 12:47:06 +02: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 MINOR Fixed phpdoc documentation 2011-02-02 17:53:28 +13:00
LeftAndMain.php API Handle uncaught ValidationException on CMS controller execution 2013-03-08 12:54:23 +01: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 MINOR Using DataObject::database_fields() instead of Member->db() in MemberTableField? to determine all CSV fields, in order to include fields like Created. 2012-02-03 11:35:09 +01:00
ModelAdmin.php More graceful handling of missing GET data in ModelAdmin 2012-12-04 11:38:32 +01:00
Report.php BUGFIX: Use SSReport::description() (by sminnee, merged from r100009) 2011-10-06 12:47:06 +02:00
ReportAdmin.php Fix for #1018 "'Export To CSV' for Reports not working" 2014-07-16 08:15:49 +12:00
SecurityAdmin.php FIX Privilege escalation through Group and Member CSV upload (SS-2013-004) 2013-08-30 15:43:02 +02:00
SideReport.php MINOR Fixed phpdoc documentation (from r103384) 2011-02-02 17:53:28 +13:00
StaticExporter.php MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc 2011-02-02 17:53:44 +13:00
ThumbnailStripField.php ENHANCEMENT: made default image width & height box configurable through setter method 2012-08-05 17:53:39 +12:00
WidgetAreaEditor.php MINOR Removed end php tag from WidgetAreaEditor 2011-02-02 17:52:26 +13:00