ORIENT/modules/backend/classes
Dave Shoreman e6342dbd8a Add support for sorting sideMenu items
Up until now, only main menu items have supported the 'order' parameter
to set the sort order. This adds the same support to side menus, which
is especially useful when one plugin extends the side menu of another.

There is one downside: any existing plugins that use the side menu will
inevitably end up with their menu items appearing out of order, until
the author adds the 'order' parameter to their sideMenu array.
2015-04-22 22:16:06 +01:00
..
AuthManager.php Merge branch 'develop' of https://github.com/octobercms/october into feature/PSR-2 2014-10-11 11:58:20 +02:00
BackendController.php Add the ability to include middleware in CMS / Backend controllers 2015-04-21 20:07:34 +10:00
Controller.php Finish basic theme utilities: properties, import/export, duplicate, delete 2015-03-16 19:00:39 +11:00
ControllerBehavior.php Updated deprecated references 2015-03-07 12:48:39 +11:00
FilterScope.php Updated deprecated references 2015-03-07 12:48:39 +11:00
FormField.php Merge pull request #1032 from keiosweb/fix_hhvm_relation_formfield_issue 2015-04-01 19:02:08 +11:00
FormTabs.php Tab options can now specify 'defaultTab' 2015-03-14 17:06:03 +11:00
FormWidgetBase.php Move this logic to no longer depend on AR model 2015-03-10 09:34:59 +11:00
ListColumn.php List Column of type switch now has text-center CSS 2015-03-25 19:35:00 +11:00
NavigationManager.php Add support for sorting sideMenu items 2015-04-22 22:16:06 +01:00
ReportWidgetBase.php Updating backend/classes 2014-10-10 23:12:50 +02:00
Skin.php Implement plugins_path() usage 2015-02-07 15:37:07 +11:00
TableClientMemoryDataSource.php Implemented the server-side data access. Added automatic POSTing of client-memory data source data. Updated documentation. Minor fixes in the drop-down cell processor. 2014-12-11 22:12:43 -08:00
TableDataSourceBase.php Fixes #869 - Constructor doesn't have static. ping @alekseybobkov 2015-01-12 20:08:52 +11:00
WidgetBase.php Updated deprecated references 2015-03-07 12:48:39 +11:00
WidgetManager.php *** REMOVED ALL DEPRECATED CODE ** 2015-02-14 14:11:25 +11:00