[koha-commits] main Koha release repository branch master updated. v3.22.00-70-g4d96477

Git repo owner gitmaster at git.koha-community.org
Wed Dec 30 05:28:36 CET 2015


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  4d96477544341d46da64973cfd0b96b4debaa3a7 (commit)
      from  1acc6094be7670c180bc006182a0f8e464abac03 (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 4d96477544341d46da64973cfd0b96b4debaa3a7
Author: Gaetan Boisson <gaetan.boisson at biblibre.com>
Date:   Fri Oct 9 14:44:44 2015 +0200

     BUG 14991 Improve consistency of authority search
    
    At the moment we can search authorities from two places: authorities-home.pl and auth_finder.pl (while cataloguing).
    
    The auth_finder.pl page offers searching specifically in the $a of the main heading, while the authorities home page doesn't.
    
    Additionally, the wording and order of the options is different.
    
    authorities-home.pl has:
    Search main heading
    Search all headings
    Keyword search
    
    while auth_finder.pl has:
    Main entry ($a only)
    Main entry
    Anywhere
    Heading match
    
    This patch will add some consistency so that both pages offer:
    Search main heading ($a only)
    Search main heading
    Search all headings
    Search entire record
    
    Test plan:
    
    - apply patch
    - go to authorities home
    - check that previous searches are still working
    - check that the new ($a only) search is working
    - go to auth finder (from cataloguing)
    - check that searches are still working
    - check that we do have the same wording in both pages and that forms are now consistent
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 .../prog/en/includes/auth-finder-search.inc        |   35 +++++-----
 .../prog/en/includes/authorities-search.inc        |   67 ++++++++++++++++++--
 2 files changed, 79 insertions(+), 23 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list