https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25316

            Bug ID: 25316
           Summary: Koha::Plugin::Base should automatically find plugin
                    metadata and store it in the database for retreival
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

We should store plugin metadata in the database for easy retrieval. 

Koha::Plugins::Base::get_metadata should check the database for its own
metadata. If it doesn't find anything in the database, it should check itself
for a $metadata global as it does now, but if one does not exist, it should
then check for a companion PLUGIN.yml file ( from Bug 24631 ) in the
bundle_path() and load the metadata from there.

In either case it should then be stored in the database.

InstallPlugins() should force the plugins metadata to be updated from source to
the database, as the plugin metadata may ( and should ) have changed in the
updated plugin.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to