[koha-commits] main Koha release repository branch master updated. v3.18.00-609-gbde795f

Git repo owner gitmaster at git.koha-community.org
Wed Apr 8 21:40:45 CEST 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  bde795f8fa488a2284d1d23667fb489bea6343f9 (commit)
       via  3e136b4f9fc58ebdb10fdb7b465467cffd032169 (commit)
       via  fc100688a4017ce85bb257de04b3e6bf4e929dec (commit)
      from  05d57a1880bd164f727a772e113bacb779b9f91d (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 bde795f8fa488a2284d1d23667fb489bea6343f9
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Thu Apr 2 06:16:44 2015 +0200

    Bug 13939: ILS-DI function GetServices doesn't work when the item/biblio is available for hold for specific patron
    
    Test plan:
    1) Enable ILS DI (system preference 'ILS-DI')
    2) Try to access the URL
    http://<your_opac_url>/cgi-bin/koha/ilsdi.pl?service=GetServices&patron_id=<borrowernumber>&item_id=<itemnumber>
    Choose the patron and item to be available for hold
    You'll see an error instead of valid XML response
    3) apply the patch
    4) try to access the same URL, you should see valid XML response with services "title level hold" and eventually "item level hold" returned
    
    Signed-off-by: Thomas Misilo <misilot at fit.edu>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 3e136b4f9fc58ebdb10fdb7b465467cffd032169
Author: Nick Clemens <Nick at quechelibrary.org>
Date:   Fri Mar 6 19:35:38 2015 +0000

    Bug 13800 - Diacritics not mapped
    
    This patch adds a mapping for the lower case ð character to word-phrase-utf.chr ( Ð was already mapped to d)
    
    To test:
    1. Add a record with the  ð character (Arnaldur Indriðason is an example author)
    2. Rebuild zebra
    3. Search for your record using d instead of ð and verify it is not found
    4. Apply patch and copy word-phrase-utf.chr to the appropriate folder
    5. Restart and rebuild zebra
    6. Search for your record using d instead of ð and verify it is found
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    works as expected
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit fc100688a4017ce85bb257de04b3e6bf4e929dec
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Mar 27 10:47:40 2015 +0100

    Bug 6950: Hide the resort option when searching for a tag
    
    If you click a link from the Tag Cloud, the results page offers the
    usual select menu to resort your results. However, doing so resubmits
    the search as a standard keyword search.
    
    Test plan:
    1/ Click on a tag
    2/ Confirm that the resort dropdown list does not appear.
    
    Dropdown list disappears with tags as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/ILSDI/Services.pm                                     |    2 +-
 etc/zebradb/etc/word-phrase-utf.chr                      |    1 +
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt |   10 ++++++----
 opac/opac-search.pl                                      |    6 ++++--
 4 files changed, 12 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list