[Koha-bugs] [Bug 21073] Improve plugin performance

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 22 19:27:55 CEST 2019


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

--- Comment #15 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Proposal for discussion:
- Make it explicit by declaring what 'capabilities' the plugin has, like
our $capabilities = { tools => 1, ... };
- Rename methods => capabilities:
    CREATE TABLE IF NOT EXISTS plugin_capabilities (
      class varchar(255) NOT NULL,
      capability varchar(255) NOT NULL,
      PRIMARY KEY ( `class` (191), `capability` (191) )
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list