[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.01-35-gdbd07c4

Git repo owner gitmaster at git.koha-community.org
Thu Dec 31 10:22:24 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, 3.22.x has been updated
       via  dbd07c4d089ca32d385c0f044bfb6a85ae547706 (commit)
      from  fdb0cc80dbd323f8b7d60bb57af1e9bc6d126086 (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 dbd07c4d089ca32d385c0f044bfb6a85ae547706
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>
    (cherry picked from commit 4d96477544341d46da64973cfd0b96b4debaa3a7)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.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