Project

General

Profile

Issues

Filters

Apply Clear

# Project Tracker Status Subject Updated Category
29080 Redmine Feature Closed Add check/uncheck all icon in "Copy" section on copy_project page 2018-06-25 19:03 UI Actions
29053 Redmine Feature Closed Add check/unchek all icon in "Email notifications" section on "My account" page 2018-06-22 05:15 UI Actions
28392 Redmine Feature Closed Improve wiki headings style 2021-03-28 01:52 UI Actions
26648 Redmine Feature Closed Show transparency grid when previewing images 2018-07-12 11:06 UI Actions
26577 Redmine Feature Closed More neutral color download icon 2018-06-16 16:35 UI Actions
11940 Redmine Feature Closed Add "view all projects' issues" link to issues sidebar 2014-12-24 00:50 UI Actions
10937 Redmine Feature Closed new user format #{lastname} 2012-10-09 19:42 UI Actions
5005 Redmine Feature Closed "New issue" link near roadmap issue lists. 2018-02-11 07:51 UI Actions
19531 Redmine Feature Closed Enable REST API on www.redmine.org 2018-10-09 09:56 Website (redmine.org) Actions
17601 Redmine Feature Closed Enable Gravatar icon on redmine.org 2016-06-06 15:26 Website (redmine.org) Actions
14949 Redmine Feature Closed set "Objects per page options" to "25,50,100" 2014-06-24 02:30 Website (redmine.org) Actions
8203 Redmine Feature Closed User's Guide (Japanese) on Redmine.org 2018-09-17 09:18 Website (redmine.org) Actions
32629 Redmine Feature Closed Add edit button to Wiki sidebar 2021-03-26 03:19 Wiki Actions
26575 Redmine Feature Closed Add update info at the bottom of the wiki page 2018-11-29 17:36 Wiki Actions
12171 Redmine Patch Closed Japanese translation update (r10681) 2012-10-21 12:14 Actions
5025 Redmine Patch Closed sort custom fields by configured display order in filters listbox 2015-03-07 04:46 Actions
2079 Redmine Patch Closed Board description below board name 2008-10-25 06:39 Actions
33929 Redmine Patch Closed Encrypt / decrypt TOTP secret keys with `rake db:encrypt` / `rake db:decrypt` 2020-09-05 08:25 Accounts / authentication Actions
32341 Redmine Patch Closed Show tooltip when hovering on repeat-value link in Field permission tab 2020-04-13 16:21 Administration Actions
37597 Redmine Patch Closed Don't create two thumbnails of different resolutions for a single image 2022-08-28 09:14 Attachments Actions
40211 Redmine Patch Closed Remove appveyor.yml 2024-02-10 11:33 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
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
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
37614 Redmine Patch Closed Cleanup app/models/repository/git.rb 2022-09-25 07:08 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
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
37466 Redmine Patch Closed Add missing fixture issue_categories to VersionTest 2022-07-19 16:01 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
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
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
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
35208 Redmine Patch Closed Use `Time.use_zone` instead of `Time.zone=` 2021-05-07 06:24 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
35026 Redmine Patch Closed Remove rake task check_parsing_by_psych 2021-04-13 09:30 Code cleanup/refactoring Actions
34976 Redmine Patch Closed Add missing fixtures to TimeEntryCustomFieldTest 2021-03-28 10:04 Code cleanup/refactoring Actions
34789 Redmine Patch Closed Fix misplaced comment in config/settings.yml 2021-02-24 15:01 Code cleanup/refactoring Actions
34750 Redmine Patch Closed Remove unsupported encodings ISO-2022-KR and ISCII91 from Setting::ENCODINGS 2021-02-17 13:24 Code cleanup/refactoring Actions
34745 Redmine Patch Closed Remove unused i18n key "text_min_max_length_info" 2021-02-15 03:30 Code cleanup/refactoring Actions
34492 Redmine Patch Closed Fix passing a wrong parameter to assert_select in API test for 'GET /users/:id' 2020-12-31 01:45 Code cleanup/refactoring Actions
34444 Redmine Patch Closed Remove unused key :preview from Redmine::AccessKeys::ACCESSKEYS 2021-01-05 16:11 Code cleanup/refactoring Actions
34166 Redmine Patch Closed Fix wrong comment for Mailer.deliver_lost_password 2020-10-25 10:44 Code cleanup/refactoring Actions
33700 Redmine Patch Closed Add missing fixture to Redmine::ApiTest::ProjectsTest 2020-07-10 01:34 Code cleanup/refactoring Actions
33393 Redmine Patch Closed Remove unused i18n key "notice_no_issue_selected" 2020-05-03 16:37 Code cleanup/refactoring Actions
33367 Redmine Patch Closed Use more efficient "exists?" instead of "first" in tests when checking the existence of rows 2020-05-03 02:44 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
33069 Redmine Patch Closed Update copyright year in source files to 2021 2021-03-25 08:00 Code cleanup/refactoring Actions
32924 Redmine Patch Closed tmp/pdf directory is no longer necessary 2020-02-29 16:13 Code cleanup/refactoring Actions
32400 Redmine Patch Closed Remove unused i18n key "button_duplicate" 2019-11-04 06:21 Code cleanup/refactoring Actions
32297 Redmine Patch Closed Remove code for unsupported versions of Rails from open_id_authentication 2019-10-22 03:34 Code cleanup/refactoring Actions
32189 Redmine Patch Closed Remove unnecessary requiring of "rexml/document" 2019-10-04 01:28 Code cleanup/refactoring Actions
32094 Redmine Patch Closed Remove unnecessary call to set_tmp_attachments_directory 2019-09-20 03:31 Code cleanup/refactoring Actions
31941 Redmine Patch Closed ThemesTest may fail if a third-party theme with a favicon is installed 2019-08-25 23:57 Code cleanup/refactoring Actions
31344 Redmine Patch Closed Remove unused i18n key "label_please_login" 2019-05-12 02:21 Code cleanup/refactoring Actions
31088 Redmine Patch Closed Remove useless code in TimeEntryQuery#sql_for_activity_id_field 2019-04-03 06:00 Code cleanup/refactoring Actions
31046 Redmine Patch Closed Remove unused method ApplicationHelper#generate_csv 2019-03-18 15:23 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
31034 Redmine Patch Closed Remove encoding magic comments 2019-03-17 17:42 Code cleanup/refactoring Actions
31004 Redmine Patch Closed Decode hexadecimal-encoded literals in order to be frozen string literals friendly 2019-03-20 06:44 Code cleanup/refactoring Actions
30466 Redmine Patch Closed Remove unused i18n key "label_all_time" 2019-01-21 08:38 Code cleanup/refactoring Actions
30413 Redmine Patch Closed Add ".ruby-version" to svn:ignore, .git:ignore, and .hgignore 2019-01-13 01:50 Code cleanup/refactoring Actions
30163 Redmine Patch Closed Remove unnecessary tests in test/unit/initializers/patches_test.rb 2018-12-13 01:17 Code cleanup/refactoring Actions
30137 Redmine Patch Closed Remove rails-html-sanitizer from Gemfile 2018-12-09 07:21 Code cleanup/refactoring Actions
29440 Redmine Patch Closed Fix typo in test name: s/highligth/highlight/ 2018-08-26 16:32 Code cleanup/refactoring Actions
28611 Redmine Patch Closed Remove unused i18n strings from locale files 2018-04-26 14:54 Code cleanup/refactoring Actions
28478 Redmine Patch Closed Update the app name in extra/sample_plugin/init.rb: s/RedMine/Redmine/ 2018-04-08 00:07 Code cleanup/refactoring Actions
28229 Redmine Patch Closed Remove unused i18n key "setting_app_subtitle" 2018-02-24 04:31 Code cleanup/refactoring Actions
28028 Redmine Patch Closed Remove unused method Mailer#mylogger 2018-02-11 07:40 Code cleanup/refactoring Actions
27670 Redmine Patch Closed Fix typo in configuration.yml.example 2017-11-29 09:17 Code cleanup/refactoring Actions
24901 Redmine Patch Closed Remove unused "label_more" from locale files 2017-02-21 13:13 Code cleanup/refactoring Actions
24900 Redmine Patch Closed Remove unused "label_planning" from locale files 2017-04-09 08:11 Code cleanup/refactoring Actions
24899 Redmine Patch Closed Remove unused "description_date_*" from locale files 2017-02-21 13:12 Code cleanup/refactoring Actions
24713 Redmine Patch Closed Remove iteration in ApplicationHelper#syntax_highlight_lines 2017-01-08 23:42 Code cleanup/refactoring Actions
24578 Redmine Patch Closed Remove unused CSS class ".icon-details" 2016-12-16 09:02 Code cleanup/refactoring Actions
20369 Redmine Patch Closed Use String#casecmp for case insensitive comparison 2015-08-12 15:39 Code cleanup/refactoring Actions
27024 Redmine Patch Closed Links on custom field values don't have "external" class 2018-01-01 07:20 Custom fields Actions
39592 Redmine Patch Closed Set transaction isolation level of MySQL to READ-COMMITTED in database.yml.example 2023-11-26 14:23 Database Actions
33208 Redmine Patch Closed `--without rmagick` option for bundle command is no longer necessary 2020-03-31 08:39 Documentation Actions
32787 Redmine Patch Closed Redmine 4.0 no longer supports Ruby 2.2 2020-01-14 01:45 Documentation Actions
32552 Redmine Patch Closed Clarify that pasting images from clipboard does not support Internet Explorer 2019-12-11 14:38 Documentation Actions
(401-500/868) Per page: 25, 50, 100

Also available in: Atom CSV PDF