wiki:TracTimeDeltaUpdatorPlugin

Automatic update 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 automatic refresh.

This plugin works as follows:

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

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 here.

Source

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

Installation

  1. Install the plugin:
    easy_install https://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:

Last modified 8 years ago Last modified on Oct 9, 2016, 3:45:58 PM