Project

General

Profile

Search

Results (12389)

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. 2020-03-06 07:49
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 2020-03-06 01:58
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 2020-03-05 12:25
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! 2020-03-05 10:11
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. 2020-03-03 12:11
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 2020-03-03 09:57
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. 2020-03-03 08:59
Feature #33080 (Closed): I want to change the background color according to the status
I want to change the background color according to the status. What should I do? 2020-03-03 04:19
Patch #33079 (Closed): Remove unused argument from Redmine::Helpers::TimeReport
The issue argument is never used and in that particular controller action @issue is not even set to any value. 2020-03-03 01:48
Feature #33078 (Closed): change the date of comment in issue
Good day! We have an opened tiket in redmi ... orkbench i connected to database redmine in issue we have a note №7, the date it was modified ... date to another date. Is it possible to do? 2020-03-02 10:14
Patch #33074 (Closed): Korean translation update for 4.1-stable
This is a Korean translation file for 4.1.0 ... strange things together in the previous file. 2020-03-02 01:52
Feature #33073 (New): Macro argument escaping/quoting mechanism
Currently there is no way to enter a macro ar ... tile. Does not work with Markdown though. 2020-03-01 12:12
Feature #33071 (Reopened): Prevent accidental deletion of contents with sudo mode
The attached patch adds protection against deletion of contents such as issues, wiki pages, and attachments by expanding o ... rs sometimes mistakenly delete contents like issues. I think it is because deleting contents is ... grey; width: 1024px;}.deletion-step-2@2x.png! 2020-03-01 10:16
Defect #33067 (Closed): Cannot preview and download an encrypted PDF attachments
Environment: Redmine version ... ine_agile 1.4.12 redmine_issue_template 1.0.7 redmine_monitoring ... e is not supported or the file is corrupted 2020-02-29 09:30
Defect #33064 (Closed): having 404 error when trying to display diff - 3.4.4.stable
Hi all, I have re-installed a new redmine instance (3.4.4.stable) but I have an issue when displaying diff. Notice that viewing ... tand why. Any help would be nice. Thanks 2020-02-28 18:43
Defect #33059 (Closed): "Role" dropdown in Wo ... s unexpectedly expanded when selecting "all"
|Expected Result|Actual Result| |!expected_r ... not fixed at the same time as change #15988. 2020-02-28 09:43
Feature #33056 (New): Dark Mode setting (per user)
It would be nice for a user to be able to set ... ith darker colours or have light-sensitivity issues to be able to use Redmine without any issues. Many apps and mobile devices offer Dark Mode as a standard per-user setting. 2020-02-26 23:12
Defect #33054 (Closed): demo redmine account automatically deleted
I made an account on http://demo.redmine.org/ and I was using it for issue tracking for several projects. It was workin ... rd, it's not recognizing my mail credentials. 2020-02-26 10:04
Defect #33052 (Closed): Missing subject and tracker name in CSV export of time entries report
CSV exports of time entries report no longer contain issue subject and tracker name since Redmine 4.0.0 ... to Spent time tab # Go to Report tab # Add Issue # Click on CSV export link # The exported CSV contains column @Issue@ with only issue ID in the exported values. In previous versi ... e 4.1.0. It seems it was broken in #29042. 2020-02-26 08:34
Defect #33044 (Closed): SimpleCov 0.18.3 causes NameError during tests
I observed the following error when running t ... stant Minitest::SimpleCov (NameError) </pre> 2020-02-24 04:49
Defect #33042 (Closed): Fix importing issues due to using the wrong tmp directory
The debian package ships redmine in /usr/shar ... /var/lib/redmine. Without this change the issue importer attempts to create a directory in ... Now it uses the intended tmp directory and issues can be imported again: /var/lib/redmine/default/tmp/imports/350548aee641641463bc89cd6043738c 2020-02-23 17:05
Feature #33037 (Closed): Support for Gitlab flavored Markdown
Its great to see that Redmine also supports m ... available as ruby gems. That fits good. 2020-02-21 09:34
Patch #33036 (Closed): Add missing fixture to IssuesControllerTest
IssuesControllerTest has failed. <pre> $ RAILS ... t bundle exec rake test TEST=test/functional/issues_controller_test.rb Run options: --seed 653 ... ..............................F Failure: IssuesControllerTest#test_post_create_with_watchers [test/functional/issues_controller_test.rb:4042]: Expected: 3 Actual: 2 bin/rails test test/functional/issues_controller_test.rb:4012 ................ ... class="diff"> diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index 488edde6d..ec07c8577 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -46,7 +46,7 @@ class IssuesControllerTest < Redmine::ControllerTest ... include Redmine::I18n </code></pre> 2020-02-21 01:35
Defect #33029 (Closed): API POST requests fai ... oken authenticity. on 3.4.13, 4.0.6 and 4.1.0
I have been tasked with making our main appli ... HTTParty.post( "http://localhost:3000/issues.json&key=665f63b1c6a66a3a103207c59241ea9aef ... passed as a query parameter for some reason. 2020-02-20 09:23
Defect #33023 (New): Warning occurs when displaying a few exceptional PDF thumbnail
A PDF thumbnail is displayed, but the followi ... nment: Redmine 4.1.0 ImageMagick 6.9.10-Q16 2020-02-19 08:19
(1651-1675/12389)