http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12072
--- Comment #28 from Marc Véron <[email protected]> --- For the next steps we have the following problem: - It is not allowed to touch C4::Dates (deprecated module, Comment #25) - A new date format leads to error messages for example with C4::Dates->new(), which is used by about 50 files *). - Koha::DateUtils is a temporary module for wrappers to hide the complexity of switch to DateTime. It contains some functions, but it is not really a replacement for the C4::Dates object. - Replacing C4::Dates affects a lot of files and needs a lot of testing (side effects) Plumbing 50+ files is far outside the scope of this bug. It is an architecural task. We should move the replacement of C4::Dates to a separate architectural / plumbing bug (that blocks this one and others as well). ---- *) Files using C4::Dates->new() C4/Acquisition.pm C4/Barcodes/annual.pm C4/Barcodes/hbyymmincr.pm C4/Calendar.pm C4/Circulation.pm C4/Items.pm C4/Log.pm C4/Members.pm C4/Reserves.pm C4/Utils/DataTables.pm acqui/histsearch.pl acqui/invoice.p acqui/invoices.pl acqui/orderreceive.pl acqui/parcel.pl acqui/parcels.pl labels/label-item-search.pl members/memberentry.pl members/moremember.pl members/readingrec.pl misc/cronjobs/gather_print_notices.pl misc/cronjobs/overdue_notices.pl misc/cronjobs/serialsUpdate.pl misc/cronjobs/staticfines.pl misc/cronjobs/thirdparty/TalkingTech_itiva_outbound.pl misc/maintenance/fix_accountlines_date.pl opac/opac-memberentry.pl opac/opac-showreviews.pl opac/opac-user.pl patroncards/members-search.pl reports/dictionary.pl reports/guided_reports.pl serials/member-search.pl serials/serials-edit.pl serials/showpredictionpattern.pl serials/subscription-renew.pl t/Dates.t t/Dates.t t/db_dependent/Holds.t t/db_dependent/Koha_template_plugin_KohaDates.t t/db_dependent/Log.t tools/exceptionHolidays.pl tools/export.pl tools/holidays.pl tools/import_borrowers.pl tools/newHolidays.pl tools/scheduler.pl -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
