新規プロジェクト作成
スターツメニュー-Trac-コマンドプロンプトで
create-project
ユーザーの追加とパーミッションの変更
adminでログインして、管理コンソールで変更する。
チケットの担当者にコンボボックスを表示する
trac.ini
|
[ticket] restrict_owner = true |
チケットをメールで送信する
trac.ini
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
[notification] admit_domains = always_notify_owner = true ambiguous_char_width = single email_sender = SmtpEmailSender ignore_domains = mime_encoding = none sendmail_path = sendmail smtp_enabled = true smtp_from = ○○○○○@gmail.com smtp_from_name = ○○○○○@gmail.com smtp_password = ****** smtp_port = 587 smtp_replyto = ○○○○○@gmail.com smtp_server = smtp.gmail.com smtp_user = ○○○○○ ticket_subject_template = $prefix #$ticket.id: $summary use_tls = true |
文字コードの設定
trac.ini
|
[trac] default_charset = UTF-8 |
アカウント認証関係
メール認証できるようにする
trac.ini
|
[account-manager] authentication_url = force_passwd_change = true hash_method = HtDigestHashMethod htpasswd_hash_type = crypt password_file = C:TracLightprojectstrac.htdigest persistent_sessions = False refresh_passwd = False user_lock_max_time = 0 verify_email = true |
移行した場合
旧ログインコンポーネントの無効化
trac.ini
|
[components] trac.web.auth.loginmodule = disabled |
テーマの変更
trac.ini
チケット登録の変更(ヴァージョンアップで変更になった)
trac.ini
|
[notification] ticket_subject_template = $prefix #$ticket.id: [$change.author] $summary ↓ ticket_subject_template = $prefix #$ticket.id: $summary <blockquote> こんなエラーが出る <a href="https://blog.monslab.net/wp-content/uploads/trac-err006.jpg"><img src="https://blog.monslab.net/wp-content/uploads/trac-err006-300x44.jpg" alt="" title="trac-err006" width="300" height="44" class="alignnone size-medium wp-image-1232" /></a> </blockquote> |
svnのhook
post-commit.batをC:TracLightprojectssvnSampleProjecthooksからコピーする
こんなエラーが出る
その他
wikiの修正
・プロジェクト説明
・svnリポジトリのリンク
・・・etc

基本設定の修正

コンポーネント一覧の修正