Search
Results (12483)
- Defect #23112 (Closed): Adding new version to project using Ruby API
- Hey, How can I add new version object to Re ... I can connect to Redmine API and read, e.g., Issues. <pre><code class="ruby"> class Redmin ... o Redmine project? Thanks for help. Gary
- Patch #23108 (Closed): Change Japanese translation for text_git_repository_note
- I suggest changing the translation from "Bare ... nslation have a little bit strange feeling.
- Feature #23106 (Closed): Add taskpaper 'language' to new code highlighting toolbar button.
- The new code highlighting toolbar button (#14 ... mine core documentation after r14489). This issue is limited to simply adding the language nam ... fication steps here). Thanks in advance.
- Patch #23083 (Closed): Allow filtering for sy ... sions in version custom fields in the global issues view
- Given an issue custom field of type Version, it should be possible to filter issues by this field on the global issues view. The behavior should be compatible wit ... version filter. Right now, on the global issue screen, the list of available values for the ... ould apply cleanly against the current trunk.
- Defect #23080 (Closed): Problem with email integration to MS Office 365
- Hi I installed Redmine from TurnKey appliance ... on except them. Please help me with that issue. Regards Grreeg23
- Feature #23073 (Closed): Export CSV times with comma and not dot
- Hi, Is it possible to change the export CSV "Estimated time" and "Spent time" undr Issues, with comma and not within dots? This is ... to replace the dot by comma. Best Regards
- 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!!!