[[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]. [[TicketQuery(component=TracTimeDeltaUpdatorPlugin&group=type,format=progress)]] == 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 1. Modify `SandBox` page on your Trac 1. Visit `SandBox` page and look at "Last modified: ..." in the page for the moment! == Installation 1. Install the plugin: {{{ #!sh easy_install http://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:'''