[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-825-gdbd6bef

Git repo owner gitmaster at git.koha-community.org
Wed Jul 17 16:53:19 CEST 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  dbd6befa5d0d52e5ff10b78deef4f839127e30db (commit)
      from  4043df439541ec8ba28363abc74d1677479a8869 (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 dbd6befa5d0d52e5ff10b78deef4f839127e30db
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Thu Jul 11 10:24:07 2013 +0200

    Bug 7019: fix sorting by return date in Circulation History
    
    The "return date" column sort is not using the date sort algorithm because it is
    confused by the combination of date data and text data ("Checked out").
    
    This patch adds the use of datatable "title-string" sort type.
    With that, the date in ISO format are used for sorting and because
    letters are before numbers, "Checked out" rows are more recent than any date.
    
    Test plan :
    - set dateformat syspref to "dd/mm/yyyy"
    - Go to members/readingrec.pl for a borrower having a old issues and
    checked out issues
    => Check that sort of "Return date" is correct.
    For example :
    With patch :
      20/01/2011
      06/03/2011
      20/03/2011
      Checked Out
    Without patch :
      06/03/2011
      20/01/2011
      20/03/2011
      Checked Out
    - Test also with dateformat syspref "mm/dd/yyyy"
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../prog/en/modules/members/readingrec.tt          |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list