[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.07-62-g4f3f4da

Git repo owner gitmaster at git.koha-community.org
Thu Jun 16 11:58:39 CEST 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  4f3f4daf980ee51c3941d1683d98eb642e97e76c (commit)
      from  b2141103eefd64710a0786e01c9572469c04276f (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 4f3f4daf980ee51c3941d1683d98eb642e97e76c
Author: phette23 <phette23 at gmail.com>
Date:   Fri May 27 10:13:14 2016 -0700

    Bug 16613: fix MARC 09X help links
    
    The 09X MARC fields, such as 099 local call number or 090
    locally-assigned Library of Congress call number, all point to
    non-existent pages on the LC website, e.g.
    http://www.loc.gov/marc/bibliographic/bd090.html
    
    Test plan:
    - enter the advanced cataloging editor
    - begin to input any MARC tag of form 09X
    - click the help link at the bottom of the browser window
    => Without this patch, taken to a URL of form `'http://www.loc.gov/marc/bibliographic/bd' +
      tag + '.html'` which is broken because the only documentation for
      these tags is at https://www.loc.gov/marc/bibliographic/bd09x.html
    => With this patch applied, the link is correct
    
    Signed-off-by: Nicole C Engard <nengard at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit ec66ff457b6f1b682f7ad7d0e4f2df6656815848)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit fe295fce2dec9626498154658bb45cd46ea09cb4)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc |    2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list