[[PageOutline(2-5,Contents,pullout)]] = 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. 1. 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 [report:9?COMPONENT=TracTimeDeltaUpdatorPlugin here]. If you have any issues, create a [/newticket?component=TracTimeDeltaUpdatorPlugin new ticket]. [[TicketQuery(component=TracTimeDeltaUpdatorPlugin&group=type,format=progress)]] == Download Download the zipped source from [export:tractimedeltaupdatorplugin here]. == Source You can check out TracTimeDeltaUpdatorPlugin from [/svn/tractimedeltaupdatorplugin here] using Subversion, or [source:tractimedeltaupdatorplugin browse the source] with Trac. == Installation 1. Install the plugin: {{{#!sh easy_install https://trac-hacks.org/svn/tractimedeltaupdatorplugin/0.12 }}} 1. Enable the plugin in `trac.ini`: {{{#!ini [components] tractimedeltaupdator.* = enabled }}} 1. If your Trac is 1.0 or later, prepend `TimeDeltaUpdatorModule` to `request_filters` in the `[trac]` section: {{{#!ini [trac] request_filters = TimeDeltaUpdatorModule }}} == Recent Changes [[ChangeLog(tractimedeltaupdatorplugin, 3)]] == Author/Contributors '''Author:''' [wiki:jun66j5] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''