[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.03-14-g362c42e

Git repo owner gitmaster at git.koha-community.org
Tue Sep 23 22:28:14 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, 3.16.x has been updated
       via  362c42e91836409d4051fbc9f618b35e2a423831 (commit)
      from  724a68540c4fdf634becae7e26094d03dfcf963b (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 362c42e91836409d4051fbc9f618b35e2a423831
Author: Dobrica Pavlinusic <dpavlin at rot13.org>
Date:   Thu Sep 4 15:16:57 2014 +0200

    Bug 12729 - Overdue items won't show as overdue in red in circulation
    
    It seems that Firefox date parser doesn't like our dates which are
    formatted in ISO format like "2014-08-06 00:00:00". This results in
    missing red color in overdue dates.
    
    So intead of munching different date formats and JavaScript (and having
    to support different browers) this patch moves check for overdue dates
    back to mysql and just transfers boolean value to JavaScript so it can
    show correct class for date_due.
    
    Test scenario:
    1. find borrower with overdue checkouts
    2. verify that all dates are black (and are in ISO format)
    3. apply this patch
    4. reload page and verify that overdue dates turned red
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Tested with different due dates (hourly and not) and different date formats.
    Passes tests and QA script.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js |    4 +---
 svc/checkouts                                   |    2 ++
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list