[koha-commits] main Koha release repository branch 3.12.x updated. v3.12.11-3-gd46792c

Git repo owner gitmaster at git.koha-community.org
Mon Mar 24 05:20:18 CET 2014


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.12.x has been updated
       via  d46792c0540275aad26b1279aa9b5e251dd7828d (commit)
       via  426fa8fa2d9f245107ec7d6f765c5e5e60306074 (commit)
      from  792e1b6259af8da6067a86263ecd4f197ffd5295 (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 d46792c0540275aad26b1279aa9b5e251dd7828d
Author: Sophie Meynieux <sophie.meynieux at biblibre.com>
Date:   Tue Dec 4 18:05:36 2012 +0100

    Bug 9210: wrap long lines in printed hold notices
    
    This commit adds wrapping styles to print-notices.tt template
    
    Test plan:
      * place a hold on a title with a very very long title or author
      * mark it as "waiting for pickup" by doing a checkin
      * go to command line interface, and run
      * misc/cronjobs/gather_print_notices.pl /tmp
      * misc/cronjobs/printoverdues.sh /tmp
      * if your title/author is long enough, it's split on 2 lines
        with this patch (it is not before this patch)
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 06a8b6f314ded89fa6b4f94276e68e390b7afc3a)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 18c295a49ac2614d37ee6efdce774b65ea381617)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 426fa8fa2d9f245107ec7d6f765c5e5e60306074
Author: David Cook <dcook at prosentient.com.au>
Date:   Thu Jan 9 17:12:26 2014 +1100

    Bug 11502: make library filter in "Holds To Pull" more precise
    
    This patch uses regex checking via the DataTables fnFilter API method
    to make the branch filter more precise on the "Holds to Pull" page.
    
    The ability to use regex is built into DataTables so this just adds
    the actual expression.
    
    _TEST PLAN_
    
    Before applying:
    
    1) Add library (branches) with codes of NM, NMH, and NB
    2) Add items (that can be placed on hold) at all these branches
    3) Place a hold on an item that is only available at NM
    4) Place a hold on an item that is only available at NMH
    5) Place a hold on an item that is only available at NM and NB
    6) Go to "Holds to Pull" in the Circulation module
    7) Filter by these three different values
    8) Note that filtering by "NM" will incorrectly bring up all three
    holds, while "NMH" and "NB" will only pull up one (like they should).
    
    Apply the patch.
    
    9) Shift+refresh the page so that your Javascript refreshes
    10) Repeat step 7 (filtering by the different branch values)
    11) Note that filtering by "NM" will now only bring up the hold for "NM"
    and the hold for "NM" and "NB", while the others still only bring up
    one hold.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit e96d73aa9f462fb653b8b67d7d5bff81dab94be7)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit d8a0e92c718e7c180a44b98fbe380c26667deacd)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt  |    4 ++++
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt |    6 +++++-
 2 files changed, 9 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list