[koha-commits] main Koha release repository branch master updated. v19.05.00-133-g5be6c78

Git repo owner gitmaster at git.koha-community.org
Thu Jun 20 18:01:14 CEST 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  5be6c78e6e78bfa34877e5732b61c2f881245edd (commit)
      from  c67ce9cc9b492e2eaaaaf951a555e59d3cba69fd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5be6c78e6e78bfa34877e5732b61c2f881245edd
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Jun 20 12:03:30 2019 -0300

    Bug 23168: Enable plugins using plain SQL
    
    To test:
    - On a clean 18.11.x, install a plugin [1]
    - Run:
      $ sudo koha-mysql kohadev
      > SELECT * FROM plugin_data;
    => SUCCESS: Notice there's a __INSTALLED_VERSION__ line for your plugin
    - Checkout latest master, restart all the things
    - Run:
      $ updatedatabase
    => FAIL: It fails on 18.12.00.069 because the plugin_methods table doesn't exist
    - Run:
      $ sudo koha-mysql kohadev
      > SELECT * FROM plugin_data;
    => FAIL: No __ENABLED__ line for your plugin
    - Apply the patch
    - Run:
      $ updatedatabase
    => SUCCESS: Update passes the 18.12.00.069 step correctly
    - Run:
      $ sudo koha-mysql kohadev
      > SELECT * FROM plugin_data;
    => SUCCESS: There's an __ENABLED__ line for your plugin
    - Sign off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

-----------------------------------------------------------------------

Summary of changes:
 installer/data/mysql/updatedatabase.pl |   16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list