Redmine でプロジェクト毎にテキストの書式を選択できるようにするパッチ

Tomohiro wrote this on Apr 11, 2011

プロジェクト毎のフォーマッタ - @tmtms のメモ

上記のブログエントリを参考にパッチを書いた.

手順

  1. patch を適用

    # curl -LO https://gist.github.com/raw/912936/application_helper.rb.choice_text_formatter.patch
    # cd /var/lib/redmine/app/helpers/
    # patch < application_helper.rb.choice_text_formatter.patch
    
  2. カスタムフィールドでプロジェクトに「テキストの書式」を作成

  3. プロジェクトの設定画面で「テキストの書式」を選択

Patch

References