[koha-commits] main Koha release repository branch master updated. v20.05.00-483-g3b24ca4ebb

Git repo owner gitmaster at git.koha-community.org
Mon Aug 3 12:28:09 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  3b24ca4ebb10bee1212d2c133c1d0259bec56d44 (commit)
       via  f8bc0014961c4675b0e0e478330b307d8825d355 (commit)
       via  19f9bc0528ec0f5cdf000b5120138652b3ece57c (commit)
       via  a7c85ad16303bb1a041663a13336f8446c26ee64 (commit)
       via  9f11ba114e13aee10e05ccb83096c7f02908085b (commit)
       via  5d69ae18b5727d122575eb12a34f1712cb96b5b3 (commit)
       via  7c100a7fd21bd4497be87df4b8cc94674a19c5f5 (commit)
      from  cb5acdc6702cef4668921ccf2537797358981fff (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 3b24ca4ebb10bee1212d2c133c1d0259bec56d44
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Aug 3 11:57:55 2020 +0200

    Bug 24610: Compiled CSS
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit f8bc0014961c4675b0e0e478330b307d8825d355
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri Feb 7 11:21:43 2020 +0100

    Bug 24610: Let user switch between 'Pay' and 'Write off' mode
    
    In patron's accounting section, under 'Make a payment' tab, you have the
    choice between 'Pay' and 'Write off'. It takes you to another form, but
    once there you cannot change mode. You have to click on Cancel,
    re-select the lines you had selected (if you made a selection) and click
    on the right button.
    
    This patch adds link above the form to easily switch between the two
    modes.
    
    Also fixes a CSS bug to be able to use Bootstrap's nav pills inside
    .statictabs
    
    Test plan:
    1. Create some manual invoices
    2. Go to 'Make a payment' tab
    3. Click on the 'Pay' button in a table row
    4. Above the form you should see two links ('Pay' and 'Write off').
       Click on 'Write off', confirm the write off and verify that it did
       make a 'write off'.
    5. Go to 'Make a payment' tab
    6. Click on the 'Write off' button in a table row
    7. Click 'Pay', confirm the pay and verify that it did make a 'pay'
    8. Go to 'Make a payment' tab
    9. Select some lines and click on 'Pay selected'
    10. Click on 'Write off', confirm the 'write off' and verify that it did
        make a 'write off'
    11. Go to 'Make a payment' tab
    12. Select some lines and click on 'Write off selected'
    13. Click on 'Pay', confirm the pay and verify that it did make a 'pay'
    
    Signed-off-by: Christofer <christofer.zorn at ajaxlibrary.ca>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 19f9bc0528ec0f5cdf000b5120138652b3ece57c
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jul 29 12:21:29 2020 +0000

    Bug 25762: Typo in linkitem.tt
    
    This patch corrects the same typo in two different templates:
    
    ’ -> ›
    
    If you want to test beyond examining the patch, apply the patch
    and go to Tools -> Rotating collections.
    
    - Add an item to a rotating collection.
    - In the browser's title bar (or the tab title if the title bar isn't
      shown) the separator between the rotating collection name and "Add or
      remove items" should be ">" instead of "`"
    - Enable the EasyAnalyticalRecords system preference.
    - View the detail page for a bibliographic record.
    - From the "Edit" menu, choose "Link to host record"
    - Check the title bar as you did previously.
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit a7c85ad16303bb1a041663a13336f8446c26ee64
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jul 29 12:58:22 2020 +0000

    Bug 26085: Add the copy, print and export DataTables buttons to lost items report
    
    This patch removes the in-page DataTables DOM configuration option so
    that the default option is used. This will allow all the standard
    controls to appear, including copy/print/export.
    
    Since the default DataTables information includes the number of results
    in the table, the template markup showing this information is removed.
    
    To test, apply the patch and go to Reports.
    
    - Run the "Items lost" report using parameters which will return
      multiple results.
    - On the results page confirm that the standard controls are present:
      Result count, search form, columns filter, export buttons.
    - Confirm that the "Activate filters" feature works, and that selecting
      results activates the option to download a CSV using a CSV export
      profile.
    
      Note that the "Activate filters" feature doesn't play well with hidden
      columns. However this issue predates the patch.
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 9f11ba114e13aee10e05ccb83096c7f02908085b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jul 30 14:39:17 2020 +0200

    Bug 26094: Add class to the "Suggest for purchase" button
    
    Bug 14963 added a new "Suggest for purchase" button on the detail page
    of bibliographic records at the OPAC.
    This patch adds a specific CSS class to make it reachable easily
    
    Like others button in this action list
    
    Test plan:
    Go to the detail page of a bibliographic record at the OPAc
    Notice the new CSS class
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 5d69ae18b5727d122575eb12a34f1712cb96b5b3
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jul 17 13:20:45 2020 +0000

    Bug 26004: Remove unused jQuery plugin jquery.hoverIntent.minified.js from the OPAC
    
    The jQuery plugin jquery.hoverIntent.minified.js hasn't been used in
    Koha in long time. This patch removes it from the OPAC.
    
    To test, apply the patch and search for instances of "hoverIntent."
    There should be none.
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 7c100a7fd21bd4497be87df4b8cc94674a19c5f5
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jul 17 18:09:30 2020 +0000

    Bug 26011: Remove unused jQuery plugin jquery.metadata.min.js from the OPAC
    
    The jQuery plugin jquery.metadata.min.js hasn't been used in
    Koha in long time. This patch removes it from the OPAC.
    
    To test, apply the patch and search for instances of "jquery.metadata."
    There should be none.
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 .../intranet-tmpl/prog/css/src/staff-global.scss   |  2 +-
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css  |  2 +-
 .../prog/en/modules/cataloguing/linkitem.tt        |  2 +-
 .../prog/en/modules/members/paycollect.tt          | 22 ++++++++++++++++++++++
 .../prog/en/modules/reports/itemslost.tt           |  9 ---------
 .../en/modules/rotating_collections/addItems.tt    |  2 +-
 .../bootstrap/en/includes/opac-detail-sidebar.inc  |  2 +-
 .../jquery/plugins/jquery.hoverIntent.minified.js  |  9 ---------
 .../lib/jquery/plugins/jquery.metadata.min.js      |  8 --------
 9 files changed, 27 insertions(+), 31 deletions(-)
 delete mode 100644 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/plugins/jquery.hoverIntent.minified.js
 delete mode 100644 koha-tmpl/opac-tmpl/bootstrap/lib/jquery/plugins/jquery.metadata.min.js


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list