Changes between Initial Version and Version 1 of TracTimeDeltaUpdatorPlugin


Ignore:
Timestamp:
Sep 30, 2012, 3:15:11 AM (12 years ago)
Author:
Jun Omae
Comment:

New hack TracTimeDeltaUpdatorPlugin, created by jun66j5

Legend:

Unmodified
Added
Removed
Modified
  • TracTimeDeltaUpdatorPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Automatically updating for relative date/time displays on Trac =
     4
     5== Description ==
     6
     7The plugin avoids relative date/time displays, "42 seconds ago", even though the page was opened 42 years ago with automatically refresh.
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for TracTimeDeltaUpdatorPlugin are
     12[report:9?COMPONENT=TracTimeDeltaUpdatorPlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=TracTimeDeltaUpdatorPlugin&owner=jun66j5 new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:tractimedeltaupdatorplugin here].
     20
     21== Source ==
     22
     23You can check out TracTimeDeltaUpdatorPlugin from [http://trac-hacks.org/svn/tractimedeltaupdatorplugin here] using Subversion, or [source:tractimedeltaupdatorplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27== Install ==
     28 1. Install the plugin:
     29{{{
     30#!sh
     31easy_install http://trac-hacks.org/svn/tractimedeltaupdatorplugin/0.12
     32}}}
     33 2. Enable the plugin in trac.ini:
     34{{{
     35#!ini
     36[components]
     37tractimedeltaupdator.* = enabled
     38}}}
     39 3. If your Trac is 1.0 or later, prepend `TimeDeltaUpdatorModule` to `request_filters` in `[trac]` section
     40{{{
     41#!ini
     42[trac]
     43request_filters = TimeDeltaUpdatorModule
     44}}}
     45
     46== Recent Changes ==
     47
     48[[ChangeLog(tractimedeltaupdatorplugin, 3)]]
     49
     50== Author/Contributors ==
     51
     52'''Author:''' [wiki:jun66j5] [[BR]]
     53'''Maintainer:''' [wiki:jun66j5] [[BR]]
     54'''Contributors:'''