[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.08-8-g8a2c116

Git repo owner gitmaster at git.koha-community.org
Tue Jan 1 19:20:10 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.8.x has been updated
       via  8a2c11620d29b5f187d2e1fe343dc9343de4a3da (commit)
       via  66621d923c72191e8cf51ee245ee000afe79d27e (commit)
       via  c2c3dc9d8f45ba3736c6234825b7ebdeff0ff3f3 (commit)
      from  f50f4b314f90233d7b0f42bea497e95cc6ee8cb6 (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 8a2c11620d29b5f187d2e1fe343dc9343de4a3da
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Dec 13 15:56:21 2012 -0500

    Bug 9284 - JavaScript should follow rules recommended by JSHint
    
    Coding style corrections to members.js:
    
    - Mixed tab/space indentation converted to spaces.
    - Converted "!=" and "==" to "!==" and "===" for comparisons with ''.
    - Adding missing semicolons.
    
    To test, create or edit a patron and confirm that validation hasn't been
    broken by the changes to members.js: Invalid date, empty required
    fields, guarantor popup, restricted-until field display, etc.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 66621d923c72191e8cf51ee245ee000afe79d27e
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Dec 12 02:43:29 2012 +1300

    Bug 8299 - overdue_notice.pl shows error messages
    
    fixes 2 warnings...
    
     Use of uninitialized value in pattern match (m//) at /usr/share/koha/bin/cronjobs/overdue_notices.pl line 659.
     Use of uninitialized value in pattern match (m//) at /usr/share/koha/bin/cronjobs/overdue_notices.pl line 670.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit c2c3dc9d8f45ba3736c6234825b7ebdeff0ff3f3
Author: Srikanth Dhondi <srikanth at catalyst.net.nz>
Date:   Wed Oct 17 12:10:05 2012 +1300

    Bug 8712 - We should use WAI-ARIA guidelines to help with accessibility
    
    Added title to the search box
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/js/members.js     |  216 ++++++++++----------
 koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc |    4 +-
 misc/cronjobs/overdue_notices.pl                  |    6 +-
 3 files changed, 114 insertions(+), 112 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list