[koha-commits] main Koha release repository branch master updated. v3.22.00-705-g24e009f

Git repo owner gitmaster at git.koha-community.org
Wed Mar 2 02:00:35 CET 2016


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  24e009f72f003a9f4f27f2630c252df0bf2e4f1f (commit)
      from  ac3e13248abd9687bbce764d1f1b6be39921b552 (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 24e009f72f003a9f4f27f2630c252df0bf2e4f1f
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Feb 25 13:45:54 2016 -0500

    Bug 15920: Clean up and fix errors in batch checkout template
    
    The batch checkout template has some markup and JavaScript problems
    which need to be resolved, including:
    
    - Mismatched <h3></h1>
    - JavaScript includes which are not used
    - Incorrect DataTables configuration
    - Incorrect class on warning dialogs
    - Incorrect terminology: Use "checkout" instead of "issue"
    
    This patch also changes the markup and styling of batch checkout errors,
    using Font Awesome icons to retain highlighting of warnings and errors
    while (I hope) improving readability.
    
    To test, apply the patch and go to batch checkout for a patron for whom
    batch checkouts are enabled.
    
    - Check out a batch of barcodes. Include items which will trigger errors
      or warnings. For example: Invalid barcodes, lost items, items which
      are already checked out, items which are on hold for another patron,
      items which are damaged.
    
    - When the table of items is displayed so that you can confirm the
      checkout, make sure the table is sortable.
    
    - Think about whether the style changes on warnings and errors are an
      improvement.
    
    - Try to initiate a batch checkout to a patron who is restricted. You
      should see an "alert" style dialog instead of a "message" style one.
    
    - Validate the HTML and confirm that there are no errors raised by this
      template's markup.
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as described
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 .../intranet-tmpl/prog/en/css/staff-global.css     |   22 ++--
 .../en/modules/circ/circulation_batch_checkouts.tt |  107 ++++++++++----------
 2 files changed, 67 insertions(+), 62 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list