silverstripe-reports/code/controllers
Andrew Short b7476f2a46 BUG: Fix add new button not passing the correct parent ID.
The `%s` parent ID placeholder was being URL encoded, so it was not being
replaced properly when adding a new page. This fix separately adds
placeholder parameters to the URL to avoid this issue.

The fix is not ideal, but there is no easy way to indicate that some
URL parameters should be URL encoded and others should not while still
correctly constructing the URL.
2013-10-10 13:09:24 +11:00
..
AssetAdmin.php Merge remote-tracking branch 'origin/3.0' into 3.1 2013-09-12 17:16:29 +02:00
CMSFileAddController.php Correct form name in CMSFileAddController, fixes upload 2013-07-02 09:33:38 +02:00
CMSMain.php BUG: Fix add new button not passing the correct parent ID. 2013-10-10 13:09:24 +11:00
CMSPageAddController.php Search callback for "add page" selector 2013-08-29 17:08:42 +02:00
CMSPageEditController.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
CMSPageHistoryController.php Using new CMSForm class to allow for validation errors in CMS 2013-06-13 07:44:37 +02:00
CMSPagesController.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
CMSPageSettingsController.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
CMSSettingsController.php SiteConfig updated to modeladmin style and fixed ajax switching 2013-08-24 12:33:38 +02:00
CMSSiteTreeFilter.php MINOR Code refactoring of CMSMain::SearchForm() extracted some methods. 2012-11-02 23:52:24 +01:00
ContentController.php BUG Fixed instances of loosely defined SQL predicates not qualified by table name 2013-08-29 13:59:45 +12:00
LeftAndMainPageIconsExtension.php Move CMSMain->generatePageIconsCss() into a LeftAndMain extension (fixes #798) 2013-07-31 09:30:58 +01:00
ModelAsController.php BUG Fixed instances of loosely defined SQL predicates not qualified by table name 2013-08-29 13:59:45 +12:00
NestedController.php Code cleanup: removed trailing ?> markers per code standard. 2012-02-13 12:48:41 -08:00
ReportAdmin.php Merge remote-tracking branch 'origin/3.0' into 3.1 2013-10-01 11:19:14 +02:00
RootURLController.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
SilverStripeNavigator.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00