[koha-commits] main Koha release repository branch master updated. v20.05.00-1570-gfa3829b120

Git repo owner gitmaster at git.koha-community.org
Tue Nov 3 11:32:13 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, master has been updated
       via  fa3829b120c1909dd1a1408392c3f27479779b03 (commit)
       via  b3b87dc7d909997f0af47e02462e87eae2aee308 (commit)
       via  93176f9e613175244504afeae6c1a902c6d52e33 (commit)
       via  689f1f9b1f5f53c18c2a351f0fb2195631749de6 (commit)
       via  296189dc6c92aa691c96ee3012834cd83990aca5 (commit)
       via  919ea33639714dd6a0d5e0550af2dda6ad6e687e (commit)
       via  bc1152bf3c6fefdbfa72dab8dbbd5c1307183920 (commit)
       via  72842e85dd60d216c9b929e819ff360079a54383 (commit)
       via  231f99e3e1d892864aebab229d0c312a2f31182c (commit)
       via  8220aa14f92ecae8f55138e7570fcb41a1ad1872 (commit)
       via  ff52478d09b522974c436904b0145bab83d88127 (commit)
       via  7ea60c0bd94cbbcd22e88e59d95131078aa2bc50 (commit)
       via  74aba6abb57421a8c333974d3e5a48a9c46381ea (commit)
       via  b08444d31c663345d04011c061585c53d99076c5 (commit)
       via  7815e37258498bf4034c738af17c64bf5941eff5 (commit)
       via  27735ed40deaf438e622acee0d41147bdbe2d5e1 (commit)
       via  b127f862ee991aefba80f9d7238615a93953370b (commit)
       via  42060794fc48dfe649a1a8aba1d7db2e7ff1c09d (commit)
       via  9be2c3639b28b8820e67911f88d642992cd1f7d9 (commit)
       via  d0a42b7ed53fd043c9a96817f91416d1cfe7a6c9 (commit)
       via  adfed0a945eb00ff0fe501ff1c90e25076777a34 (commit)
       via  ba865cc532e5150882398f5958968bd4bd549a12 (commit)
       via  7a87cc310b5836b6808c8836ee9e38b3dd725160 (commit)
       via  1181402eee9392fddf0e3a64de5941880485c074 (commit)
       via  cd83a9b6bc1eaf27d6522b824da76f5e9e5f0be4 (commit)
       via  915b4431e5d8cb45c644bb383adbccc41813e4fc (commit)
       via  3dee550e346d8a998335eb7ce77b4a064a1d129a (commit)
       via  80d3f7f910e11c36b5dc20535bc18faf9fbfa8a1 (commit)
       via  507c9a64479ace842558e04b1f565ab38086954c (commit)
       via  8b70bd03f7371deb8dd7ef25e2036c0bbc9b1698 (commit)
       via  e39b9684d5cd0ce15a3d1f07d7691b832309287b (commit)
      from  bd63fb2bb941294371a072fea9fc2f930ff5bf3f (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 fa3829b120c1909dd1a1408392c3f27479779b03
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 3 10:46:10 2020 +0100

    Bug 26806: Remove 1 remaining occurrence of jquery.checkboxes.min.js
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit b3b87dc7d909997f0af47e02462e87eae2aee308
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Oct 23 18:45:37 2020 +0000

    Bug 26806: Remove the jquery.checkboxes plugin from the staff client
    
    This patch removes the jquery.checkboxes plugin from the staff client.
    
    It also removes some leftover instances of the "checkboxed" class which
    was used in some cases to enable the checkbox plugin on selected
    elements.
    
    To test, apply the patch and check that the jquery.checkboxes plugin no
    longer exists in /intranet-tmpl/lib/jquery/plugins.
    
    To test changes to the templates, confirm that "Check all" and "Check
    none" links still work on these pages:
    
    - The tags review page. See the test plan for Bug 26120.
    - The inventory page. See the test plan for Bug 26150.
    - The list contents page. See the test plan for Bug 26204.
    
    The other modified templates contained the "checkboxed" class but it
    served no purpose:
    
    - Serials -> Serials collection
    - Labels -> Edit label batch
    - Patron cards -> Edit card batch
    
    If you search the Koha codebase for instances of "checkboxed" the only
    results should be from the OPAC (if Bug 26805 hasn't been applied) and
    in Z39.50 templates where the class is still used by JavaScript.
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 93176f9e613175244504afeae6c1a902c6d52e33
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Oct 23 14:42:35 2020 +0000

    Bug 26800: Remove the use of jquery.checkboxes plugin from checkout page
    
    This patch removes inclusion of the jquery.checkboxes plugin from the
    patron checkout page (circulation.tt). The plugin is unused.
    
    To test, apply the patch and check out to a patron with checkouts.
    
    - Open the checkouts tab and click "Show checkouts" if necessary.
    - In the table of checkouts, confirm that the "select all" and "none"
      links in the "Renew" and "Check in" column headers work correctly.
    
    Signed-off-by: Lisette Scheer <lisettes at latahlibrary.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 689f1f9b1f5f53c18c2a351f0fb2195631749de6
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Oct 23 13:54:01 2020 +0000

    Bug 26799: Remove the use of jquery.checkboxes plugin from patron payment page
    
    This patch removes the use of the jquery.checkboxes plugin from the
    patron payment screen (members/pay.tt).
    
    To test, apply the patch and locate a patron with unpaid fines.
    
    - View the "Accounting" page for that patron.
    - In the table of outstanding fines, test the "Select all" and "Clear
      all" links work correctly to check the checkboxes corresponding to
      each fine.
    - Confirm that the "Select all" action enables the "Pay selected" and
      "Write off selected" buttons.
    - Confirm that the "Clear all" action disables the "Pay selected" and
      "Write off selected" buttons.
    
    Signed-off-by: Lisette Scheer <lisettes at latahlibrary.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 296189dc6c92aa691c96ee3012834cd83990aca5
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Oct 23 13:34:36 2020 +0000

    Bug 26798: Remove the use of jquery.checkboxes plugin from patron detail page
    
    This patch removes inclusion of the jquery.checkboxes plugin from the
    patron detail page (moremember.tt). The plugin is unused.
    
    To test, apply the patch and locate a patron with checkouts.
    
    - View the details for that patron.
    - Open the checkouts tab and click "Show checkouts" if necessary.
    - In the table of checkouts, confirm that the "select all" and "none"
      links in the "Renew" and "Check in" column headers work correctly.
    
    Signed-off-by: Lisette Scheer <lisettes at latahlibrary.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 919ea33639714dd6a0d5e0550af2dda6ad6e687e
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Oct 23 12:41:50 2020 +0000

    Bug 26795: Remove the use of jquery.checkboxes plugin from ILL pages
    
    This patch removes the inclusion of the jquery.checkboxes plugin from
    two staff interface ILL pages where the plugin is unused.
    
    To test you need at least one patron with some ILL requests.
    
    - Apply the patch and locate a patron with ILL requests.
    - Click the "ILL requests history" tab.
    - Confirm that the table of requests has no checkboxes.
    - Choose "Ill requests" from the "More" menu in the header.
    - Confirm that the table of requests has no checkboxes.
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit bc1152bf3c6fefdbfa72dab8dbbd5c1307183920
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Oct 22 10:33:41 2020 +0000

    Bug 26769: Remove the use of jquery.checkboxes plugin from staff interface search history
    
    This patch modifies the staff interface search history page to eliminate
    theuse of the jquery.checkboxes plugin.
    
    To test you should have some search history items for bibliographic and
    authority records, both from today and from days previous.
    
    Apply the patch and click the logged-in-user link in the staff client
    header. Choose "Search history."
    
    On the search history page, test the "Select all" and "Clear selection"
    links corresponding to all four tables:
    
    - Catalog: Current session
    - Catalog: Previous sessions
    - Authority: Current session
    - Authority: Previous sessions
    
    In all cases the links should work correctly, affecting only the
    corresponding tables. Confirm that the "Select all" action enables the
    corresponding "Delete" link for each table.
    
    Signed-off-by: Lisette Scheer <lisettes at latahlibrary.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 72842e85dd60d216c9b929e819ff360079a54383
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Oct 21 17:25:47 2020 +0000

    Bug 26768: Remove the use of jquery.checkboxes plugin from library transfer limits page
    
    This patch modifies the library transfer limits page to eliminate the
    use of the jquery.checkboxes plugin.
    
    To test, apply the patch and go to Administration -> Library transfer
    limits.
    
    - Test the "For all collection codes" links, "Select all" and "Clear
      all." Each should affect all checkboxes on all tabs.
    - Click various tabs and confirm that the "select all" and "clear all"
      links within that tab work correctly, affecting only the checkboxes in
      that tab.
    
    Signed-off-by: Lisette Scheer <lisettes at latahlibrary.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 231f99e3e1d892864aebab229d0c312a2f31182c
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Oct 21 17:26:56 2020 +0000

    Bug 26767: Remove the use of jquery.checkboxes plugin from duplicate orders template
    
    This patch removes the use of the jquery.checkboxes plugin from the
    duplicate orders template in acquisitions.
    
    To test, apply the patch and go to Acquisitions -> Vendor -> Basket.
    
    - Click "Add to basket."
    - Click "From existing orders (copy)."
    - Perform a search which will return some orders.
    - Test the "Select all" and "Clear all" links. Confirm that they work
      correctly.
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 8220aa14f92ecae8f55138e7570fcb41a1ad1872
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Oct 23 18:14:34 2020 +0000

    Bug 26805: Remove remaining instances of jquery.checkboxes plugin from the OPAC
    
    This patch removes the use of the jquery.checkboxes plugin from the 5
    templates in the OPAC which still use it. The plugin itself is removed.
    
    To test, apply the patch and test the "Select all" and "Clear all" links
    work to select and deselect checkboxes on the following pages:
    
    - The catalog search results page: The controls should also enable
      and disable the "Select titles to..." menu.
    - The list contents page:  The controls should also enable
      and disable the "Select titles to..." links.
    - The suggestions page: The controls should also enable
      and disable the "Select suggestions to..." link.
    - The search history page: The controls should affect only the
      corresponding table ("Current" or "Previous") and should enable and
      disable the "Select searches to..." link.
    
    This patch also modifies the template for grouped search results, as
    enabled by the OpacGroupResults system preference, but I don't know how
    to test it.
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit ff52478d09b522974c436904b0145bab83d88127
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Oct 19 17:55:26 2020 +0000

    Bug 26694: Set focus for cursor to search input box on guarantor_search.pl
    
    This patch adds the "focus" class to the patron search field so that
    cursor focus is set when the page loads.
    
    To test, apply the patch and view an adult patron record in the staff
    client.
    
    - Click the "Add guaratee" button in the patron toolbar.
    - On the following "Add patron" page, click the "Search to add" button
      in the "Patron guarantor" section.
    - A popup window should appear, and the focus should automatically be on
      the first form field.
    
    Signed-off-by: Barbara Johnson <barbara.johnson at bedfordtx.gov>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 7ea60c0bd94cbbcd22e88e59d95131078aa2bc50
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Oct 19 15:15:13 2020 +0000

    Bug 26695: Add modal "shown" event to set cursor focus
    
    This patch attaches a focus() call to the login modal's "shown.bs.modal"
    event so that the cursor focus is set to the username field when the
    login modal is displayed.
    
    To test, apply the patch and confirm that your OPAC uses the regular
    login process--not casAuthentication or GoogleOpenIDConnect.
    
    Click the "Log in to your account" link in the header. A the login form
    should appear in a modal dialog, and the focus should be on the username
    field.
    
    The same should be true if you trigger the modal from other
    locations, for instance: "Log in to add tags" on the bibliographic
    detail page or the tag cloud page.
    
    Signed-off-by: Barbara Johnson <barbara.johnson at bedfordtx.gov>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 74aba6abb57421a8c333974d3e5a48a9c46381ea
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Oct 19 14:16:41 2020 +0000

    Bug 26712: Set focus for cursor to basket name input box on basketheader.pl
    
    This patch adds the "focus" class to the basket name field in the form
    for creating a new basket in acquisitions.
    
    To test, apply the patch and go to Acquisitions -> Vendor -> New basket.
    
     - Upon page load the cursor should be focused on the basket name field.
     - The same should be true if you edit an existing basket.
    
    Signed-off-by: Barbara Johnson <barbara.johnson at bedfordtx.gov>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit b08444d31c663345d04011c061585c53d99076c5
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Oct 20 15:38:21 2020 +0000

    Bug 26753: Set focus for cursor to password field on Overdrive login popup on OPAC
    
    This patch modifies the OverDrive login process so that clicking the
    "Log in to your OverDrive account" link automatically puts the focus on
    the password field when the modal displays.
    
    Unrelated change: A redundant "document.ready" function has been
    removed.
    
    To test you must have OverDrive credentials set in system preferences.
    
     - Log in to the OPAC.
     - On the "Your summary" page, open the "OverDrive account" tab.
     - Click the "Log in to your OverDrive account" link.
     - A modal dialog should appear, and the cursor focus should
       automatically be on the password field.
    
    Signed-off-by: Barbara Johnson <barbara.johnson at bedfordtx.gov>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 7815e37258498bf4034c738af17c64bf5941eff5
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Oct 26 20:59:52 2020 +0000

    Bug 26826: Set focus for cursor to name input box when creating a new list
    
    This patch adds the "focus" class to the list name input field so that
    it automatically has focus when the page loads.
    
    To test, apply the patch and open the lists page in the staff client.
    
    - Click "New list."
    - When the list creation page loads the "Name" field should have focus.
    
    Signed-off-by: B Johnson <barbara.johnson at bedfordtx.gov>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 27735ed40deaf438e622acee0d41147bdbe2d5e1
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Oct 27 10:45:18 2020 +0000

    Bug 26828: Set focus for cursor to current password field when updating in the OPAC
    
    This patch adds the "focus" class to the first field in the
    OPAC's password update form so that the field automatically receives
    focus upon page load.
    
    To test, apply the patch and make sure the OpacPasswordChange system
    preference is enabled.
    
    - Log in to the OPAC
    - Open the "Change your password" page
    - The cursor should automatically be in the "Current password" field
      when the page loads.
    
    Signed-off-by: B Johnson <barbara.johnson at bedfordtx.gov>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit b127f862ee991aefba80f9d7238615a93953370b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Oct 26 19:46:30 2020 +0000

    Bug 26830: Set focus for cursor to name input box when creating a new list in the OPAC
    
    This patch adds the "focus" class to the list name input box in order to
    automatically set focus on the field.
    
    To test, apply the patch and log in to the OPAC.
    
    - Go to Lists -> New list.
    - The cursor focus should automatically be on the "list name" field.
    
    Signed-off-by: B Johnson <barbara.johnson at bedfordtx.gov>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 42060794fc48dfe649a1a8aba1d7db2e7ff1c09d
Author: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
Date:   Fri Oct 30 19:03:18 2020 +0000

    Bug 26880: Add explanatory text to add course reserve pages
    
    To test:
    - go to course reserve add item and batch add items pages
    - batch add has a little bit of explanation, add has none
    - apply patch, restart, reload pages
    - both pages have more text explaining how they work!
    
    "Checking the box next to the field label will enable changes to that field. Leave boxes unchecked to make no change.<br>
    Any items with existing course reserves will have their on reserve values updated."
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    
    Signed-off-by: Kelly McElligott <kelly at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 9be2c3639b28b8820e67911f88d642992cd1f7d9
Author: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
Date:   Fri Oct 30 20:58:30 2020 +0000

    Bug 26881: Remove period on limit to available items on opac
    
    To test:
    1- do a search on the opac
    2- on the results page, it says "Limit to currently available items."
    3- apply patch, restart, reload
    4- period is gone
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Barbara Johnson  <barbara.johnson at bedfordtx.gov>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit d0a42b7ed53fd043c9a96817f91416d1cfe7a6c9
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Nov 2 12:28:09 2020 +0000

    Bug 26889: Remove extra space from "Damaged :" in item search
    
    This patch adds the chomp shorthand [%- -%] to the BLOCK for showing
    labels in the item search template. This collapses the whitespace around
    the label, eliminating the unwanted space around the ":"
    
    To test, apply the patch and go to the item search page in the staff
    interface. There should be no space before the colon in the "Damaged"
    label.
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit adfed0a945eb00ff0fe501ff1c90e25076777a34
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Fri Oct 16 01:23:41 2020 +0200

    Bug 26696: Fix colspan in payment table when credit exists
    
    The colspan was adjusted for the total due when a new column
    was added to the table, but the 2 lines for credits were missed.
    
    To test:
    - Go to any patron account
    - Create a manual invoice
    - Create a credit
    - Go to the 'Make a payment' tab
    - Veriy that the total lines at the bottom of the table are
      slightly off
    - Apply the patch
    - Verify that the total lines in the table now display correctly
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit ba865cc532e5150882398f5958968bd4bd549a12
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Nov 2 11:26:44 2020 +0100

    Bug 26892: Remove warnings from Koha/Patrons.t
    
    Test plan:
    Confirm that the warnings "item-level_itypes set but no itemtype set for item"
    disappear after applying this patch
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 7a87cc310b5836b6808c8836ee9e38b3dd725160
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Sat Oct 24 01:51:55 2020 +0000

    Bug 25167: (QA follow-up) Don't add a new variable
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 1181402eee9392fddf0e3a64de5941880485c074
Author: Didier Gautheron <didier.gautheron at biblibre.com>
Date:   Wed Apr 8 09:33:44 2020 +0200

    Bug 25167: Fix to a fix wrong inventory results
    
    Test plan :
    - Check you have in default framework an item subfield mapped with items.notforloan and with an authorized value catergory,
      for example 'NOTFORLOAN'
    - Create a new value in this category, for example '9'
    - Create a biblio with default framework
    - Create an item with barcode='000AAA1', callnumber='A-1' and notforloan=0
    - Create an item with barcode='000AAA2', callnumber='A-2' and notforloan=9
    - Create a file 'barecodes.txt' containing 2 lines '000AAA1' and '000AAA2'
    - Go to inventory tool : /cgi-bin/koha/tools/inventory.pl
    - Choose file in 'Barcode file'
    - Enter item callnumber between 'A-0' and 'A-9'
    - Check 'Compare barcodes list to results'
    - Submit=> without patch, you get no warnings
    - Redo the same inventory but with checking items.notforloan 'For loan'
      (using the browser back page is ok)
    - submit => still no warning, Bug 000AAA2 must be listed it's not 'For loan'
    - Apply patch, repeat, with tems.notforloan 'For loan' checked you get the
      right warning
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit cd83a9b6bc1eaf27d6522b824da76f5e9e5f0be4
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Sep 7 13:08:46 2020 +0100

    Bug 26398: Restore translations for credit/debit type dropdown
    
    1) run ./translate update xx-XX
    2) Translate this big chunk in your xx-XX-staff-prog.po or make sure it's translated
    
    msgid ""
    "%s %s %sPayment %sWriteoff %sForgiven %sCredit %sLost item fee refund "
    "%sRefund %s%s %s %s %s %sAccount creation fee %sAccount renewal fee %sLost "
    "item %sManual fee %sNew card %sFine %sLost item processing fee %sRental fee "
    "%sDaily rental fee %sRenewal of rental item %sRenewal of daily rental item "
    "%sHold fee %sHold waiting too long %sPayout %s%s %s %s %s "
    
    (tip: I search the po file for "Forgiven", there are only two occurrences)
    
    3) run ./translate install xx-XX
    4) In your staff interface in your other language, go to a patron's account > Accounting > Create manual Credit
    5) Check that the values in the credit drop down are in English
    6) Apply patch
    7) redo steps 1-4 (careful, the string to be translated changes)
    8) Do a hard refresh (Ctrl+F5) (I guess you'd have to restart plack if you have it)
    9) Values in the credit drop down are translated
    
    Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 915b4431e5d8cb45c644bb383adbccc41813e4fc
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Oct 18 15:14:48 2020 +0000

    Bug 26721: Fix permission check on debit and credit type admin pages
    
    At the moment the pages falsely check for parameters_remaining_permissions,
    but they should check the specific manage_accounts permission.
    
    To test:
    - Create a new staff user with only catalog and manage_acccounts
      permissions
    - Log in with this staff user and go to the admin page
    - You will see the debit and credit type sections, but won't be
      able to access them
    - Apply the patch
    - Veriy the links still show, but pages are now accessible
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 3dee550e346d8a998335eb7ce77b4a064a1d129a
Author: Blou <blou at inlibro.com>
Date:   Mon Nov 2 14:24:50 2020 -0500

    Bug 26900: Fixes Koka::Libraries typo in C4/Reserves.pm
    
    Plain simple:
    
    my $home_library = Koka::Libraries->find( {branchcode => $item->homebranch} );
    
    This patch replaces 'Koka' by 'Koha'.
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 80d3f7f910e11c36b5dc20535bc18faf9fbfa8a1
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 3 10:57:13 2020 +0100

    Bug 26853: DBIC schema changes
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 507c9a64479ace842558e04b1f565ab38086954c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 3 09:50:14 2020 +0000

    Bug 26853: DBRev 20.06.00.056
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 8b70bd03f7371deb8dd7ef25e2036c0bbc9b1698
Author: David Cook <dcook at prosentient.com.au>
Date:   Thu Oct 29 05:23:10 2020 +0000

    Bug 26853: Throw a fatal error if import_biblios insert fails
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit e39b9684d5cd0ce15a3d1f07d7691b832309287b
Author: David Cook <dcook at prosentient.com.au>
Date:   Thu Oct 29 05:20:53 2020 +0000

    Bug 26853: Harmonize import_biblios with biblio and biblioitems
    
    This patch harmonizes the column datatypes of import_biblios
    with biblio and biblioitems to prevent database errors which cause
    staged MARC uploads to sometimes fail to update 100% correctly.
    
    To test:
    1. Go to http://localhost:8081/cgi-bin/koha/tools/stage-marc-import.pl
    2. Upload a file with MARC records with titles longer than 128
    characters long
    3. Click "Stage for import"
    4. Monitor /var/log/koha/kohadev/intranet-error.log for
    database errors
    5. Note that there are no database errors
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 C4/ImportBatch.pm                                  |  2 +-
 C4/Reserves.pm                                     |  2 +-
 Koha.pm                                            |  2 +-
 Koha/Schema/Result/ImportBiblio.pm                 | 24 ++++-----
 admin/credit_types.pl                              |  2 +-
 admin/debit_types.pl                               |  2 +-
 installer/data/mysql/kohastructure.sql             | 12 ++---
 installer/data/mysql/updatedatabase.pl             | 15 ++++++
 .../lib/jquery/plugins/jquery.checkboxes.min.js    | 13 -----
 .../intranet-tmpl/prog/en/includes/accounts.inc    | 62 ++++++++++++----------
 .../prog/en/includes/checkouts-table.inc           |  2 +-
 .../prog/en/modules/acqui/basketheader.tt          |  2 +-
 .../prog/en/modules/acqui/duplicate_orders.tt      | 11 ++--
 .../en/modules/admin/branch_transfer_limits.tt     | 46 ++++++++++------
 .../prog/en/modules/catalogue/itemsearch.tt        | 56 +++++++++----------
 .../prog/en/modules/catalogue/search-history.tt    | 61 +++++++++++----------
 .../prog/en/modules/circ/circulation.tt            |  1 -
 .../prog/en/modules/common/patron_search.tt        |  2 +-
 .../en/modules/course_reserves/add_items-step2.tt  |  5 +-
 .../en/modules/course_reserves/batch_add_items.tt  |  1 +
 .../prog/en/modules/ill/ill-requests.tt            |  1 -
 .../prog/en/modules/labels/label-edit-batch.tt     |  2 +-
 .../prog/en/modules/members/ill-requests.tt        |  1 -
 .../prog/en/modules/members/mancredit.tt           |  5 +-
 .../prog/en/modules/members/maninvoice.tt          |  7 ++-
 .../prog/en/modules/members/moremember.tt          |  1 -
 .../intranet-tmpl/prog/en/modules/members/pay.tt   | 15 +++---
 .../prog/en/modules/patroncards/edit-batch.tt      |  2 +-
 .../prog/en/modules/serials/serials-collection.tt  |  6 +--
 .../intranet-tmpl/prog/en/modules/tags/review.tt   |  2 +-
 .../prog/en/modules/tools/inventory.tt             |  2 +-
 .../prog/en/modules/virtualshelves/shelves.tt      |  5 +-
 .../bootstrap/en/includes/opac-facets.inc          |  2 +-
 .../bootstrap/en/includes/overdrive-login.inc      |  2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-passwd.tt  |  2 +-
 .../bootstrap/en/modules/opac-results-grouped.tt   | 13 +++--
 .../opac-tmpl/bootstrap/en/modules/opac-results.tt | 17 +++---
 .../bootstrap/en/modules/opac-search-history.tt    |  5 +-
 .../opac-tmpl/bootstrap/en/modules/opac-shelves.tt | 21 ++++----
 .../bootstrap/en/modules/opac-suggestions.tt       | 17 +++---
 koha-tmpl/opac-tmpl/bootstrap/js/overdrive.js      |  6 ++-
 koha-tmpl/opac-tmpl/bootstrap/js/script.js         |  3 ++
 .../lib/jquery/plugins/jquery.checkboxes.min.js    | 13 -----
 t/db_dependent/Koha/Patrons.t                      | 12 ++---
 tools/inventory.pl                                 |  4 ++
 45 files changed, 254 insertions(+), 235 deletions(-)
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.checkboxes.min.js
 delete mode 100644 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/plugins/jquery.checkboxes.min.js


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list