Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Updated Category
38141 Redmine Patch Closed Update copyright year to 2023 2023-02-09 19:51 Code cleanup/refactoring Actions
38228 Redmine Patch Closed Remove X-UA-Compatible meta tag for Internet Explorer 2023-02-05 06:55 Code cleanup/refactoring Actions
38093 Redmine Patch Closed Use require_relative instead of generating the full path for a file 2023-01-16 22:58 Code cleanup/refactoring Actions
38145 Redmine Defect Closed Unreachable branch in ApplicationHelper#format_object due to the use of the deprecated Fixnum class 2023-01-12 05:04 Code cleanup/refactoring Actions
38091 Redmine Patch Closed Fix redundant 'private' modifier in repositories_git_controller_test.rb 2023-01-12 04:08 Code cleanup/refactoring Actions
38139 Redmine Patch Closed Add guard clause to time_tag method to handle nil time 2023-01-02 07:56 Code cleanup/refactoring Actions
15667 Redmine Defect Closed Fix shadowing variable in ApplicationHelper#textilizable 2022-12-16 08:53 Code cleanup/refactoring Actions
20042 Redmine Defect Closed A test fail when running it with PostgreSQL 2022-12-09 06:58 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
37614 Redmine Patch Closed Cleanup app/models/repository/git.rb 2022-09-25 07:08 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
37657 Redmine Patch Closed Rename Repository#supports_all_revisions? to Repository#supports_history? 2022-09-15 15:14 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
37609 Redmine Defect Closed Remove obsolete remnant public/images/openid-bg.gif 2022-08-29 03:49 Code cleanup/refactoring Actions
37586 Redmine Defect Closed Typo in method names 2022-08-28 09:32 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
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
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
37469 Redmine Patch Closed Add missing fixture versions to RepositoryTest 2022-07-21 03:22 Code cleanup/refactoring Actions
37470 Redmine Patch Closed Add missing fixture versions to MailHandlerControllerTest 2022-07-21 03:21 Code cleanup/refactoring Actions
37451 Redmine Patch Closed Add missing fixture versions to IssuesPdfHelperTest 2022-07-20 09:57 Code cleanup/refactoring Actions
37448 Redmine Patch Closed Add missing fixture users to RoleTest 2022-07-20 09:56 Code cleanup/refactoring Actions
37466 Redmine Patch Closed Add missing fixture issue_categories to VersionTest 2022-07-19 16:01 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
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
36241 Redmine Patch Closed MenuManagerTest randomly fails 2022-03-04 00:36 Code cleanup/refactoring Actions
36716 Redmine Patch Closed IssuesControllerTest randomly fails 2022-03-03 14:55 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
36361 Redmine Defect Closed IssueRelationsControllerTest#test_bulk_create_should_show_errors randomly fails 2022-01-13 02:21 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
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
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
33342 Redmine Patch Closed Remove unused i18n key "label_overall_activity" and "label_overall_spent_time" 2021-11-09 20:22 Code cleanup/refactoring Actions
35259 Redmine Feature Closed Output test coverage report to the console 2021-11-05 05:29 Code cleanup/refactoring Actions
31035 Redmine Patch Closed Remove redefinition of ActionMailer::LogSubscriber#deliver which is no longer necessary because of the removal of Setting.bcc_recipients 2021-08-19 15:54 Code cleanup/refactoring Actions
33079 Redmine Patch Closed Remove unused argument from Redmine::Helpers::TimeReport 2021-08-19 15:13 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
35671 Redmine Feature Closed Move subtasks section on issues show view into a separate partial 2021-08-17 11:43 Code cleanup/refactoring Actions
35727 Redmine Patch Closed Add missing fixtures to Redmine::ProjectJumpBoxTest 2021-08-10 14:30 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
35500 Redmine Patch Closed Add missing fixture to IssuesTest 2021-06-30 14:23 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
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
(151-200/1545) Per page: 25, 50, 100

Also available in: Atom CSV PDF