[koha-commits] main Koha release repository branch master updated. v19.11.00-1842-g80dc5c36b8

Git repo owner gitmaster at git.koha-community.org
Mon Apr 20 15:05:49 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, master has been updated
       via  80dc5c36b823be0113ff7b456d17ad81e1da368e (commit)
       via  2dc31f65aef1357d98c20872eaa9a2a6f3b98beb (commit)
       via  e5001c5a37f4df02cad9f0490376fc2179aa966b (commit)
       via  14783dabbee9817329c50972f18d63cf22b2edf2 (commit)
       via  fa580344912781d8b010f81fab8e1e4298c493e7 (commit)
       via  b331d19e8df506991fc1deafc372c27a1554015a (commit)
       via  e5870e30de55129b5b1037a00283aa9c6aa4095d (commit)
       via  93fbfcb1bfb420a415c75d850b3eef0dacb2df06 (commit)
       via  743f40a202ba915dccbf35058e5b7ecf707e3e67 (commit)
      from  c54654c12944250ed75bbdd011e6ac6cacf58d3f (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 80dc5c36b823be0113ff7b456d17ad81e1da368e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Apr 20 12:38:05 2020 +0200

    Bug 14229: Remove extra spaces
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 2dc31f65aef1357d98c20872eaa9a2a6f3b98beb
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Thu Apr 16 00:29:57 2020 +0200

    Bug 14229: Add link from patron search results fine to accounting tab in patron account
    
    This adds a link to the accounting tab from the patron search results by
    making the amount in the Fines column clickable.
    
    To test:
    - Make sure you have some patrons with fines, credits and 0,00
    - Search for your patrons using the patron search, make sure you
      get more than one result for your search
    - Check the results table - the amount should always be linked
      and lead to the patron account accounting > transactions tab.
    
    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 e5001c5a37f4df02cad9f0490376fc2179aa966b
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Mon Apr 13 18:22:04 2020 +0000

    Bug 24819: (follow-up) Rename suggestor to suggester
    
    I believe I suggested a typo - trying to fix it here.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 14783dabbee9817329c50972f18d63cf22b2edf2
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Tue Mar 24 14:52:31 2020 +0100

    Bug 24819: (follow-up) Rename suggestion_search to suggestor_search
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit fa580344912781d8b010f81fab8e1e4298c493e7
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Thu Mar 5 16:41:25 2020 +0100

    Bug 24819: Allow the librarian to choose a patron when entering a purchase suggestion
    
    Sometimes librarians are creating purchase suggestions that came from patrons
    which didn't use the opac (but sent an email, or told the librarian verbally...)
    
    This patch allows the librarian to change the creator of the purchase suggestion
    when entering it.
    
    This way, the patron will be able to receive notifications during the purchase
    suggestion workflow.
    
    Test plan:
    
     - Apply the patch
    
     - Check that you can change the default creator of the purchase suggestion when
       creating a new suggestion by clicking on 'Set to patron'
       (Home > Acquisitions > Suggestions management > New purchase suggestion)
    
     - Check that you can also change the creator of the purchase suggestion when
       editing an existing 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>

commit b331d19e8df506991fc1deafc372c27a1554015a
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Apr 8 10:11:38 2020 +0000

    Bug 20484: Allow configuration of ES before switching to ES
    
    To test:
    1 - Set SearchEngine syspref to Zebra
    2 - Be a user with permission to manage search engine configuration (manage_search_engine_config)
    3 - Confirm you do not see 'Search engine configuration' on Admin main page
    4 - Apply patch
    5 - Confirm you see it with '(Elasticsearch)' appended
    6 - Be a user without above permission
    7 - Confirm you cannot see the 'Search engine configuration'
    8 - Confirm you cannot access directly:
        /cgi-bin/koha/admin/searchengine/elasticsearch/mappings.pl
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit e5870e30de55129b5b1037a00283aa9c6aa4095d
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Apr 13 17:45:22 2020 +0000

    Bug 25135: Improve clarity and navigation of columns settings administration
    
    This patch makes some modifications to the columns setting
    administration template so that the headings are a little clearer.
    In-page navigation is added for each section.
    
    To test, apply the patch and go to Administration -> Columns settings.
    
     - Confirm that the collapsing panels work correctly.
     - Expand a section and confirm that the "jump to" links work correctly.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Looks good, works good.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 93fbfcb1bfb420a415c75d850b3eef0dacb2df06
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Apr 17 13:32:35 2020 +0000

    Bug 23349: (follow-up) Correct translation function
    
    This patch corrects the translation function inside results.js. It
    should be two underscores instead of one.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 743f40a202ba915dccbf35058e5b7ecf707e3e67
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Apr 6 20:39:35 2020 +0000

    Bug 23349: Add batch operations to staff interface catalog search results
    
    This patch adds three new options to the staff interface catalog search
    results for users with cataloging permission: batch edit, batch delete,
    and merge. The choices are found in an "Edit" menu which is disabled by
    default. Checking any boxes in the search results table enables the
    button.
    
    To test, apply the patch and log in to Koha as a user with
    edit_catalogue permission.
    
     - Perform a search in the catalog
     - You should see a disabled "Edit" button in the toolbar at the top of
       the search results table.
     - Check a single checkbox. The button should become enabled.
       - Test the "Batch edit" and "Batch delete" menu items. They should
         work correctly.
       - Test the "Merge records" item. It should warn you that you must
         select at least two records.
     - Check more than one checkbox and test each menu item again. All
       should work as expected.
     - Log in to the staff client as a user who does not have edit_catalogue
       permission. The "Edit" menu should no longer appear on the search
       results page.
    
    Signed-off-by: Abbey Holt <aholt at dubuque.lib.ia.us>
    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:
 .../intranet-tmpl/prog/en/includes/admin-menu.inc  |  6 +-
 .../prog/en/modules/admin/admin-home.tt            |  6 +-
 .../prog/en/modules/admin/columns_settings.tt      | 80 ++++++++++++++--------
 .../admin/searchengine/elasticsearch/mappings.tt   |  6 +-
 .../prog/en/modules/catalogue/results.tt           | 10 +++
 .../en/modules/members/tables/members_results.tt   |  2 +-
 .../prog/en/modules/suggestion/suggestion.tt       |  9 ++-
 .../tables/suggester_search.tt}                    |  0
 koha-tmpl/intranet-tmpl/prog/js/pages/results.js   | 68 +++++++++++++++++-
 koha-tmpl/intranet-tmpl/prog/js/suggestions.js     | 17 +++++
 .../suggester_search.pl                            |  6 +-
 11 files changed, 163 insertions(+), 47 deletions(-)
 copy koha-tmpl/intranet-tmpl/prog/en/modules/{members/tables/guarantor_search.tt => suggestion/tables/suggester_search.tt} (100%)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/js/suggestions.js
 copy members/guarantor_search.pl => suggestion/suggester_search.pl (91%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list