[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.02-100-g1667e8b0a3

Git repo owner gitmaster at git.koha-community.org
Fri Jul 31 22:27:06 CEST 2020


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, 20.05.x has been updated
       via  1667e8b0a3f859b013c4e7e2c28537e9c34627db (commit)
       via  416b1396d681a08f0c9eee5256e9c4f129e8594e (commit)
       via  a81ddb4372863f65a9d6ea966ffe29925986d3ef (commit)
       via  dbc625102a6ce084cd110eefe7e2b9f2ce38dad3 (commit)
       via  7216dd64c7ec2669604e23098183ad076938f2a2 (commit)
       via  4ec1a7b6e26a2890d60820e63c270932e82b3925 (commit)
      from  af5a3cee41525bc266e79afc3a2903e4e17d3cda (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 1667e8b0a3f859b013c4e7e2c28537e9c34627db
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jul 23 10:50:27 2020 +0200

    Bug 23797: Apply DB changes to kohastructure.sql
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 0edaab49afec96c793477e9e790b4a9d7b6044fe)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 416b1396d681a08f0c9eee5256e9c4f129e8594e
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Fri Jul 31 19:45:52 2020 +0000

    Bug 23797: DBRev 20.05.02.007
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit a81ddb4372863f65a9d6ea966ffe29925986d3ef
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Fri Jul 31 19:41:40 2020 +0000

    Bug 23797: DBRev 20.05.02.006
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit dbc625102a6ce084cd110eefe7e2b9f2ce38dad3
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Jul 7 18:36:32 2020 +0000

    Bug 23797: (follow-up) Enable OpacLoginInstructions in header
    
    The OpacLoginInstructions information should be available in the login
    modal which is displayed when the login link in the header menu is
    clicked.
    
    Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 1bc9765d043169dfeb569e25659f553f39dc466b)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 7216dd64c7ec2669604e23098183ad076938f2a2
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Jun 29 13:07:42 2020 +0000

    Bug 23797: (follow-up) Increase the size of opac_news.lang
    
    This patch adds a database update to increase the size of the
    opac_news.lang column in order to accommodate longer values.
    
    Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit f8c5b54acfa94f2c5e04f3376223e883deef9937)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 4ec1a7b6e26a2890d60820e63c270932e82b3925
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Mar 24 15:06:30 2020 +0000

    Bug 23797: Convert OpacLoginInstructions system preference to news block
    
    This patch builds on Bug 22318 to move the OpacLoginInstructions system
    preference into the Koha news system, making it possible to have
    language- and library-specific content.
    
    To test you should have some content in the OpacLoginInstructions system
    preference. Apply the patch and run the database update process.
    
     - Go to the OPAC and click the login link.
     - In the login modal, confirm that the content which was previously in
       the OpacLoginInstructions system preference displays correctly
       below the login form.
     - While not logged in to the OPAC, navigate directly to
       /cgi-bin/koha/opac-user.pl. The OpacLoginInstructions content should
       display correctly here as well.
     - In the staff client, go to Tools -> News and verify that the content
       from OpacLoginInstructions is now stored in news items. There
       should be one entry for each of the enabled translations in your
       system, for instance 'OpacLoginInstructions_en',
       'OpacLoginInstructions_fr-FR', 'OpacLoginInstructions_cs-CZ'
     - Go to Administration -> System preferences and confirm that the
       OpacLoginInstructions preference has been removed.
     - To test the correct selection of language-specific content you must
       run the translation update/install process for the languages you're
       updating.
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit be1d25ba16014c5fb3c788f8a93c5ecf3f5d9dbf)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 Koha.pm                                            |  2 +-
 installer/data/mysql/kohastructure.sql             |  2 +-
 installer/data/mysql/sysprefs.sql                  |  1 -
 installer/data/mysql/updatedatabase.pl             | 38 ++++++++++++++++++++++
 .../prog/en/modules/admin/preferences/opac.pref    |  6 ----
 .../prog/en/modules/tools/koha-news.tt             |  2 +-
 .../opac-tmpl/bootstrap/en/includes/masthead.inc   |  5 +--
 .../opac-tmpl/bootstrap/en/modules/opac-auth.tt    |  7 ++--
 .../opac-tmpl/bootstrap/en/modules/opac-main.tt    |  5 +--
 9 files changed, 52 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list