[koha-commits] main Koha release repository branch master updated. v16.11.00-496-g57666e0

Git repo owner gitmaster at git.koha-community.org
Tue Feb 21 21:01:49 CET 2017


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  57666e07ac60b32eed137c77e8ea35cbe9b628f3 (commit)
      from  1ce61ac6a372783b39a11386018e08d92ccd8f39 (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 57666e07ac60b32eed137c77e8ea35cbe9b628f3
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Feb 20 10:49:11 2017 +0100

    Bug 18026: Correct URL to database columns from .pref files
    
    Recently the DB schema website has been updated.
    The link to the columns' tables is now
      http://schema.koha-community.org/master/tables/table.html
      http://schema.koha-community.org/16_11/tables/table.html
      http://schema.koha-community.org/16_05/tables/table.html
    instead of
      http://schema.koha-community.org/tables/table.html
    
    To have a specific schema per Koha version.
    
    To avoid fixing this link every release this patch adds a __VERSION__
    marker to replace with the $version if stable ($version % 2) or 'master'
    
    Test plan:
    On master, 16.11.x and 16.05.x
    Search for PatronSelfRegistrationBorrowerUnwantedField,
    BorrowerMandatoryField and UniqueItemFields
    Click on the link
    You should get the correct page
    
    This patch WILL NOT WORK on 3.22.x
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha/Template/Plugin/Koha.pm                                  |    1 +
 admin/preferences.pl                                          |    9 +++++++++
 .../prog/en/modules/admin/preferences/acquisitions.pref       |    2 +-
 .../intranet-tmpl/prog/en/modules/admin/preferences/opac.pref |    6 +++---
 .../prog/en/modules/admin/preferences/patrons.pref            |    4 ++--
 5 files changed, 16 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list