[koha-commits] main Koha release repository branch master updated. v16.05.00-358-g65b2da0

Git repo owner gitmaster at git.koha-community.org
Fri Jul 15 20:04:25 CEST 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  65b2da08c9edaa6d2afe83ca7a5b72000128ecbe (commit)
      from  b7c61a5d128cc3580ea3ee67bc29e02571923dd3 (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 65b2da08c9edaa6d2afe83ca7a5b72000128ecbe
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue May 17 11:18:14 2016 -0400

    Bug 16538: Improve the style of progress bars
    
    This patch updates the style of progress bars to make them a little
    nicer. Progress bars in the staff client are not built in a consisten
    way. Some have been updated to use the <progress> element and some have
    not. This patch improves some styling common to both kinds.
    
    Other changes:
    
    - Redundant in-page CSS has been removed from many pages.
    - An invalid "min" attribute has been removed from several instances of
      <progress>.
    - Corrected capitalization.
    - Fixed incorrectly quoted attributes.
    - Added missing form "action" attributes.
    
    To test, clear your browser cache if necessary. Apply the patch and
    test uploads on the following pages:
    
    - Circulation -> Offline circulation file upload
    - Tools -> Batch item modification
    - Tools -> Batch record modification
    - Tools -> Stage MARC records for import
    - Tools -> Manage staged MARC records
    - Tools -> Upload local cover image
    - Tools -> Upload
    
    In all cases, progress bars should look improved and work correctly.
    
    Test Tools -> Batch item deletion. Unused background job handling markup
    has been removed. Deletion processing should work correctly.
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as advertised
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css  |   24 +++++++++++++++++++-
 .../prog/en/modules/offline_circ/process_koc.tt    |    6 +----
 .../prog/en/modules/tools/batchMod-del.tt          |   13 ++++-------
 .../prog/en/modules/tools/batchMod-edit.tt         |    2 +-
 .../en/modules/tools/batch_record_modification.tt  |    2 +-
 .../prog/en/modules/tools/manage-marc-import.tt    |    6 ++---
 .../prog/en/modules/tools/stage-marc-import.tt     |    8 +++----
 .../prog/en/modules/tools/upload-images.tt         |   16 ++++---------
 .../intranet-tmpl/prog/en/modules/tools/upload.tt  |    2 +-
 9 files changed, 41 insertions(+), 38 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list