[koha-commits] main Koha release repository branch master updated. v19.11.00-529-g1132889dc9

Git repo owner gitmaster at git.koha-community.org
Thu Jan 30 12:53:54 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  1132889dc9fc5dccabbca51460e3bfb32a9f5fbd (commit)
       via  c172c8ff6ef55e8c736a52b72931967cf54943e9 (commit)
       via  0b9a7e354696ed905989f7f1ff581d59955406f3 (commit)
       via  0cbcef6ee955c138db5b88ca878234c7b70dce2a (commit)
       via  0c3a55fe0abcb02fb830ff3c58627da0f80aec04 (commit)
       via  d07055190544fdb8cb98d452cfd8456fe1fd7d9c (commit)
       via  4b5570c6aa4f22b8f6734178f72e0a5212324296 (commit)
       via  4494e8ba6ca7d28972fcc1161c680ecf0b091f62 (commit)
       via  251bbb2eb9069841d065b0ba915fb757672a2179 (commit)
       via  eb970752b402fab61ab94ef8fa029eca3570de15 (commit)
       via  2aaadd9a4d9ea390f0519774abbd1293ac747569 (commit)
      from  10a3c6deaae095914539c24afe0e630033e9c126 (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 1132889dc9fc5dccabbca51460e3bfb32a9f5fbd
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jan 13 12:04:46 2020 +0100

    Bug 23031: Make 'add to basket' accessible in one click (fix regression)
    
    Since bug 21364 we have 'view' then 'add to basket' that is accessible
    in 2 clicks. We should have it directly accessible.
    
    Test plan:
    Create a new basket
    Add a new order to the basket (note that the link is directly
    accessible)
    When a new order is added you can close the basket from the basket list
    view
    Note that the dropdown button displays correctly
    
    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 c172c8ff6ef55e8c736a52b72931967cf54943e9
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Jan 6 15:09:08 2020 +0000

    Bug 24347: (follow-up) Remove custom catalog search from acquisitions
    
    This patch removes the "neworderbiblio" script and template which are
    made obsolete by the "search to order" feature.
    
    deleted:    acqui/neworderbiblio.pl
    deleted:    koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt
    
    Some documentation in addorder.pl has been corrected to remove reference
    to neworderbiblio.pl.
    
    To test, apply the patch and verify that the correct files have been
    removed.
    
    Search the Koha codebase to verify that no links to
    acqui/neworderbiblio.pl remain.
    
    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 0b9a7e354696ed905989f7f1ff581d59955406f3
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Jan 6 01:45:21 2020 +0000

    Bug 24347: Add a 'search to order' option similar to 'search to hold'
    
    This patch modifes the process of searching for an existing record
    to add to a basket. Now the search is performed as a keyword search in
    the regular catalog rather than via a custom search script. Options are
    added to the search results and detail pages to add results to an order.
    
    This process follows the same pattern as the "Search to hold" feature:
    When the search is initiated, a cookie is set with the requisite
    information--in this case vendor id and basket number.
    
    If the search results or bibliographic detail pages detect that a
    "searchToOrder" cookie is present, the correct "Add order" link will be
    shown. Like with the "search to hold" feature, the cookie expires in 10
    minutes.
    
    To test, apply the patch and log into the staff client as a user who has
    permission to add to a basket in acquisitions.
    
     - Go to Acquisitions -> Vendor -> Basket -> Add to basket.
     - Using the "From an existing record" option, perform a search.
     - On the search results page, test the "Add order" link which appears
       with each result. Clicking the link should take you to the "New
       order" page for the correct vendor and basket. The catalog
       details section of the form should include the correct information.
     - From the search results page view the bibliographic details page for
       any record. There should be a new toolbar button, "Add order." Verify
       that it works correctly.
       - Test the same thing from all bibliographic detail pages: Normal,
         MARC, Labeled MARC, ISBD, as well as the items page
         (moredetail.pl).
     - Test this process for both the locations in acquisitions where one
       can add to an existing basket: Vendor search results and the basket
       detail page
     - Test the cookie timeout: Wait 10 minutes and perform another catalog
       search. The "Add order" link should no longer be present.
    
    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 0cbcef6ee955c138db5b88ca878234c7b70dce2a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jan 23 09:59:55 2020 +0100

    Bug 23594: Fix bad resolution conflict with bug 16784
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 0c3a55fe0abcb02fb830ff3c58627da0f80aec04
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jan 22 10:04:21 2020 +0100

    Bug 23594: Add missing html filters
    
    Also fixes the following QA failure:
    forbidden pattern: Attribute type should not be used for script tags (bug 20053) (line 840)
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit d07055190544fdb8cb98d452cfd8456fe1fd7d9c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Oct 22 12:00:18 2019 +0200

    Bug 23594: Restore previous view after delete or update itemtype
    
    We want to restore the previous view when suggestions are deleted or
    their itemtypes are updated.
    To avoid c/p the code is moved to a new subroutine.
    
    Sponsored-by: BULAC - http://www.bulac.fr/
    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 4b5570c6aa4f22b8f6734178f72e0a5212324296
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Oct 22 11:51:54 2019 +0200

    Bug 23594: Fix [un]checkall links
    
    Sponsored-by: BULAC - http://www.bulac.fr/
    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 4494e8ba6ca7d28972fcc1161c680ecf0b091f62
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 21 18:06:07 2019 +0200

    Bug 23594: Batch modification for itemtypes on suggestions page
    
    This new enhancement adds the ability to update the item types for
    selected suggestions on the suggestions management page
    (suggestion/suggestion.pl)
    
    To achieve this goal we needed to refresh a bit the template, in order
    to get rid of weird code. To not recreate the previous coding awkwardness
    some code has been rewritten (mainly the removal of suggestiontype)
    
    Test plan:
    - Create some suggestions
    - On the suggestions management page, select some of them and a new item
    types.
    - Submit the form and confirm that the itemtype of the suggestions has
    been updated
    
    - Also you should confirm that the "delete" and "change status" still
    work as before
    
    Sponsored-by: BULAC - http://www.bulac.fr/
    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 251bbb2eb9069841d065b0ba915fb757672a2179
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Oct 28 17:57:20 2019 +0000

    Bug 23915: Replace OPAC list sort menu with Bootstrap menu button
    
    This patch adds JavaScript to the list contents page which converts the
    resort form's <select> menu into a Bootstrap dropdown menu. This allows
    for a more compact and consistent display.
    
    To test, apply the patch and regenerate the OPAC CSS
    (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).
    
    View a list in the OPAC. The toolbar of list controls ("New list,"
    "Download list," etc.) should have a similary-styled "Sort" button. Each
    sorting option should 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: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit eb970752b402fab61ab94ef8fa029eca3570de15
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Oct 25 08:49:15 2019 +0000

    Bug 23896: logaction should pass the correct interface to Koha::Logger
    
    Trivial fix.
    
    Test plan:
    Run t/db../Log.t to ensure that we did not break stuff.
    If you set opac to debug in log4perl config, inspect opac-error.log to see
    if you have extra loglines from running the test script.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.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 2aaadd9a4d9ea390f0519774abbd1293ac747569
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Jan 12 11:16:05 2020 +0100

    Bug 17697: Improve NotesBlacklist system preference description
    
    - Switched 'separator' for more common 'tab' and rephrased sentence
    - Added examples
    - Added note to use hidden settings for hiding in other spots.
    
    To test:
    - Search for NotesBlacklist system preference and read the description
    - Apply patch
    - Refresh and read again
    - If improved, sign off.
    
    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>

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

Summary of changes:
 C4/Log.pm                                          |   2 +-
 acqui/addorder.pl                                  |   4 +-
 acqui/neworderbiblio.pl                            | 163 ---------------
 catalogue/ISBDdetail.pl                            |   8 +
 catalogue/MARCdetail.pl                            |   8 +
 catalogue/detail.pl                                |   8 +
 catalogue/imageviewer.pl                           |   8 +
 catalogue/labeledMARCdetail.pl                     |   8 +
 catalogue/moredetail.pl                            |   8 +
 catalogue/search.pl                                |   8 +
 .../en/includes/acquisitions-add-to-basket.inc     |  14 +-
 .../intranet-tmpl/prog/en/includes/cat-toolbar.inc |   8 +
 .../intranet-tmpl/prog/en/modules/acqui/basket.tt  |   1 +
 .../prog/en/modules/acqui/booksellers.tt           |  10 +-
 .../prog/en/modules/acqui/neworderbiblio.tt        | 137 -------------
 .../en/modules/admin/preferences/cataloguing.pref  |   6 +-
 .../prog/en/modules/catalogue/results.tt           |   6 +
 .../prog/en/modules/suggestion/suggestion.tt       | 224 +++++++++++----------
 .../intranet-tmpl/prog/js/acquisitions-menu.js     |  14 ++
 koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss    |  34 +++-
 .../opac-tmpl/bootstrap/en/modules/opac-shelves.tt |  41 +++-
 suggestion/suggestion.pl                           |  53 +++--
 22 files changed, 310 insertions(+), 463 deletions(-)
 delete mode 100755 acqui/neworderbiblio.pl
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderbiblio.tt


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list