Changes between Version 16 and Version 17 of EpochFieldPlugin


Ignore:
Timestamp:
Mar 6, 2015, 11:02:19 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • EpochFieldPlugin

    v16 v17  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Epoch (unix time) field, timezone sensitive =
    32
    4 NOTE: in this page, after slashes, described in japanese-KANJI.
     3= Epoch (unix time) field, timezone sensitive
     4
     5'''Note''': in this page, after slashes, descriptions in japanese-KANJI are added.
    56
    67'''This plugin will conflict in Trac 1.1.1. see trac:wiki:/TracDev/Proposals/TracTicketsCustomTimeFields and trac:ticket:1942. '''
    78
    8 == Description ==
     9== Description
    910
    10 this plugin has two functionality: / 以下の二機能があります:
    11  1. [#field Timezone sensitive date&time field] / 時差を考慮した時刻フィールド
    12  2. [#report date&time presentation in report] / 時差を考慮したレポート表示
     11This plugin adds the following features: / 以下の二機能があります:
     12 1. [#field Timezone sensitive date&time field.] / 時差を考慮した時刻フィールド
     13 2. [#report Date & time presentation in report.] / 時差を考慮したレポート表示
    1314
    14 == Bugs/Feature Requests ==
     15== Bugs/Feature Requests
    1516
    1617Existing bugs and feature requests for EpochFieldPlugin are
    1718[report:9?COMPONENT=EpochFieldPlugin here].[[BR]]
     19
    1820If you have any issues, create a
    1921[http://trac-hacks.org/newticket?component=EpochFieldPlugin&owner=matobaa new ticket]. / 不具合報告は[http://trac-hacks.org/newticket?component=EpochFieldPlugin&owner=matobaa こちら]へ。
    2022
    21 == Get A Plugin or Source ==
     23[[TicketQuery(component=EpochFieldPlugin,group=type,format=progress)]]
     24
     25== Get A Plugin or Source
    2226
    2327Download the zipped source from [download:epochfieldplugin here].[[BR]]
     
    2529入手は[download:epochfieldplugin zip], [http://trac-hacks.org/svn/epochfieldplugin Subversion], [source:epochfieldplugin Trac]でどうぞ。
    2630
    27 == Example / 例 ==
    28 === epoch field === #field
    29 specify '''format=epoch''' for the custom-field in trac.ini as follows(or use CustomFieldAdminPlugin): / trac.ini または CustomFieldAdminPlugin で、カスタムフィールドの format を epoch と指定します:
     31== Example / 例
     32
     33=== Epoch field === #field
     34
     35Specify '''format=epoch''' for the custom-field in trac.ini as follows or use CustomFieldAdminPlugin: / trac.ini または CustomFieldAdminPlugin で、カスタムフィールドの format を epoch と指定します:
    3036{{{
    3137#!ini
     
    3440due.format = epoch
    3541}}}
    36 this plugin uses [http://keith-wood.name/datetimeEntry.html jquery.datetimeentry.js]. Ctrl-Home to current datetime. / Ctrl-Home で現在日時を入力できます。
     42
     43This plugin uses [http://keith-wood.name/datetimeEntry.html jquery.datetimeentry.js]. Ctrl-Home to current datetime. / Ctrl-Home で現在日時を入力できます。
    3744
    3845[[Image(ticket.png)]]
    3946
    40 === epoch report === #report
    41 in trac.ini, specify field-names you want to translate from epoch to datetime-string in regular-expressions, as follows: / trac.ini で 日時表記したいカラム名を正規表現で指定して:
     47=== Epoch report === #report
     48
     49In trac.ini specify field-names you want to translate from epoch to datetime-string in regular-expressions as follows: / trac.ini で 日時表記したいカラム名を正規表現で指定して:
    4250{{{
    4351#!ini
     
    4856}}}
    4957
    50 and, for example, report query as: / たとえば以下のようにSQLを書くと、
     58And, for example, create a report query as follows: / たとえば以下のようにSQLを書くと、
    5159{{{
    5260#!sql
     
    6775) AS c on (c.ticket = ticket.id and c.status = 'closed')
    6876}}}
    69 then the epoch columns (status change time in above example) shows as datetime string. / 更新日時といった列を unixtime ではなく日付文字列で表示します。
     77
     78Then the epoch columns, such as the status change time in the example above, shows as datetime string. / 更新日時といった列を unixtime ではなく日付文字列で表示します。
    7079
    7180[[Image(report.png)]]
    7281
    73 == Recent Changes ==
     82== Recent Changes
    7483
    7584[[ChangeLog(epochfieldplugin, 3)]]
    7685
    77 == Author/Contributors ==
     86== Author/Contributors
    7887
    7988'''Author:''' [wiki:matobaa] [[BR]]
    80 '''Maintainer:''' [wiki:matobaa] [[BR]]
     89'''Maintainer:''' [[Maintainer]] [[BR]]
    8190'''Contributors:'''