[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.01-8-g7ab9a39

Git repo owner gitmaster at git.koha-community.org
Tue Dec 24 10:44:48 CET 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, 3.14.x has been updated
       via  7ab9a3961953a8739a047535e5997707ac83fd4a (commit)
      from  842724659c9ac3b6dd1fbf312d8a07ac00fa43c5 (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 7ab9a3961953a8739a047535e5997707ac83fd4a
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Aug 15 10:06:29 2013 -0400

    Bug 10661: format mandatory item fields the same on all forms
    
    Mandatory item fields are not indicated the same way in all places. This
    patch corrects two places where required fields were shown in bold
    rather than using the standard "required" class: When adding an order
    from a staged file and when adding an item for a new issue of a serial.
    
    This patch also normalizes the text input size on item entry forms: In
    some places it was 50, others 67. I have changed the latter to 50.
    
    Unrelated changes: Added $KohaDates formatting of date and time and
    corrected capitalization on a heading on the add order from staged file
    page.
    
    It would be nice to be able to use the same method for displaying the
    item form as we use on neworderentry.tt -- pulling in the form from a
    separate include. However that system is designed for handling multiple
    items and would need to be adapted for these cases.
    
    To test, you must have a staged file from which to add an order. Open an
    existing basket or create a new one and choose to add an order "From a
    staged file." Choose a staged file from which to order. The item entry
    form under the "Import all" heading should show required fields in red.
    
    To test in serials: Begin the process for receiving an item from an
    existing subscription. On the serials-edit page, find the "Click to add
    item" links and click to open the item edit forms. There should be one
    under the numbered issue and the supplemental issue forms. In both cases
    the item edit screen should show the mandatory item fields in red.
    
    Confirm that the cataloging add item form looks correct and works
    correctly.
    
    Revision: Left out the "required" note which should appear after each
    required field.
    
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit dcaa3ff70489adeedb8a7aead364203d633580bc)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/Items.pm                                           |   10 +++++-----
 cataloguing/additem.pl                                |    2 +-
 .../prog/en/modules/acqui/addorderiso2709.tt          |   12 ++++++++----
 .../prog/en/modules/serials/serials-edit.tt           |   17 ++++++++++++-----
 tools/batchMod.pl                                     |    2 +-
 5 files changed, 27 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list