[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.02-115-ga401f21948

Git repo owner gitmaster at git.koha-community.org
Tue Feb 11 00:20:07 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.11.x has been updated
       via  a401f219481b3fc2a69c2ea5006e6e497d66b37b (commit)
       via  ec1073a23a7b93ec26feecd84e466b99d7748f99 (commit)
       via  3d1b347be03267dd71302d4ea845471e3d6d43a9 (commit)
       via  cf36c544f56aa6e646701113878e5005bf99642a (commit)
      from  9e58ee3a0df5af5a5832ca94194632135a3b2315 (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 a401f219481b3fc2a69c2ea5006e6e497d66b37b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Nov 1 18:15:53 2019 +0000

    Bug 23947: Phase out jquery.cookie.js: Authority merge
    
    This patch updates the JavaScript which sets cookies during the
    authority merge process so that it uses the new js-cookie library.
    
    To test, apply the patch and perform a search in the authority module
    which will return multiple results.
    
     - Select "Merge" from the Actions menu next to any result.
       - A message should appear at the top of the page: "Merging with
         authority: <title>".
       - Click "Cancel merge." The message should disappear.
     - Select a record to merge again.
       - Select another record.
       - The page should redirect to the authority merge 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>

commit ec1073a23a7b93ec26feecd84e466b99d7748f99
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>

commit 3d1b347be03267dd71302d4ea845471e3d6d43a9
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>

commit cf36c544f56aa6e646701113878e5005bf99642a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jan 29 11:13:45 2020 +0100

    Bug 24305: (follow-up) Remove previous declaration of batch_biblionumbers
    
    Revert change for cardnumbers, they are not always numbers.
    We may need to add a regex to remove special chars however, will be done
    on its own bug report if needed.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy 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 +
 .../prog/en/includes/authorities_js.inc            |  10 +-
 .../intranet-tmpl/prog/en/includes/js_includes.inc |   1 +
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt   |   6 +
 .../prog/en/modules/circ/circulation.tt            |   6 +-
 .../en/modules/reports/guided_reports_start.tt     |   2 +-
 koha-tmpl/intranet-tmpl/prog/js/checkouts.js       |   4 +-
 8 files changed, 184 insertions(+), 11 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