[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-707-g5fbf07d

Git repo owner gitmaster at git.koha-community.org
Fri Jun 14 20:16:11 CEST 2013


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  5fbf07df7ccd404570281256ce8f9afb5a09834c (commit)
      from  02d4719437a84ca99d6265ad5bc27a6a8c3d88ad (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 5fbf07df7ccd404570281256ce8f9afb5a09834c
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jun 5 09:56:23 2013 -0400

    Bug 10418 - Correct template markup problems on course reserves add item page
    
    This patch corrects several problems with the course reserves add item
    pages:
    
    - Non-standard grid markup.
    - Extra </div>.
    - Incorrect styling of errors and messages.
    - Redundant JS for adding focus to a field (use "focus" class).
    - Invalid use of <label> with no corresponding input (use <span
      class="label"> instead).
    - Incorrect capitalization.
    
    To test, apply the patch and examing both steps of the process of adding
    an item to an existing course: The initial "scan barcode" form, and the
    form for editing details of a scanned item.
    
    Some cases to check:
    
    - Scan an invalid barcode.
    - Scan a barcode which has already been added to a course.
    - Scan a barcode wihch has already been added to the course you're
      working with.
    
    Forms should look correct and work correctly.
    
    This patch contains whitespace changes, so please ignore whitespace when
    examining changes.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    The add item screen continues to work as before.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Passes koha-qa.pl. Works as advertised.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../en/modules/course_reserves/add_items-step1.tt  |   71 +++----
 .../en/modules/course_reserves/add_items-step2.tt  |  216 +++++++++-----------
 2 files changed, 124 insertions(+), 163 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list