silverstripe-reports/code/controllers
2012-05-14 15:11:35 +02:00
..
AssetAdmin.php BUGFIX Encoding multibyte characters in custom X-Status HTTP headers used in CMS (headers don't allow multibyte data) 2012-05-14 15:11:35 +02:00
CMSFileAddController.php API-CHANGE sapphire folder can now be renamed. 2012-04-15 10:56:40 +12:00
CMSMain.php BUGFIX Encoding multibyte characters in custom X-Status HTTP headers used in CMS (headers don't allow multibyte data) 2012-05-14 15:11:35 +02:00
CMSPageAddController.php BUGFIX Don't require ParentModeField in CMSpageAddController submissions, to allow for easier programmatical submission of "add page" form (via CMS tree). Reset any selected parent nodes in the interface instead 2012-05-07 14:30:08 +02:00
CMSPageEditController.php API CHANGE Combined "Pages" and "Edit Page" into a single menu entry 2012-04-17 22:59:08 +02:00
CMSPageHistoryController.php MINOR Switching _t() calls from sprintf() to using injection parameters (#7170) 2012-05-01 22:05:19 +02:00
CMSPagesController.php MINOR Consistent link method names: LeftAndMain->PreviewLink() changed to LinkPreview() 2012-04-18 22:59:31 +02:00
CMSPageSettingsController.php API CHANGE Combined "Pages" and "Edit Page" into a single menu entry 2012-04-17 22:59:08 +02:00
CMSSettingsController.php BUGFIX Encoding multibyte characters in custom X-Status HTTP headers used in CMS (headers don't allow multibyte data) 2012-05-14 15:11:35 +02:00
CMSSiteTreeFilter.php MINOR Using new API methods after SQLQuery API changes 2012-05-07 14:22:21 +12:00
ContentController.php ENHANCEMENT Url encoding URLSegments before matching them against database records in ModelAsController, to match behaviour of SiteTree with URLSegmentFilter::$default_allow_multibyte=true. Not an API change because all encodable characters have been removed by the default URLSegmentFilter already (see http://www.w3.org/International/articles/idn-and-iri/#iriproblem) 2012-05-08 23:45:26 +02:00
ModelAsController.php ENHANCEMENT Url encoding URLSegments before matching them against database records in ModelAsController, to match behaviour of SiteTree with URLSegmentFilter::$default_allow_multibyte=true. Not an API change because all encodable characters have been removed by the default URLSegmentFilter already (see http://www.w3.org/International/articles/idn-and-iri/#iriproblem) 2012-05-08 23:45:26 +02:00
NestedController.php Code cleanup: removed trailing ?> markers per code standard. 2012-02-13 12:48:41 -08:00
ReportAdmin.php Merge pull request #110 from chillu/trac/7170-i18n-sprintf-injections 2012-05-09 19:55:53 +12:00
RootURLController.php MINOR Rename setModel to setDataModel due to API changes 2012-05-01 14:46:48 +12:00
SilverStripeNavigator.php Merge pull request #114 from ohararyan/silverstripe-cms 2012-05-07 13:00:52 +02:00
StaticExporter.php Code cleanup: removed trailing ?> markers per code standard. 2012-02-13 12:48:41 -08:00