forked from jayallen/melody
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#618 state:resolved] Major enhancements to plugin listing screen and…
… numerous bugs fixed. * Fixed bug in which table selection was not happening properly. With this change you can select rows, or ALL rows in batch, or use any of the various table navigation hot keys. * Plugins can now be enabled and disabled properly. * Removed obsolete javascript methods. * Numerous changes were made to MT.pm and fixes to the init_plugins_core method to properly initialize plugins, in particular disabled plugins which don't typically have a lot of metadata stored about them. * Added feature by which an attempt is made to read the config.yaml of disabled plugins so that their proper name can be displayed in the "Disabled Plugins" table as opposed to the more inscrutable plugin signature. I also made changes to the names of screens and the nav: * Renamed plugin listing screen since "Packs" are not listed here. * Renamed side nav to be congruent with name of plugin listing screen. Tickets will be logged for the following: TODO - add the global Plugin Switch to turn off plugins globally. TODO - rename page to Installed Plugins (since packs are not listed) TODO - add shortvcut links to plugin directory and a quick way to edit plugin preferences
- Loading branch information
1 parent
72b19f7
commit 1d687ed
Showing
5 changed files
with
85 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters