[koha-commits] main Koha release repository branch master updated. v20.05.00-1533-g48b1e28015

Git repo owner gitmaster at git.koha-community.org
Mon Nov 2 11:35:34 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  48b1e28015ba9928b558a3507c0e1887242d7ef8 (commit)
       via  8a23d322811daf79825c01cc1ccb76d6cd10abff (commit)
       via  1f1b5318589e5951f0dbf57fc7f3374c38bb26de (commit)
       via  7aeb13461d4d618dc698c5ff3d32757394e87b5e (commit)
       via  95f4014f045d00c9372f04fb3b8cbb52647802e2 (commit)
       via  c52a9e4cf362949192d3d58adab287cd82effbf1 (commit)
       via  8dd8f3e5a3fcae140ec58af6c59d831512ae4ae1 (commit)
       via  daca3478f48ece4f92957eb4b4638d5aa18844a5 (commit)
       via  190f7155f1e9b3100a0dfb91279228033fc28546 (commit)
       via  d2af19dd31d0846ee0c852304b01f1d060e0ba48 (commit)
       via  7bbf4f7b5fe54a46d2c54a4dc445a0400dfbef23 (commit)
       via  e1a5fc85a6b829f93d8cc84cc7fb474016e8df61 (commit)
       via  dc4639b3f72c84cea3aa950f8350bdfb1f534a80 (commit)
       via  bc0c687ca5e20447ff72917cf1c2734f580ac7a2 (commit)
       via  3fd7d5974a0952ea4cf677ca83c18db46e637b5a (commit)
       via  0ee41b53168c3a5275533a731160b643909cd110 (commit)
       via  6e37dcafee872cdea378ba845ef49d702a3fbfc5 (commit)
       via  dc71c1ee48194574493d1b6b4488a09c649692d8 (commit)
       via  36342731edd05df2f7ff64964e439c3e38aa82ae (commit)
       via  6d361af6423cfd605519c4e9302c43f34c352d08 (commit)
       via  ddc3459ba5e72f0619a42dacd0f027998f6d3f81 (commit)
       via  4d92e3d284e392ad681b095c02965fe57a85a5a1 (commit)
       via  59588c3a3e3390c2796ac417696829fd26fcb4f0 (commit)
       via  74605e72aa74524984f0411f8db6fd55f2f12148 (commit)
      from  1c46ebbb2e9728ff9f466eaba48af53840ff4a27 (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 48b1e28015ba9928b558a3507c0e1887242d7ef8
Author: Lisette Scheer <lisettes at latahlibrary.org>
Date:   Tue Oct 27 15:39:38 2020 +0000

    Bug 26724: Improve link text for downloading the CSV file on patron import page.
    
    On tools > Patron Import there is a a link labelled "here" on the right
    side that should be more descriptive. This patch updates the link.
    
    To test:
    1. Go to tools
    2. Under patrons select "Import Patrons"
    3. On the right side of the screen, observe the "here" link in the
    second list item.
    4. Apply patch.
    5. Reload page
    6. Observe the updated link text.
    7. Sign off
    
    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 8a23d322811daf79825c01cc1ccb76d6cd10abff
Author: Alex Buckley <alexbuckley at catalyst.net.nz>
Date:   Sat Oct 24 17:13:14 2020 +0000

    Bug 13701: Remove hardcoded "two weeks" text from list share confirmation
    
    Test plan:
    1. Enable the OpacAllowSharingPrivateLists system preference
    2. Create a private list and add items to it
    3. In the OPAC click on the private list name and select 'Share list'
    4. Input an email address and observe the text: "You will receive an
    email notification if someone accepts your share within two weeks."
    5. Apply patch
    6. Restart services
    7. Repeat step 3 & 4 and observe the text now displays: "You will receive
    an email notification if someone accepts your share before it expires."
    
    Sponsored-By: Catalyst IT
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 1f1b5318589e5951f0dbf57fc7f3374c38bb26de
Author: Séverine QUEUNE <severine.queune at bulac.fr>
Date:   Fri Oct 30 18:12:56 2020 +0100

    Bug 25700: (follow-up) 2 minor corrections for KohaCon
    
    This patch corrects :
    - the wrong link for KohaCon11
    - a typo on 'workshops' for KohaCon19
    - replace 'hackfest' for 'workshops' for KohaCon20
    
    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 7aeb13461d4d618dc698c5ff3d32757394e87b5e
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Oct 22 08:58:15 2020 +0100

    Bug 25700: (follow-up) Minor corrections to epoch dates
    
    It looks like we forgot to account for the year change when grabbing
    epoch dates for some of the later KohaCon's. This patch fixes those
    minor mistakes.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    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 95f4014f045d00c9372f04fb3b8cbb52647802e2
Author: Séverine QUEUNE <severine.queune at bulac.fr>
Date:   Wed Oct 21 18:13:30 2020 +0200

    Bug 25700: Complete KohaCons informations in timeline
    
    Last entry for KohaCons on Koha timeline was for 2013.
    This patch :
    - adds KohaCons from 2014 to 2020
    - adds missing link to KohaCons websites for events from 2006 to 2013
    - suppresses dead links for old KohaCons
    - standardizes the display of informations
    
    To test, apply patch and check :
    - there is no typo (especially for October > Octobre)
    - order of dates is correct
    - links to Koha website ou wiki are correct
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    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 c52a9e4cf362949192d3d58adab287cd82effbf1
Author: Phil Ringnalda <phil at chetcolibrary.org>
Date:   Fri Oct 2 14:52:57 2020 -0700

    Bug 26605: Correctly URI-encode query string in call number browse plugin
    
    If you search for a call number like "M KRUEGER CO #11" in the
    cn_browser.pl plugin, your query is cut off at "M KRUEGER CO " because
    the hash isn't escaped, so the browser thinks you are opening a
    window and trying to navigate to the element with the id 11 rather
    than passing the #11 to the server.
    
    To test:
    1) Find the record you will use to test, determing the MARC
    framework it uses by going to Edit > Edit record > Settings
    2) In Administration > MARC bibliographic framework, click MARC
    structure in the Actions menu for that framework
    3) Navigate to the 952 tag, in the Actions menu click Edit subfields
    4) In the tab for o, choose the Plugin cn_browser.pl and click
    Save Changes
    5) Click the Edit button next to one of the items on your record
    6) In the Full call number field, add " CO #11" to the call number
    7) Click the ... next to the field to open the Tag editor
    8) In the popup window, verify that the search field includes the
    " CO #11" you added to the call number
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 8dd8f3e5a3fcae140ec58af6c59d831512ae4ae1
Author: David Cook <dcook at prosentient.com.au>
Date:   Fri Oct 16 00:59:58 2020 +0000

    Bug 26702: Remove explicit libnet-stomp-perl from debian/control.in
    
    libnet-stomp-perl is added to debian/control via __AUTODEPENDS__,
    so we don't need to add it manually into debian/control.in
    
    Signed-off-by: Mason James <mtj at kohaaloha.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 daca3478f48ece4f92957eb4b4638d5aa18844a5
Author: Lisette Scheer <lisettes at latahlibrary.org>
Date:   Sat Oct 24 18:18:54 2020 +0000

    Bug 26723: Improve link text on OverDriveAuthName system preference
    
    The OverDriveAuthName system preference contains a link labeled "here"
    to a seperate administration page that should be labeled better. This
    patch renames the link.
    
    To test:
    1. Go to administration
    2. Search the system preferences for OverDriveAuthName
    3. Obeserve the "here" link in the preference.
    4. Apply the patch.
    5. Repeat steps 1-2.
    6. Observe the new link text.
    7. Sign off.
    
    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 190f7155f1e9b3100a0dfb91279228033fc28546
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Oct 26 11:55:57 2020 +0000

    Bug 26816: Chomp whitespace around i18n strings
    
    This patch adds the chomp shorthand [%- -%] to the output of i18n.inc to
    prevent extra spaces from being inserted.
    
    To test, apply the patch and perform a catalog search in the staff
    interface which will return results with multiple items.
    
    In the items column, the availability information should not have
    unwanted spaces:
    
    3 items, 3 available:
    
    ...instead of
    
    3 items , 3 available:
    
    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 d2af19dd31d0846ee0c852304b01f1d060e0ba48
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Oct 27 13:50:12 2020 +0000

    Bug 26833: Logged in library doesn't show with suggestions count
    
    This patch corrects the template variables used by the suggestions
    counts shown on the staff interface home page and the acquisitions home
    page. They should use [% Branches.GetLoggedInBranchname %]
    
    To test you should have some suggestions from multiple libraries.
    
    - Log in to the staff interface.
    - On the home page you should see "Suggestions pending approval,"
      followed by the name of your logged-in library and the count of
      suggestions for your library.
    - Go to the acquisitions page.
    - In the "Pending suggestions" section you should see the same
      information: Your logged-in library name, suggestion count, and the
      count of suggestions at all libraries.
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 7bbf4f7b5fe54a46d2c54a4dc445a0400dfbef23
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Oct 27 15:59:46 2020 +0000

    Bug 17515: Order Z3950 server by rank and preserve ordering
    
    Previously we put all the servers into an object with keys of the server id
    
    This patch converts it to an array of objects to preserve order, and adjusts code to use the array index
    where necessary and store the server id within the array
    
    To test:
    1 - Add some new Z3950 servers, they don't need to be valid
        FIRST
        SECOND
        THIRD
        FOURTH
    2 - Adjust the ranking so FOURTH:1 THIRD:2 SECOND:3 FIRST:4
    3 - Enable and launch the advanced editor
    4 - Click 'Advanced' under search on the left
    5 - Note the list displays in the order you entered the servers
    6 - Apply patch
    7 - Reload
    8 - Order is correct
    9 - With valid servers, confirm that searching still works and servers can be checked or unchecked to include/remove from results
    
    https://bugs.koha-community.org/show_bug.cgi?id=17515
    
    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 e1a5fc85a6b829f93d8cc84cc7fb474016e8df61
Author: Arthur Suzuki <arthur.suzuki at biblibre.com>
Date:   Wed Sep 30 10:33:12 2020 +0200

    Bug 22806: (QA follow-up)
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit dc4639b3f72c84cea3aa950f8350bdfb1f534a80
Author: Arthur Suzuki <arthur.suzuki at biblibre.com>
Date:   Wed Jan 8 14:20:38 2020 +0100

    Bug 22806: Unit Tests
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit bc0c687ca5e20447ff72917cf1c2734f580ac7a2
Author: Alex Buckley <alexbuckley at catalyst.net.nz>
Date:   Wed Jul 24 11:33:48 2019 +0000

    Bug 22806: (follow-up) CanBookBeReserved and CanItemBeReserved must check AllowHoldsOnPatronsPossessions
    
    As CanBookBeReserved() was failing as $patron and and $biblio were not
    instantiated I fixed that up.
    
    Test plan :
    1 - set AllowHoldsOnPatronsPossessions to "Don't Allow"
    2 - Checkout an item to a borrower
    3 - Try to reserve an item using ILS-DI WebService -> Will work without complaining.
    4 - Cancel the hold and apply patch
    5 - Repeat 3 -> Should not place hold and show error "NotHoldable"
    
    Sponsored-By: Catalyst IT
    Signed-off-by: Laurence Rault <laurence.rault at biblibre.com>
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 3fd7d5974a0952ea4cf677ca83c18db46e637b5a
Author: Arthur Suzuki <arthur.suzuki at biblibre.com>
Date:   Tue May 14 02:30:26 2019 +0200

    Bug 22806: CanBookBeReserved and CanItemBeReserved must check AllowHoldsOnPatronsPossessions
    
    Test plan :
    1 - set AllowHoldsOnPatronsPossessions to "Don't Allow"
    2 - Checkout an item to a borrower
    3 - Try to reserve an item using ILS-DI WebService -> Will work without complaining.
    4 - Cancel the hold and apply patch
    5 - Repeat 3 -> Should not place hold and show error "NotHoldable"
    
    Signed-off-by: Laurence Rault <laurence.rault at biblibre.com>
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 0ee41b53168c3a5275533a731160b643909cd110
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Fri Sep 18 15:09:10 2020 +0200

    Bug 26487: Add all MARC flavours for not-onloan-count search field
    
    In admin/searchengine/elasticsearch/mappings.yaml the search field not-onloan-count is defined for MARC21 on 999x.
    This should be for all the MARC flavours, like in Zebra config.
    
    Test plan:
    1) On a UNIMARC database
    2) Reset Elasticsearch mappings
    3) Check search engine config to see field 'not-onloan-count' on 999$x
    4) Same on a NORMARC database
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 6e37dcafee872cdea378ba845ef49d702a3fbfc5
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Oct 1 10:50:17 2020 +0000

    Bug 26583: Remove unneccessary code in AddIssue
    
    The lines to calc due date are doubled
    
    ModDateLastSeen is not needed as we set the item not lost and we can set
    the date as we do for date last borrowed and save a DB store
    
    Largely this is reading the code and confirming the changes make sense
    
    To test:
    1 - Apply patch
    2 - Check out items, confirm it works as before
    3 - prove -v t/db_dependent/Circulation.t
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit dc71c1ee48194574493d1b6b4488a09c649692d8
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Oct 21 01:49:08 2020 +0000

    Bug 26758: Correct OPAC ILL requests page markup
    
    This patch makes some corrections to the OPAC ILL page which should have
    been included in the upgrade to Bootstrap 4.
    
    To test you must have Interlibrary loan configured and enabled in the
    OPAC. Enter some text in the ILLModuleCopyrightClearance system
    preference.
    
    - Log in to the OPAC and go to the "your interlibrary loan requests"
      page.
    - If you have only one ILL backend set up you should see a "Create a new
      request" button which is styled correctly.
      - This patch makes corrections to the menu which displays if you have
        more than one ILL backend set up, so it would be ideal to be able to
        test it.
    - Upon clickng the "new request" button (or selecting a backend from the
      new request menu) you should be prompted to choose Yes or No in
      response to the ILLModuleCopyrightClearance text. The buttons should
      be styled green and red, respectively.
    - On the new request entry page the "Add new field" and "Create" buttons
      should be styled in the "secondary" grey style.
    
    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 36342731edd05df2f7ff64964e439c3e38aa82ae
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Nov 2 11:02:24 2020 +0100

    Bug 26706: Compiled CSS
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 6d361af6423cfd605519c4e9302c43f34c352d08
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Oct 21 01:48:12 2020 +0000

    Bug 26706: Fix btn-default styling for better contrast
    
    This patch makes some updates to the OPAC's CSS in order to make
    Bootstrap button styles more consistent. Some CSS has been simplified
    and some has been made more specific.
    
    To test, apply the patch and rebuild the OPAC CSS
    (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).
    
    View a variety of pages in the OPAC to confirm that button styles look
    good. For example:
    
     - Advanced search.
     - Catalog search results.
     - Bibligraphic details (including sidebar menu links and menus).
       - Subscription details, brief and full
     - "Your summary" page, various tabs.
     - Lists
    
    The more pages tested the better! Be sure to test the hover and active
    states of buttons as well.
    
    Signed off: Lisette Scheer <lisetteslatah at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit ddc3459ba5e72f0619a42dacd0f027998f6d3f81
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Sat Oct 24 01:39:56 2020 +0000

    Bug 26808: Improve tab key access to circulation confirmation dialog
    
    This patch modifies the checkout template so that the checkout
    confirmation message can receive focus, improving tab access to the form
    buttons in the dialog.
    
    A "-1" value "tabindex" attribute makes the dialog focusable, and a
    "focus" class automatically triggers focus. The focus and tabindex are
    only set when the template logic says that the alert will require
    confirmation.
    
    To test, apply the patch and open a patron's account for checkout.
    
    - Submit a barcode for checkout which will trigger a confirmation
      dialog. For instance:
      - A barcode they already have checked out
      - A barcode which is checked out to another patron
    - When the page reloads you should see an alert-style dialog, "Please
      confirm checkout." The browser should show a focus outline around the
      dialog.
    - Hitting the tab key should move the focus to the first focusable
      element inside the dialog. If there is a link in the text, this may be
      the first element. If not the confirmation button should be the next
      tabbable element.
    
    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 4d92e3d284e392ad681b095c02965fe57a85a5a1
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Oct 29 12:18:56 2020 +0000

    Bug 18051: Set UTF8 Flag for record searches/imports from rancor
    
    The advanced cataloging editor uses Koha::MetaSearcher to find and import records
    from Z3950.
    
    The records are correctly converted to UTF8, however, we need to set the flag in the
    record to ensure they are parsed correctly later
    
    To test:
     1 - Add OHIOLINK as a z39 source as described in earlier comments
     2 - Browse to Cataloging->Advanced editor
     3 - Click Search->Advanced
     4 - Select OHIOLINK
     5 - Search for author 'capek karel'
     6 - Note records look bad
     7 - Apply patch
     8 - Restart all the things
     9 - Repeat
    10 - Success!
    
    Signed-off-by: Barbara Johnson <barbara.johnson at bedfordtx.gov>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 59588c3a3e3390c2796ac417696829fd26fcb4f0
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Nov 2 08:42:20 2020 +0100

    Bug 26673: Fix perlcritic complains
    
    This patch fixes the following perlcritic complain:
    Package declaration must match filename at line 19, column 1.  Correct the filename or package statement.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 74605e72aa74524984f0411f8db6fd55f2f12148
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Oct 27 14:36:24 2020 +0000

    Bug 26581: (follow-up) Restore unsetting of doreturn
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 C4/Barcodes/ValueBuilder.pm                        |   2 +
 C4/Circulation.pm                                  |  13 +-
 C4/Reserves.pm                                     |  12 ++
 Koha/MetaSearcher.pm                               |   5 +-
 Koha/Z3950Responder/RPN.pm                         |   2 +
 admin/searchengine/elasticsearch/mappings.yaml     |  10 ++
 cataloguing/editor.pl                              |   2 +-
 cataloguing/value_builder/cn_browser.pl            |   2 +-
 debian/control.in                                  |   2 -
 docs/history.txt                                   |  21 +--
 .../intranet-tmpl/lib/koha/cateditor/search.js     |   4 +-
 .../prog/en/includes/cateditor-ui.inc              |  33 ++---
 koha-tmpl/intranet-tmpl/prog/en/includes/i18n.inc  |  18 +--
 .../prog/en/modules/acqui/acqui-home.tt            |   2 +-
 .../admin/preferences/enhanced_content.pref        |   2 +-
 .../prog/en/modules/circ/circulation.tt            |   4 +-
 .../intranet-tmpl/prog/en/modules/intranet-main.tt |   2 +-
 .../prog/en/modules/tools/import_borrowers.tt      |   2 +-
 koha-tmpl/opac-tmpl/bootstrap/css/opac-rtl.css     |   2 +-
 koha-tmpl/opac-tmpl/bootstrap/css/opac.css         |   2 +-
 koha-tmpl/opac-tmpl/bootstrap/css/sco-rtl.css      |   2 +-
 koha-tmpl/opac-tmpl/bootstrap/css/sco.css          |   2 +-
 koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss | 142 +++++++++++----------
 koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss    |  19 ++-
 .../bootstrap/en/modules/opac-illrequests.tt       |  16 +--
 .../opac-tmpl/bootstrap/en/modules/opac-reserve.tt |  12 +-
 .../bootstrap/en/modules/opac-shareshelf.tt        |   2 +-
 opac/opac-reserve.pl                               |   9 +-
 reserve/request.pl                                 |  14 +-
 svc/cataloguing/metasearch                         |   1 +
 t/db_dependent/ILSDI_Services.t                    |  44 +++++--
 t/db_dependent/Reserves.t                          |  39 +++++-
 32 files changed, 265 insertions(+), 179 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list