Search
Results (31866)
- Patch #37942 (New): Traditional Chinese translation (to r21959)
- * added ** permission_change_issue_author
- Feature #37941 (New): Add non-members as watchers
- It's a little annoying to have to add someone to a project in order to add them as a watcher on an issue, because they don't normally need to be on the project, they just need a reference to that one issue. So, there should be some way to add any user as a watcher of an issue. When you have a large organization, it's n ... Redmine version 4.2.1.stable
- Patch #37938 (Closed): Unused permission "Mention user"
- In Permissions and Roles, you can find "Menti ... > :member map.permission :delete_issues, {:issues => :destroy}, :require => :member map.permission :change_issue_author, {:issues => [:edit, :update]} - map.permis ... # Watchers map.permission :view_issue_watchers, {}, :read => true map.permission :add_issue_watchers, {:watchers => [:new, :create, :app ... r, :autocomplete_for_mention]} </code></pre>
- **Description of the errors:** I have been s ... his restart? Does anyone else have the same issue? Docker version: latest for synology Red ... server and that works fine without restaring.
- Help: RE: I can't send mail with fake sendmail on Windows Server 2008 R2
- I've fixed this issue today!!! The root cause is redmine only s ... t it seems killed "to" in the mail header....
- As many users have pointed out, an open issue for Redmine is that you cannot have a differ ... ficial for scaling. How can we bring this issue to the forefront of the planned features ?
- Defect #37922 (Closed): Valid email address is not allowed
- I have locally enable email server. My domain ... pected behavior: allow `kes@localhost` emails
- *Title* : ERPmine – Time and Expenses *Date* ... * Minimum maximum validation on holidays * Issue logger on /off * Map on timesheet * Start ... entries * Timesheet Report * Mobile App
- Help: RE: Unable to get spent_hours through issues.xml (Redmine rest Api)
- Hi Vaibhav, Did you managed to configure the Issue field using the Python REST API ? I can't c ... W instead of FEATURE, I can't return the new issue id, I can't enter text into the TAG text-box, when I upload an attached files to the issue their names are changing to unrecognized name..
- Defect #37884 (Closed): All system tests fail ... rror: unknown keyword: :desired_capabilities"
- I am trying system test on GitHub Actions CI, ... #step:13:25 <pre><code class="sh"> Error: IssuesSystemTest#test_update_journal_notes_with_pr ... st_case.rb:74:in `log_user' test/system/issues_test.rb:492:in `test_update_journal_notes_with_preview' Error: IssuesSystemTest#test_update_journal_notes_with_pr ... 3 failures, 3 errors, 0 skips </code></pre>
- Defect #37881 (Closed): Thumbnails are no longer fetched for all notes of an issue
- Hello. In Redmine 4 one could upload an attac ... se its file name in a thumbnail-macro in all issue comments (aka notes, aka journal). With vers ... ing the thumbnail macro (test.jpg not found)"
- Hi, I have a redmine ticketing system that was working well without any issue. When I recieve an email, directly it opens ... ...) Please anyone could help to find the issue? Thanks a lot!
- Help: RE: How to modify an email template
- </pre> I have done it. I edited 4 files: < ... 1\apps\redmine\htdocs\app\views\mailer\ _issue.html.erb _issue.text.erb issue_edit.html.erb issue_edit.text.erb </pre> reference topic: [https://www.redmine.org/boards/2/topics/50644]
- Feature #37878 (Closed): Allow using ideographic space (U+3000) as a separator for search terms
- The attached patch allows using " " (ideograp ... ting terms with a space in the search box or issue filter. Currently, "space" means characters ... pport U+3000 as a separator for search terms.
- Help: RE: Some notification mails as marked a ... f URI_COUNT_ODD and MISSING_TO rules (rspamd)
- I would consider the @URI_COUNT_ODD@ to be, w ... ssions/3831#discussioncomment-3716508 in the issue you linked to. As for the missing @To@ he ... n Administration -> Settings -> Notifications
- Defect #37875 (Closed): Unnecessary closing l ... en there is no "Next" button on Activity page
- If there is no @next page@ link on activity p ... a html syntax error with closing li element.
- Hi everybody, I'm facing some issues with my redmine application. The problem is ... really use some help what can be the problem.
- Dears, The email notification about an issue update contains two parts: # information from journal what have changed # issue overview Sometimes the full issue overview is very long,because I defined many fields in an issue,and My question is: How to modify an email ... tom content or How to delete the second part(issue overview) in the email notification? Redmine version: 4.0.2-1 Thank you!
- Feature #37873 (New): How to modify an email template
- The email notification about an issue update contains two parts: # 1.information from journal what have changed # 2.issue overview Sometimes the full issue overview is very lang,because I defined many fields in an issue,and My question is: How to modify an email ... tom content or How to delete the second part(issue overview) in the email notification? Redmine version: 4.0.2-1
- First off, thank you for your great work! Rea ... asy way to find all broken links in wiki and issue pages in the entire project without hacking ... e: 5.0.3 Ruby: 2.7.4 Rails: 6.1.7
- Defect #37870 (New): Redmine 5.0.3 keeps looking for the convert command
- Hello everyone! As per the "installation d ... ckages). Thanks and keep up the good work.
- Patch #37867 (Closed): Limit puma < 6.0.0 to avoid system test error
- Recently, system test fails with the followin ... nk: https://github.com/teamcapybara/capybara/issues/2598 limiting puma < 6.0.0 seems to be b ... mit puma < 6.0.0, so reviewing it is helpful.
- Feature #37862 (Closed): Estimated time remaining issue query column
- The attached patch, which was extracted from "Planio":https://plan.io/redmine-hosting, adds an issue query column that represents the estimated r ... emaining effort for completion of a group of issues by adding the column in the query totals.
- Feature #37856 (Closed): Few Details required
- Hi, 1) Want to know the difference between v ... cks.rb:603:in `block in default_terminator'
- Patch #37851 (Closed): Add missing fixture to test/integration/issue_test.rb
- On a clean setup one test fails due to error: <pre> Failure: IssuesTest#test_issue_attachments [/home/makurin/Work/redmine/test ... ow exact why but it is a validation error on issue @Issue category is not included in the list@. Re ... le: @RAILS_ENV=test TEST=test/integration/issues_test.rb bundle exec rake db:reset test@ After adding @issue_categories@ fixture test passes. <pre><code class="diff"> diff --git a/test/integration/issues_test.rb b/test/integration/issues_test.rb index 2895f4985..ba55b46fb 100644 --- a/test/integration/issues_test.rb +++ b/test/integration/issues_test.rb @@ -34,7 +34,8 @@ class IssuesTest < Redmine::IntegrationTest ... nts + :attachments, + :issue...