[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-45-g920e22e

Git repo owner gitmaster at git.koha-community.org
Tue Aug 16 17:34:37 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  920e22e613c16e4d1847089c9ff1d58dcfd10e08 (commit)
      from  9eb594e548f58fc968725b7443b9dee1894ef0e3 (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 920e22e613c16e4d1847089c9ff1d58dcfd10e08
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Tue Jun 7 09:27:15 2016 +0200

    Bug 16677 - Use abbr for authorities linked headings
    
    In authorities search results, UNIMARC flavour, linked headings are displayed
    with a link type : BT, NT, UF, RT.
    
    This patch adds a abbr tag around those acronyms to know there meaning :
    BT = Broader Term
    NT = Narrower Term
    UF = Used For
    RT = Related Term
    
    Acronyms are used because there can be a lot of linked headings, using abbr
    will display the complete text on mouse over.
    
    Test plan :
    
    - Use UNIMARC database
    - Create an authority with :
    250 $a Heading250a
    450 $a Heading450a
    550 $5 a $a Heading550a
    550 $5 g $a Heading550g
    550 $5 h $a Heading550h
    - Save an index zebraqueue
    - Go to intranet authorities search
    - Search for "Heading250a"
    - You see :
    Heading250a
    Heading250a
    UF: Heading450a
    RT: Heading550a ; BT: Heading550g ; NT: Heading550h
    - Move your mouse over the acronyms, you see a tip with the complete text
    - Same with opac authorities search
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
      Works as described. Translatable.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit b9e47f135e036232b00cd3b24bb25ea0c6a9291e)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 3471304666e1b1a9379ef5a423291af6909b6fe5)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 .../prog/en/includes/authorities-search-results.inc            |    8 ++++----
 .../bootstrap/en/includes/authorities-search-results.inc       |    8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list