Actions
Patch #44065
openRemove unused i18n keys
Description
The attached patches remove the following unused i18n keys.
| key | added in / original usage | became unused in / verification |
|---|---|---|
| description_choose_project | r7693: Hidden label for the membership project selector in groups/_memberships and users/_memberships | r13498: membership UI was moved to principal_memberships; the selector label was removed |
| description_filter | r7678: Hidden label for the query filter operator selector in queries/_filters | r10162: filter row rendering moved to JavaScript; the label was removed |
| error_not_allowed_to_log_time_for_other_users | r17755: 403 error message in TimelogController#authorize_logging_time_for_other_users | r19676: controller-side 403 handling was replaced by model validation |
| label_add_another_file | r1180: "Add another file" link in attachments/_form | r10977: AJAX/multiple upload replaced the link |
| label_change_view_all | r54: "View all changes" link in issues/show.rhtml | r613: IssuesController#history was removed, so the link disappeared |
| label_current_version | r323: "Current version" link in wiki/show.html.erb | r17510: the link was removed because it duplicated the breadcrumb |
| label_date_range | r1173: Fieldset legend in timelog/_date_range | r10967: time entries moved to TimeEntryQuery; the date range fieldset was removed |
| label_date_to | r572: Old date range text | r2587: replaced by label_date_from_to |
| label_last_changes | r54: "last N changes" text in issues/show.rhtml | r613: issue history switched to full display, removing the limited-count text |
| label_preview | r2493: ApplicationHelper#preview_link link text | r17527: unused preview_link helper was removed. The currently used "Preview" string is defined in app/assets/javascripts/jstoolbar/lang/*.yml |
| label_public_projects | r14: Projects list heading | r460: public-only project list changed to visible projects and now uses label_project_plural |
| text_plugin_assets_writable | r2218: Plugin assets writable check in the admin info checklist | r22627: plugin asset mirroring and the checklist item were removed |
| text_select_project_modules | r1143: Fieldset legend in projects/settings/_modules | r16892: the Modules tab/partial was removed and module selection moved into the project form |
Files
Updated by Go MAEDA about 7 hours ago
- File 0011-Remove-unused-i18n-key-label_public_projects.patch 0011-Remove-unused-i18n-key-label_public_projects.patch added
- File 0012-Remove-unused-i18n-key-text_plugin_assets_writable.patch 0012-Remove-unused-i18n-key-text_plugin_assets_writable.patch added
- File 0013-Remove-unused-i18n-key-text_select_project_modules.patch 0013-Remove-unused-i18n-key-text_select_project_modules.patch added
Updated by Go MAEDA about 6 hours ago
- Target version set to Candidate for next major release
Actions