Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Updated Category
38054 Redmine Patch Closed Remove unused i18n keys label_sort_highest, label_sort_higher, label_sort_lower, and label_sort_lowest 2023-10-29 02:04 Code cleanup/refactoring Actions
37974 Redmine Patch Closed Database migration to remove unused "mention_users" permission 2023-10-16 16:26 Code cleanup/refactoring Actions
37851 Redmine Patch Closed Add missing fixture to test/integration/issue_test.rb 2022-10-29 10:24 Code cleanup/refactoring Actions
37682 Redmine Patch Closed Add the `# frozen_string_literal: true` magic comment to config/initializers/secret_token.rb 2022-09-21 08:58 Code cleanup/refactoring Actions
37668 Redmine Patch Closed Fix bad I18n `t` call in macro error handler 2023-10-29 01:59 Code cleanup/refactoring Actions
37657 Redmine Patch Closed Rename Repository#supports_all_revisions? to Repository#supports_history? 2022-09-15 15:14 Code cleanup/refactoring Actions
37614 Redmine Patch Closed Cleanup app/models/repository/git.rb 2022-09-25 07:08 Code cleanup/refactoring Actions
37609 Redmine Defect Closed Remove obsolete remnant public/images/openid-bg.gif 2022-08-29 03:49 Code cleanup/refactoring Actions
37599 Redmine Patch Closed Remove extra call of Attachment#thumbnailable? in AttachmentsController#thumbnail 2022-08-30 10:02 Code cleanup/refactoring Actions
37591 Redmine Patch Closed Use start_with? or end_with? to check the first or last character of a string 2022-08-24 15:45 Code cleanup/refactoring Actions
37587 Redmine Defect Closed Unnecessary requirement in /lib/redmine/scm/adapters/filesystem_adapter.rb 2022-08-25 16:54 Code cleanup/refactoring Actions
37586 Redmine Defect Closed Typo in method names 2022-08-28 09:32 Code cleanup/refactoring Actions
37507 Redmine Patch Closed Normalize HTML in app/views/settings/_users.html.erb 2023-10-30 10:36 Code cleanup/refactoring Actions
37482 Redmine Patch Closed Replace JQuery `.focus()` method with HTML `autofocus` attribute 2022-08-06 07:00 Code cleanup/refactoring Actions
37477 Redmine Patch Closed Add missing fixture issue_categories to MyControllerTest 2022-07-21 03:35 Code cleanup/refactoring Actions
37470 Redmine Patch Closed Add missing fixture versions to MailHandlerControllerTest 2022-07-21 03:21 Code cleanup/refactoring Actions
37469 Redmine Patch Closed Add missing fixture versions to RepositoryTest 2022-07-21 03:22 Code cleanup/refactoring Actions
37466 Redmine Patch Closed Add missing fixture issue_categories to VersionTest 2022-07-19 16:01 Code cleanup/refactoring Actions
37451 Redmine Patch Closed Add missing fixture versions to IssuesPdfHelperTest 2022-07-20 09:57 Code cleanup/refactoring Actions
37449 Redmine Defect Closed Passing a wrong parameter to `with_settings` in UserTest::test_random_password_include_required_characters 2022-07-17 02:35 Code cleanup/refactoring Actions
37448 Redmine Patch Closed Add missing fixture users to RoleTest 2022-07-20 09:56 Code cleanup/refactoring Actions
37389 Redmine Defect Closed Add missing fixture to JournalObserverTest 2022-07-06 23:55 Code cleanup/refactoring Actions
36770 Redmine Patch Closed Fix to use a correct exception class ActiveRecord::IrreversibleMigration in migrations 2022-03-17 09:25 Code cleanup/refactoring Actions
36730 Redmine Patch Closed Replace Member.find_or_new with ActiveRecord's find_or_initialize_by 2022-03-14 15:25 Code cleanup/refactoring Actions
36716 Redmine Patch Closed IssuesControllerTest randomly fails 2022-03-03 14:55 Code cleanup/refactoring Actions
36379 Redmine Patch Closed Update copyright year in source files to 2022 2022-01-02 06:29 Code cleanup/refactoring Actions
36361 Redmine Defect Closed IssueRelationsControllerTest#test_bulk_create_should_show_errors randomly fails 2022-01-13 02:21 Code cleanup/refactoring Actions
36358 Redmine Patch Closed Use File.exist? instead of deprecated File.exists? 2021-12-27 04:20 Code cleanup/refactoring Actions
36352 Redmine Patch Closed IssuesSystemTest#test_bulk_edit fails due to r21248 2021-12-25 03:25 Code cleanup/refactoring Actions
36347 Redmine Patch Closed Add missing fixture to IssuesHelperTest 2021-12-24 05:45 Code cleanup/refactoring Actions
36241 Redmine Patch Closed MenuManagerTest randomly fails 2022-03-04 00:36 Code cleanup/refactoring Actions
36005 Redmine Patch Closed Adopt 2FA emails to new Mailer interface 2021-11-13 10:25 Code cleanup/refactoring Actions
35975 Redmine Patch Closed Add missing fixtures to UserTest 2021-11-11 10:24 Code cleanup/refactoring Actions
35952 Redmine Patch Closed Explicitly specify text formatting in the test suite 2022-01-22 11:12 Code cleanup/refactoring Actions
35773 Redmine Patch Closed Move sidebar content on versions index view (roadmap) into a separate partial 2021-08-19 11:49 Code cleanup/refactoring Actions
35727 Redmine Patch Closed Add missing fixtures to Redmine::ProjectJumpBoxTest 2021-08-10 14:30 Code cleanup/refactoring Actions
35671 Redmine Feature Closed Move subtasks section on issues show view into a separate partial 2021-08-17 11:43 Code cleanup/refactoring Actions
35500 Redmine Patch Closed Add missing fixture to IssuesTest 2021-06-30 14:23 Code cleanup/refactoring Actions
35466 Redmine Patch Closed Rename test/fixtures/configuration/*.yml.example to test/fixtures/files/configuration/*.yml 2021-07-10 10:47 Code cleanup/refactoring Actions
35413 Redmine Patch Closed Add missing fixtures to ActivitiesControllerTest 2021-06-25 04:49 Code cleanup/refactoring Actions
35396 Redmine Patch Closed Use base_scope for issue query results 2021-06-19 04:16 Code cleanup/refactoring Actions
35259 Redmine Feature Closed Output test coverage report to the console 2021-11-05 05:29 Code cleanup/refactoring Actions
35230 Redmine Patch Closed Fix typo in ApplicationHelper.html_title comment 2021-05-15 07:30 Code cleanup/refactoring Actions
35208 Redmine Patch Closed Use `Time.use_zone` instead of `Time.zone=` 2021-05-07 06:24 Code cleanup/refactoring Actions
35076 Redmine Patch Closed Menu manager - generate correct URLs when rendering from a namespaced controller 2021-04-15 03:41 Code cleanup/refactoring Actions
35075 Redmine Patch Closed Use named routes in base layout and account sidebar 2021-04-15 02:32 Code cleanup/refactoring Actions
35031 Redmine Patch Closed Remove deprecated code that are supposed to be removed in Redmine 5 2021-05-15 07:53 Code cleanup/refactoring Actions
35026 Redmine Patch Closed Remove rake task check_parsing_by_psych 2021-04-13 09:30 Code cleanup/refactoring Actions
35024 Redmine Patch Closed System test fails in Windows due to "/" path separator 2021-04-04 07:04 Code cleanup/refactoring Actions
34976 Redmine Patch Closed Add missing fixtures to TimeEntryCustomFieldTest 2021-03-28 10:04 Code cleanup/refactoring Actions
(151-200/1532) Per page: 25, 50, 100

Also available in: Atom CSV PDF