BTS.Trac (1.0.51.183) | 2009-07-08 20:03 |
ExcelRedmineAddIn (1.0.1) | 2009-06-15 23:07 |
ExcelTracAddIn (1.2.1) | 2009-06-15 23:09 |
OpenProj (1.4-ja-dev2) | 2009-08-14 09:02 |
ProjectTracAddIn (1.0.0) | 2009-03-14 14:30 |
TaskTrayTrac (2.0β1) | 2009-07-31 00:55 |
TicketImportTemplate (1.0) | 2009-02-03 22:55 |
TracPluginTemplateMaker (0.2) | 2009-10-11 22:59 |
VisualStudioTracAddIn (2.0 β1) | 2009-07-31 00:53 |
Tracのフィールドにカレンダポップアップやアイコン装飾、選択項目の補完など、装飾的な機能を追加します。
下記のような感じで、カレンダ機能を追加します。
trac.iniに下記のように追加します。
[decorator] calendar_fields=due_assign,due_close
0.11系ではデフォルトで、due_assignとdue_closeフィールドにカレンダ機能を追加するようになっていますので設定は不要です。
0.10系ではデフォルトで設定は有りませんので、カレンダ機能を追加したいフィールドをtrac.iniに設定してください。
下記のような感じで、レポートをアイコン化します。
この機能はJavaScriptを利用してレポートをアイコン化するため、スペックが低いマシンでは重くなるかも知れません。
その場合は、次のようにするとアイコン化機能をoffにすることができます。
[decorator] iconized_report=False
下記のようにしてインストールします。
For Trac 0.11
easy_install http://svn.sourceforge.jp/svnroot/shibuya-trac/plugins/decoratorplugin/trunk
For Trac 0.10
easy_install http://svn.sourceforge.jp/svnroot/shibuya-trac/plugins/decoratorplugin/branches/0.10
For Trac 0.11
$ svn co http://svn.sourceforge.jp/svnroot/shibuya-trac/plugins/decoratorplugin/trunk $ cd trunk $ python setup.py bdist_egg $ cp dist/TracDecoratorPlugin-x.x.egg <プラグインディレクトリ>
For Trac 0.10
$ svn co http://svn.sourceforge.jp/svnroot/shibuya-trac/plugins/decoratorplugin/branches/0.10 $ cd trunk $ python setup.py bdist_egg $ cp dist/TracDecoratorPlugin-x.x.egg <プラグインディレクトリ>
sf.jpのSVNリポジトリから取得できます。
Trac月1.4.6以前の環境で利用する場合、このプラグインを利用するには以下の作業が必要です。
この作業の結果、Trac月の持つユーザ名の補完機能は利用できなくなりますが、CompleteUserPluginを別途導入することにより同様の機能の実現が可能です。