Project

General

Profile

Patch #44065

Updated by Go MAEDA 16 days ago

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_from | r572: "From" label in the time report/date range UI | r2587: replaced by label_date_from_to | 
 | 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- label_preview | -r2493: r2493: ApplicationHelper#preview_link link text- text | -r17527: r17527: unused preview_link helper was removed. The currently used "Preview" string is defined in @app/assets/javascripts/jstoolbar/lang/*.yml@- @app/assets/javascripts/jstoolbar/lang/*.yml@ | 
 | -label_public_projects- label_public_projects | -r14: r14: Projects list heading- heading | -r460: r460: public-only project list changed to visible projects and now uses label_project_plural- 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 | 

Back