[koha-commits] main Koha release repository branch 3.12.x updated. v3.12.03-5-g61cbdb6

Git repo owner gitmaster at git.koha-community.org
Mon Aug 12 16:26:26 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, 3.12.x has been updated
       via  61cbdb6ac7996d8d2f8045d12ec36c5f3676b694 (commit)
       via  d79af20a590e9081b301f7502e0cb296f51148e0 (commit)
       via  4d428b701a9000c6edd80506d4c491805091010a (commit)
       via  261c6f39fa234f8795e62eff48db85c9366d4268 (commit)
      from  c0df9a90577cfdee19c9a1d2ca1155846fcb2b07 (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 61cbdb6ac7996d8d2f8045d12ec36c5f3676b694
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Wed Jul 10 22:43:41 2013 +0200

    Bug 10563: Fix broken 'Edit' link on check expiration page
    
    This fixes the broken 'Edit' (subscription) link on the
    check expiration page in serials.
    
    To test:
    - Add a subscription
    - Go to the check expiration page
    - Search for your subscription, use an expiration date in the
      far future
    - Verify the edit link on the result list doesn't work right
      before applying the patch, but works after
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 81431fdc8654e95e9fea37c4de880e9cf6126b26)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit d79af20a590e9081b301f7502e0cb296f51148e0
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>
    (cherry picked from commit dbd6befa5d0d52e5ff10b78deef4f839127e30db)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 4d428b701a9000c6edd80506d4c491805091010a
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Apr 26 16:18:05 2013 -0400

    Bug 5766 - Add configuration for excluding articles from DataTables sorting
    
    Client-side table sorting should exclude articles like "a," "an," and
    "the" when sorting by title. This patch adds a custom sorting plugin for
    use by DataTables and a configuration line to the DataTables string
    configuration file which can be translated for any language.
    
    As an example, this patch modifies the patron checkout history template
    to use the new sort on the title column.
    
    To test, apply the patch and clear your browser cache to ensure the
    revised JavaScript file is loaded. Sort the table by title. Titles
    should be sorted regardless of the presences of "a," "an", or "the" at
    the beginning of the title.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and is a good improvement.
    I have added German articles to the list for testing purposes
    and it worked nicely.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 33054ce13afe8a0cb1cf5815bbfe3cd18cd8967d)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 261c6f39fa234f8795e62eff48db85c9366d4268
Author: Sophie Meynieux <sophie.meynieux at biblibre.com>
Date:   Fri Apr 26 15:06:40 2013 +0200

    Bug 10127 : Printoverdues.sh should tar only pdf files
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    
    From the bug report:
    At the end of printoverdues.sh, an archive is generated
    containing all files present in  directory given as parameter.
    As archives are generated in this given directory, they
    contain previously generated tar files, creating oversized files.
    Only .pdf files should be archived
    
    All tests and QA script pass.
    Worked ok in my tests, only packign PDF in the given directory.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 .../prog/en/includes/datatables-strings.inc        |    1 +
 koha-tmpl/intranet-tmpl/prog/en/js/datatables.js   |   46 +++++++++++++++++++-
 .../prog/en/modules/members/readingrec.tt          |   27 +++++++++---
 .../prog/en/modules/serials/checkexpiration.tt     |    2 +-
 misc/cronjobs/printoverdues.sh                     |    2 +-
 5 files changed, 68 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list