Project

General

Profile

Search

Results (12480)

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 2022-11-16 22:25
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> 2022-11-16 15:15
Defect #37922 (Closed): Valid email address is not allowed
I have locally enable email server. My domain ... pected behavior: allow `kes@localhost` emails 2022-11-10 13:38
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> 2022-11-03 06:08
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)" 2022-11-02 16:45
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. 2022-11-02 07:47
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. 2022-11-01 16:38
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 2022-11-01 09:49
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. 2022-10-31 12:21
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. 2022-10-31 02:03
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. 2022-10-30 03:52
Feature #37856 (Closed): Few Details required
Hi, 1) Want to know the difference between v ... cks.rb:603:in `block in default_terminator' 2022-10-28 16:20
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... 2022-10-27 18:20
Defect #37842 (New): Related issue can update other due date issues in other projects that you don't have rights
Assume you have 2 different projects in Redmine: # Project A issue @#1@ where you have rights to update the related issue field # Project B issue @#2@ where you don't have rights at all How to reproduce the issue: * Update issue @#1@ and relate it to the issue @#2@ using precedes or follows with delays. * Issue @#2@ due date will be updated automatically. ... It seems quite strange to be able to update issue in other projects where we don't have rights to. 2022-10-27 13:38
Feature #37807 (Closed): Allow access to /robots.txt even if logins are required
Right now, if logins are globally required, t ... While initially not strictly related to the issue, this patch extends the list of projects inc ... Anonymous could not see them without a login. 2022-10-20 17:32
Defect #37789 (Closed): Error plugin computed_custom_field Redmine Version 5.0.1
Hola alguien me puede ayudar con el error que ... igue sin funcionar, agradezco cualquier ayuda 2022-10-18 04:29
Defect #37784 (Closed): Crash on running v4.2.8
Hi After upgrading to v4.2.8 my redmine does ... ails 5.2.8.1 nginx postgresql 11 debian 10 2022-10-16 19:13
Defect #37774 (Closed): Can't filter the global query by Category
I'm using 4.2.1 and I have this problem. When querying the entire issue list for all projects, I can't filter by cat ... ategory doesn't exist, the query returns all issues. The expected / desired behavior is that ... esn't have that category, then it returns no issues. If there's some problem with having the ... ts, in addition to the project-specific ones. 2022-10-13 19:09
Defect #37771 (Resolved): receiving email issue
I have been using below scripts to run per se ... obal version. Did anyone encounter the same issue and share the solution to us ? Can community help to fix? Appreciate. 2022-10-13 10:33
Defect #37764 (Closed): Members without any role shouldn't be allowed
1/ go to a project settings 2/ add a new mem ... dmine plugins: no plugin installed </pre> 2022-10-11 20:00
Defect #37762 (New): Project form - editable custom fields
Recently I was developing plugin which adds _ ... s method even exists in Project model? In issue or timelog forms _editable_custom_field_values_ is used. Could we unify this? 2022-10-10 12:02
Defect #37757 (Closed): Time entry date doesn't respect the Settings given format
In Settings->Display, you can set the date fo ... 6.1.6 Plugins : Tags, Checklists 2022-10-06 15:41
Defect #37753 (Closed): Cannot send mail through smtp due to TLS errors
Hello, I've updated redmine to 5.0.2 from ... terminal. Any help is appreciated, thanks. 2022-10-05 15:28
Patch #37748 (Closed): Favicon takes a long time to load
I'm using passenger standalone and nginx as p ... efore: !before.png! After: !after.png! 2022-10-04 12:56
Defect #37735 (Confirmed): Cannot copy project if you have a file format custom field
Steps to reproduce # login as admin # Cre ... not be copied <pre> foo is invalid. </pre> 2022-10-03 09:21
(851-875/12480)