Changes between Initial Version and Version 1 of EpochFieldPlugin


Ignore:
Timestamp:
Mar 31, 2012, 8:00:59 AM (12 years ago)
Author:
matobaa
Comment:

New hack EpochFieldPlugin, created by matobaa

Legend:

Unmodified
Added
Removed
Modified
  • EpochFieldPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Epoch (unix time) field, timezone sensitive =
     4
     5== Description ==
     6
     7[[PageOutline]]
     8this plugin has two functionality:
     9 1. Timezone sensitive date&time field
     10 2. date&time presentation in report
     11
     12{{{
     13[ticket-custom]
     14due = text
     15due.format = epoch
     16due.label = Due
     17}}}
     18
     19{{{
     20[epochfield]
     21date_columns = .*_date
     22datetime_columns = .*_datetime
     23time_columns = .*_time
     24}}}
     25
     26== Bugs/Feature Requests ==
     27
     28Existing bugs and feature requests for EpochFieldPlugin are
     29[report:9?COMPONENT=EpochFieldPlugin here].
     30
     31If you have any issues, create a
     32[http://trac-hacks.org/newticket?component=EpochFieldPlugin&owner=matobaa new ticket].
     33
     34== Download ==
     35
     36Download the zipped source from [download:epochfieldplugin here].
     37
     38== Source ==
     39
     40You can check out EpochFieldPlugin from [http://trac-hacks.org/svn/epochfieldplugin here] using Subversion, or [source:epochfieldplugin browse the source] with Trac.
     41
     42== Example ==
     43
     44[[Image(ticket.png)]]
     45
     46== Recent Changes ==
     47
     48[[ChangeLog(epochfieldplugin, 3)]]
     49
     50== Author/Contributors ==
     51
     52'''Author:''' [wiki:matobaa] [[BR]]
     53'''Maintainer:''' [wiki:matobaa] [[BR]]
     54'''Contributors:'''