Bug 15769

Summary: C4::Koha::slashifyDate is outdated
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Architecture, internals, and plumbingAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED FIXED QA Contact: Marcel de Rooy <m.de.rooy>
Severity: enhancement    
Priority: P5 - low CC: brendan, hector.hecaxmmx, m.de.rooy, veron
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 15779, 15800    
Attachments: Bug 15769: Remove outdated C4::Koha::slashifyDate subroutine
[SIGNED-OFF]Bug 15769: Remove outdated C4::Koha::slashifyDate subroutine
Bug 15769: Remove outdated C4::Koha::slashifyDate subroutine

Description Jonathan Druart 2016-02-09 13:39:56 UTC

    
Comment 1 Jonathan Druart 2016-02-09 13:41:47 UTC Comment hidden (obsolete)
Comment 2 Héctor Eduardo Castro Avalos 2016-02-09 19:37:44 UTC Comment hidden (obsolete)
Comment 3 Marc Véron 2016-02-11 13:07:11 UTC
Hi Hécror,
Did you forget to switch to Signed-off?
:-)
Comment 4 Marcel de Rooy 2016-02-12 07:32:28 UTC
Created attachment 47951 [details] [review]
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@gmail.com>
slashifyDate removed, all test pass successfully

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Comment 5 Brendan Gallagher 2016-02-24 03:49:06 UTC
Pushed to Master - Should be in the May 2016 Release. thanks!