[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.05-167-ga2beeb8da9

Git repo owner gitmaster at git.koha-community.org
Mon May 11 23:02:18 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, 19.11.x has been updated
       via  a2beeb8da9dbfb85e3314f56f642599419dff5e1 (commit)
       via  d14e25b57ed68637517da323d28108d5ea5b247b (commit)
       via  9be2c20c461382ebb6ebed0482b16f3d066c2ea0 (commit)
       via  8b2864b6c0c54ebcf86cd51129703ee8d482fbd3 (commit)
       via  f46d88125d48fa21893f77f14584320dc3548a64 (commit)
       via  b4c06e171730e1ed5d9b317670f25f01744cf742 (commit)
       via  e49ecdedd87d8796da77adeaa9e864c43ca90763 (commit)
       via  f5c7e3fd76f3d08b7b7ed2090f4d822bd3f2e3de (commit)
       via  7202498771468b9263474e1255039e3845da64c0 (commit)
       via  1adb28bc23b11e4c11b97f0524b829e840c70a74 (commit)
       via  1973003eaafd4cc7f7040cc66f946751eb2bacc3 (commit)
      from  fa246075155d6a64cab51f78ccba2ad4ce8108a8 (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 a2beeb8da9dbfb85e3314f56f642599419dff5e1
Author: Didier Gautheron <didier.gautheron at biblibre.com>
Date:   Thu Feb 27 10:51:19 2020 +0100

    Bug 24740: Use biblio title rather than biblio number in OPAC search result cover images tooltips
    
    In OPAC biblionum doesn't mean much to patrons, use biblio title field if not empty.
    
    Test plan:
    OPAC search
    1) Apply the patch
    2) For each cover images providers available to tester in:
    /cgi-bin/koha/admin/preferences.pl?tab=&op=search&searchfield=Cover
    OPACLocalCoverImages, AdlibrisEnabled, OPACAmazonCoverImages, GoogleJackets, Coce provider.
    3) Enable the provider.
    4) Search a Library Catalog for a book with a cover image.
    6) test mouse over cover image display biblio title.
    
    OPAC Shelves
    1) Enable OPAC virtualshelves preference
    2) Create a list.
    3) For each covers providers available.
    4) Search the List
    5) test mouse over cover image display biblio title.
    
    Signed-off-by: Stina Hallin <stina.hallin at ub.lu.se>
    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: Joy Nelson <joy at bywatersolutions.com>

commit d14e25b57ed68637517da323d28108d5ea5b247b
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Fri May 1 17:01:11 2020 +0000

    Bug 25341: Remove whitespace from barcode in add_items.pl
    
    TEST PLAN:
    1. Go to course reserves and trying adding a course with a barcode that has some leading/trailing whitespace.
    2. It doesnt work
    3. Apply patch and restart_all
    4. Try again with leading/trailing whitespace, it should work.
    
    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: Joy Nelson <joy at bywatersolutions.com>

commit 9be2c20c461382ebb6ebed0482b16f3d066c2ea0
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri May 1 13:23:12 2020 +0000

    Bug 24522: Show alert when trying to add nothing to a list in staff
    
    This patch modifies the JavaScript which handles the process of adding
    items to a list in the staff client. Error-handling is added in the case
    when a set of biblionumbers hasn't been passed to the vShelf function.
    
    To test, apply the patch and perform a catalog search in the staff
    client.
    
    On the search results page, select any list from the "Add to list" menu
    at the top of the search results table without checking any checkboxes.
    
    You should get an alert, "No item was selected."
    
    Also test that adding to a list works correctly after selecting one or
    more titles.
    
    Signed-off-by: Lucas Gass <lucas 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>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 8b2864b6c0c54ebcf86cd51129703ee8d482fbd3
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri May 1 12:43:40 2020 +0000

    Bug 25340: Pass biblio object to OPAC comments template
    
    This patch modifies the OPAC comments system so that the biblio object
    is passed to the template. This allows the biblio-title include to
    properly access the title and subtitle information.
    
    Unrelated change: Remove some custom CSS from the page which was
    obsolete.
    
    To test, apply the patch and make sure the "reviewson" preference is
    enabled.
    
    - Log in to the OPAC and open a bibliographic record's detail page.
    - Under the "Comments" tab, click the "Post your comments" link to
      trigger the pop-up window.
    - In the pop-up window, verify that the item's title is correct in the
      page title and the heading. Author should display correctly, if
      present.
    - Test submitting a comment and editing a comment. Everything should
      work correctly.
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    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: Joy Nelson <joy at bywatersolutions.com>

commit f46d88125d48fa21893f77f14584320dc3548a64
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Sun May 3 19:19:21 2020 -0300

    Bug 24636: (follow-up) - move 'by' into include file
    
    To ease correct translation.
    
    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: Joy Nelson <joy at bywatersolutions.com>

commit b4c06e171730e1ed5d9b317670f25f01744cf742
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Tue Apr 28 21:21:09 2020 -0300

    Bug 24636: translate planning sections
    
    This patch adds a new inc file to process
    and translate plannig sections
    
    To test:
    1) Apply patch
    2) Create new language files
    (cd misc/translator; ./translate create xx-YY)
    3) Verify new file is taken into account in
    translation files
    egrep -n budget_planning misc/translator/xx-YY*.po
    check new strings in staff-prog file
    4) Go to Administration > Budgets > Founds > Planning
    select different options, check page title and
    'Planning for...' phrase
    5) Translate strings, install new language, enable it,
    verify the text change with options like point 4)
    
    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>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit e49ecdedd87d8796da77adeaa9e864c43ca90763
Author: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
Date:   Thu Apr 30 19:35:51 2020 +0000

    Bug 25335: group by authorised_value in addbiblio.pl
    
    To Test:
    1- Edit your default framework, connect any subfield outside of the 952 to an authorised value (for example, connect the 942$n to the Yes_No auth value)
    2 - Find a record in that framework
    3 - Edit the record and find your subfield
    4 - The subfield shows a dropdown with no contents
    5 - check plack log, see "DBD::mysql::st execute failed: 'koha_kohadev.authorised_values.authorised_value' isn't in GROUP BY "
    6 - apply patch, restart all
    7 - reload edit record page, see your auth value dropdown has contents
    
    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>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit f5c7e3fd76f3d08b7b7ed2090f4d822bd3f2e3de
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon May 4 11:33:11 2020 +0000

    Bug 25133: (follow-up) Move changes to timepicker.inc
    
    Witht the changes in calendar.inc there can be a js error where the timepicker is not
    included. Moving the changes to timepicker.inc should resolve this
    
    Note: in previous patches the amnames/pmnames were removed. It is possible they had
    no effect because they were declared in two files, so I have left them in timepicker.inc
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 7202498771468b9263474e1255039e3845da64c0
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Apr 21 12:06:09 2020 +0000

    Bug 25133: (follow-up) Remove Names as they do no affect display
    
    In testing I couldn't make any changes to the names have an effect
    and everythign worked as expected without these lines
    
    Signed-off-by: Nick Clemens <nick 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: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 1adb28bc23b11e4c11b97f0524b829e840c70a74
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Apr 20 10:59:55 2020 +0200

    Bug 25133: Handle 12hr format for dt_from_string
    
    Signed-off-by: Nick Clemens <nick 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: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 1973003eaafd4cc7f7040cc66f946751eb2bacc3
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Apr 17 12:11:25 2020 +0200

    Bug 25133: Fix time part of due date for 12hr
    
    With Timeformat system preference set to 12 hours format:
    
    Prior to 19.05.08, when due date was specified at checkout,
    the time in the box would show in 24hr format (e.g. 15:59)
    while the due date in the patron's checkouts would show
    in 12hr format (e.g. 3:59 PM).
    
    After 19.05.08, the format in the specify a due date box
    shows in 24hr format and the due date in 12hr format
    (in patron checkouts) as before.
    
    But when checking out multiple items using the specify due
    date option for the session, the time changes from PM to
    AM.
    
    To test:
    - Check out an item with specified due date 15:50 PM
    - Check out a second item in same transaction
    - Verify date changed to AM
    - Apply patch
    - Repeat
    - Verify this time the date is kept as set
    
    Signed-off-by: Nick Clemens <nick 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: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 Koha/DateUtils.pm                                     |  9 +++++++++
 cataloguing/addbiblio.pl                              |  2 +-
 circ/circulation.pl                                   |  2 +-
 course_reserves/add_items.pl                          |  2 ++
 .../prog/en/includes/budget_planning.inc              |  7 +++++++
 .../intranet-tmpl/prog/en/includes/timepicker.inc     |  1 +
 .../intranet-tmpl/prog/en/modules/admin/aqplan.tt     |  5 +++--
 .../intranet-tmpl/prog/en/modules/circ/circulation.tt |  2 +-
 koha-tmpl/intranet-tmpl/prog/js/basket.js             |  2 ++
 .../opac-tmpl/bootstrap/en/includes/shelfbrowser.inc  | 12 +++++++++---
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt     | 14 ++++++++++----
 .../opac-tmpl/bootstrap/en/modules/opac-results.tt    | 19 ++++++++++++-------
 .../opac-tmpl/bootstrap/en/modules/opac-review.tt     | 11 ++++-------
 .../opac-tmpl/bootstrap/en/modules/opac-shelves.tt    | 18 ++++++++++++------
 opac/opac-review.pl                                   |  3 +--
 t/DateUtils.t                                         | 13 ++++++++++++-
 16 files changed, 87 insertions(+), 35 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/budget_planning.inc


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list