[koha-commits] main Koha release repository branch master updated. v3.16.00-97-g5a88002

Git repo owner gitmaster at git.koha-community.org
Mon Jun 16 19:51:30 CEST 2014


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  5a88002610a2084735bbeb380dbc5ecf8cca0a6c (commit)
       via  e5f02e2df3c5e483d39b1dc6f4dfd3e52a0cd222 (commit)
       via  4eabe87a224863fca7c618c0affd5d14d04f6d90 (commit)
      from  7e694228c29a2a20829d927bbcaeba2d1f4369fb (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 5a88002610a2084735bbeb380dbc5ecf8cca0a6c
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Jun 9 08:58:30 2014 -0400

    Bug 12380 - can't tab to save buttons on add item
    
    Many form elements on the add item page are giving a tabindex of "1" by
    the script. This seems to make it impossible to tab through the add item
    form fields onto the save buttons. I don't see a reason to set an
    explicit tabindex of "1," so this patch removes it.
    
    To test, apply the patch and open an item for editing. Try tabbing
    through the add item form fields. It should be possible to tab through
    the fields and onto the submit buttons at the bottom. Test again when
    adding a new item.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit e5f02e2df3c5e483d39b1dc6f4dfd3e52a0cd222
Author: Nicole C. Engard <nengard at bywatersolutions.com>
Date:   Sat May 31 12:32:24 2014 -0500

    Bug 11958: Fix typon in classification source help
    
    The Classification Sources help file said the source was in the 942$2 but it's in the 952$2 and 94$2 so this patch fixes that.
    
    To test:
    * Go to Admin > Classification Sources
    * Click Help
    * Confirm the Help file is right now
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    String change, no errors.
    
    Note: Perhaps change "Authorized Values ..." for "Authorized values ..."
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 4eabe87a224863fca7c618c0affd5d14d04f6d90
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Fri May 30 16:13:36 2014 -0300

    Bug 12338: Remove smartmatch operator from C4/Serials.pm
    
    This patch removes the use of the 'when' smartmatch operator from
    Serials.pm
    
    Regards
    To+
    
    Sponsored-by: Universidad Nacional de Cordoba
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Serials.pm                                      |   54 +++++++++-----------
 cataloguing/additem.pl                             |    5 +-
 .../prog/en/modules/help/admin/classsources.tt     |    2 +-
 3 files changed, 28 insertions(+), 33 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list