Search
Results (12433)
- Defect #33162 (Closed): Recieving Email about custom fields template
- Email Template ============================= ... lds displayed "用户部门_1" and html field named "issue[custom_field_values][125]" How can I set this field in issue creation by Email.
- Feature #33156 (Closed): Allow zooming on mobile devices
- introduced with the issue #19097, the user was not allowed to zoom. th ... s no reasoning behind this limitation in the issue either. The changelog stated only, that its ... an it should be forbidden! Patch included.
- Feature #33153 (New): UI feature to quickly change issue status
- One of the most often action when working with issues is to change the issue status and in the current UI, depending on t ... ays: 1. Using the context menu wherever the issues are listed (Issues, My Page, Subtasks, Related issues, etc). 2. Using "Edit" button from the issue page. From my experience, the second opti ... because the normal flow is to open first the issue and then change the status. In a very simple ... tter UI feature to allow users to change the issue status with less clicks and using a method that is focused on the issue transition, not a general Edit mode which ca ... or each available status displayed under the issue subject: !{border: 1px solid grey; width: 8 ... }change_status_button.png! 3. Display the issue status as a custom dropdown and on click, sh ... ng! In a first iteration, clicking on the ...
- Feature #33151 (New): Provide status for issue children via REST API
- When the children to an issue is requested with `/issue/1.json?include=children` they are returned i ... > When displaying an overview of a parent issue it's often very helpful to be able to show the status of all child issues. This can be worked around by sending an extra request like `/issues.json?issue_id=2,3,4` for all child issues, but it feels wasteful and unnecessarily cu ... at I assume would be a quite common use case.
- Defect #33148 (New): application stuck if query with filter "Issue" and with large amount of IssueIDs
- Project -> Issue, Add filter "Issue", operator "Is", value: please input a lot o ... ing). Please set the timeout for requests.
- Defect #33138 (Resolved): Apache crashes with Redmine.pm and RedmineCacheCredsMax active
- Hello, issue as described in the topic. The Apache kee ... dsMax 500 </Location> [...] </pre>
- Patch #33131 (Closed): Galician translation update
- Translated six remaining strings added in #31 ... label_user_mail_notify_about_high_priority_issues_html label_assign_to_me notice_issue_not_closable_by_open_tasks notice_issue_not_closable_by_blocking_issue notice_issue_not_reopenable_by_closed_parent_issue </pre>
- Defect #33130 (Closed): Test send mail (Connection refused - connect(2) for "localhost" port 25)
- In configuration.yml file mail settings: d ... e are configured domain.test. Help, please...
- Patch #33128 (Closed): Czech translations
- new translations for <pre> label_assign_to_me notice_issue_not_closable_by_open_tasks notice_issue_not_closable_by_blocking_issue notice_issue_not_reopenable_by_closed_parent_issue </pre>
- Defect #33127 (Closed): Assignee icon is misaligned when print stylesheet is applied
- See the attached screenshot. !{border: 1px solid grey; width: 674px;}.Untitled1.png!
- Feature #33126 (Closed): Support custom fields when exporting users to CSV
- You can export the users list csv(#5957), but ... UserCustomField should also be output as csv.
- Patch #33124 (Closed): Bulgarian translation
- Bulgarian translation #29285 * label_assign_to_me #31589 * notice_issue_not_closable_by_open_tasks * notice_issue_not_closable_by_blocking_issue * notice_issue_not_reopenable_by_closed_parent_issue
- Defect #33121 (Closed): IssueQuery not usable from plugins
- I'm currently working on updating some plugin ... older. I stripped it down to an patch for IssueQuery included in the plugin. Here's a minimal plugin to trigger the issue: <pre> require 'redmine' module RedmineA module IssueQueryPatch end module ProjectPatch ... , RedmineA::ProjectPatch) end unless IssueQuery.included_modules.include? RedmineA::IssueQueryPatch IssueQuery.send(:include, RedmineA::IssueQueryPatch) end end Redmine::Plugin.re ... thor 'Stefan Rinkes' description 'To show IssueQuery-Patch failure' version '0.0.0' end ... in `initialize' /usr/src/redmine/app/models/issue_query.rb:36:in `new' /usr/src/redmine/app/models/issue_query.rb:36:in `<class:Issue...
- Patch #33118 (New): Detect plain diffs in e-mail submitted issues and map to attachments
- Diffs sent as plain/text message (as with git format-patch + git send-email) in issues tend to be textilized, which messes up the ... and only the diff comment is stored in the issue description. The diff detection is based ... body is split before this detected separator.
- Defect #33116 (Closed): Successful deletion n ... isplayed after deleting some types of content
- "Successful deletion" flash message is not displayed after deleting some types of objects such as issues, documents, and wiki pages. However, you wi ... ument | No | | Issue | No | | Me ... WikiPage | No |
- Defect #33110 (Closed): Sort does not work with group by datetime columns
- It is not possible to change sort order with ... ing on column header, no changes are visible.
- Defect #33108 (Closed): Mercurial support is broken for Mercurial 5.1 or later
- <pre> $ bin/rails test test/unit/lib/redmine ... ercurial_adapter_test.rb:157 . . . </pre>
- Defect #33103 (Closed): Export to PDF fails when subject of parent task is included in issue list
- h1. Description When choosing the subject of parent tasks to be displayed in the issue list, the pdf export fails and the user get' ... ror (undefined method `parent.subject' for #<Issue:0x00000000069ba248> Did you mean? parent_issue_id): 1: <%= raw issues_to_pdf(@issues, @project, @query) %> lib/redmine/export/pdf/issues_pdf_helper.rb:378:in `block in fetch_row_values' lib/redmine/export/pdf/issues_pdf_helper.rb:372:in `collect' lib/redmine/export/pdf/issues_pdf_helper.rb:372:in `fetch_row_values' lib/redmine/export/pdf/issues_pdf_helper.rb:435:in `block in calc_col_width' app/helpers/issues_helper.rb:31:in `block in issue_list' app/helpers/issues_helper.rb:26:in `each' app/helpers/...
- Feature #33102 (Closed): Import user accounts from CSV file
- It is a time-consuming task to add dozens of ... requests for this feature from my customers.
- Feature #33101 (New): "<=", ">=", and "between" operator for priority filter
- Currently, the priority issues filter supports only "is" and "is not" oper ... cases: * "Priority", ">=", "Normal" : Lists issues whose priority is normal or higher. It filters out issues with lower priority * "Priority", "between", "High", "Immediate": Lists issues that has higher priority value
- Patch #33100 (Closed): Fix a test - Issue watchers are not always sorted by id
- Hello Could you please apply this tiny patch? Currently, when running issues_controller tests, returned issue-watchers are not always sorted by id, which ... <pre><code class="diff"> line 5245 in class IssuesControllerTest - assert_equal [3, 10], issue.watcher_user_ids + assert_equal [3, 10], issue.watcher_user_ids.sort </code></pre> Thank you for your work Vincent
- Feature #33099 (Closed): Add a link to the issues list in reminder email
- With the attached small patch, you will be able to see the same issues list as a reminder email by clicking the issue count in the reminder. In my observation, ... e patch helps such people. *The number of issues will be a link:* !{width: 597px; border: 1 ... :* !{width: 773px; border: 1px solid grey;}.issues-list-on-web@2x.png!
- Defect #33088 (Closed): Should User.notify_about?(issue) consider the issue being wathced by the user?
- In app/models/user.rb line 790, notify_about?(object) is defined. In app/models/issue.rb line 1037 notified_users method's comment ... My question is, should User.notify_about?(issue) checke the passed issue being wathced by the user or not? If it sho ... ify_about?(object) can take into account the issue being watched or not according to the user's ... rnces? Kind attention will be appreciated.
- Defect #33085 (Closed): Unable to update the ... ations when multiple values option is enabled
- Hi, When I add a custom field to an enumer ... nsController. Here is a patch to fix this issue: <pre> def enumeration_params # ... end end </pre> Best regards, Thomas
- Defect #33083 (Closed): Projects filter "Subp ... iven value is "My projects" or "My bookmarks"
- Reproduction steps: * Use PostgreSQL * View ... ) to actual ids is the cause of this problem.