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