[koha-commits] main Koha release repository branch master updated. v17.11.00-1197-g967a33d

Git repo owner gitmaster at git.koha-community.org
Fri Apr 13 19:15:55 CEST 2018


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  967a33d9a1ca669cb10c91aa4b84e7ff69fb70d9 (commit)
       via  6c48a1e2c2b5ea246a4ea0f3b0e2d8dadc3279ed (commit)
       via  0c35b35ad0311ec74d27518d794d63a2e6f3e8b6 (commit)
       via  5254441c14ef13af9fbd8e0c76a0b12735b0f8ea (commit)
      from  274974fdb82c0ed712b1198200554dc849ce2b67 (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 967a33d9a1ca669cb10c91aa4b84e7ff69fb70d9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Apr 13 13:53:32 2018 -0300

    Bug 18791: Export visible columns only
    
    We certainly will want to improve that and explicitely list the columns
    to export. For instance the actions and checkboxes should not be
    exported, even if visible.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 6c48a1e2c2b5ea246a4ea0f3b0e2d8dadc3279ed
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Mar 27 15:09:08 2018 +0000

    Bug 18791: (follow up) Fix translation of copy messages
    
    This patch updates DataTables configuration so that more strings are
    translatable:
    
    https://datatables.net/extensions/buttons/examples/html5/copyi18n.html
    
    To test, apply the patch and clear your browser cache.
    
    - Open the account tab for a patron who has only one fine.
    - Confirm that the new DataTables buttons appear.
    - Click the 'Copy' button and confirm that a "Copied 1 row to clipboard"
      message appears.
    - Test again with a patron who has multiple fines, confirm that the
      message reads "Copied X rows to clipboard."
    
    To test the translation:
    
    - Confirm that "Copied 1 row to clipboard" is missing from the language
      file you're testing with (misc/translator/po/xx-YY-staff-prog.po).
    - Run 'translate update xx-YY'
    - Check that the clipboard strings are now in the po file.
    - Add translations for those strings.
    - Run 'translate update xx-YY' and 'translate install xx-YY'
    - Switch to the translated language and clear your browser cache.
    - Test the 'Copy' button again. Your translated text should appear.
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 0c35b35ad0311ec74d27518d794d63a2e6f3e8b6
Author: Kyle M Hall <kyle at bywatetsolutions.com>
Date:   Fri Mar 9 11:22:06 2018 -0500

    Bug 18791: (follow-up) Make buttons translatable
    
    Signed-off-by: Roch D'Amour <roch.damour at inlibro.com>
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 5254441c14ef13af9fbd8e0c76a0b12735b0f8ea
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Jun 12 14:13:51 2017 -0400

    Bug 18791: Add the ability for librarians to easily copy, download or print DataTables based tables in Koha
    
    There are many tables in Koha where it would be useful
    for librarians to easily copy, download or print the table
    for various purposes. These functions are available via
    DataTables button plugins.
    
    Test Plan:
    1) Clear your browser cache ( just in case )
    2) Apply this patch
    3) Browse to boraccount.pl ( or another page using DataTabes )
    4) Note the new Excel, CSV, Copy and Print buttons
    5) Test each button to ensure they work
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 .../lib/jquery/plugins/buttons.colVis.min.js       |   11 ++--
 .../lib/jquery/plugins/buttons.html5.min.js        |   26 ++++++++
 .../lib/jquery/plugins/buttons.print.min.js        |    4 ++
 .../lib/jquery/plugins/dataTables.buttons.min.js   |   68 ++++++++++----------
 .../intranet-tmpl/lib/jquery/plugins/jszip.min.js  |   15 +++++
 .../prog/en/includes/columns_settings.inc          |   33 +++++++++-
 .../intranet-tmpl/prog/en/includes/datatables.inc  |    7 ++
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt   |    3 +
 koha-tmpl/intranet-tmpl/prog/js/datatables.js      |   10 ++-
 9 files changed, 137 insertions(+), 40 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/lib/jquery/plugins/buttons.html5.min.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/jquery/plugins/buttons.print.min.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/jquery/plugins/jszip.min.js


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list