[koha-commits] main Koha release repository branch master updated. v3.22.00-633-gad8d063

Git repo owner gitmaster at git.koha-community.org
Wed Feb 24 04:43:09 CET 2016


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  ad8d063ffae574a050a0cdc54dcdf26b23df1350 (commit)
      from  2ea901c6411063f9b3d245674241c7f012d709cb (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 ad8d063ffae574a050a0cdc54dcdf26b23df1350
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Feb 9 13:40:01 2016 +0000

    Bug 15769: Remove outdated C4::Koha::slashifyDate subroutine
    
    This subroutine does not make sense anymore (Koha::DateUtils should be
    used) and is no longer used.
    It can be removed safely.
    
    Test plan:
      git grep slashifyDate
    should not return any results
    
      prove t/Koha.t
    and
      prove t/db_dependent/Koha.t
    should return green
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    slashifyDate removed, all test pass successfully
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 C4/Koha.pm            |   18 ------------------
 t/Koha.t              |    9 +--------
 t/db_dependent/Koha.t |   13 +++----------
 3 files changed, 4 insertions(+), 36 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list