[koha-commits] main Koha release repository branch master updated. v18.11.00-824-g7391805

Git repo owner gitmaster at git.koha-community.org
Sat Mar 16 02:27:08 CET 2019


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  739180594608adba137e294cc81a0034e870f0d2 (commit)
       via  2aa868bad2ecc819fc3878d04e65bb04045c4daa (commit)
       via  1af8ab1fc73030f903351c0e097ed73f1f869256 (commit)
       via  46eb540f6401960f10a53bd852c8d8c295d66fb4 (commit)
       via  757ebbc1700af32eab1bde653b29f7b16428cf1c (commit)
      from  b5a742c62f016969dabad9b786a7fe2d75cca760 (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 739180594608adba137e294cc81a0034e870f0d2
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Mar 7 15:06:26 2019 +0000

    Bug 21070: request.pl details links to biblio instead of moredetail.pl for that item
    
    This patch alters the hold summary page so that links to records with
    item-level holds go to the item detail page instead of the bibliographic
    detail page. There is already a link to the bibliographic detail page in
    the page heading.
    
    To test, apply the patch and place or locate an item-level hold. In the
    list of existing holds for that record, the linked barcode on the
    item-level hold should take you to the corresponding item detail page.
    
    Signed-off-by: Lisette <lisettes at latahlibrary.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 2aa868bad2ecc819fc3878d04e65bb04045c4daa
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Mar 6 18:41:12 2019 +0000

    Bug 15911: (follow-up) Allow enter to submit using the submit button
    
    This patch modifies the checkEnter function so that it is possible to
    submit a form by tabbing to the submit button and hitting ENTER to
    submit.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 1af8ab1fc73030f903351c0e097ed73f1f869256
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Feb 22 14:27:07 2019 +0000

    Bug 15911: Use noEnterSubmit CSS class instead of prevent_submit.js
    
    This patch removes the use of a separate js file, prevent_submit.js, in
    favor of using a CSS class to trigger the same functionality in
    staff-global.js.
    
    To test, apply the patch and test the following pages to confirm that
    pressing "Enter" when the cursor is in any field in the main form does
    not submit the form.
    
     - In Acquisitions, add to a basket from a new (empty) record
     - In Acquisitions, receive an order line
     - In Serials, locate a subscription and open the "Edit serials" page
       from the "Serial collection" page.
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 46eb540f6401960f10a53bd852c8d8c295d66fb4
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Mar 6 15:24:01 2019 +0000

    Bug 8775: (follow-up) Change column header to "Collection"
    
    This patch changes the table heading for ccode to be "Collection"
    instead of "Collection code." Current templates vary, but "Collection"
    is more logical because we show the description, not the code.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 757ebbc1700af32eab1bde653b29f7b16428cf1c
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Feb 22 14:00:37 2019 +0000

    Bug 8775: Add collection code to lost report
    
    This patch adds a column for collection code to the lost items report.
    
    To test, apply the patch and run the lost items report. You should see a
    collection code column.
    
    Test column configuration for this table: Go to Administration ->
    Configure columns. Confirm that the "collection_code" column can be
    configured and that configuration choices are applied correctly.
    
    Signed-off-by: Bin Wen <bin.wen at inlibro.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 admin/columns_settings.yml                                  |    2 ++
 koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc    |    2 +-
 .../intranet-tmpl/prog/en/modules/acqui/neworderempty.tt    |    3 +--
 .../intranet-tmpl/prog/en/modules/acqui/orderreceive.tt     |    3 +--
 .../intranet-tmpl/prog/en/modules/reports/itemslost.tt      |    2 ++
 .../intranet-tmpl/prog/en/modules/serials/serials-edit.tt   |    3 +--
 koha-tmpl/intranet-tmpl/prog/js/prevent_submit.js           |   11 -----------
 koha-tmpl/intranet-tmpl/prog/js/staff-global.js             |    6 ++++--
 8 files changed, 12 insertions(+), 20 deletions(-)
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/js/prevent_submit.js


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list