wiki:TracTimeDeltaUpdatorPlugin

Version 3 (modified by figaro, 9 years ago) (diff)

Cosmetic changes, tagged with license

Automatically updating for relative date/time displays on Trac

Description

The plugin avoids relative date/time displays, "42 seconds ago", even though the page was opened 42 years ago with automatically refresh.

Bugs/Feature Requests

Existing bugs and feature requests for TracTimeDeltaUpdatorPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:tractimedeltaupdatorplugin here].

Source

You can check out TracTimeDeltaUpdatorPlugin from here using Subversion, or browse the source with Trac.

Example

  1. Modify SandBox page on your Trac
  2. Visit SandBox page and look at "Last modified: ..." in the page for the moment!

Installation

  1. Install the plugin:
    easy_install http://trac-hacks.org/svn/tractimedeltaupdatorplugin/0.12
    
  2. Enable the plugin in trac.ini:
    [components]
    tractimedeltaupdator.* = enabled
    
  3. If your Trac is 1.0 or later, prepend TimeDeltaUpdatorModule to request_filters in the [trac] section:
    [trac]
    request_filters = TimeDeltaUpdatorModule
    

Recent Changes

14930 by jun66j5 on 2015-10-15 15:17:05
tractimedeltaupdator: use info() method of gettext.NullTranslations to retrieve Plural-Forms value in *.mo file rather than gettext() with empty string
12076 by jun66j5 on 2012-09-30 13:47:07
tractimedeltaupdator: works without Babel
12075 by jun66j5 on 2012-09-30 03:20:34
tractimedeltaupdator: initial check-ins
(more)

Author/Contributors

Author: jun66j5
Maintainer: Jun Omae
Contributors: