[koha-commits] main Koha release repository branch master updated. v19.11.00-806-gfc4d99d2d7

Git repo owner gitmaster at git.koha-community.org
Wed Feb 19 17:38:44 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  fc4d99d2d799f4c9ac785dbea9c60570b509e185 (commit)
       via  d610ac87434a8bcac838db969d0812432964d9d1 (commit)
       via  4174d44218259564eefb0d7769de61d596027a3d (commit)
       via  749a508c1165484f57da93998195d713414b15c9 (commit)
       via  99699a3114e7d9c13b191814f48eb16e1ec44e2e (commit)
       via  bd141a442e5244f4ea08819b833ab88350464d33 (commit)
       via  9f9c1d5098ecee3926d394e409b6961e7c5e82bf (commit)
       via  b36b76d201845ee70d455b351360d13a8f19ce8a (commit)
       via  242ced55e2c5e3e61b3914465e50dd522800e049 (commit)
       via  a8109710531c8819da9457d7069e2d8785dd6d87 (commit)
       via  7b0ad20f690aa57d86badc3318bc7bbcaa8cd8a4 (commit)
       via  261dc1e247b215079973a400e0587c922a74bddc (commit)
       via  40219cf2a683ca05afbfd4807ac8fdd055cb6eb2 (commit)
       via  2dbcc0303a4f51701d58c5f2bd54e621842e964b (commit)
       via  cff40d493c695299ee3fed85e2b26cb01d1bf336 (commit)
       via  88dc96e68a7b35270b6cf24b3dfd33fa484f2172 (commit)
       via  7c78331f68aa6de2d99f0638b6dd15e500aa1724 (commit)
       via  0d33dbcf2efd08ac8962a66fe566bd47596dcdef (commit)
       via  ad433ddfe0b61a4dac0d56f394a8d7074af23e9a (commit)
       via  b73dfef3e1751ab71562d5a352970bfcb7d814f4 (commit)
      from  26f968344845c5ef6b078407d746a262691ceaaf (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 fc4d99d2d799f4c9ac785dbea9c60570b509e185
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Feb 19 16:11:13 2020 +0000

    Bug 11297: DBRev 19.12.00.026
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit d610ac87434a8bcac838db969d0812432964d9d1
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Feb 16 03:09:07 2020 +0000

    Bug 11297: (QA follow-up) Make table headings match other pages
    
    The patch set adds a table hading for the Actions column on the
    summary page. If you compare with other pages, this should
    be labelled 'Actions' instead of 'Options'.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 4174d44218259564eefb0d7769de61d596027a3d
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Wed Aug 29 10:20:02 2018 +0000

    Bug 11297: (follow-up) Add html filter to new input field
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    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>

commit 749a508c1165484f57da93998195d713414b15c9
Author: Charles Farmer <charles.farmer at inLibro.com>
Date:   Wed Feb 21 15:14:00 2018 -0500

    Bug 11297: Modify Z3950server schema file
    
    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: 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>

commit 99699a3114e7d9c13b191814f48eb16e1ec44e2e
Author: Charles Farmer <charles.farmer at inLibro.com>
Date:   Wed Feb 21 15:12:42 2018 -0500

    Bug 11297: Add atomicupdate patch and modify kohastructure.sql
    
    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: 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>

commit bd141a442e5244f4ea08819b833ab88350464d33
Author: Charles Farmer <charles.farmer at inLibro.com>
Date:   Fri Aug 10 17:28:38 2018 -0400

    Bug 11297: Add support for custom PQF attributes for Z39.50 server searches.
    
    Adds the "Attributes" field to z3950 servers.
    
    The feature here is not quite de same.
    
    In the old patches, the attributes were applied to individual query parts if the part already contains "@attr" and the additionnal attribute is not already in the query part.
    
    Here, the content of the new field is prepended to all PQF queries sent to the server.
    
    This new way of doing is simpler and works for the sponsor.
    
    Test plan:
     I) Apply the patch
    II) Run updatedatabase.pl
    
    1) Add a new z3950 server with the following parameters:
    Hostname : catalogue.banq.qc.ca
    Port     : 210
    Database : IRIS
    Syntax   : Marc21
    
    2) Perform a z3950 search on that server.
        Keyword (Any) : egypt
    2.1) Nothing Found.
    
    3) Add attributes on the server administration page
        @attr 4=1
    
    4) Perform the same z3950 search
    4.1) A lot of results
    
    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: 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>

commit 9f9c1d5098ecee3926d394e409b6961e7c5e82bf
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Fri Feb 14 16:25:21 2020 +0000

    Bug 6508: (follow-up) Remove dependency on jquery for check in templates
    
    Should work as before with the test plan from the second patch. But
    removes the added jQuery display control code in favor of checking
    if fines is set on template level.
    
    For several patrons with and without fines and with credits:
    - Check the Fines & Charges only display when there is something to see
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit b36b76d201845ee70d455b351360d13a8f19ce8a
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Thu Feb 13 04:24:08 2020 +0000

    Bug 6508: (follow-up) Change layout of price and hide tab if no fines
    
    With this patch, the tab will not show if there are no fines.
    I've also changed how the fines look in the tab header to look more like
    the OPAC fines tab.
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 242ced55e2c5e3e61b3914465e50dd522800e049
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Oct 23 11:37:56 2019 +0100

    Bug 6508: Add balance to `Fines & Charges` tab
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit a8109710531c8819da9457d7069e2d8785dd6d87
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Feb 18 09:57:45 2020 +0100

    Bug 18433: Display the number of selected items
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 7b0ad20f690aa57d86badc3318bc7bbcaa8cd8a4
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Feb 18 09:54:20 2020 +0100

    Bug 18433: Add missing filter
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 261dc1e247b215079973a400e0587c922a74bddc
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri Jan 17 10:17:42 2020 +0100

    Bug 18433: Remember item search results selected rows in session storage
    
    Session storage is not shared between browser tabs, and is cleared when
    a tab is closed, so it seems like a good fit for storing selected rows
    
    Test plan:
    1. Go to item search (intranet) and submit the form
    2. Select some rows on the first page by clicking on checkboxes
    3. Go to another page of results
    4. Select more rows
    5. Go back to the first page
    6. Selected rows should still be checked
    7. Play with sorting and filtering, and see that selected rows are
       always checked
    8. Export as CSV and as a barcodes file, verify that the export contains
       all selected rows
    9. Click on 'Clear selection', it should deselect all rows from all
       pages
    10. Select some rows again
    11. Click on 'Edit search' and submit the same search
    12. No row should be selected
    13. Select some rows again
    14. Refresh the page and submit again the same search
    15. No row should be selected
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 40219cf2a683ca05afbfd4807ac8fdd055cb6eb2
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri Apr 14 15:45:04 2017 +0200

    Bug 18433: Allow to select results to export in item search
    
    This adds a column of checkboxes in the results table to be able to select the
    items to be exported
    
    Test plan:
    1. Go to item search and click 'Search'
    2. Without checking any checkbox, verify that the export still works (it should
       export all results)
    3. Tick some checkboxes and re-export, verify that only selected items are
       exported
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 2dbcc0303a4f51701d58c5f2bd54e621842e964b
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Feb 19 16:00:11 2020 +0000

    Bug 24363: Compiled CSS
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit cff40d493c695299ee3fed85e2b26cb01d1bf336
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Feb 13 16:14:24 2020 +0100

    Bug 24363: Move the datepicker icon out of the input
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 88dc96e68a7b35270b6cf24b3dfd33fa484f2172
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Feb 19 16:07:04 2020 +0000

    Bug 24103: DBRev 19.12.00.025
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 7c78331f68aa6de2d99f0638b6dd15e500aa1724
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Feb 14 11:34:46 2020 +0000

    Bug 24103: (follow-up) Dump query on opac authorities search
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    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>

commit 0d33dbcf2efd08ac8962a66fe566bd47596dcdef
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Nov 25 14:58:00 2019 +0000

    Bug 24103: Add option to dump search query to templates
    
    To test:
    1 - Apply patch, update database
    2 - Note new syspref 'DumpSearchQueryTemplate'
    3 - Leave it off
    4 - Enable DumpTemplateVariablesOpac and Staff
    5 - Search on staff and opac
    6 - View the source
    7 - Search for 'search_query' - you shouldn't find it
    8 - Enable the new pref
    9 - Repeat, but you should find the query
    10 - Test staff/opac search and advanced search, cataloguing search, authority search, authfinder search, adding to a basket form a new biblio
    11 - All should work and show the query
    12 - This will work under both ES and Zebra
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    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>

commit ad433ddfe0b61a4dac0d56f394a8d7074af23e9a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 12 21:43:50 2019 +0100

    Bug 23593: Link to the bibliographic record from the suggestion (OPAC)
    
    If there is a link between a suggestion and a bibliographic record (ie.
    if suggestion.biblionumber is set), it makes sense to have an hyperlink
    on the suggestion list at the OPAC.
    
    Test plan:
    - Create 2 suggestions
    - Create an order from one of them
    - Go to the suggestion list at the OPAC
    => The one with the order has a to the bibliographic record
    => The other one is not linked with a bibliographic record, and so the
    title is displayed, without hyperlink
    
    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: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit b73dfef3e1751ab71562d5a352970bfcb7d814f4
Author: Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com>
Date:   Wed Feb 12 17:29:41 2020 -0500

    Bug 24648: Contextualization of past tense 'Created'
    
    In French, everything has one of the binary genders (male or female),
    and it affects the past tense verb agreements.
    
    This patch adds contextualization for the "Created" verb
    
    The following files have been modified:
    booksellers.tt - refers to a basket
    basket.tt - refers to a basket
    transferorder.tt - refers to a basket
    memberentrygen.tt - refers to a patron restriction
    suggestion.tt - refers to a suggestion
    
    To test, apply the patch and visit all those pages in English to make
    sure there is no change.
    1) Go to Acquisitions
    2) Search for vendors
    3) On the vendors result pages, check the 'Created by' column heading
    of the baskets
    4) Click on one of the baskets, check the basket info at the top,
    it should say 'Created by:'
    5) Click Transfer on one of the orders
    6) Search for and choose a vendor
    7) In the list of that vendor's basket, it should say 'Created by'
    8) Go to a patron's account
    9) Add a manual restriction in the Restrictions tab at the bottom
    10) In the restriction info, it should say 'Created'
    11) Click on the Purchase suggestions tab on the left
    12) Add a new suggestion
    13) In the Suggestion management section, it should say 'Created by:'
    14) Submit the suggestion
    15) From the list of suggestions, click on the title
    16) In Suggestion management, it should say 'Created by:'
    
    Next, install a new language (fr-CA used as example)
    1) translate create fr-CA
    2) open fr-CA-messages.po and add a translation for 'basket created by',
    'patron restriction created on' and 'suggestion created by' (it doesn't
    have to be real, just write something different for each)
    3) translate install fr-CA
    4) in the system preferences, enable the french language in
    'language'
    5) change interface language to french
    
    Redo the tests above to make sure the word you put in the translation
    for the basket is in the places where 'Created by' refers to a basket, that
    the translation for the patron restriction is where it should be and that
    the translation you put in for the purchase suggestion is in the places where
    'Created by' refers to a purchase suggestion
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Breeding.pm                                     |  25 ++--
 Koha.pm                                            |   2 +-
 Koha/Schema/Result/Z3950server.pm                  |  12 +-
 admin/z3950servers.pl                              |   2 +-
 authorities/auth_finder.pl                         |   1 +
 authorities/authorities-home.pl                    |   1 +
 .../item-export.pl                                 |  46 +++----
 catalogue/itemsearch.pl                            |  66 +----------
 catalogue/search.pl                                |   2 +
 cataloguing/addbooks.pl                            |   3 +
 installer/data/mysql/kohastructure.sql             |   1 +
 installer/data/mysql/sysprefs.sql                  |   1 +
 installer/data/mysql/updatedatabase.pl             |  20 ++++
 .../intranet-tmpl/prog/css/src/staff-global.scss   |   1 -
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css  |   2 +-
 .../en/includes/catalogue/itemsearch_item.csv.inc  |   4 +-
 .../en/includes/catalogue/itemsearch_item.json.inc |   9 +-
 .../intranet-tmpl/prog/en/modules/acqui/basket.tt  |   2 +-
 .../prog/en/modules/acqui/booksellers.tt           |   3 +-
 .../prog/en/modules/acqui/transferorder.tt         |   2 +-
 .../prog/en/modules/admin/preferences/logs.pref    |   6 +
 .../prog/en/modules/admin/z3950servers.tt          |  10 +-
 .../prog/en/modules/catalogue/itemsearch.tt        | 132 ++++++++++++++++++---
 .../prog/en/modules/members/memberentrygen.tt      |   3 +-
 .../prog/en/modules/members/moremember.tt          |  25 ++--
 .../prog/en/modules/suggestion/suggestion.tt       |   5 +-
 koha-tmpl/opac-tmpl/bootstrap/css/opac.css         |   2 +-
 .../bootstrap/en/modules/opac-suggestions.tt       |  10 +-
 opac/opac-authorities-home.pl                      |   1 +
 opac/opac-search.pl                                |   2 +
 30 files changed, 263 insertions(+), 138 deletions(-)
 copy admin/items_search_field.pl => catalogue/item-export.pl (52%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list