[Koha-bugs] [Bug 4473] Recent comments view for the OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 7 18:55:07 CET 2010


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

--- Comment #4 from Owen Leonard <oleonard at myacpl.org> 2010-12-07 17:55:05 UTC ---
Created attachment 2817
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=2817
Proposed fix

    - modifies opac-showreviews.pl to display recent comments for all
      titles, sorted in descending order by date.
    - includes RSS feed
    - includes (thanks to Chris N.):

    [Enhancement][3.4] Add RFC822 Format to C4::Dates

    This patch adds RFC822 formatting to C4::Dates. It also updates Dates.t
    appropriately. Consult the POD for this module for how to use
    this format.

    Please note that this module *does not* handle TZ conversion at this point.
    This means that the TZ portion of a RFC822 time will be truncated and the
converted
    time will be in the same TZ as was passed in. When generating an RFC822
time,
    the local TZ offset will be included since none of the other supported
formats
    provide a means for including their TZ. This is not a problem introduced by
the
    addition of RFC822 formatting. Rather it is due to this module not having
TZ
    support to begin with.

    Also note that the dow, moy abbreviations are English as required by
    RFC822 section 3.3 (thanks to self for pointing that out).

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Koha-bugs mailing list