Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Updated Category
37482 Redmine Patch Closed Replace JQuery `.focus()` method with HTML `autofocus` attribute 2022-08-06 07:00 Code cleanup/refactoring Actions
37499 Redmine Defect Closed Default query should not be applied if the query is not allowed to be set as the default 2022-08-02 10:09 Issues Actions
37527 Redmine Patch Closed Japanese translation update (r21740) 2022-08-01 11:29 Translations Actions
37528 Redmine Patch Closed Don't load changesets when IssuesController#show processes API requests without "include=changesets" 2022-07-31 15:00 Performance Actions
37362 Redmine Feature Closed CSV export of issues report 2022-07-21 06:13 Issues Actions
37479 Redmine Patch Closed Japanese translation update (r21714) 2022-07-21 05:37 Translations Actions
37477 Redmine Patch Closed Add missing fixture issue_categories to MyControllerTest 2022-07-21 03:35 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
37252 Redmine Patch Closed Japanese translation update (r21602) 2022-06-19 09:53 Translations Actions
37151 Redmine Defect Closed The done ratio of a parent issue may not be 100% even if all subtasks have a done ratio of 100% 2022-06-10 11:17 Issues Actions
35892 Redmine Defect Closed Redmine::WikiFormatting::CommonMark::FormatterTest#test_footnotes fails with CommonMarker 0.23.2 2022-05-30 08:50 Gems support Actions
37157 Redmine Defect Closed Internal server error when trying to retrieve AnonymousUser's information via Users API 2022-05-28 11:56 REST API Actions
37154 Redmine Patch Closed Japanese translation update (r21590) 2022-05-24 11:45 Translations Actions
36303 Redmine Feature Closed Include avatar URL in Users API 2022-05-24 06:29 REST API Actions
36958 Redmine Defect Closed Crafted input breaks CommonMark Markdown formatter 2022-05-16 23:54 Text formatting Actions
36917 Redmine Patch Closed Update Rails to 6.1.6 2022-05-10 08:10 Rails support Actions
36918 Redmine Patch Closed Update Rails to 5.2.8 2022-05-10 08:10 Rails support Actions
36863 Redmine Defect Closed Missing v4.2.5 section in Changelog 2022-04-10 09:41 Documentation Actions
36862 Redmine Defect Closed Duplicate v5.0.0 section in Changelog 2022-04-10 09:39 Documentation Actions
36505 Redmine Feature Closed Reduce database queries when rendering Custom fields box in the project settings tab 2022-03-27 05:03 Performance Actions
36835 Redmine Defect Closed Redmine::Plugin.assets_directory is not working after r21283 2022-03-24 17:49 Plugin API Actions
36795 Redmine Patch Closed Set the minimum required version of ROTP gem to 5.0.0 2022-03-21 07:44 Gems support Actions
36503 Redmine Patch Closed Reduce extra queries in IssueQuery.default 2022-03-20 22:39 Performance Actions
35207 Redmine Patch Closed Update RuboCop Rails to 2.14 2022-03-20 08:06 Gems support Actions
36813 Redmine Patch Closed Japanese translation update (r21471) 2022-03-20 07:46 Translations 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
36564 Redmine Patch Closed Update I18n to 1.10 2022-03-05 09:02 Gems support Actions
36355 Redmine Patch Closed Update roadie-rails to 3.0 2022-02-26 07:56 Gems support Actions
35001 Redmine Feature Closed Disable API authentication with username and password when two-factor authentication is enabled for the user 2022-02-25 15:31 Accounts / authentication Actions
35027 Redmine Defect Closed Gantt PNG export ignores imagemagick_convert_command 2022-02-20 23:09 Gantt Actions
36651 Redmine Patch Closed Japanese translation update (r21396) 2022-02-18 02:46 Translations Actions
36633 Redmine Patch Closed Update Rails to 5.2.6.2 2022-02-14 07:40 Rails support Actions
36226 Redmine Defect Closed Psych 4: Psych::DisallowedClass exception when unserializing a setting value 2022-02-09 02:20 Gems support Actions
36325 Redmine Patch Closed Update Rouge to 3.28 2022-02-04 06:14 Gems support Actions
36455 Redmine Defect Closed Text custom field values are not aligned with their labels when text formatting is enabled 2022-01-21 01:04 Issues Actions
35136 Redmine Patch Closed Update RuboCop to 1.25 2022-01-18 16:48 Gems support Actions
35691 Redmine Patch Closed Update Nokogiri to 1.13 2022-01-09 03:19 Gems support Actions
36391 Redmine Feature Closed Change the default value for "Time span format" from "decimal" to "minutes" 2022-01-08 05:04 Administration Actions
34718 Redmine Feature Closed Auto guess file encoding when importing CSV file 2022-01-07 02:49 Importers Actions
35081 Redmine Patch Closed Update config/environments/*.rb for Rails 6.1 2022-01-03 03:30 Rails support Actions
36379 Redmine Patch Closed Update copyright year in source files to 2022 2022-01-02 06:29 Code cleanup/refactoring Actions
36378 Redmine Patch Closed Update copyright year in the footer to 2022 2022-01-02 05:56 UI Actions
36377 Redmine Defect Closed Encoding drop-down in the import settings defaults to US-ASCII instead of general_csv_encoding in Korean, Thai, and Shimplified Chinese 2022-01-02 03:45 Importers Actions
35142 Redmine Patch Closed Update RuboCop Performance to 1.13 2021-12-29 07:24 Gems support Actions
36360 Redmine Defect Closed IssuesSystemTest fails with ArgumentError in Ruby 3.1 2021-12-27 10:36 Ruby support Actions
36358 Redmine Patch Closed Use File.exist? instead of deprecated File.exists? 2021-12-27 04:20 Code cleanup/refactoring Actions
(151-200/868) Per page: 25, 50, 100

Also available in: Atom CSV PDF