[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.14-40-g49ec67f7ea

Git repo owner gitmaster at git.koha-community.org
Sun Sep 20 21:21:11 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.05.x has been updated
       via  49ec67f7eab79600b9adeb06a61b6af825191806 (commit)
       via  0ea5c6ac8bb3eb9932f70e9d67310e18e854851a (commit)
       via  a7beb7fa54c300dca59789afa1217b67e2792dd8 (commit)
       via  ede65c75449f400af5bff95cb1f86184b5c580b7 (commit)
      from  ba1b2b05dbb4fc37eb55a673c7417852d30cfa5a (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 49ec67f7eab79600b9adeb06a61b6af825191806
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Aug 21 16:07:46 2020 +0200

    Bug 26069: Pass correct URL to twitter
    
    We don't provide the url of the detail page so the twitter JS code
    retrieve the current location, with the search terms.
    
    Test plan:
    Do a search
    Click on a result
    Click on the twitter button and confirm that the link only contain
    biblionumber=x in the parameter
    
    Signed-off-by: Amit Gupta <amit.gupta at informaticsglobal.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 5fd8774c687c6aaf6716485ab9bd72a69a0e2f76)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 48b10b3cf5f267b15d8f2008e90e0a88d379fe1d)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit e489ca44290075d14b1c334750d7f2ac01a0c430)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 0ea5c6ac8bb3eb9932f70e9d67310e18e854851a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Aug 18 08:54:43 2020 +0000

    Bug 26233: (bug 25553 follow-up) Make date columns sortable on the edit items table
    
    We were missing to pass the title-string to datatables.
    
    Test plan:
    Retest bug 26233, with appropriate dates
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit df5c9d0725dec84a3d57f97a7728cbc7e1cac9fc)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit 2a48a23c4209fea92fcdaae66268a1af9004a736)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit a7beb7fa54c300dca59789afa1217b67e2792dd8
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jul 30 14:16:09 2020 +0200

    Bug 26090: Fix "item types" report
    
    This report was broken with SQL strict mode, but also without.
    
    DBD::mysql::st execute failed: 'koha_kohadev.itemtypes.itemtype' isn't
    in GROUP BY [for Statement "
    
    and, if no library was selected:
    
    DBD::mysql::st execute failed: Unknown column 'biblioitems.itemtype' in
    'field list' [for Statement "
    
    This patch does the minimum to make it usable, but it would need more
    love.
    
    Test plan:
    To test you will need to try the 4 combinaisons:
     item-level_itypes = item or biblio
     With or without a library selected in the dropdown list
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 5bca73080f89bb2f4ca83ce6ceb9fa8e3c4a7d92)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 69f16f7469c7cbbf571560d6f9389ef2dd170aa7)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit 1e0c18d45eca798ac1578f16d7be1dd5f52875e4)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit ede65c75449f400af5bff95cb1f86184b5c580b7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Apr 7 13:32:51 2020 +0200

    Bug 25005: (bug 22868 follow-up) Fix suggestions pending on main page
    
    There is a "Suggestions pending approval" link on the main page that is
    displayed if there are new suggestions and the logged in user has the
    permission to manage them.
    
    On bug bug 22868 the permission changed from
    acquisition.suggestions_manage to suggestions.suggestions_manage
    
    But in the template, one occurrence has not been replaced correctly
    (certainly because it was already wrong actually).
    
    Test plan:
    Create a suggestion at the OPAC
    Create a patron with the suggestions permission
    Use this patron to login at the staff interface
    => Without this patch the link does not appear on the main page
    => With this patch applied the link appears
    
    Signed-off-by: David Roberts <david at koha-ptfs.co.uk>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit fba279050a344cfb43a189d11e041cdb4326acf4)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

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

Summary of changes:
 .../intranet-tmpl/prog/en/modules/intranet-main.tt |  2 +-
 .../intranet-tmpl/prog/js/cataloging_additem.js    |  1 +
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |  5 +-
 reports/itemtypes.plugin                           | 72 ++++++++--------------
 4 files changed, 27 insertions(+), 53 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list