[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.12-8-gc3df051

Git repo owner gitmaster at git.koha-community.org
Tue Nov 8 11:33:13 CET 2016


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, 3.22.x has been updated
       via  c3df05119b44a3eb1d9fbcfbcd559ef3d51c575e (commit)
      from  9807a707c4a8dcd072f9621abe0108d9992000a9 (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 c3df05119b44a3eb1d9fbcfbcd559ef3d51c575e
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Oct 26 11:34:08 2016 -0300

    Bug 17504: Make the installer show the right dmbs help if wrong permissions
    
    This patch changes the installer template for step 2 (DB rights check)
    so it correctly displays MySQL-related message.
    The previous code was doing the wrong comparisson, thus yielding
    PostgreSQL documentation.
    
    To test:
    - Run:
      $ sudo koha-mysql kohadev
      > DROP DATABASE koha_kohadev ; CREATE DATABASE koha_kohadev;
      > REVOKE INSERT ON koha_kohadev.* FROM 'koha_kohadev'@'localhost';
      > FLUSH PRIVILEGES; \q
    - Run the webinstaller through step 2
    => FAIL: You get the message in the attached screenshot
    - Apply the patch, reload
    => SUCCESS: You are displayed a different warning message, with a link
    to up-to-date MySQL docs on GRANT
    - Fix permissions for the user:
      $ sudo koha-mysql kohadev
      > GRANT ALL PRIVILEGES on koha_kohadev.* TO 'koha_kohadev'@'localhost';
      > FLUSH PRIVILEGES; \q
    - Reload
    => SUCCESS: All checks are correct and you can move on
    - Sign off :-D
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 1191ea4f448dd9ae994cf703e8e0a4970fdbb57e)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 55e774f5d8d919a6142aac9bc06882de2a971f63)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt |   11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list