[koha-commits] main Koha release repository branch new/bug_7019 created. v3.04.00-721-gbfaf07b

Git repo owner gitmaster at git.koha-community.org
Sat Oct 15 03:21:34 CEST 2011


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, new/bug_7019 has been created
        at  bfaf07b2780ed033677683ef40ce04e55d7c2b3d (commit)

- Log -----------------------------------------------------------------
commit bfaf07b2780ed033677683ef40ce04e55d7c2b3d
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Oct 13 11:59:48 2011 -0400

    Fix for Bug 7019 - Circulation History Sort Order Wrong
    
    The return column sort was not using the right sort algorithm
    because it was confused by the combination of date data and
    text data ("Checked out"). I've added an explicit instruction
    to sort by date. The downside to this change is that checked
    out items are sorted with the oldest checkouts rather than
    the newest:
    
    Checked Out
    Checked Out
    10/14/1988
    07/14/2005
    
    Not perfect, but an improvement over completely incorrect
    sorting. This patch also adds the necessary check for system
    dateformat preference to properly sort metric dates.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list