[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1281-g9f6999b

Git repo owner gitmaster at git.koha-community.org
Fri Oct 11 00:35:33 CEST 2013


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  9f6999bfdb12d2dd19c454a6b54a58a3f7a6490d (commit)
       via  c1a289a1913bebf95e31b818ad365e7b9d36c4a7 (commit)
       via  95c7bb4adf94bf7a08f9193988fde6d53ac1983a (commit)
      from  aa86e7eb7526b7f4a4ab5af6134db5655cd3e6d2 (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 9f6999bfdb12d2dd19c454a6b54a58a3f7a6490d
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Oct 10 22:46:18 2013 +0000

    Bug 9282: (follow-up) remove log noise caused by authorities/ysearch.pl
    
    This patch (which is incidental to the main patches for bug 9282),
    improves the AJAX authority search code by fixing incorrect contruction
    of the parameters to SearchAuthorities() that led to errors like this
    in the Apache log when doing auto-completion searches on "main entry"
    and "anywhere" in the authority finder:
    
       ysearch.pl: Use of uninitialized value $i in string eq ...
    
    In the process, this patch also removes a use of the now-deprecated
    Perl smartmatch operator.
    
    To test:
    
    [1] Verify that the main test plan for bug 9282 still works.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit c1a289a1913bebf95e31b818ad365e7b9d36c4a7
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Thu Dec 13 14:40:38 2012 +0100

    Bug 9282: (follow-up) add authtypecode to authority  auto-completion search
    
    Signed-off by: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 95c7bb4adf94bf7a08f9193988fde6d53ac1983a
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Thu Dec 13 14:38:11 2012 +0100

    Bug 9282: improve auto-completion for authority record finder
    
    This patch adjusts the auto-completion on the authority record
    finder (accessed from the bib editor) so that if you do
    start typing in the "Main entry ($a only)" input field, it will
    return only the $a of the main heading for matching authority
    records.
    
    This fixes a problem where typing "shakes", choosing
    "Shakespeare, William, 1564-1616" from the auto-completion
    result list, then hitting the search button fails to bring
    up results, as the dates come from the $d of the 100 field
    (in MARC21).
    
    Signed-off-by: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Works as advertised.
    Tested with an authority where I added my search term in $b.
    The modified authority came up in main entry, not in mainmainentry.
    That was the desired result.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/AuthoritiesMarc.pm                              |   59 +++++++++++++++-----
 authorities/ysearch.pl                             |   47 +++++++++-------
 .../prog/en/includes/auth-finder-search.inc        |    3 +
 3 files changed, 75 insertions(+), 34 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list