silverstripe-reports/code/controllers
Hamish Friedlander a5f00ae2c3 FIX Not checking stage in SiteTree#canView
SiteTree versions that arent the live version shouldnt be accessed by
regular users, but the logic to check that was split off into canViewStage,
which wasnt checked by code that isnt specifically SiteTree aware
(like RestfulServer)
2013-07-05 12:14:22 +12:00
..
AssetAdmin.php Merge pull request #770 from chillu/pulls/cmsform 2013-06-28 02:54:09 -07:00
CMSFileAddController.php Correct form name in CMSFileAddController, fixes upload 2013-07-02 09:33:38 +02:00
CMSMain.php Using new CMSForm class to allow for validation errors in CMS 2013-06-13 07:44:37 +02:00
CMSPageAddController.php Using new CMSForm class to allow for validation errors in CMS 2013-06-13 07:44:37 +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 Using new CMSForm class to allow for validation errors in CMS 2013-06-13 07:44:37 +02:00
CMSSiteTreeFilter.php MINOR Code refactoring of CMSMain::SearchForm() extracted some methods. 2012-11-02 23:52:24 +01:00
ContentController.php FIX Not checking stage in SiteTree#canView 2013-07-05 12:14:22 +12:00
ModelAsController.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:21:04 +01:00
NestedController.php Code cleanup: removed trailing ?> markers per code standard. 2012-02-13 12:48:41 -08:00
ReportAdmin.php Using new CMSForm class to allow for validation errors in CMS 2013-06-13 07:44:37 +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