[koha-commits] main Koha release repository branch master updated. v3.14.00-alpha1-10-g8a6793a

Git repo owner gitmaster at git.koha-community.org
Fri Oct 18 01:26:22 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  8a6793af028639f8a8d3de51c4a04a6de4e3979e (commit)
       via  4b863c1b361e967efbdda792aa9170d0c8d8057c (commit)
       via  977d78dd5be26b789a68981410fbee09fb5ed749 (commit)
       via  45e6a7e58fcc01b319022e8178f9dbd27f0e1090 (commit)
      from  969669bb1e2cb08bbfc91334b6c52e3dd0413e11 (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 8a6793af028639f8a8d3de51c4a04a6de4e3979e
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Oct 17 23:33:54 2013 +0000

    Bug 10380: (follow-up) update POD to fully reflect change to output_pref()
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 4b863c1b361e967efbdda792aa9170d0c8d8057c
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Oct 17 23:25:04 2013 +0000

    Bug 10380: (follow-up) update two more uses of output_pref()
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 977d78dd5be26b789a68981410fbee09fb5ed749
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Sep 9 13:26:40 2013 +0200

    Bug 10380: (follow-up) update some uses of output_pref()
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 45e6a7e58fcc01b319022e8178f9dbd27f0e1090
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu May 30 14:32:33 2013 +0200

    Bug 10380: Change prototype for output_pref() routine
    
    Koha::DateUtils::output_pref took 4 parameters and the last one is a
    boolean, so some calls were:
      output_pref($dt, undef, undef, 1)
    
    This patch changes its prototype to
      output_pref({
        dt => $dt,
        dateformat => $dateformat,
        timeformat => $timeformat,
        dateonly => $boolean
      });
    
    An alternative is to call the output_pref routine with a datetime
    object, without using an hashref:
    
      output_pref($dt);
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Letters.pm                      |    4 +--
 C4/Reserves.pm                     |    2 +-
 Koha/DateUtils.pm                  |   57 ++++++++++++++++++++++++------------
 Koha/Template/Plugin/KohaDates.pm  |    2 +-
 acqui/lateorders.pl                |    4 +--
 members/member.pl                  |    2 +-
 t/DateUtils.t                      |   30 ++++++++++++-------
 t/db_dependent/Bookseller.t        |    8 ++---
 t/db_dependent/Circulation_issue.t |    4 +--
 9 files changed, 71 insertions(+), 42 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list