[koha-commits] main Koha release repository branch master updated. v16.05.00-306-gb9e47f1

Git repo owner gitmaster at git.koha-community.org
Fri Jul 8 16:26:40 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, master has been updated
       via  b9e47f135e036232b00cd3b24bb25ea0c6a9291e (commit)
      from  e29de9967b40bbdb959f8c0123db8974fff68cdc (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 b9e47f135e036232b00cd3b24bb25ea0c6a9291e
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>

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

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