[Koha-bugs] [Bug 7444] New: Use T::T date plugin to display dates omnibus

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 13 17:03:34 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7444

             Bug #: 7444
           Summary: Use T::T date plugin to display dates omnibus
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
        AssignedTo: gmcharlt at gmail.com
        ReportedBy: paul.poulain at biblibre.com
         QAContact: ian.walls at bywatersolutions.com


All dates can now be displayed through a Template::Toolkit plugin. All existing
code must be updated.
Dates can/should/must now be displayed by:
* adding [% USE KohaDates %] at the beginning of the template
* use [% mydate | KohaDates %] for mydate date variable
* remove .pl code that update date format before sending the string to the
template.

This entry is an omnibus, as many patches will be necessary.

Note: the plugin has been introduced in Bug 929

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list