[koha-commits] main Koha release repository branch, new/enh/bug_4473, created. v3.02.00-281-gf36747f

Git repo owner gitmaster at git.koha-community.org
Sun Dec 12 21:43:37 CET 2010


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, new/enh/bug_4473 has been created
        at  f36747f5e8ab8c02034b165be31dcc478153cbee (commit)

- Log -----------------------------------------------------------------
commit f36747f5e8ab8c02034b165be31dcc478153cbee
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Dec 9 17:41:03 2010 +0000

    Fix for Bug 4473 - Recent comments view for the OPAC
    
    - 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).
    
    Signed-off-by: Colin Campbell <colin.campbell at ptfs-europe.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list