Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Updated Category
31361 Redmine Feature Closed Include a reason in the error message when an issue status cannot be deleted 2019-05-16 02:17 Administration Actions
31154 Redmine Feature Closed Reject setting RFC non-compliant emission email addresses 2019-09-05 09:23 Administration Actions
31125 Redmine Defect Closed Don't output ImageMagick version information to stdout 2019-05-05 03:38 Administration Actions
30916 Redmine Feature Closed Show warning when no tracker uses the status in the workflows 2019-02-26 11:41 Administration Actions
30853 Redmine Feature Closed Show warning when no workflow is defined for the role 2019-02-24 16:39 Administration Actions
28920 Redmine Defect Closed Redmine::VERSION::revision should take subversion_command setting into account 2018-08-05 15:12 Administration Actions
28868 Redmine Feature New Add Close/Reopen button on admin#projects page 2018-05-24 02:30 Administration Actions
27586 Redmine Defect Closed "Uncheck all" icon at the upper left corner in workflow status transitions page is not working 2017-11-25 16:42 Administration Actions
24790 Redmine Feature Closed Add tooltip on trackers summary matrix 2017-01-15 17:23 Administration Actions
24780 Redmine Feature Closed Add tooltip on Permissions report matrix 2017-02-08 07:53 Administration Actions
10820 Redmine Feature New display effective email configuration on /admin/info 2019-02-10 01:40 Administration Actions
38504 Redmine Feature New Display pasted images in appropriate size on HiDPI displays 2024-02-03 02:09 Attachments Actions
38168 Redmine Feature Closed WebP images support 2023-01-19 22:33 Attachments Actions
37597 Redmine Patch Closed Don't create two thumbnails of different resolutions for a single image 2022-08-28 09:14 Attachments Actions
37530 Redmine Defect New Generating a thumbnail may take a long time and cause Redmine to hang 2024-05-26 04:29 Attachments Actions
35462 Redmine Feature Closed Download all attachments in a journal 2021-11-22 09:44 Attachments Actions
32785 Redmine Defect Closed X-Sendfile header field is not set if rack 2.1.0 is installed 2020-01-12 07:17 Attachments Actions
32289 Redmine Defect Closed Don't try to generate thumbnails if convert command is not available 2019-10-31 14:08 Attachments Actions
32249 Redmine Feature Closed Show attachment thumbnails by default 2019-10-31 14:20 Attachments Actions
30434 Redmine Defect Closed Line height is too large when previewing files with syntax highlighting if the line terminators are CRLF 2019-02-04 00:24 Attachments Actions
29752 Redmine Feature Closed Render Textile and Markdown attachments on the preview page 2019-10-03 11:31 Attachments Actions
26353 Redmine Feature New Show thumbnails on news 2017-07-05 04:11 Attachments Actions
16711 Redmine Defect Closed Non-ascii attachment file name get corrupted in IE11 2014-04-18 05:50 Attachments Actions
32194 Redmine Defect Closed Calendar page lacks buttons to manage custom queries 2019-11-30 02:06 Calendar Actions
28067 Redmine Feature Closed Add context menu for issues in calendar 2018-01-30 09:04 Calendar Actions
40499 Redmine Patch New Replace deprecated `document.execCommand` with Clipboard API in copyTextToClipboard function 2024-03-30 10:01 Code cleanup/refactoring Actions
40211 Redmine Patch Closed Remove appveyor.yml 2024-02-10 11:33 Code cleanup/refactoring Actions
40205 Redmine Defect Closed ThemesTest may fail if a third-party theme having theme.js is installed 2024-02-13 23:59 Code cleanup/refactoring Actions
40202 Redmine Patch New Add LICENSE.txt in the root directory 2024-02-08 11:28 Code cleanup/refactoring Actions
40190 Redmine Feature Closed Stop appending the utf8 checkmark parameter to form URLs 2024-02-14 08:59 Code cleanup/refactoring Actions
40087 Redmine Patch Closed Rewrite ApplicationHelper#favicon_url method using image_url 2024-01-23 02:23 Code cleanup/refactoring Actions
39971 Redmine Patch Closed Remove specific platform constraints for database adapter gems 2023-12-30 05:13 Code cleanup/refactoring Actions
39558 Redmine Patch Closed Remove deprecated methods in Repository and AbstractAdapter 2023-11-18 13:58 Code cleanup/refactoring Actions
39380 Redmine Patch Closed Replace hardcoded issues count check with `limit` variable in IssuesController#retrieve_previous_and_next_issue_ids 2023-10-31 14:02 Code cleanup/refactoring Actions
39207 Redmine Patch Closed Replace `YAML.load` with `YAML.load_file` in locales.rake and improve error reporting for invalid YAML files 2023-10-20 04:56 Code cleanup/refactoring Actions
39021 Redmine Patch Closed Add ".byebug_history" to svn:ignore, .gitignore, and .hgignore 2023-09-05 04:51 Code cleanup/refactoring Actions
38797 Redmine Defect Closed Fix incorrect argument format for assert_select 2023-07-04 08:43 Code cleanup/refactoring Actions
38772 Redmine Patch Closed <=> should return nil when invoked with an incomparable object 2023-06-29 16:42 Code cleanup/refactoring Actions
38496 Redmine Patch Closed Add missing fixtures to SearchControllerTest 2023-04-26 23:49 Code cleanup/refactoring Actions
38478 Redmine Patch Closed Remove unused i18n key label_last_login 2023-04-22 03:16 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
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
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
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
37938 Redmine Patch Closed Unused permission "Mention user" 2022-12-01 16:03 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
(51-100/961) Per page: 25, 50, 100

Also available in: Atom CSV PDF