ORIENT/modules/system
Luke Towers 2f55850ae9
Merge pull request #3379 from octobercms/ux-pluginmanagement
Fixes #2714, #2774.

Plugin Management UX Improvements
The plugin management screen has been improved to allow managing the status of plugins (updates disabled/enabled, plugin enabled/disabled) on the overview page and allow bulk management of plugins as well. Additionally, the Reset Plugin Data action has been added to the bulk action menu; this is essentially the same as calling `php artisan plugin:refresh Author.Plugin`, which reverses all the migrations for that plugin then reapplies them; effectively reseting the plugin's database data. Due to the destructive nature of this action it has been limited to only be available to Super Users and only when the site is in debug mode.

Thanks to @Teranode for his assistance on this.
2018-03-04 22:42:18 -06:00
..
assets Remove loader background color (#3394) 2018-02-13 10:51:39 -06:00
behaviors Catch Artisan::call exception (#3342) 2018-01-08 08:29:43 -06:00
classes Merge branch 'maintenance-mediamanager' into develop 2017-10-16 17:56:34 +11:00
console Build Number Bugfix: Console Upgrade (#3357) 2018-01-11 11:59:30 -06:00
controllers Make the Reset Plugin Data action available to only SuperUsers only when the site is in debug mode 2018-03-04 22:34:49 -06:00
database Fixes #3211 with improvements to reverse migration (#3212) 2017-10-31 12:34:48 -06:00
helpers Register `appName` as global view variable 2017-07-23 17:20:53 +10:00
lang Merge pull request #3379 from octobercms/ux-pluginmanagement 2018-03-04 22:42:18 -06:00
models Simplified plugin management logic, switched default manage plugins switch state to positive; finalized for merging into develop 2018-02-01 20:40:04 -06:00
partials URL -> Url 2017-06-02 23:34:50 +10:00
reportwidgets Improve status check 2018-02-02 13:23:53 -06:00
traits Check if given partial name is also file or only folder (#3190) 2017-10-23 08:48:34 -06:00
twig Fix exception Class 'System\Twig\MediaLibrary' not found in build 426 (#3181) 2017-10-18 07:56:52 -06:00
views Allow raw values in subject header (#3092) 2017-09-07 08:42:27 -06:00
ServiceProvider.php Fix issues with MySQL utf8mb4 support 2018-02-17 17:00:32 -06:00
aliases.php Introduce new Cms helper 2016-08-20 14:43:49 +10:00
composer.json Fixes #3081. Resets module dependencies from dev to stable. Refs 081a32c928 2017-09-04 12:40:55 -06:00
providers.php Proxy ConsoleSupportServiceProvider properly 2018-01-24 18:09:41 +11:00
routes.php API docs progress 2017-03-16 17:08:20 +11:00