redmine-trunk-changes 2019-06-03

変更

リビジョン 18219 - Remove trailing whitespaces from test/functional/attachments_controller_test.rb - Redmine

末尾の空白削除

リビジョン 18220 - Remove trailing whitespaces from test/test_helper.rb - Redmine

末尾の空白削除

リビジョン 18221 - Run test only when GhostScript is available (#22481). Patch by Marius BALTEANU. - Redmine

Feature #22481: Show thumbnails for PDF attachments - Redmine

PDFの添付ファイルのサムネイルを表示する機能のテストを、GhostScriptがインストールされている場合のみ実行するように修正しています。

リビジョン 18222 - Add a link to project_issues_report from project_issues_report_details (#3149... - Redmine

Patch #31493: Add a link to project_issues_report from project_issues_report_details - Redmine

プロジェクト詳細レポートの見出しにプロジェクトレポートへのリンクがつきました

リビジョン 18223 - Add redmine_plugin_migration generator (#31498). Patch by Kouhei Sutou. - Redmine

プラグイン用のマイグレーションのgeneratorがはいりました。マイグレーションファイルだけ生成できるようになってべんり。

動向

Patch #31498: Add redmine_plugin_migration generator - Redmine

プラグイン用のマイグレーションのみを生成するgeneratorを追加するパッチ。 対象バージョンが4.1に設定されています。べんりそう。

Feature #31499: Show "Due in X days" in issue details page - Redmine

オープンなチケットの期日の横に、期日まであとx日を表示する機能要望 べんりそう

Feature #31500: Ruby 2.7 support - Redmine

Ruby 2.7が今年出るのでそれのサポート用チケット

新文法多いので楽しみですね

Defect #31501: reminder.rake should ignore blank parameters - Redmine

リマインドメールのrakeタスクに空のパラメータをわたした場合に0をわたしたことになってしまって、うまく動かないことがあったのを修正しています。 safe navigation operator使っているのでRuby 2.3以降でしか動きませんね。(サポートしてるのは2.3以降だからまあ大丈夫)

そういう意味だとtry!は全部&.にしてよさそうではあるな...

Feature #31427: Insert a link to the source to the attribution line when quoting a note or a message - Redmine

やりとりの誤解解けたっぽい

 Defect #31496: Switch between toggle plus and minus icons for toggle multi select - Redmine

複数選択可能なやつの展開・折りたたみのアイコンがクリックするたび+と-で切り替わるようにする修正

Defect #31502: Error syntax in application.css - Redmine

展開・折りたたみの件のパッチでCSSのエラーが出て壊れたよう

CSS Lintかけるとよさげ

Defect #31503: Undefined local variable sender_email in MailHandler#receive_message_reply - Redmine

ロックされたトピックへの返信を受け取るとメールハンドラーがクラッシュするバグが報告されています。