[koha-commits] main Koha release repository branch master updated. v3.14.00-776-g9ccc602

Git repo owner gitmaster at git.koha-community.org
Fri Apr 18 23:29:33 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, master has been updated
       via  9ccc602b7d5c41f27b09ff3aee437556eed680b1 (commit)
       via  8b76bec3db8a4d8051a8d506e1fba024a5f76e59 (commit)
       via  4ea09932ddbfbcc0e9201f7cc6b2a5e08a4efabf (commit)
       via  b9492e73f59439e218e7f657bdfcf67026834311 (commit)
      from  f14020780836c5fbc65331b3918b843761481c36 (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 9ccc602b7d5c41f27b09ff3aee437556eed680b1
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>

commit 8b76bec3db8a4d8051a8d506e1fba024a5f76e59
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>

commit 4ea09932ddbfbcc0e9201f7cc6b2a5e08a4efabf
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>

commit b9492e73f59439e218e7f657bdfcf67026834311
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>

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

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