ORIENT/modules/backend/classes
Ben Thomson 50816a9556
Add support for defining quick actions in the Backend's main nav (#5344)
Plugins now have the ability to define quick actions through a "registerQuickActions" method, which follows the same configuration as the "registerNavigation" method. It is still recommended and preferred that most plugin functionality be defined in their own main menu items, but this will allow a plugin to easily define a shortcut (or remove one).
2020-11-10 12:53:17 +08:00
..
AuthManager.php Fix issue where the throttle feature was no longer logging IP addresses. 2020-06-18 11:27:53 -06:00
BackendController.php cleanup from last commit 2019-11-07 12:03:10 -06:00
Controller.php Documented session.http_only (#4743) 2019-12-14 11:14:23 -06:00
ControllerBehavior.php Hide backend controller behavior public methods from controller actions. 2019-04-19 14:01:01 -06:00
FilterScope.php Initial WIP on implementing dependsOn support for filter scopes. 2019-11-12 17:02:25 -06:00
FormField.php Merge branch 'develop' into wip/laravel-6 2020-04-29 16:58:58 -06:00
FormTabs.php Add support for linkable form tabs (#4754) 2020-04-04 21:56:48 -06:00
FormWidgetBase.php Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
ListColumn.php Added getConfig helper method to get config values (#4653) 2019-10-02 16:33:14 -06:00
MainMenuItem.php Add support for non-numeric menu counter values (#4661) 2020-03-30 11:49:03 -06:00
NavigationManager.php Add support for defining quick actions in the Backend's main nav (#5344) 2020-11-10 12:53:17 +08:00
QuickActionItem.php Add support for defining quick actions in the Backend's main nav (#5344) 2020-11-10 12:53:17 +08:00
ReportWidgetBase.php Fix issues with AJAX handlers on dashboard widgets. Replaces #4132 2019-02-13 15:05:18 -06:00
SideMenuItem.php Add support for non-numeric menu counter values (#4661) 2020-03-30 11:49:03 -06:00
Skin.php Extract child instructions 2018-08-15 19:25:42 +02:00
WidgetBase.php Remove unused imports 2018-08-24 19:51:59 +02:00
WidgetManager.php Added getReportWidgets() method (#4525) 2019-08-15 09:36:15 -06:00