silverstripe-framework/admin/code
David Craig aa1aebd007 Implement client-side routing with Page.js
- Removes thirdparty dependency History.js
- Adds thirdparty dependency Page.js to manage client-side routing
- Adds a wrapper around Page.js for SilverStripe specific behaviour
- Increased minimum browser requirement to IE10. Native HTML History API routing requires IE10 or newer (necessitated by removal of History.js)
- PJAX pannel loading via now uses promises rather than callbacks
- Adds getClientConfig method to LeftAndMain which can be used to pass config from to the front-end client
2016-04-01 13:45:14 +13:00
..
AdminRootController.php FEATURE: implement getter and setter usage for response 2015-08-29 10:24:06 +12:00
CMSBatchAction.php API Deprecate delete in favour of archive 2015-06-03 14:24:27 +12:00
CMSBatchActionHandler.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
CMSMenu.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
CMSMenuItem.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
CMSPreviewable.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
CMSProfileController.php Merge remote-tracking branch 'origin/3.1' into 3.2 2015-09-09 14:35:29 +12:00
GroupImportForm.php Update translations 2015-08-24 16:52:39 +12:00
LeftAndMain.php Implement client-side routing with Page.js 2016-04-01 13:45:14 +13:00
LeftAndMainExtension.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
MemberImportForm.php Implement RFC-7 JavaScript module loader 2016-01-26 11:39:20 +13:00
ModelAdmin.php Replace CMSForm use with new setValidationResponseCallback() API 2016-03-03 08:20:55 +13:00
SecurityAdmin.php Replace CMSForm use with new setValidationResponseCallback() API 2016-03-03 08:20:55 +13:00