[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.11-94-gc7e6cb3

Git repo owner gitmaster at git.koha-community.org
Thu May 30 16:40:35 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, 18.05.x has been updated
       via  c7e6cb333db10b81c9083196450db8abfc2d17d7 (commit)
       via  8b81c3906980f506c489effbc7aba88677185c92 (commit)
      from  d6a42d1df3458f16dfb26cf6318bab3870cde863 (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 c7e6cb333db10b81c9083196450db8abfc2d17d7
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue May 7 15:57:35 2019 +0000

    Bug 22527: (RM follow-up) Add filter
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit d38d78bcf4cc62d34aa953864cf6da87bef93c80)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 5f46508f811ae7be0b777bacda4576119259aee2)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 8b81c3906980f506c489effbc7aba88677185c92
Author: Liz Rea <wizzyrea at gmail.com>
Date:   Tue Apr 16 06:55:36 2019 +0000

    Bug 22527: web installer links to outdated DB manual
    
    To reproduce:
    1. Use MySQL or MariaDB for your Koha installation
    2. Create an empty database and point $KOHA_CONF to this database name.
    3. Grant SELECT privilege to your database user, e.g.
    grant select on koha3.* to 'koha'@'%' identified by 'koha';
    4. Go to step 2 of web installer where it checks database
    connection
    5. Observe the following message
    
         User koha doesn't have enough privilege on database koha.
    
         Ask for or make a change in the user's privileges. User koha must
         have USAGE, INSERT, UPDATE, DELETE, DROP and CREATE privileges on
         database koha2.
    
         Need help? See manual for PostgreSQL
    
    6. Note "See manual for PostgreSQL" is wrong. Should now read Need help?
    For help with granting permissions, please search online for "[%
    dbms %] manual grant permissions" of course the dbms should be the dbms
    you are using.
    7. Apply patch, restart all
    8. Refresh page and observe it now displays correct link
    
    Test plan and original patchset by Lari Taskula <lari.taskula at hypernova.fi>
    
    Sponsored-by: Hypernova Oy
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Bug 22527: Remove extra space after '?'
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit abd4445cd2b86fe601de20b403bb621115b27c83)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit e98714dc8777d890e51fa015dff701f4b1b8169e)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list