[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.09-63-gf038fd1

Git repo owner gitmaster at git.koha-community.org
Wed Aug 6 12:20:13 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.14.x has been updated
       via  f038fd121a92900f769e1d03b668460aadf91a8b (commit)
       via  f613c395008ad7bd7c225cf104f7004f95c4b8cd (commit)
       via  16ce7c7b3b7055638926e36a6bcc6a3f1e1cb3e2 (commit)
       via  d9fbbf1a972032e9c23bfb677c3c7563305b92c9 (commit)
      from  01e627b6412bbb3d2fc82900014c118dc5b06a57 (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 f038fd121a92900f769e1d03b668460aadf91a8b
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Apr 18 21:51:09 2014 +0000

    Bug 11148: (follow-up) add more test cases
    
    Add test cases to exercise output_pref's as_due_date option
    when the time in question is not one minute before midnight.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 9ccc602b7d5c41f27b09ff3aee437556eed680b1)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit f613c395008ad7bd7c225cf104f7004f95c4b8cd
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Jan 13 10:17:47 2014 +0100

    Bug 11148: (follow-up) restore useful test removed by previous patch
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 8b76bec3db8a4d8051a8d506e1fba024a5f76e59)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 16ce7c7b3b7055638926e36a6bcc6a3f1e1cb3e2
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Dec 2 17:21:13 2013 +0100

    Bug 11148: Add a as_due_date parameter to the output_pref routine
    
    This parameter is a boolean, if true, the hours won't be displayed if
    the time is 23:59 (24hr format) or 11:59 PM (12hr format).
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 4ea09932ddbfbcc0e9201f7cc6b2a5e08a4efabf)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit d9fbbf1a972032e9c23bfb677c3c7563305b92c9
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Oct 28 15:10:26 2013 +0100

    Bug 11148: remove two superflous routines from Koha::DateUtils
    
    There are 2 useless routines in the Koha::DateUtils
    module:output_pref_due and format_sqlduedatetime. We can call
    output_pref and format_datetime with dateonly = 0.
    
    format_sqlduedatetime is only used in one place: opac-reserve.pl
    
    Test plan:
    1/ Verify on the opac-reserve.pl page that the date is correctly
    displayed for for onloan items (you should use the "specific copy"
    feature).
    2/ Launch prove t/DateUtils.t UT file and verify all UT pass.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Due date on opac-reserve shown correctly. Unit tests pass.
    Did a grep on both function names.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    No references to subs found. Passes koha-qa.pl, t and xt
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit b9492e73f59439e218e7f657bdfcf67026834311)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 Koha/DateUtils.pm    |   76 ++++++++++----------------------------------------
 opac/opac-reserve.pl |    2 +-
 t/DateUtils.t        |   48 ++++++++++++++++++++-----------
 3 files changed, 48 insertions(+), 78 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list