Search
Results (12605)
- Feature #23072 (New): Speed-Up the setting of ... y showing good guesses at the top of the list
- If the user list is quite long, it can be ver ... the "assigned to"-combo box when editing an issue. I suggest to show the users that are lik ... ser was assignee in the past * owner of the issue * watcher of the issue Or even more esoteric: * activity of use ... en as assignee of the current assignee * ...
- Patch #23065 (Closed): Fix confusing Japanese translation for permission_manage_related_issues
- Both permission_manage_related_issues and permission_manage_issue_relations are translated as "関連するチケットの管理". I ... he translation for permission_manage_related_issues to "リビジョンとチケットの関連の管理". *before:* |_. label |_. translation | | permission_manage_related_issues | 関連するチケットの管理 | | permission_manage_issue_relations | 関連するチケットの管理 | *after:* |_. label |_. translation | | permission_manage_related_issues | 関連するチケットの管理 | | permission_manage_issue_relations | リビジョンとチケットの関連の管理 |
- Defect #23055 (Closed): Error with Fetch commits with Mercurial repository when log has invalid char
- Error with Fetch commits automatically with m ... dmine plugins: no plugin installed </pre>
- Patch #23046 (Closed): Traditional Chinese translation (to r15521)
- * New ** setting_new_item_menu_tab, label_new_object_tab_enabled * Changed ** label_new_project_issue_tab_enabled
- Defect #23036 (Closed): Roadmap for redmine 3.2.x is missing
- There is no Roadmap tab in tabbed menu. Even when I enable the Issue tracking according to : http://www.redmine. ... mine/wiki/RedmineRoadmap How can I fix it?
- Defect #23031 (Closed): CSS Wrong icon for details
- Hello, I'm currently developing a plugin for ... And "magnifier" doesn't exist anywhere.
- Patch #23027 (Closed): Lighter colors for revision info
- In RepositoriesController#revision screen, it ... it messages more obvious. !screenshot.png!
- Defect #23026 (Closed): Subject in Custom query not showing NESTED issues properly
- I created a custom query to display my issues. Subject shows issues in nested form, but not in every case. In my example, an issue called "Pagespeed test result" has subtasks, ... e shown as nested, which is ok. However, an issue called "Bug fixes" which also has subtasks, ... nested in the subject. Is this a defect?
- Feature #23020 (Closed): Default assigned_to when receiving emails
- I have multiple aliases configured to read em ... to foo@redmine this doesn't quite work; the issue is created in myproject but the assignee is ... d to: MyGroupName@ it works as expected: the issue is created in my project _and_ is assigned t ... Database adapter MySQL </pre>
- Defect #23019 (Closed): Markdown doesn't recognize mails
- Redmine hides this email in markdown: <pre ... hide this: <pre> <abc@def.com> </pre>
- Patch #23013 (Closed): Traditional Chinese translation (to r15493)
- * New ** error_no_tracker_allowed_for_new_issue_in_project, label_tracker_all
- Feature #23011 (Closed): Purpose of MESSAGE_ID_RE in mail_handler.rb
- In `dispatch` of `app/models/mail_handler.rb` ... ate to have broken something by that change.
- Defect #23010 (Closed): ActiveRecord::StaleObjectError in issue bulk update
- I used the issue list, and select all issue. then right click and choose assign to some ... ctError (Attempted to update a stale object: Issue): app/models/issue.rb:182:in `create_or_update' app/controllers/issues_controller.rb:292:in `block in bulk_update' app/controllers/issues_controller.rb:278:in `each' app/controllers/issues_controller.rb:278:in `bulk_update' lib/redmine/sudo_mode.rb:63:in `sudo_mode' </pre>
- Feature #23006 (Closed): Add "Edit" link to the issues list to open edit mode directly
- It would be great if you/we are able to open an issue directly in edit mode from the list of issues. If this already exist, please apologize my google capabilities
- Patch #22991 (Closed): Japanese translation update (r15472)
- Translated the following strings: * error_no_tracker_allowed_for_new_issue_in_project * label_tracker_all
- Feature #22982 (Closed): PM can manage local group in Project.
- Project manager hope assign an issue to more than one user of his team. So he ha ... f pm can manage group in project by himself,
- Feature #22978 (Closed): Links to issue notes should highlight the linked note
- When I follow e.g. the link #4806#note-9, the issue page opens without any indication where the ... , e.g. by using a lightly colored background.
- Defect #22977 (New): A project member has no ... no notification, when being a watcher of the issue
- Hi, I have an issue, where not other help was effective (public ... ers functionality and notifying them when an issue changes. We have a non-public project calle ... ion for the user "londruj" is set. When the issues changes, the user "londruj" does not get any notification. When accessing the give issues using a direct link, the user "londruj" gets 403 error.
- Defect #22973 (Closed): Api rest assigned_to_id
- Hi guys!, I am working with the api issues.xml and I use the adminitrator account but ... My redmine version is 3.2.2. Thanks!!!
- Defect #22967 (Closed): Special character like quote breaks wiki links
- **Affected version:** 3.1.5, 3.2.2, at least ... e from 2.4.2 to 3.1.5 (or 3.2.2) and I've an issue with the wiki links. With the version 2.4 ... n used. Regards, Philippe Le Brouster.
- Feature #22960 (Closed): Add "EXTRA NOTIFICATION DESTINY" in Issues Statuses
- There are several related request, and they h ... ybe this idea could be accepted: * In the Issue Statuses model an "extra notification target ... ll be added to the distribution list when an issue arrives to that status * The notification's ... lected if "use extra notification" or not).
- Feature #22959 (New): Customize "Related issues" list in version detail
- When we look at the details of a version, there is this Related issues list: !redmine.png! But this is always formatted the same way (Issue ID, Issue subject). What about being able to select t ... e want displayed, the same way we do for the issue list: !redmine2.png! This could be done either per version, per project or per installation.
- Feature #22952 (Closed): Add custom fields to CSV import
- When moving issues from other systems, there is a lot of custo ... m fields on mapping page. related to #950.
- Feature #22951 (Closed): Make Tracker and Status map-able for CSV import
- It would be much easier to import issues when Tracker field is map-able, CSV files often have more than one type of issues. Now, it is required to split CSV files by issue type and import multiple times under different trackers. related to #950.
- Feature #22950 (Closed): Add column 'status' for CSV import
- When importing/moving issues from older systems we have a need to import also historical data, which is issues in different status than New, we need to have a way to map a column to Status field.