[koha-commits] main Koha release repository branch master updated. v3.14.00-99-gdcaa3ff

Git repo owner gitmaster at git.koha-community.org
Tue Dec 10 05:00:56 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, master has been updated
       via  dcaa3ff70489adeedb8a7aead364203d633580bc (commit)
      from  f3b28a5d8ad381bbe5b3edce994e0d45ee96f920 (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 dcaa3ff70489adeedb8a7aead364203d633580bc
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>

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

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