]> source.dussan.org Git - redmine.git/commit
Replace String#sub with delete_prefix / delete_suffix (#40008).
authorGo MAEDA <maeda@farend.jp>
Mon, 8 Jan 2024 01:04:37 +0000 (01:04 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 8 Jan 2024 01:04:37 +0000 (01:04 +0000)
commit52a55f407b74815c13675f4176570b8a952d7b75
tree0ec4550df5a3e31b70432a99b29228fb05b130e0
parent4d3fc7f89ec7f3d121b64ccb7d7b45dcf5827363
Replace String#sub with delete_prefix / delete_suffix (#40008).

Patch by Go MAEDA (@maeda).

git-svn-id: https://svn.redmine.org/redmine/trunk@22596 e93f8b46-1217-0410-a6f0-8f06a7374b81
14 files changed:
app/controllers/repositories_controller.rb
app/controllers/settings_controller.rb
app/controllers/workflows_controller.rb
app/helpers/issues_helper.rb
app/models/issue_query.rb
app/models/query.rb
app/views/trackers/_form.html.erb
app/views/trackers/fields.html.erb
config/initializers/10-patches.rb
lib/redmine/diff_table.rb
lib/redmine/my_page.rb
lib/redmine/themes.rb
test/coverage/html_formatter.rb
test/functional/custom_fields_controller_test.rb