[koha-commits] main Koha release repository branch master updated. v3.18.00-867-g93c875f

Git repo owner gitmaster at git.koha-community.org
Thu Apr 30 21:47:27 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  93c875f603e60d17403673de3214decd73356823 (commit)
       via  0da0ab0e471f2e8211f2e91289c374dabe4d800d (commit)
      from  bbb374e76494ae2bad87fbc703e396cebcf8b9f5 (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 93c875f603e60d17403673de3214decd73356823
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Sep 30 11:35:56 2014 -0400

    Bug 9528: Add delivery branch to the place hold display
    
    When viewing the list of a patron's holds from the circulation or patron
    detail page the pickup library is not listed. This patch adds a column
    to the table of holds which shows the pickup branch.
    
    This patch also removes some unnecessary markup from the generation of
    the table and corrects an instance where the term "reserve" was used
    instead of "hold."
    
    This patch also modifies the language describing an item which is marked
    waiting at the current library: "Item is waiting here" instead of "Item
    waiting."
    
    To test, add several holds to a patron's account with various pickup
    locations.
    
    - Confirm that those pickup locations are correctly displayed
      under the Holds tab in Circulation.
    
    - Check in and confirm a hold which is to be picked up at the current
      branch. Confirm that the revised language appears.
    
    - Confirm that table sorting works correctly.
    
    Signed-off-by: Nick <Nick at quechelibrary.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 0da0ab0e471f2e8211f2e91289c374dabe4d800d
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Dec 11 09:47:01 2014 -0500

    Bug 13442: Facet links broken when collection code limit is used
    
    Any search limits including a ccode will break the search facts.
    
    Test Plan:
    1) Run an advanced search using a ccode limit
    2) Try using any of the facet links of the left
    3) Note they are broken
    4) Apply this patch
    5) Refresh the results
    6) Note the facet links are no longer broken
    
    Note: I have not been able to reproduce this issue on my own test
    system, but have noted the problem on at least a dozen Koha servers.
    
    I could not reproduce the bug either, but I saw it on the Bywater Demo (comment #1).
    Applied patch and tested facets, no problems found, signing off
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Can not reproduce the problem, but I can also not find a regression.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Search.pm                                               |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc       |    5 +++--
 koha-tmpl/intranet-tmpl/prog/en/js/holds.js                |   12 ++++++++++--
 .../intranet-tmpl/prog/en/modules/circ/circulation.tt      |    1 +
 .../intranet-tmpl/prog/en/modules/members/moremember.tt    |    1 +
 svc/holds                                                  |    1 +
 6 files changed, 17 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list