Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Updated Category
32672 Redmine Feature Closed Add Check all / Uncheck all button to filters in permissions report 2020-02-06 01:44 Administration Actions
32085 Redmine Feature New Allow newline as a separator in "Allowed extensions", "Disallowed extensions", "Exclude attachments by name" field in Administration 2022-03-21 21:08 Administration Actions
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
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
28868 Redmine Feature New Add Close/Reopen button on admin#projects page 2018-05-24 02:30 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
32341 Redmine Patch Closed Show tooltip when hovering on repeat-value link in Field permission tab 2020-04-13 16:21 Administration 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
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
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
16711 Redmine Defect Closed Non-ascii attachment file name get corrupted in IE11 2014-04-18 05:50 Attachments 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
35462 Redmine Feature Closed Download all attachments in a journal 2021-11-22 09:44 Attachments Actions
32249 Redmine Feature Closed Show attachment thumbnails by default 2019-10-31 14:20 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
37597 Redmine Patch Closed Don't create two thumbnails of different resolutions for a single image 2022-08-28 09:14 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
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
38797 Redmine Defect Closed Fix incorrect argument format for assert_select 2023-07-04 08:43 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
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
34165 Redmine Defect Closed RuboCop warns Layout/SpaceInsideBlockBraces and Layout/SpaceInsideHashLiteralBraces due to r20189 and r20190 2020-11-22 14:47 Code cleanup/refactoring Actions
33562 Redmine Defect Closed Some tests in ApplicationHelperTest are declared as private 2020-06-12 04:57 Code cleanup/refactoring Actions
33181 Redmine Defect Closed IssuesSystemTest#test_index_as_csv_should_reflect_sort fails 2024-01-20 08:46 Code cleanup/refactoring Actions
32307 Redmine Defect Closed AttachmentsControllerTest#test_thumbnail_for_pdf_should_be_png fails if ImageMagick convert is not available 2019-10-22 16:12 Code cleanup/refactoring Actions
32110 Redmine Defect Closed "already initialized constant Redmine::Scm::Adapters::SubversionAdapter::SVN_BIN" warning when executing rake tasks 2019-10-04 01:30 Code cleanup/refactoring Actions
32071 Redmine Defect Closed FrozenError in assert_save in test/test_helper.rb 2019-09-16 11:24 Code cleanup/refactoring Actions
32022 Redmine Defect Closed IssueSubtaskingTest fails with high probability 2019-09-05 09:01 Code cleanup/refactoring Actions
31857 Redmine Defect Closed "DEPRECATION WARNING: warning: white_list_sanitizer isdeprecated" while running tests 2019-08-09 02:47 Code cleanup/refactoring Actions
31620 Redmine Defect Closed ActivitiesControllerTest#test_previous_project_index fails depending on the current time and zone 2019-06-25 09:37 Code cleanup/refactoring Actions
31388 Redmine Defect Closed ApiTest fails if config.time_zone is set 2019-06-08 08:44 Code cleanup/refactoring Actions
31132 Redmine Defect Closed Remove unused column trackers.is_in_chlog 2021-07-28 18:30 Code cleanup/refactoring Actions
31093 Redmine Defect Closed Duplicate method definition: ProjectsControllerTest#test_jump_should_not_redirect_to_unknown_tab 2019-06-20 08:33 Code cleanup/refactoring Actions
31074 Redmine Defect Closed TimelogTest#test_default_query_setting fails depending on the language of the browser 2019-04-01 07:40 Code cleanup/refactoring Actions
30811 Redmine Defect Closed "rake db:fixtures:load" does not work 2019-05-05 04:03 Code cleanup/refactoring Actions
30806 Redmine Defect Closed TimeEntryTest#test_create_should_validate_user_id occasionally fails 2019-02-14 09:07 Code cleanup/refactoring Actions
30474 Redmine Defect Closed IssuesControllerTest#test_index_sort_by_total_estimated_hours tests practically nothing 2019-01-22 09:24 Code cleanup/refactoring Actions
30054 Redmine Defect Closed Add missing fixtures for test_create_with_one_attachment 2018-11-29 07:58 Code cleanup/refactoring Actions
28501 Redmine Defect Closed Update copyright year to 2018 2019-04-06 04:21 Code cleanup/refactoring Actions
21861 Redmine Defect Closed typo: s/creditentials/credentials/ 2016-01-30 16:22 Code cleanup/refactoring Actions
19055 Redmine Defect Closed 'label_per_page' is no longer used 2015-02-08 04:03 Code cleanup/refactoring Actions
7279 Redmine Defect Closed CSS class ".icon-home" is not used. 2011-04-15 18:25 Code cleanup/refactoring Actions
(51-100/961) Per page: 25, 50, 100

Also available in: Atom CSV PDF