Redmine 6.0.5, 5.1.8 リリース
2025年4月20日(中央ヨーロッパ時間)、Redmine 6.0.5、5.1.8 がリリースされました。不具合修正のみ含まれる maintenance release です。
Redmineとは:
Redmineはオープンソースのプロジェクト管理ソフトウェアです。オンプレミスのサーバなど自前の環境に自由にインストールできるほか、クラウドサービスも利用できます。
今回のリリースでは、複数のプラグインがロードされるとプラグインアクティビティアイコンの表示が崩れる問題が修正されました(#42509)。
また、RTL言語への対応を改善しました(#42575、#42465)。
変更・修正一覧
各リリースのCHANGELOG(修正・変更点の一覧)の日本語訳です。チケット番号はRedmineオフィシャルサイト上のチケットにリンクしています。
6.0.5のみの変更・修正内容 (18件)
Custom fields (カスタムフィールド)
- Defect #42342: Missing thousands separator in Integer and Float custom field totals
整数および小数のカスタムフィールドの合計に3桁区切りが表示されていない
Plugin API (プラグインAPI)
- Defect #42509: Plugin activity icons broken when multiple plugins are loaded
複数のプラグインがロードされるとプラグインアクティビティアイコンの表示が崩れる
Project (プロジェクト)
- Patch #42440: Fix project selector focus by explicitly targeting the first selected item
最初の選択項目を明示的にターゲットにし、プロジェクトセレクターのフォーカスを修正
SCM (バージョン管理システム)
- Patch #42500: Skip repository tests when the SCM client command is unavailable
SCMクライアントコマンドが利用できない場合、リポジトリテストをスキップする
UI (ユーザーインターフェイス)
Defect #41833: Tabs left / right buttons use legacy icons
タブの左右ボタンに旧アイコンが使われているDefect #41952: Flash notice icons use the legacy icons
フラッシュ通知に旧アイコンが使われているDefect #41967: Replace SCM action legacy icons with SVG icons in the tree view of the repository browser
リポジトリブラウザのツリービューにおいて、SCMアクションの旧アイコンをSVGアイコンに置き換えるDefect #42181: Project jump box uses legacy caret icons
プロジェクトジャンプボックスに旧アイコンが使われているDefect #42285: Icon expanded for closed fixed versions missing
修正済み・クローズ済みバージョンの展開アイコンが表示されないDefect #42286: Context menu right arrow uses the legacy icon
コンテキストメニューに旧アイコンが使われているDefect #42369: Expander icons not switch in Collapse all/Expand all
すべて折りたたむ/すべて展開をクリックしてもアイコンが切り替わらないDefect #42465: Improve SVG icon compatibility with RTL languages
SVGアイコンのRTL言語対応を改善Defect #42487: Improve SVG contrast when a row is selected on table list
一覧表で行が選択されたときのSVGアイコンのコントラストを改善Defect #42520: PNG icon displayed instead of SVG in subtasks list when viewing all tasks
全チケットを表示しているとき、子チケット一覧のアイコンがSVGではなくPNGで表示されるDefect #42532: Expander icon not working in repository tree
リポジトリのツリー表示で、展開/折りたたみアイコンが正しく動作しないDefect #42575: Fix sidebar switch button display in RTL language
RTL言語環境におけるサイドバー切り替えボタンの表示を修正Defect #42576: Newly attached files are displayed using the legacy icons
ファイルを添付したときのアイコンに旧アイコンが使われているPatch #42577: Replace legacy Atom icon with SVG icon
Atomフィードに関する旧アイコンをSVGアイコンに置き換える
6.0.5, 5.1.8 共通の変更・修正内容 (14件)
Administration (管理)
- Defect #42584:
NoMethodError
when creating a user with an invalid email address and domain restrictions are enabled
メールアドレスのドメイン制限が有効な設定の場合に、無効な形式のメールアドレスでユーザーを作成しようとするとNoMethodError
が発生する
Attachments (添付ファイル)
- Defect #42394: Inconsistent behaviour between attachment download routes with and without filename
添付ファイルのダウンロード用ルートについて、ファイル名を含む場合と含まない場合とで動作が異なる
Code cleanup/refactoring (コードクリーンナップ / リファクタリング)
Patch #42562: Fix random test failure in
ProjectAdminQueryTest
due to missing language settingProjectAdminQueryTest
において言語設定の欠落が原因によるテスト失敗を修正Patch #42572: Fix random test failure in
MemberTest#test_update_roles_with_inherited_roles
due to non-deterministic orderingMemberTest#test_update_roles_with_inherited_roles
において順序の不定性が原因によるテスト失敗を修正
Custom fields (カスタムフィールド)
- Patch #41935: Add "editable" attribute in the custom fields API response
カスタムフィールドAPIのレスポンスにeditable
属性を追加
Gantt (ガントチャート)
- Defect #42145: MiniMagick (> 5) removed
cli_path
, result crash when suppliedimagemagick_convert_command
MiniMagick バージョン5以降でのcli_path
削除に起因するimagemagick_convert_command
設定時のクラッシュ発生
Issues (チケット)
- Defect #42458: "For all projects" checkbox should be disabled when editing an existing query in which the checkbox is already checked
「全プロジェクト向け」が有効のカスタムクエリ編集画面上でこのチェックボックスを無効化
Performance (パフォーマンス)
Defect #40728: Slow loading of global spent time list in MySQL
MySQL環境において全プロジェクトの作業時間一覧の読み込みに時間がかかるFeature #42574: Optimize autocomplete issue listing triggered by typing "##" by eager loading trackers
チケットの情報を自動入力する##
機能において、関連するトラッカー情報を一括先行読み込みすることによる表示速度の改善
Text formatting (テキスト書式)
- Defect #42545: Commit message in issue history might be rendered in incorrect context
チケット履歴内のコミットメッセージ表示が誤ったコンテキストで行われる可能性
UI (ユーザーインターフェイス)
Defect #41828: In mobile view, delete relation svg icon in 'Related Issues' on an issue page, overflow text
モバイル表示時にチケット画面の関連するチケットの関連を削除するSVGアイコンが原因で、テキストがはみ出るDefect #41947: Collapse arrow shows the wrong direction at /workflows/edit
ワークフロー編集画面で折りたたみアイコンの矢印が正しくない向きに表示されるPatch #42497: Adjust the position of the news comment delete button
ニュースのコメントの削除ボタンの位置調整Patch #42596: Do not show user icon in add watchers modal when gravatar is disabled
Gravatar無効時にウォッチャー追加ダイアログにユーザーアイコンを表示しない
Redmine新バージョンのリリースをメールでお知らせします。
ぜひ下記ページよりメールサービス「Redmine News」にご登録ください。
最新情報お知らせメール「Redmine News」 (Redmine.JP)