Redmine 260 300_new_feature
Upcoming SlideShare
Loading in...5
×

Like this? Share it with your network

Share

Redmine 260 300_new_feature

  • 202 views
Uploaded on

Redmine最新動向

Redmine最新動向
〜2.6の変更点と3.0について〜

More in: Software
  • Full Name Full Name Comment goes here.
    Are you sure you want to
    Your message goes here
    Be the first to comment
    Be the first to like this

Views

Total Views
202
On Slideshare
131
From Embeds
71
Number of Embeds
1

Actions

Shares
Downloads
2
Comments
0
Likes
0

Embeds 71

https://twitter.com 70

Report content

Flagged as inappropriate Flag as inappropriate
Flag as inappropriate

Select your reason for flagging this presentation as inappropriate.

Cancel
    No notes for slide

Transcript

  • 1. Redmine最新動向 ∼2.6の変更点と3.0について∼ 第7回 redmine.tokyo 勉強会 2014/11/15 @naitoh 14年11月15日土曜日
  • 2. Redmine 2.6 の変更点 PDF・E-mail・UI Plugin/REST API 14年11月15日土曜日
  • 3. Code cleanup/refactoring Patch #16878 Parse configuration file for ERB configuration.yml内にERB(環境変数などが利用可能) の記述が可能に Patch #16905 Count users with a single query on group list 管理のグループ設定画面のCSSが変更に 14年11月15日土曜日
  • 4. Database Patch #16925 Improve performance of Principal.member_of scope Principal.member_of スコープのパフォーマンス改善 14年11月15日土曜日
  • 5. Email notifications Feature #16362 Option to send email on "Assignee updated" チケットの担当者が変更 になった場合、メール通 知が可能に Patch #17492 Lowering configuration.example.yml confusion configuration.example.yml 記述例の整理 14年11月15日土曜日
  • 6. Email receiving Feature #16707 Integrate support of SSL for POP3 incoming emails POP3経由でのチケット登録がSSL通信に対応 Patch #16190 Relax rejections based on Auto- Submitted header メール経由のチケット登録時、Auto-Submittedヘッ ダがあると全て無視する仕様が “Auto-Replied” もし くは “Auto-Generated”の値のもののみを無視する ように無効対象を縮小 14年11月15日土曜日
  • 7. Email receiving Defect #8758 Ignore email keywords after delimiter デミリタ(下図で設定)以降のe-mailキーワードを無 視するよう修正 Defect #14491 MailHandler: Unable to determine target project (when allow_override=project and project=unassigned is used) ターゲットプロジェクトが決定できない場合、デフ ォルトプロジェクト?を使用。 14年11月15日土曜日
  • 8. Gantt Defect #14737 Gantt, completed % truncated instead of rounded ガントチャートのバージョン進 %を切り捨てから 四捨五入に変更 14年11月15日土曜日
  • 9. Issues Feature #17431 Display a target version's date if available in issue forms, as a tooltip チケットの対象バージョンのリンクにカーソルを載 せることでツールチップ表示で期日を確認可能 Defect #17959 Issue notes not previewed when project is changed プロジェクト間でチケットを移動させる場合、変 更内容のプレビューが正しく表示されない問題を 修正 14年11月15日土曜日
  • 10. Issues Defect #17202 Copying Project Fails to Copy Queries with visibility == VISIBILITY_ROLES Defect #14281 Parent issue autocomplete does not follow to the "Allow cross-project subtasks" setting プロジェクトのコピー時、ロー ルベースの表示範囲設定のカス タムクエリ(2.4以降の機能)がコ ピーされない問題を修正 親チケット入力の自動補完 が設定不可範囲のチケット を含めて補完対象として検 索していたのを修正 14年11月15日土曜日
  • 11. Issues workflow Feature #16164 Bulk edit workflows for multiple trackers/roles 管理のワークフローでロール・トラッカーを複数 選択して一括編集可能に(コピーをしなくてもOK) 14年11月15日土曜日
  • 12. My page Feature #17955 Add link to /time_entries/new from My Page Spent Time block マイページで「作業時間の記録」パーツから書き込 みが可能に。(今までは閲覧のみ) 14年11月15日土曜日
  • 13. PDF export Feature #17570 use rbpdf gem instead of bundled rfpdf PDF出力をRfpdf(TCPDF 1.53.0.TC031ベース) Rbpdf(TCPDF 5.1.002ベース) gem に更新 PDF機能を gem 管理に 14年11月15日土曜日
  • 14. PDF export (rbpdf の機能) Use UTF-8 encoding. RTL (Right-To-Left) languages support was added. HTML tag inside table supported. CSS minimum support. Bookmark support. Adhoc Thai language support. (Bold font not support) Image 8bit PNG image support without RMagick liblary. 16bit PNG image support. (use RMagick liblary) Alpha channel PNG image support. (use RMagick liblary) JPEG/GIF image support. (use RMagick liblary) 14年11月15日土曜日
  • 15. PDF export Defect #8753 PDF export for Hebrew is reversed RTL(右から左へ書く)文字が逆転する問題を修正 Feature #14599 Support 16-bit depth PNG images in PDF export Feature #12447 Support for PNG with alpha channel in pdf export PDF出力の16bit-PNG・透明化PNGへの対応 14年11月15日土曜日
  • 16. PDF export Defect #18041 Wiki, Pdf export, Table, <pre> Defect #14917 Bad table formatting in pdf export Defect #12934 PDF export: No images in tables Defect #11788 Export to PDF: align right in table doesn't work PDF出力のテーブル内の書式(<pre>や、Bold/Italic、 画像など)対応 14年11月15日土曜日
  • 17. PDF export Defect #13860 Text of custom fields is not wrapped in PDF exports of issues Defect #14466 Wrap long issue fields in issue pdf header チケットのPDF出力で長いバージョン名や、長いカ スタムフィールドの場合、改行されない問題を修正 Defect #13781 CJK(Chinese/Japanese/Korean) characters are not shown in PDF on non CJK locales 非日本語ロケール(USなど)でPDF出力で日本語が表 示されない問題に対処(config/locales/*.yml の general_pdf_fontnameで日本語CID Fontを指定) 14年11月15日土曜日
  • 18. Permissions and roles Feature #17976 Custom permissions per project for non member and anonymous users 非メンバーや匿名ユーザーをプロジェクトのロール に割当可能に。 14年11月15日土曜日
  • 19. Permissions and roles Patch #6498 Make options parameter optional in User#allowed_to_globally? User#allowed_to_globally? の第2パラメータ options を省略可能に。 14年11月15日土曜日
  • 20. Plugin API Feature #14030 Allow plugins to put gems inside PluginGemfile Redmine plugin 作成時、bundler での各種gem定義 を、plugins/*/PluginGemfile にも記載できるように なりました。(プラグイン間gem競合を回避するた めの仕組み?) ※互換性維持のため plugins/*/ Gemfileも使用可能。 Feature #14008 Add a warning if 2 plugins have the same settings partial name 複数plugin間で同一の partial 設定使用時の警告追加 14年11月15日土曜日
  • 21. REST API Feature #10914 Include is_private setting in xml/json output チケット情報のREST API応答に private情報 (is_private)を追加 Feature #17628 Expose project is_public property via API Patch #17602 Include enabled modules in projects API プロジェクト情報のREST API応答に public情報 (is_public)を追加、”include=enabled_modules”オプ ションでプロジェクトの有効モジュール情報を応答 14年11月15日土曜日
  • 22. Roadmap Defect #9660 Issues counters in roadmap only link to issues in the same project 複数プロジェクトで共有されているロードマップに 他プロジェクトのチケットが混在している場合、チ ケット一覧へのリンクが自プロジェクトのチケッ トのみが対象となっているのを修正 14年11月15日土曜日
  • 23. SCM Feature #17077 fetch_changesets should use POST method too Subversion等のpost-commitスクリプトで使用する sys/fetch_changesetsに Getに加えPostメソッドが 使えるようになりました。 参考: http://blog.redmine.jp/articles/redmine-0_9-url- to-fetch-changesets/ 14年11月15日土曜日
  • 24. SCM Defect #17931 note "Applied in changeset" generated multiple times for the same repo 複数のサブプロジェクトなどで同一のリポジトリ を参照している場合、チェンジセットが複数にな らないように修正。 Defect #13487 Honor committer => user mapping in repository statistics リポジトリの統計表示でcommiter/userマッピング が反映されるように修正 14年11月15日土曜日
  • 25. UI Feature #17993 Issues list : css tags to get sort orders チケット一覧のソート順を示すCSSクラス sort-by- *, sort-asc, sort-desc を追加 Feature #17380 Move project sidebar content to a partial プロジェクトサイドバーを部分テンプレート化。プ ラグインによるオーバーライドが可能に Patch #16240 Private notes should be marked more clearly プライベート注記にラベル追加 14年11月15日土曜日
  • 26. UI Defect #12580 long hyperlinks inserted in task description breaks right frame boundary Defect #17322 Long strings such as URL break out of box 長い文字やURLリンクが折り返されない問題を修正 14年11月15日土曜日
  • 27. 全体の開発傾向 権限がロールベースに カスタムクエリ閲覧範囲のロール制御#1019 (2.4) ワークフロー設定のフィールドに対する権限設定が カスタムフィールドも利用可能に #5037 (2.4) 非ユーザ・匿名ユーザへのロール割当 #17976 (2.6) 14年11月15日土曜日
  • 28. Redmine 3.0 について 14年11月15日土曜日
  • 29. Redmine 3の目玉 Feature #14534 Upgrade to Rails 4.1 Feature #14371 Drop Ruby 1.8.7 support Rails 4.1 & Ruby 1.9.3以降サポート Feature #5450 Move wiki page to other project Wikiのプロジェクト間移動が可能に Feature #11702 Add user/group to multiple projects at once ユーザ・グループの複数プロジェクト一括登録 14年11月15日土曜日
  • 30. Redmine 3プラグイン対応の壁 Redmine 1.3→1.4 : Ruby1.9対応 デフォルトルーティング廃止 Redmine 1.4→2.0 : Rails 2.3→Rails 3.2 Redmine 2.0→2.1 : prototype→jQuery Redmine 2.6→3.0 : Rails 3.2→Rails 4.1 ルーティングの match廃止(Rails4) Redmine 2のときのようなプラグインの対応が困難 なケースは少なそう?(もちろん対応は必要) 14年11月15日土曜日
  • 31. 個人的な希望 Rails 4.1 ActionPack Variants のデバイスごとの View 切り替えに対応して欲しい。 14年11月15日土曜日
  • 32. 欲しい機能がある人は Redmine本家に次期対応候補チケットをまとめたバー ジョンがあるので、+1しましょう! [Candidate for next major release] http://www.redmine.org/versions/32 [Candidate for next minor release] http://www.redmine.org/versions/33 14年11月15日土曜日