Contents
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 here.
Source
You can check out TracTimeDeltaUpdatorPlugin from here using Subversion, or browse the source with Trac.
Example
- Modify SandBox page on your Trac
- Visit SandBox page and look at "Last modified: ..." in the page for the moment!
Install
- Install the plugin:
easy_install http://trac-hacks.org/svn/tractimedeltaupdatorplugin/0.12
- Enable the plugin in trac.ini:
[components] tractimedeltaupdator.* = enabled
- If your Trac is 1.0 or later, prepend TimeDeltaUpdatorModule to request_filters in [trac] section
[trac] request_filters = TimeDeltaUpdatorModule
Tickets
Recent Changes
[12076] by jun66j5 on 09/30/12 15:47:07
tractimedeltaupdator: works without Babel
[12075] by jun66j5 on 09/30/12 05:20:34
tractimedeltaupdator: initial check-ins
[12074] by jun66j5 on 09/30/12 05:15:09
New hack TracTimeDeltaUpdatorPlugin, created by jun66j5

