[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.07-98-g338a224620

Git repo owner gitmaster at git.koha-community.org
Fri Feb 14 20:39:04 CET 2020


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, 19.05.x has been updated
       via  338a224620ed66554d8d85760e4a008495895d75 (commit)
       via  ae7143a74d783e0e8f4623bf5afa9eeef2eaf6b8 (commit)
      from  47797cb4f90142714690cbdfec7baff49b3a2d0f (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 338a224620ed66554d8d85760e4a008495895d75
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Nov 1 13:18:28 2019 +0000

    Bug 23944: (follow-up) Update circulation to use new library
    
    This patch updates the circulation page to use the new JavaScript Cookie
    library for cookie management.
    
    To test, apply the patch and open a patron record for checkout in the
    staff client.
    
     - Click "Search to hold" in the toolbar and perform a catalog search
       which will return results.
     - On the search results page, the toolbar at the top of the results
       should include a split "Place hold" button. The button's menu should
       include "Place hold for <patron>" and "Forget <patron>" options. Test
       that these work correctly.
     - In the table of search results each title should include a "Place
       hold for <patron>" link.
     - Go to the checkouts page for a patron with one or more checked-out
       items.
       - Check the "Always show checkouts immediately" checkbox.
       - The patron's checkouts should load.
       - Open another patron for checkout who has checked-out items.
       - The table of checkouts should load automatically.
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit ec1073a23a7b93ec26feecd84e466b99d7748f99)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit ae7143a74d783e0e8f4623bf5afa9eeef2eaf6b8
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Nov 1 13:00:03 2019 +0000

    Bug 23944: Phase out use of jquery.cookie.js in favor of js.cookie.js
    
    This patch adds a new JavaScript file to the staff client's global
    JavaScript include file: js.cookie-2.2.1.min.js. This "plugin" will
    replace jquery.cookie.js which is no longer maintained.
    
    The "About" page in the staff client is updated to include this new
    resource as well as adding previously-missing information about the old
    plugin which will remain until all instances of its usage have been
    removed.
    
    To test, apply the patch and check the About page to confirm the correct
    information is included.
    
    No functionality change is introduced by this bug. The only other
    observable change is the existence of the new files and the inclusion of
    the minified version of the file in any staff client page.
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 3d1b347be03267dd71302d4ea845471e3d6d43a9)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 .../intranet-tmpl/lib/js-cookie/js.cookie-2.2.1.js | 163 +++++++++++++++++++++
 .../lib/js-cookie/js.cookie-2.2.1.min.js           |   3 +
 .../intranet-tmpl/prog/en/includes/js_includes.inc |   1 +
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt   |  12 ++
 .../prog/en/modules/circ/circulation.tt            |   6 +-
 koha-tmpl/intranet-tmpl/prog/js/checkouts.js       |   4 +-
 6 files changed, 184 insertions(+), 5 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/lib/js-cookie/js.cookie-2.2.1.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/js-cookie/js.cookie-2.2.1.min.js


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list