Contents
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:
- Modify
SandBox
page on your Trac. - 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
- Install the plugin:
easy_install https://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
torequest_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 ofgettext.NullTranslations
to retrievePlural-Forms
value in*.mo
file rather thangettext()
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
Last modified 8 years ago
Last modified on Oct 9, 2016, 3:45:58 PM