Search
Results (12511)
- Feature #38585 (Closed): Drop Ruby 2.7 and 3.0 support
- Ruby 2.7 is EOL (https://www.ruby-lang.org/en ... .7 at most, this should also be set to EOL...
- Defect #38581 (New): 2 different queries with the same fields on "My page" are not aligned
- I made a query for issues that need further feedback, and a query for ... t aligned. Here is a screenshot of the same issue on this very Redmine : !clipboard-202305231532-boi1g.png!
- Defect #38576 (Closed): Add documentation on user API to add custom fields values
- I was looking for the documentation on adding ... f usage would be nice (as it's documented on issues api) Parameters: custom_fields: array of ... "value": "FieldValue" } ] </pre>
- Feature #38575 (New): filter parent issue no
- at Filter You can specify multiple ticket numbers separated by commas as the parent issue. If it is "equal", multiple specified items ... されません 含むの場合でも、チケットナンバーを複数指定できるようになりませんか?
- Defect #38571 (Closed): Registration via gmail
- When registering in Redmine via gmail, the le ... es, but the mail with confirmation don`t come
- Feature #38568 (New): Enable to display File count and Total file size on issues list
- I have added the query column to display the Files count and Total file size in the issues list and made it sortable. This feature allows you to easily find issue with a high number of Files count or Total file size directly from the issues list. !{width:800px}enable_to_display_file_count_and_total_file_size_on_issues_list.png!
- Feature #38567 (New): Enable to display notes count on issues list
- I have added the query column to display the Journal Note count in the issues list and made it sortable. This feature allows you to easily find issue with a high number of notes directly from the issues list. !{width:800px}enable_to_display_notes_count_on_issues_list.png!
- Feature #38550 (New): Ability to group issues by project fields and custom fields
- In the issues listing page, there is a "group result by" that has groupable fields (& custom fields) of Issue. Is it possible to add Project fields (& custom fields) to doing @group by@ on issues?
- Feature #38542 (Closed): Better username completion in the editor
- Hi in #38511 someone tried to highlight me ... es and real-names. Thanks for considering!
- Feature #38541 (Closed): Automatic deletion of unactivated accounts
- Hi in the context of #38511 I noticed that ... ck the confirmation link. I see a similar issue with my own redmine instance where registrat ... accounts after a configurable amount of time.
- Defect #38540 (Closed): Redmine Version 4.1.1
- We are using Redmine version 4.1.1 on Ubuntu 18.04 and using it for the last few years without any issues. Today afternoon it suddenly stoped work ... Error)" No clue what started causing this issue. Struggling to resolve this. any help will be much appreciated
- Defect #38539 (Closed): Update Nokogiri to 1.15.2 in 5.0-stable and 4.2-stable
- Here's the details: <pre><code class="shel ... 3' Vulnerabilities found! </code></pre>
- Patch #38533 (Closed): Improve the clarity of ... f label_user_mail_notify_about_high_priority_issues_html
- The German translation of the @label_user_mail_notify_about_high_priority_issues_html@ field introduced in ##32628 is unclea ... Also" from the English "Also notify me about issues with a priority of %{prio} or higher" is missing in the translation.
- Patch #38529 (Closed): Limit available locales to those defined by Redmine itself
- Currently, Redmine configures the i18n gem to ... downs for users. A specific example if this issue is the @doorkeeper@ gem (as introduced in #2 ... still loaded from the same places as before.
- Feature #38527 (Closed): New issues filter operators "has been", "has never been", and "changed from"
- The attached (unfinished) patch adds new filt ... tegory filters. * "changed from": selects issues where the value has ever changed from the given value * "has ever been": selects issues where the value has ever changed from the g ... d from" + "is") * "has never been": selects issues where the value has never been the given va ... [Assignee][has ever been][<< Me >>]: selects issues you have been assigned in the past or are c ... [Assignee][changed from][<< Me >>]: selects issues that were assigned to you in the past but t ... Assignee][has never been][<< Me >>]: selects issues that have never been assigned to you The ... d. * ##3001 * ##3586 * ##9714 * ##31381
- Feature #38526 (New): Subversion support for "View annotation prior to this change"
- The "View annotation prior to this change" fe ... in #35432 currently only supports Git. This issue is for implementing the feature for Subversion as well.
- Patch #38516 (Closed): Traditional Chinese translation (to 22221)
- * New ** button_apply_issues_filter, label_view_previous_annotation
- Defect #38514 (New): Email Notifications: Email Notifications: trigger rspamd symbol for bad HELO
- Registration email from redmine.org triggers ... ress literal (see Section 4.1.3). </pre>
- Defect #38513 (Closed): Incorrect case of MIME-Version email header field name
- Hi Registration confirmation email trigger ... the case of 'MIME' needs to be all uppercase.
- Defect #38512 (Confirmed): Email Notifications: offending header
- My rspamd scanner reports for the account reg ... il, so if I can assist any further with this issue, let me know!
- Defect #38511 (Closed): Registration Email: missing 'To:' header
- Hi My spamscanner added 2 points to the re ... I can not see which version exactly this is.
- Defect #38509 (Closed): Untranslated string "OK" in the repository browser
- An untranslated string "OK" is used in the re ... coded "OK" to "View" (@button_view@). The issue was pointed out in #31698 by "Kam Nazir":htt ... id grey;}.clipboard-202305031606-xgclf.png!
- Defect #38507 (Closed): Fix typo in French translation of setting_bulk_download_max_size
- <pre><code class="diff"> Index: config/local ... ========== @@ -1307,7 +1307,7 @@ notice_issue_not_reopenable_by_closed_parent_issue: Cette demande ne peut être réouverte car sa ... es de messagerie autorisés </code></pre>
- Defect #38506 (Closed): Preview tab of issue description is not working when using Bulk E ... ntire website is displayed inside preview tab
- Tested in: * 5.0.2.stable * 5.0.5.stable.2 ... bs are drawn * Cannot submit changes anymore
- Patch #38505 (New): Add an index into table custom_values on value column
- In my case (due to some custom fields on issues) querying issues was very time consuming. This problem is a ... the @custom_values@ table on column @value@.