[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.03-25-g7ebeaf8373

Git repo owner gitmaster at git.koha-community.org
Fri Sep 4 17:43:52 CEST 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, 20.05.x has been updated
       via  7ebeaf83730282fe5d6647a5c1260e61077990b6 (commit)
       via  7702608d1aa5ae998ed512396d2aa6b3b0be263e (commit)
       via  764bffe4030e9117b17ec7b994738fad9adfcb98 (commit)
       via  d9d5edb22aa6701debee402bd39dca76358568a6 (commit)
       via  8f5f65ed45dee9c90487131df91d7a4e5d56fa2c (commit)
       via  b25d7c9d8ddf58bdc061cf65c7a5c53981ceab1e (commit)
       via  3e63f7fb2eda12db4c27b23871455225045b63cd (commit)
       via  c6439db535ae78107a56152904013b69f9898732 (commit)
       via  f681964591ba1efde4c1c8c032c344b85c1d1815 (commit)
      from  729432170d0a18b69f3f4e597c530cfe869f6b15 (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 7ebeaf83730282fe5d6647a5c1260e61077990b6
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Aug 6 11:42:33 2020 +0000

    Bug 26159: Remove the use of jquery.checkboxes plugin from batch record delete page
    
    This patch removes the use of the jquery.checkboxes plugin from the
    batch delete records page.
    
    To test, apply the patch and go to Tools ->  Batch record deletion.
    
     - Submit a batch of biblionumbers which includes one or more
       checked-out items, one or more on-hold items, and one or more records
       with no items.
     - On the confirmation page, test the selection links at the top of the
       results table. Each one should work correctly.
     - Submit a batch of authority record ids which includes some records
       which are in use and some which aren't.
     - On the confirmation page, test the selection links at the top of the
       results table. Each one should work correctly.
    
    Signed-off-by: Amit Gupta <amit.gupta at informaticsglobal.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 4fadb7ac1931b48a4be8160409d35ca97ab6b322)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 7702608d1aa5ae998ed512396d2aa6b3b0be263e
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Aug 13 12:34:19 2020 +0000

    Bug 26201: Remove the use of jquery.checkboxes plugin from batch extend due dates page
    
    This patch removes the use of the jquery.checkboxes plugin from the
    batch extend due dates page.
    
    Unrelated change: Removed 'enctype="multipart/form-data"' from the form
    because there is no file upload.
    
    To test, apply the patch and go to Tools -> Batch extend due dates.
    
     - Submit the form with parameters which will return a set of multiple
       checkouts.
     - On the results page, test the "Select all" and "Clear all" links to
       confirm that they work correctly.
    
    Signed-off-by: Amit Gupta <amit.gupta at informaticsglobal.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 467e491a25652bf8ee85651ab91e3780c66e3aa1)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 764bffe4030e9117b17ec7b994738fad9adfcb98
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Aug 13 13:19:19 2020 +0000

    Bug 26202: Remove the use of jquery.checkboxes plugin from batch record modification page
    
    This patch removes the use of the jquery.checkboxes plugin from the
    batch record modification page.
    
    To test, apply the patch and go to Tools -> Batch record modification
    
     - Submit a batch of biblionumbers for modification.
     - On the results page, test the "Select all" and "Clear all" links to
       confirm that they work correctly.
    
    Signed-off-by: Amit Gupta <amit.gupta at informaticsglobal.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 9371685b973a287b7642fb907721f4964d92e65a)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit d9d5edb22aa6701debee402bd39dca76358568a6
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Aug 13 13:54:54 2020 +0000

    Bug 26204: Remove the use of jquery.checkboxes plugin from staff interface lists
    
    This patch removes the use of the jquery.checkboxes plugin from the
    staff interface lists page.
    
    To test, apply the patch, go to Lists, and view the contents of a
    list with multiple titles on it.
    
    Check that the "Select all" and "Clear all" links work correctly.
    
    Signed-off-by: Amit Gupta <amit.gupta at informaticsglobal.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 2de2b1330f540ef9482c1ed547b111757f0a551a)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 8f5f65ed45dee9c90487131df91d7a4e5d56fa2c
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Aug 14 13:39:17 2020 +0000

    Bug 26212: Remove the use of jquery.checkboxes plugin from pending offline circulations
    
    This patch removes the use of the jquery.checkboxes plugin from the
    pending offline circulations page, replacing it with in-page JS.
    
    Unrelated: The JS-based creation of the "select all" and "clear all"
    controls has been replaced with HTML links. Labels are added to the
    results table to make checkbox selection easier.
    
    To test, apply the patch and go to Circulation.
    
    - Upload an offline circulation file (.koc) with multiple transactions.
      If you don't want to generate this file using the desktop application
      or Firefox add-on you can create a text file like this (tab
      separated):
    
      Version=1.0    Generator=koct-firefox    GeneratorVersion=0.1
      2020-08-14 13:24:21    issue    0109132    33000000093476
    
    - Go to Pending offline circulation actions. You should see the list of
      transactions you uploaded.
    - Test that the "Check all" and "Uncheck all" controls work correctly.
    
    Signed-off-by: Amit Gupta <amit.gupta at informaticsglobal.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit c7174b204a324ee2431012e7f9a3cc09738d57de)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit b25d7c9d8ddf58bdc061cf65c7a5c53981ceab1e
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Aug 14 14:47:40 2020 +0000

    Bug 26214: Remove the use of jquery.checkboxes plugin on late orders page
    
    This patch replaces the use of the jquery.checkboxes plugin on late
    orders page in acquisitions.
    
    Unrelated changes: The "Check all" and "Uncheck all" links are moved out
    of the table header so that it matches similar interfaces. Sorting is
    now disabled on the checkboxes column and the table is sorted by default
    on the "Order line" column.
    
    To test, apply the patch and go to Acquisitions -> Late orders.
    
     - On the initial view, there should be no "Check all" or "Uncheck all"
       links.
     - Select a vendor in the left-hand sidebar form.
     - When the filtered table is redisplayed the "Check all" and "Uncheck
       all" links should now be visible.
     - Test that the links work correctly.
     - Confirm that the checkboxes column cannot be sorted and that the
       table is sorted by default by order line number.
    
    Signed-off-by: Amit Gupta <amit.gupta at informaticsglobal.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 41205adf34a4cde773fb399728ca74d9dada0e81)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 3e63f7fb2eda12db4c27b23871455225045b63cd
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Aug 14 15:18:37 2020 +0000

    Bug 26215: Remove the use of jquery.checkboxes plugin from Z39.50 search pages
    
    This patch removes the use of the jquery.checkboxes plugin from three
    Z39.50 search templates: Acquisitions, Authorities, and Cataloging.
    
    To test, apply the patch and test the controls for selecting and
    deselecting Z39.50 search targets on the following pages:
    
     - In Acquisitions: Locate a vendor and add to basket -> From an
       external source.
     - In Authorities: Click "New authority" -> "New from Z39.50/SRU."
     - In Cataloging: Click "New from Z39.50/SRU."
    
    Signed-off-by: Amit Gupta <amit.gupta at informaticsglobal.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit ff5f7c787482fff5611b3fdeaed89598dfa29d64)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit c6439db535ae78107a56152904013b69f9898732
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Aug 14 17:28:22 2020 +0000

    Bug 26216: Remove the use of jquery.checkboxes plugin from catalog search results
    
    This patch removes the use of jquery.checkboxes plugin from the
    staff interface catalog search results page.
    
    To test, apply the patch and perform a catalog search in the staff
    interface which will return results.
    
    On the search results page test the "Select all" and "Clear all" links
    at the top of the results. They should work correctly.
    
    Signed-off-by: Amit Gupta <amit.gupta at informaticsglobal.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit af8aa1ad7eb4857a86d395b3833b8040630306b6)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit f681964591ba1efde4c1c8c032c344b85c1d1815
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Aug 14 14:18:00 2020 +0000

    Bug 26213: Remove the use of jquery.checkboxes plugin when adding orders from MARC file
    
    This patch removes the use of the jquery.checkboxes plugin from the page
    for adding orders to a basket from a staged MARC file.
    
    This patch fixes an unreported bug wherein the "select all" and "clear
    all" controls affected not only MARC record checkboxes but also the
    "show inactive funds" checkboxes.
    
    To test, apply the patch and go to Acquisitions.
    
    - Go to Vendor -> Add to basket -> From a staged file.
    - Select a staged file with multiple records.
    - Test the "Select all" and "Clear all" links at the top of the "Select
      to import" tab. They should work correctly to select and deselect
      checkboxes corresponding to staged MARC records.
    
    Signed-off-by: Amit Gupta <amit.gupta at informaticsglobal.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 8344ee7b4ced266ac7bd48254f4695175fd8f19b)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 .../prog/en/modules/acqui/addorderiso2709.tt       |  1 -
 .../prog/en/modules/acqui/lateorders.tt            | 23 +++++---
 .../prog/en/modules/acqui/z3950_search.tt          |  1 -
 .../prog/en/modules/catalogue/results.tt           |  1 -
 .../en/modules/cataloguing/z3950_auth_search.tt    |  1 -
 .../prog/en/modules/cataloguing/z3950_search.tt    |  1 -
 .../prog/en/modules/offline_circ/list.tt           | 30 +++++-----
 .../prog/en/modules/tools/batch_delete_records.tt  | 67 +++++++++++++++-------
 .../en/modules/tools/batch_extend_due_dates.tt     | 21 ++++---
 .../en/modules/tools/batch_record_modification.tt  | 16 ++++--
 .../prog/en/modules/virtualshelves/shelves.tt      | 17 ++++--
 koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js | 14 ++---
 koha-tmpl/intranet-tmpl/prog/js/pages/results.js   | 10 +---
 koha-tmpl/intranet-tmpl/prog/js/z3950_search.js    | 12 ++--
 14 files changed, 126 insertions(+), 89 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list