Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Updated Category
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
38141 Redmine Patch Closed Update copyright year to 2023 2023-02-09 19:51 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
38137 Redmine Patch Closed Update SimpleCov to 0.22 2022-12-29 06:36 Gems support Actions
38135 Redmine Patch Closed Allow use of Puma 6.0.0 or later 2023-08-24 11:26 Gems support Actions
38134 Redmine Feature Closed Drop Ruby 2.6 support 2023-01-17 02:48 Ruby support Actions
38124 Redmine Patch Closed Update csv, net-imap, net-pop, and net-smtp gems to the same versions shipped with Ruby 3.2.0 2022-12-28 04:05 Gems support Actions
38122 Redmine Patch Closed Remove Bundler from requirements 2022-12-28 01:36 Gems support Actions
38121 Redmine Patch Closed Update MiniMagick to 4.12 2022-12-27 02:04 Gems support Actions
38118 Redmine Defect Closed Ruby 3.2: Markdown formatter warns "undefining the allocator of T_DATA class Redcarpet::Markdown" 2023-03-27 15:19 Ruby support Actions
38114 Redmine Defect Closed Example plugin (extra/sample_plugin) breaks Activity page 2023-01-28 05:51 Documentation Actions
38100 Redmine Defect Closed Ruby 3.2: Encoding::CompatibilityError when running ChangesetTest#test_invalid_utf8_sequences_in_comments_should_be_replaced_latin1 2022-12-26 02:37 Ruby support Actions
38099 Redmine Feature Closed Add Ruby 3.2 support 2023-10-29 02:06 Ruby support 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
38091 Redmine Patch Closed Fix redundant 'private' modifier in repositories_git_controller_test.rb 2023-01-12 04:08 Code cleanup/refactoring Actions
38073 Redmine Defect Closed CommonMark Markdown formatter does not support min-width, max-width, min-height, and max-height CSS properties 2023-01-16 13:57 Text formatting Actions
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
37987 Redmine Patch Closed Update Stylelint to 14.16.0 2023-10-29 05:19 Third-party libraries Actions
37983 Redmine Defect Closed Duplicate vertical-align property in wiki_syntax.css 2022-12-01 09:20 Documentation Actions
37938 Redmine Patch Closed Unused permission "Mention user" 2022-12-01 16:03 Code cleanup/refactoring Actions
37878 Redmine Feature Closed Allow using ideographic space (U+3000) as a separator for search terms 2022-11-03 13:43 I18n Actions
37812 Redmine Defect Closed "Yes" and "No" are swapped in Polish translation 2022-10-22 08:57 Translations Actions
37718 Redmine Defect Closed Repository browser does not show "+" (plus sign) in filename 2022-10-02 14:02 SCM Actions
37701 Redmine Feature New Simplify labels of global add button ("+" button) 2022-11-09 08:40 UI Actions
37692 Redmine Defect Closed Plugins page does not have a table header 2022-10-01 08:54 Administration Actions
37691 Redmine Patch Closed Japanese translation update (r21826) 2022-09-21 02:47 Translations Actions
37687 Redmine Patch Closed Retrieve attachments with a single query when rendering a journal 2022-09-23 06:48 Performance 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
37656 Redmine Patch Closed Update sqlite3 gem to 1.5 2022-09-09 03:25 Gems support Actions
37614 Redmine Patch Closed Cleanup app/models/repository/git.rb 2022-09-25 07:08 Code cleanup/refactoring Actions
37600 Redmine Patch New Cache attachments and thumbnails in web browsers 2022-08-25 10:44 Performance Actions
37599 Redmine Patch Closed Remove extra call of Attachment#thumbnailable? in AttachmentsController#thumbnail 2022-08-30 10:02 Code cleanup/refactoring Actions
37597 Redmine Patch Closed Don't create two thumbnails of different resolutions for a single image 2022-08-28 09:14 Attachments 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
37585 Redmine Defect Closed Do not show "History" tab for content in Filesystem repository 2022-09-09 08:56 SCM Actions
37563 Redmine Patch Closed Japanese translation update (r21764) 2022-08-09 09:02 Translations Actions
37562 Redmine Defect Closed POST Requests to repository WS fail with "Can't verify CSRF token authenticity" 2022-08-10 08:34 SCM extra Actions
37530 Redmine Defect New Generating a thumbnail may take a long time and cause Redmine to hang 2022-10-02 09:52 Attachments 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
37527 Redmine Patch Closed Japanese translation update (r21740) 2022-08-01 11:29 Translations Actions
37525 Redmine Patch Closed Update Pg to 1.5 2023-06-29 06:08 Gems support 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
37482 Redmine Patch Closed Replace JQuery `.focus()` method with HTML `autofocus` attribute 2022-08-06 07:00 Code cleanup/refactoring 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
37466 Redmine Patch Closed Add missing fixture issue_categories to VersionTest 2022-07-19 16:01 Code cleanup/refactoring Actions
37465 Redmine Patch Closed Update Rails to 5.2.8.1 2022-10-11 04:44 Rails support 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
(101-150/959) Per page: 25, 50, 100

Also available in: Atom CSV PDF