[koha-commits] main Koha release repository branch master updated. v3.16.00-1086-g48db11d

Git repo owner gitmaster at git.koha-community.org
Mon Nov 17 01:22:27 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, master has been updated
       via  48db11d68b7f83588903d7c9621a144ca3be8d3a (commit)
       via  fdc60b0d1064d279053d8953c69c5cadb6b07266 (commit)
       via  15613a02943218dd844fd617b4319d2e071dfd23 (commit)
      from  866017e1523ec430d4ec37fc92a02edb86c106e5 (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 48db11d68b7f83588903d7c9621a144ca3be8d3a
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Nov 11 20:01:59 2014 -0500

    Bug 13236 - Regression: Table of checkouts no longer preselects overdue items for rewewal
    
    Before Bug 11703, overdue items in the list of a patrons checkouts had
    the renewal checkbox preselected so that librarians could quickly renew
    only those items which required it. This is not longer the case.
    
    This patch corrects it. To test, apply the patch and clear your browser
    cache. Check out to a patron who has overdues and confirm that the
    overdue items have the "renew" checkbox preselected. Check that items
    which are not overdue are not preselected.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, no problems found.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit fdc60b0d1064d279053d8953c69c5cadb6b07266
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Nov 4 12:03:13 2014 -0500

    Bug 13196 - "Always show checkouts immediately" cookie should persist across sessions
    
    This patch modifies the way the checkouts script sets the "Always show
    checkouts" cookie so that it is set with an explicit expiration date
    (+365 days). This will allow the cookie to persist across browser
    sesssions.
    
    To test, apply the patch and clear your browser cookies to start with a
    clean slate.
    
    - Check out to a patron who has existing checkouts. Their checkouts
      should not load by default.
    - Check the "Always show checkouts immediately" checkbox.
    - Close your browser.
    - Reopen your browser and check out to that patron again. Checkouts
      should now be displayed by default.
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    Works as described. I confirm that without this patch, the un-persistance of
    "show checkouts" choice is very perturbing for librarians coming from previous
    version of Koha.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    
    Passes tests and QA script, no problems found.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 15613a02943218dd844fd617b4319d2e071dfd23
Author: Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi>
Date:   Thu Oct 30 14:57:09 2014 +0200

    Bug 13168 - "Today's checkouts" sort improperly because issuedate lacks seconds.
    
    TO REPLICATE:
    
    Prepare a bunch of Items (6+) for checking out, or have a set of barcodes ready for copy-pasting.
    Check-out those items quickly within one minute and observe that the sorting order is not always from the first checkout to the last.
    
    This is because the issuedate doesn't have seconds defined.
    
    AFTER THIS
    
    The bunch of Items is sorted properly.
    
    Tiny patch, works as expected. Passed QA script.
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Circulation.pm                               |    4 ++--
 koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js |    8 ++++++--
 2 files changed, 8 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list