close
Warning:
Can't synchronize with repository "(default)" (/var/svn/mioproject does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Jul 30, 2013, 8:39:06 PM (11 years ago)
- Author:
-
trac
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
1 | | = Trac タイムライン = #TheTracTimeline |
| 1 | = The Trac Timeline = |
2 | 2 | [[TracGuideToc]] |
3 | 3 | |
4 | | タイムラインは簡単なレポート形式でプロジェクトの履歴を提供します。 |
| 4 | The timeline provides a historic view of the project in a single report. |
5 | 5 | |
6 | | タイムラインは時間順に起こった Trac のイベントを、 |
7 | | 簡単な説明と、もし当てはまるならばその変更を行った人を |
8 | | リストします。 |
| 6 | It lists all Trac events that have occurred in chronological order, a |
| 7 | brief description of each event and if applicable, the person responsible for |
| 8 | the change. |
9 | 9 | |
10 | | タイムラインはこれらの種類のイベントをリストします: |
11 | | * '''Wiki ページ''' -- 登録と変更 |
12 | | * '''チケット''' -- 登録と解決/クローズ (オプションとしてその他の変更) |
13 | | * '''ソースコードの変更 ''' -- リポジトリへのチェックイン |
14 | | * '''マイルストーン ''' -- マイルストーン完了 |
| 10 | The timeline lists these kinds of events: |
| 11 | * '''Wiki page events''' — Creation and changes |
| 12 | * '''Ticket events''' — Creation and resolution/closing (and optionally other changes) |
| 13 | * '''Source code changes ''' — Repository check-ins |
| 14 | * '''Milestone ''' — Milestone completed |
15 | 15 | |
16 | | それぞれのイベントのエントリは発生したイベントの箇所へのハイパーリンクを提供し、 |
17 | | 実際のコメントかテキストの簡単な抜粋が利用可能であるなら表示します。 |
| 16 | Each event entry provides a hyperlink to the specific event in question, who authored the change as well as |
| 17 | a brief excerpt of the actual comment or text, if available. |
18 | 18 | |
19 | | タイムラインの設定のオプションについては、 [wiki:TracIni#timeline TracIni] を参照して下さい。 |
| 19 | It is possible to filter the displayed events with the various filters in the option panel: |
| 20 | * ''View changes from'' — the date from which to start displaying events (current date if empty). Events that occurred after this date will not be shown, only those that occurred before that date. |
| 21 | * ''and X days back'' — how many days backwards in time to get events. |
| 22 | * ''done by'' — the author of an event. It accepts a space-separated list of authors for which events should be included. Alternatively, if the author names are prefixed by a "-" character, then the events having those authors will be excluded, and all the others included. Single or double quotes can be used for specifying author names containing space characters. ''(since 0.12)'' |
| 23 | * ''Changesets in all repositories'' — if you have more than one repository connected to your Trac project, then you can filter the output so events from specific repositories are not shown. ''(since 0.12)'' |
| 24 | * ''Milestones reached'' — display or hide milestones reached. |
| 25 | * ''Opened and closed tickets'' — display or hide ticket open or close events. |
| 26 | * ''Wiki changes'' — display or hide Wiki change events. |
20 | 27 | |
21 | | == RSS 対応 == #RSSSupport |
| 28 | See !TracIni's [wiki:TracIni#timeline-section "[timeline] section"] for timeline configuration options. |
22 | 29 | |
23 | | タイムラインモジュールは、 RSS 2.0 を提供しています。プロジェクトのイベントを購読するためには、ページの下部にあるオレンジ色の '''XML''' アイコンをクリックしてください。 Trac における RSS 対応についてのより多くの情報は TracRss を参考にして下さい。 |
| 30 | == RSS Support == |
| 31 | |
| 32 | The Timeline module supports subscription using RSS 2.0 syndication. To subscribe to project events, click the orange '''XML''' icon at the bottom of the page. See TracRss for more information on RSS support in Trac. |
24 | 33 | |
25 | 34 | ---- |
26 | | See also: TracGuide, TracWiki, WikiFormatting, TracRss, TracNotification |
| 35 | See also: TracGuide, TracIni, TracWiki, WikiFormatting, TracRss, TracNotification |