[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.06-57-gcb7e1c6

Git repo owner gitmaster at git.koha-community.org
Tue Jan 20 14:42:50 CET 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, 3.16.x has been updated
       via  cb7e1c6066ff59ba436052f2eb944c826d6e9ea0 (commit)
      from  2a1ba095cb6c460941569c26ddb225964fb90606 (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 cb7e1c6066ff59ba436052f2eb944c826d6e9ea0
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: Mason James <mtj at kohaaloha.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js |   54 ++++++++++++++++-------
 1 file changed, 39 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list