Redmine 3.4.0のCHANGELOG 日本語訳
Redmine 3.4.0のCHANGELOGの日本語訳です。修正内容・新機能の一覧を確認できます。
- チケット番号はRedmineオフィシャルサイト上のチケットにリンクしています。
- 日本語訳がリンクになっているものは、クリックすると「Redmine 3.4 新機能紹介」記事内の該当機能の解説をご覧いただけます。
Accounts / authentication
- Defect #13741: Not landing on home page on login after visiting lost password page
パスワード再発行画面に移動してからログインを行うとホーム画面ではなくパスワード再発行画面が再度表示されてしまう - Feature #10840: Allow "Stay logged in" from multiple browsers
「ログインを維持」をONにして別ブラウザから新たにログインすると、他方のブラウザのログインが維持されない - Feature #25253: Password reset should count as a password change for
User#must_change_passwd
ユーザーの編集画面で「次回ログイン時にパスワード変更を強制」をONにしているとき、パスワード再発行を行った場合もパスワードを変更したと見なすよう変更 - Feature #26190: Add setting to hide optional user custom fields on registration form
ユーザーの登録画面でカスタムフィールドを非表示にする設定を追加(管理→設定→認証 「アカウント登録画面でカスタムフィールドを表示」) - Patch #25483: Forbid to edit/update/delete the anonymous user
匿名ユーザーに対する編集・更新・削除操作を禁止
Activity view
- Patch #18399: Missing "next" pagination link when looking at yesterday's activity
活動画面で前日分の情報を表示しているとき「次」リンクが表示されない
Administration
- Defect #7577: "Send account information to the user" only works when password is set
ユーザーの作成・編集画面の「アカウント情報をユーザーに送信」をONにしても、パスワードが変更されたときしかメールが送信されない - Defect #25289: Adding a principal to 2 projects with member inheritance leads to an error
ユーザー・グループを同時に2つのプロジェクトのメンバーにしようとするとエラーが発生することがある - Feature #12598: Add tooltip on Workflow matrix for helping in big ones
ワークフロー画面の各セルにマウスカーソルをあわせたときに現在のステータスと遷移先のステータスをツールチップで表示 - Feature #16484: Add default timezone for new users
新しいユーザーを作成したときのデフォルトタイムゾーンの設定(管理→設定→認証 「タイムゾーン」) - Feature #24780: Add tooltip on Permissions report matrix
権限レポート画面の各セルにマウスカーソルをあわせたときに権限とロールをツールチップで表示 - Feature #24790: Add tooltip on trackers summary matrix
トラッカーのサマリー画面の各セルにマウスカーソルをあわせたときにトラッカーとフィールドの組み合わせをツールチップで表示
Attachments
- Defect #24308: Allow Journal to return empty Array instead nil in Journal#attachments
Journal#attachment
が添付ファイルがないときに空配列でなくnilを返す問題を修正 - Feature #13072: Delete multiple attachments with one action
添付ファイルの一括削除 - Patch #22941: Allow thumbnails on documents, messages and wiki pages
Wiki、文書、フォーラムのメッセージに添付された画像ファイルのサムネイルを表示 - Patch #24186: Restrict the length attachment filenames on disk
添付ファイルをサーバ上で保存するときのファイル名の長さを制限。異常に長い名前のファイルを添付したとき、サーバ上でファイルシステムの上限を超える長さで保存しようとしてエラーが発生するのファイルシステムの上限を超える長さで保存しようとしてエラーが発生する問題を回避 - Patch #25215: Re-use existing identical disk files for new attachments
既存ファイルと同じファイルが添付された場合はディスク上のファイルを再利用してディスク領域を節約 - Patch #25240: Use SHA256 for attachment digest computation
添付ファイルのハッシュ算出のアルゴリズムをMD5からSHA256に変更(旧バージョンで保存済みファイルのMD5の値をSHA256に変換するにはコマンドラインでrake redmine:attachments:update_digests
を実行) - Patch #25295: Use path instead of URL of image in preview
プレビュー画面で画像を参照するのにURLではなくパスを使用するよう変更
Code cleanup/refactoring
- Defect #24928: Wrong text in log/delete.me
log/delete.me
ファイル内のテキストの内容が誤っている - Defect #25563: Remove
is_binary_data?
fromString
Ruby 1.8用のString#is_binary_data?
メソッドを削除 - Feature #15361: Use css pseudo-classes instead of cycle("odd", "even")
テーブルを行ごとに色分け表示するためのcycle("odd", "even")
を廃止し疑似クラス:nth-child
を使用 - Patch #24313: Use the regular "
icon icon-*
" classes for all elements with icons
すべてのアイコンにCSSクラス名 "icon icon-*
" を付与 - Patch #24382: More readable regex for
parse_redmine_links
parse_redmine_links
メソッド内の正規表現を読みやすく改善 - Patch #24523: Source: ignore .idea
.idea
ファイルを無視するようリポジトリの設定を追加 - Patch #24578: Remove unused CSS class ".icon-details"
使われていないCSSクラス".icon-details"を削除 - Patch #24643: Rename "issue" to "item" in query helpers
queries_helper.rb
内のメソッドの引数名を "issue" から "item" に変更 - Patch #24713: Remove iteration in
ApplicationHelper#syntax_highlight_lines
ApplicationHelper#syntax_highlight_lines
メソッド内の不必要なループを削除 - Patch #24832: Remove instance variable which is unused after r9603
AdminController#info
メソッド内の使用されていないインスタンス変数を削除 - Patch #24899: Remove unused "
description_date_*
" from locale files
使用されていないラベルdescription_date_*
を言語ファイルから削除 - Patch #24900: Remove unused "
label_planning
" from locale files
使用されていないラベルlabel_planning
を言語ファイルから削除 - Patch #24901: Remove unused "
label_more
" from locale files
使用されていないラベルlabel_more
を言語ファイルから削除 - Patch #26149: Remove duplicate method
shell_quote
重複したメソッドshell_quote
を削除
Core Plugins
- Feature #24167: Rebuild a single nested set with
nested_set
plugin
チケットのnested set(親子関係)の不整合が発生したときに、親チケットを指定して修復するためのメソッドrebuild_single_tree!
を追加
Custom fields
- Feature #6719: File format for custom fields (specific file uploads)
ファイルのアップロードに対応した新たな形式のカスタムフィールド「ファイル」を追加 - Feature #16549: Set multiple values in emails for list custom fields
メールによるチケット登録でリスト形式カスタムフィールドに複数の値を設定(コンマで区切る) - Feature #23265: Group versions by status in version custom field filter
バージョン形式カスタムフィールド用のチケットのフィルタで、選択肢の値をバージョンステータスごとにグループ化 - Patch #21705: Option for long text custom fields to be displayed using full width
「長いテキスト」形式カスタムフィールドを画面一杯の幅で表示するための「ワイド表示」オプション - Patch #24801: Flash messages on CustomFields destroy
管理画面でカスタムフィールドを削除したときにメッセージを表示
Database
- Defect #23347: MySQL: You can't specify target table for update in FROM clause
MySQLでマイグレーションファイル20150525103953_clear_estimated_hours_on_parent_issues.rb
をロールバックするとエラー発生 - Defect #25416: "My account" broken with MySQL 8.0 (keyword admin should be escaped)
MySQL 8.0でadmin
が予約語になったことが原因で一部機能が利用できない
Documentation
- Defect #21375: Working external URL prefixes (protocols and 'www' host part) not documented in wiki syntax
自動的にリンクとなるURLの形式のうち一部がヘルプに記載されていない - Feature #25616: Change format of the changelog (both on redmine.org and in the shipped changelog file)
CHANGELOGの書式をカテゴリごとに分類するよう変更 - Patch #24800: Remove internal style sheet duplication and obsoleted meta tag from
wiki_syntax_*
documentation.
Wiki記法ヘルプ内のCSSを外部ファイルにまとめるとともに不要なmetaタグを削除 - Patch #26188: Documentation (detailed syntax help & code) additions/improvements
ヘルプ等の微修正
Email notifications
- Feature #25842: Add table border to email notifications
通知メール内のテーブルに枠線を表示 - Patch #23978: Make the email notifications for adding/updating issues more readable/clear
通知メールのレイアウトとスタイルの改善
Email receiving
- Defect #25256: Mail parts with empty content should be ignored
マルチパート形式メール内の空のテキストパートは無視するよう修正 - Feature #5864: Regex Text on Receiver Email
管理→設定→受信メール 「メール本文から一致する行以降を切り捨てる」が正規表現に対応 - Patch #17718: Body delimiters to truncate emails do not take uncommon whitespace into account
「メール本文から一致する行以降を切り捨てる」に設定しているとき、メール本文の行末にUnicodeの空白文字(U+00A0)がある場合も空白文字として無視する
Forums
- Patch #24535: Flash messages on Board destroy
フォーラムを削除したときにメッセージを表示
Gantt
- Patch #25876: Gantt chart shows % done even if the field is disabled for the tracker
トラッカーの設定で進捗率を無効にしていてもガントチャートでは進捗率が表示される問題の修正
Gems support
- Feature #23932: Update TinyTds to recent version (1.0.5)
SQL Serverに接続するためのライブラリTinyTdsを1.0.5にアップデート - Feature #25781: Markdown: Upgrade redcarpet gem to 3.4
Markdownを処理するためのライブラリRedcarpetを3.4にアップデート
Hook requests
- Patch #23545: Add
before_render
hook to WikiController#showWikiController#show
にbefore_render
フックを追加
I18n
- Defect #24616: Should not replace all invalid utf8 characters (e.g in mail)
メールによるチケット登録で文字列に不正なバイト列が含まれているとき、文字列中の非ASCII文字が文字化け - Patch #24938: Update tr.yml for
general_first_day_of_week
トルコ語における週の開始を日曜日から月曜日に変更 - Patch #25014: redmine/i18n.rb -
languages_lookup
class variable is rebuilt every time
クラス変数@@languages_lookup
がリクエストごとに初期化されている問題を修正
Importers
- Feature #22701: Allow forward reference to parent when importing issues
CSVファイルをインポートしてチケットを作成するとき、CSVファイル内で子チケットが親チケットより先に出現しても親子関係をセットできるよう改善
Issues
- Defect #5385: Status filter should show statuses related to project trackers only
プロジェクトで使われていないステータスがチケットのフィルタに表示されないよう修正 - Defect #15226: Searching for issues with "updated = none" always returns zero results
チケットのフィルタを「最終更新日 = なし」に設定したときチケットが1件もヒットしない。作成してから1回も更新されていないチケットがヒットするよう修正 - Defect #16260: Add Subtask does not work correctly from tasks with Parent Task field disabled
子チケットを追加するとき作成画面で「親チケット」フィールドが無効化されているトラッカーを選択できてしまう - Defect #17632: Users can't see private notes created by themselves if "Mark notes as private" is set but "View private notes" is not
「プライベート注記の閲覧」権限がなくても、自分が書いた注記はプライベートにセットされても参照できるよう修正 - Defect #17762: When copying an issue and changing the project, the list of watchers is not updated
チケットをコピーして作成するとき、チケット作成フォームでプロジェクトを変更してもウォッチャーの一覧が更新されない - Defect #20127: The description column in the issues table is too short (MySQL)
MySQLを使用しているときにチケットの説明と注記に64KBを超えるテキストを入力できない問題の修正 - Defect #21579: The cancel operation in the issue edit mode doesn't work
チケット編集画面で「キャンセル」が動作しないことがある - Defect #23511: Progress of parent task should be calculated using total estimated hours of children
予定工数がセットされていない子チケットがあるとき親チケットの進捗率の計算が誤っている - Defect #23755: Bulk edit form not show fields based on target tracker and status
チケットの一括編集画面でトラッカーまたはステータスを選択し直したとき、表示されるフィールドは選択内容を反映していない - Feature #482: Default assignee on each project
プロジェクトごとのデフォルト担当者 - Feature #3425: View progress bar of related issues
「関連するチケット」のチケット一覧に進捗率の表示を追加 - Feature #10460: Option to copy watchers when copying issues
チケットをコピーするときウォッチャーを保持するオプション - Feature #10989: Prevent parent issue from being closed if a child issue is open
未完了の子チケットを持つ親チケットのクローズを禁止 - Feature #12706: Ability to change the private flag when editing a note
注記の編集画面でプライベートフラグの変更機能を追加 - Feature #20279: Allow to filter issues with "Any" or "None" target version defined when viewing all issues
全プロジェクトのチケットを表示中、共有レベルが「全プロジェクト」のバージョンがない場合はバージョンのフィルタが表示されなかったが、その場合でも「なし」「すべて」は利用できるよう改善 - Feature #21623: Journalize values that are cleared after project or tracker change
チケットのプロジェクトまたはトラッカーの変更により失われるカスタムフィールドの値を履歴に記録 - Feature #22600: Add warning when loosing data from custom fields when bulk editing issues
チケットの一括編集でトラッカーやプロジェクトの移動をしようとしているとき、その操作によりカスタムフィールドの値が失われる場合は警告を表示 - Feature #23610: Reset status when copying issues
チケットをコピーするときステータスをデフォルトステータスにリセット - Feature #24015: Do not hide
estimated_hours
label when value is nil
予定工数が入力されていない場合もチケット画面に予定工数フィールドを表示 - Feature #25052:
Allow to disable description field in tracker setting
トラッカーの設定にチケットの説明欄を無効化できるオプションを追加 - Patch #23888: Show an error message when changing an issue's project fails due to errors in child issues
子チケットが原因でチケットの移動が失敗したときにそのことを示すエラーメッセージを表示 - Patch #24692: Issue destroy : Reassign time issue autocomplete
チケット削除時に表示される作業時間データの移動先とするチケットを入力する欄でチケットのオートコンプリートに対応 - Patch #24877: Filter parent task issues in auto complete by open/closed status depending on the subtask status
「親チケット」フィールドのオートコンプリートで、表示する親チケットの候補は現在のチケットのステータス(完了/未完了)で絞り込み - Patch #25055: Filter out current issue from the related issues autocomplete
「関連するチケット」のオートコンプリートの候補に現在のチケットを含まないよう変更
Issues filter
- Defect #24769: User custom field filter lists only "Me" on cross project issue list
全プロジェクトのチケットを表示中、チケットのフィルタでユーザー形式カスタムフィールドの選択肢に「自分」しか表示されない - Defect #24907: Issue queries: "Default columns" option conflicts with "Show description"
クエリの編集画面で「デフォルトの項目」がONの場合も「説明」と「最新の注記」の選択ができる問題の修正 - Defect #25077: Issue description filter's 'none' operator does not match issues with blank descriptions
チケットのフィルタ「説明」で演算子「なし」が機能しておらず、説明欄が入力されていないチケットがあっても1件もヒットしない - Feature #2783: Filter issues by attachments
チケット一覧画面に新たなフィルタ「ファイル」を追加 - Feature #10412: Target version filter shoud group versions by status
チケットのフィルタ「対象バージョン」の選択肢をステータスごとにグループ化 - Feature #15773: Filtering out specific subprojects (using 'is not' operator)
チケットのフィルタ「サブプロジェクト」で演算子「等しくない」を利用できるようにし、特定のサブプロジェクトを除外した絞り込みが可能に - Feature #17720: Filter issues by "Updated by" and "Last updated by"
チケット一覧画面に新たなフィルタ「更新者」「最終更新者」を追加 - Feature #21249: Ability to filter issues by attributes of a version custom field (e.g. release date)
チケット一覧画面に、バージョン型カスタムフィールドのの期日・ステータスと、バージョンに対するカスタムフィールドのフィルタを追加 - Feature #23215: Add the possibility to filter issues after Target Version's Status and Due Date
新たなチケットのフィルタ「対象バージョンの期日」と「対象バージョンのステータス」を追加
Issues list
- Feature #1474: Show last comment/notes in the issue list
チケット一覧で最新の注記を表示するオプション - Feature #6375: Last updated by colum in issue list
チケット一覧の新たな項目「最終更新者」 - Feature #25515: View attachments on the issue list
チケット一覧で添付ファイルを表示するための新たな項目「ファイル」 - Patch #24649: Make Spent time clickable in issue lists
チケット一覧画面の「作業時間」「合計作業時間」に作業時間の一覧へのリンクを追加
Issues workflow
- Defect #14696: Limited status when copying an issue
チケットをコピーして作成するとき、元のステータスとデフォルトのステータスしか選択できない - Patch #24281: Workflow editing shows statuses of irrelevant roles
ワークフロー編集時、「このトラッカーで使用中のステータスのみ表示」がONのときに無関係なステータスが表示される場合がある
My page
- Feature #1565: Custom query on My page
カスタムクエリを表示する新たなマイページパーツ「チケット」 - Feature #7769: Sortable columns in issue lists on "My page"
マイページ内のチケットの一覧が項目ごとのソートに対応 - Feature #8761: My page - Spent time section only display 7 days, make it a parameter
マイページパーツ「作業時間」に何日分の情報を表示するか設定する機能を追加 - Feature #23459: Columns selection on the issues lists on "My page"
マイページ内のチケット一覧に表示する項目の選択機能を追加 - Feature #25297: In place editing of "My page" layout
マイページのレイアウトをモード切替無しで変更できるよう改善
Performance
- Defect #24433: The changeset display is slow when
changeset_issues
has very many records
チケットとリビジョンの関連づけが多数データベースに記録されているときチケット画面でのリビジョンの表示が遅い - Feature #23743: Add index to
workflows.tracker_id
workflows.tracker_id
にインデックスを追加してトラッカー一覧画面のパフォーマンスを改善 - Feature #23987: Add an index on
issues.parent_id
issues.parent_id
にインデックスを追加してall_dependent_issues
メソッドのパフォーマンスを改善 - Patch #21608:
Project#allowed_to_condition
performanceProject#allowed_to_condition
内のクエリでインデックスを使用することでプロジェクト数が多いときのパフォーマンスを改善 - Patch #22850: Speedup
remove_inherited_roles
MemberRole#remove_inherited_roles
内でテーブルのフルスキャンを回避 - Patch #23519: Don't preload projects and roles on
Principal#memberships
associationPrincipal
のアソシエーションmembership
のpreload
を行わないよう改善 - Patch #24587: Improve custom fields list performance
カスタムフィールドを使用しているプロジェクト数を取得するクエリを見直してカスタムフィールド一覧のパフォーマンスを改善 - Patch #24787: Don't preload all filter values when displaying issues/time entries
チケットと時間管理のフィルタをAJAX化しプロジェクト数やユーザー数が多い場合のパフォーマンスを改善 - Patch #24839: Minor performance improvement - Replace count by exists?
レコード数が0かどうか判断するためにcount
メソッドのかわりにexists?
メソッドを使用 - Patch #24865: Load associations of query results more efficiently
Issues
モデルでアソシエーションの読み込みを効率化 - Patch #25022: Add an index on
attachments.disk_filename
attachments.disk_filename
にインデックスを追加して添付ファイル削除のパフォーマンスを改善
Permissions and roles
- Feature #4866:
New permission: view forum
新たな権限「メッセージの閲覧」 - Feature #7068: New permission: view news
新たな権限「ニュースの閲覧」
Project settings
- Defect #23470: Disable "Select project modules" permission does not apply to the new project form
「モジュールの選択」権限がないユーザーが「新しいプロジェクト」画面でモジュールを選択できる問題の修正 - Feature #22608: Enable filtering versions on Project -> Settings -> Versions
プロジェクトの設定画面の「バージョン」タブにフィルタ機能を追加 - Feature #24011: Add option to set a new version as default directly from New Version page
「新しいバージョン」画面でそのバージョンをデフォルトバージョンにするためのチェックボックスを追加
REST API
- Defect #23921: REST API Issue PUT responds 200 OK even when it can't set
assigned_to_id
チケットに対するREST APIで、PUTリクエストで担当者の割り当てに失敗してもエラーが返されない - Feature #7506: Include allowed activities list in "project" API response
プロジェクトに対するREST APIでプロジェクトで有効な作業分類(時間管理)の取得に対応(include=time_entry_activities
) - Feature #12181: Add attachment information to issues.xml in REST API
REST APIでチケット一覧を取得するとき、include=attachments
パラメータで添付ファイルの情報を含めることに対応 - Feature #23566: REST API should return attachment's id in addition to token
REST APIで添付ファイルをアップロードしたときトークンに加えてID番号も返すよう変更 - Patch #19116: Files REST API
「ファイル」モジュールのREST API - Patch #22356: Add support for updating attachments over REST API
REST APIで既存添付ファイルの更新に対応 - Patch #22795: Render custom field values of enumerations in API requests
REST APIで「選択肢の値」を取得するときカスタムフィールドの値も返す
Roadmap
- Defect #23377: Don't show "status" field when creating a new version
「新しいバージョン」画面でステータスの選択肢を表示しないよう変更 - Feature #23137: Completed versions on Roadmap: Sort it so that recently created versions are on top
ロードマップ画面サイドバー内「完了したバージョン」の一覧の並び順を、新しいものが上になるよう変更
Ruby support
- Feature #25048: Ruby 2.4 support
Ruby 2.4対応
SCM
- Defect #14626: Repositories'
extra_info
column is too short with MySQL
MySQL使用時、repositories.extra_info
に64KBを超えるテキストを格納できない問題を修正
SCM extra
- Defect #23865: Typo: s/projet/project/ in Redmine.pm comments
Redmine.pm内のコメントのtypoを修正
Search engine
- Feature #9909: Search in project and its subprojects by default
検索ボックスのデフォルトの検索対象を表示中プロジェクト+サブプロジェクトに変更
Text formatting
- Feature #4179: Link to user in wiki syntax
ユーザーのプロフィール画面にリンクするためのWiki記法 - Feature #22758: Make text formatting of commit messages optional
コミットメッセージを表示する際にテキスト書式を適用するかどうか選択できるオプションを追加(管理→設定→リポジトリ「コミットメッセージにテキスト書式を適用」) - Feature #24922: Support high resolution images in formatted content
高DPIをインライン表示するときのサイズ自動調整(例: 800×600pxの画像をimage@2x.png
というファイル名で添付してインライン表示させると 400×300pxに調整されて表示される) - Patch #26157: Render all possible inline textile images
ページ内に複数の埋め込みイメージがあるとき、一つでも不正なURLスキームのものが含まれるとすべての埋め込みイメージが表示されない
Themes
- Defect #25118:
ThemesTest#test_without_theme_js
may fail if third-party theme is installed
複数のテーマがインストールされているときThemesTest#test_without_theme_js
が失敗することがある
Time tracking
- Defect #13653: Keep displaying spent time page when switching project via dropdown menu
「作業時間」を表示中にプロジェクトを切り替えたとき、切り替え先のプロジェクトでは「概要」画面が表示されてしまう - Defect #23912: No validation error when date value is invalid in time entries filter
作業時間のフィルタで不正な日付範囲を指定したときの妥当性検査が行われていない - Defect #24041: Issue subject is not updated when you select another issue in the new "Log time" page
作業時間の入力時、「チケット」フィールドのチケット番号を変更しても横に表示されるチケットの題名は更新されない - Feature #588: Move timelog between projects
作業時間を他のプロジェクトに移動できる機能を追加 - Feature #13558: Add version filter in spent time report
作業時間の一覧に対象バージョンのフィルタを追加 - Feature #14790: Ability to save spent time query filters
作業時間にクエリ機能を追加 - Feature #16843: Enable grouping on time entries list
作業時間の一覧にグループ条件を追加 - Feature #23401: Add tracker and status columns/filters to detailed timelog
作業時間のフィルタと表示項目にチケットのトラッカーとステータスを追加 - Feature #24157: Make project custom fields available in timelogs columns
作業時間の一覧でプロジェクトのカスタムフィールドの表示に対応 - Feature #24577: Settings to make the issue and/or comment fields mandatory for time logs
作業時間の入力でチケット番号とコメント欄を必須入力にする設定(管理→設定→時間管理 「作業時間の必須入力フィールド」) - Patch #24189: Time entry form - limit issue autocomplete to already selected project
作業時間の入力画面で表示するチケットの候補を現在選択中のプロジェクトのチケットに限定
Translations
- Defect #25470: Fix Japanese mistranslation for
field_base_dn
field_base_dn
の日本語訳を「検索範囲」から「ベースDN」に修正 - Defect #25687: Bad translation in french for indentation
"Quote"に対するフランス語訳を修正 - Patch #23108: Change Japanese translation for
text_git_repository_note
text_git_repository_note
の日本語訳を変更 - Patch #23250: Fixes issues with Catalan translation
カタロニア語のミススペルほか修正 - Patch #23359: Change Japanese translation for
label_commits_per_author
label_commits_per_author
の日本語訳を「起票者別のコミット」から「作成者別のコミット」に変更 - Patch #23388: German translation change
ドイツ語訳の改善 - Patch #23419: Change Japanese translation for
label_display_used_statuses_only
label_display_used_statuses_only
の日本語訳を「このトラッカーで使われているステータスのみ表示する」から「このトラッカーで使われているステータスのみ表示」に変更 - Patch #23659: Change Japanese translation for
label_enumerations
label_enumerations
の日本語訳を「列挙項目」から「選択肢の値」に変更 - Patch #23806: Fix Japanese translation inconsistency of
label_tracker_new
andlabel_custom_field_new
label_tracker_new
とlabel_custom_field_new
の日本語訳を変更 - Patch #24174: Change Japanese translation for "format"
"format"の日本語訳を「書式」から「形式」に変更 - Patch #24177: Change translation for
label_user_mail_option_only_(assigned|owner)
メール通知のオプションの翻訳を、通知範囲の誤解が生じないよう改善 - Patch #24268: Wrong German translation of logging time error message
field_time_entries
のドイツ語訳修正 - Patch #24407: Dutch (NL) translation enhancements and complete review (major update)
オランダ語訳の全体的な見直し - Patch #24494: Spanish Panama "
label_issue_new
" translation changelabel_issue_new
のスペイン語(パナマ)訳の変更 - Patch #24518: Spanish translation change (adding accent mark and caps)
スペイン語訳修正 - Patch #24572: Spanish
label_search_open_issues_only
: translation changelabel_search_open_issues_only
のスペイン語訳更新 - Patch #24750: Change Japanese translation for
setting_text_formatting
andsetting_cache_formatted_text
日本語訳の「テキストの書式」と「書式化されたテキストをキャッシュする」をそれぞれ「テキスト書式」と「テキスト書式の変換結果をキャッシュ」に変更 - Patch #24891: Change Japanese translation for "items"
日本語訳において、列ではなく行に関係する文脈では"items"の訳語として「項目」を使わないよう改善 - Patch #25019: Localization for Ukrainian language - completed
ウクライナ語の未翻訳分を翻訳 - Patch #25204: Portuguese translation file
ポルトガル語訳の全体的な見直し - Patch #25392: Change Russian translation for
field_due_date
andlabel_relation_new
field_due_date
とlabel_relation_new
のロシア語訳を変更 - Patch #25609: Change Japanese translation for
field_attr_*
LDAP属性名の日本語訳の改善 - Patch #25628: Better wording for issue update conflict resolution in German
チケット更新が競合したときのドイツ語のメッセージの改善 - Patch #26180: Change Russian translation for "Estimated time"
"Estimated time"に対するロシア語訳の改善
UI
- Defect #23575: Issue subjects are truncated at 60 characters on activity page
活動画面の各情報のタイトルを一定文字数で切り落とさないよう改善 - Defect #23840: Reduce the maximum height of the issue description field
スクロールによる操作性の悪化を防ぐためチケットの説明欄の高さがブラウザの画面を最大値を20に制限 - Defect #23979: Elements are not aligned properly in issues table for some cases
チケット一覧で同一行の情報の垂直方向の位置が揃わないことがある - Defect #24617: Browser js/css cache remains after upgrade
Redmineのアップグレード後にキャッシュされた旧バージョンのJavaScriptとCSSが使われることがある問題の修正 - Feature #5920: Unify and improve cross-project views layout
プロジェクトを横断した情報を表示するためのメニューを「プロジェクト」画面に追加 - Feature #9850: Differentiate shared versions in version-format custom field drop-downs by prepending its project name
バージョン形式カスタムフィールドのドロップダウンで、別プロジェクトのバージョンは値の前にプロジェクト名を表示するよう変更 - Feature #10250: Renaming "duplicates" and "duplicated by" to something less confusing
"Duplicated by"と"Blocked by"を"Is duplicated by"と"Is blocked by"に変更 - Feature #23310: Improved "jump to project" drop-down
「プロジェクトへ移動…」ドロップダウンにインクリメンタルサーチ機能と「全プロジェクト」リンクを追加 - Feature #23311: New "Spent time" menu tab when spent time module is enabled on project
プロジェクトメニューに「作業時間」を追加 - Feature #23653: User preference for monospaced / variable-width font in textareas
textarea を等幅フォントで表示する設定(個人設定) - Feature #23996: Introduce a setting to change the display format of timespans to HH:MM
作業時間の表示を HH:MM 形式に切り替える設定を追加(管理→設定→表示 「時間の形式」) - Feature #24720: Move all 'new item' links in project settings to above the item tables
プロジェクトの設定画面内の「新しい○○」リンクの位置をテーブルの左上に統一 - Feature #24927: Render high resolution Gravatars and Thumbnails
Gravatarアイコンとサムネイル画像が高DPI環境に対応 - Feature #25988: Preview files by default instead of downloading them
添付ファイルをクリックしたときの動作をダウンロードからプレビューに変更 - Feature #25999: View repository content by default (instead of the history)
リポジトリブラウザでファイルをクリックした後の画面を「履歴」から「表示」に変更 - Feature #26035: More visually consistent download links
プレビュー画面内のダウンロードリンクの位置を改善 - Feature #26071: Generate markup for uploaded image dropped into wiki-edit textarea
画像ファイルをドラッグ&ドロップで添付したときインライン表示用のマークアップも挿入 - Feature #26189: For 3 comments or more on news items and forum messages, show reply link at top of comments as well
ニュースとフォーラムにおいてコメントが3件以上ある場合は「返信」リンクを画面上部にも表示 - Patch #23146: Show revision details using the same structure and look from the journals details
リビジョンの詳細の表示の改善 - Patch #23192: Add the new pagination style in the activity page
活動画面の「前」「次」ボタンのスタイルをチケット画面と同じものに変更 - Patch #23639: Add "Log time" to global button menu (+)
「+」メニューに「時間を記録」追加 - Patch #23998: Added link to author in Repository
リポジトリブラウザの作成者の表示にプロフィール画面へのリンクを追加 - Patch #24776: UI inconsistencies on /enumerations/index view
「選択肢の値」画面のUI不整合の改善 - Patch #24833: Always show "Jump to project" drop-down
メンバーとなっているプロジェクトがない場合も「プロジェクトへ移動...」ドロップダウンを常時表示 - Patch #25320: Remove initial indentation of blockquotes for better readability
引用文の読みやすさの改善のためblockquoteタグに対するインデントをリセット - Patch #25775: Show assignee's icon in addition to author's icon
作成者のアイコンに加えて担当者のアイコンもチケットに表示