Project

General

Profile

Search

Results (31865)

Feature #41676 (Closed): No updated changed date for folders when files are being updated
I am using Redmine Version 3.3.3, but the des ... to always open the latest updated folder. 2024-11-01 16:21
Defect #41675 (New): The default value of a custom field list is not used
Hello, I created a custom fields for issues in Redmine 5.1.3. The type is List and it ... and the result obtained Thanks for your help 2024-11-01 16:19
Help: sidekiq do not find Mailer class (NameError: uninitialized constant Mailer)
<pre> Environment: Redmine version ... Error | | za 2 dni | 23 | mailers | Mailer#issue_add | {"_aj_globalid"=>"gid://redmine-app/User/10"}, {"_aj_globalid"=>"gid://redmine-app/Issue/14256"} | NameError: uninitialized constant ... 86_64 GNU/Linux </pre> <pre> $ cat /etc/issue.net Ubuntu 22.04.5 LTS </pre> 2024-10-31 15:53
Open discussion: Email notification issue
i'm using smtp.gmail.com as my SMTP server, b ... the correct one because its my personal email 2024-10-30 07:10
Wiki: Nuno_Zeta
h3. Nuno Zeta (Commercial theme) * "Nuno Z ... plugin, Redmine email inline images plugin, Issue Importer, Redmine Issue Templates plugin, Redmine Landing Page plugi ... ntent/uploads/2021/02/login.jpg ***** "List Issue":https://cdn.nunothemes.com/wp-content/uploads/2021/02/list_issue.png !https://cdn.nunothemes.com/wp-content/uploads/2021/02/list_issue.png! ***** "Create Issue":https://nunothemes.com/wp-content/uploads/2021/02/create-issue.png !https://cdn.nunothemes.com/wp-content/uploads/2021/02/create-issue.png! ***** "Detail Issue":https://nunothemes.com/wp-content/uploads/2021/02/view_detail_issue.png !https://nunothemes.com/wp-content/uploads/2021/02/view_detail_issue.png! ***** "Activity":https://nunothemes.co ... png! **** Pink Color Scheme : ***** "List ... 2024-10-30 03:54
Patch #41623 (Closed): Fix tests that randomly failed due to required fixtures not being loaded
This patch fixes tests that randomly failed d ... ActiveRecord::RecordNotFound: Couldn't find Issue with 'id'=1 test/unit/lib/redmine/f ... k.call_hook(:model_changeset_scan_commit_for_issue_ids_pre_issue_update, 256: {:changeset => self, :issue => issue, :action => action}) 257: 258: if issue.changes.any? 259: unless issue.save => 260: binding.irb 261: logger.warn("Issue ##{issue.id} could not be saved by changeset #{id}: #{issue.errors.full_messages}") if logger 262: end 263: else 264: issue.clear_journal 265: end irb(#<Changeset:0x000073145f1036a0>):001> issue... 2024-10-30 03:01
Help: RE: Problems updating "status_id" on an issue using the API.
Holger, The Administration -> Workflows di ... ansition for "User". Thanks for your help! 2024-10-29 19:40
Help: RE: Problems updating "status_id" on an issue using the API.
* To be able to assign issues to a user, the designated assignee must have a role in the project which has the "Assign issues to this role" flag enabled. * The editing user must have the "Edit issues" permission via a role. Note that you can further restrict the view/edit/delete issues permissions per tracker on the bottom of th ... e editing user must be allowed to change the issue in its current tracker and status to the new ... on-admin user and try to create / update the issues from your browser. Sometimes, this makes th ... to@ and @status_id@ fields when creating the issue. It should not be required to update the issue again after you have just created it. 2024-10-28 22:38
Help: Problems updating "status_id" on an issue using the API.
I have code that can reliably create an issue, and then update it to set assigned-to and s ... to "in progress". Setting the status is the issue, but I can't figure out what permission to g ... ers to make it work. First, POST this to /issues.json: <pre> { "issue": { "project_id": 1, "subject ... s a test.", } } </pre> Then update issue X with PUT to /issues/X.json <pre> { "issue": { "assigned_to_id": "me", " ... correct after the PUT, but the status of the issue is unchanged. Currently, I've given the User role all permissions under Issue Tracking and Trackers, and made certain the ... s a User role on on the project. Thanks! 2024-10-28 22:08
Defect #41602 (Closed): The Attachment field allows you to add unsupported file formats
Steps: 1)Click on "Register" 2)Add an unsup ... ter The actual result: You have registered 2024-10-28 12:26
Defect #41601 (Closed): The "Repeat password" field accepts a different password
Steps: 1)Click on the "Register" button 2)I ... ister The actual result: You have registered 2024-10-28 12:20
Feature #41575 (New): Filter versions by custom field in REST API
It would be useful if the versions REST API supported filtering by custom field (like the "issues API":https://www.redmine.org/projects/redmine/wiki/Rest_Issues). 2024-10-24 09:22
Feature #41573 (New): Support pagination in versions REST API
Unlike other collection API endpoints like projects and issues, the versions endpoint does not currently s ... _API#Collection-resources-and-pagination. 2024-10-24 09:15
Defect #41572 (Closed): `updated_by_id` in Jo ... r id instead of being set to `User.anonymous`
In the current implementation of the Redmine ... ed. *Steps to Reproduce:* 1. Create an issue and add a notes to it. 2. Edit the notes as ... @, however, it retains the deleted user's id. 2024-10-24 08:53
Open discussion: RE: Redmine Email Notification Issue - Help Needed for Modern Authentication
Adding my comment to reinforce the concern ab ... articularly interested in finding a solution. 2024-10-24 01:45
Defect #41515 (Closed): Connection to mailserver is not properly terminated
Hi Basic info first: <pre> Environment ... only goal here is to get the problem fixed … 2024-10-21 13:21
Defect #41513 (Closed): Error after update to revision 23153
passenger cannot load redmine application, er ... saved to: /tmp/passenger-error-nvMmDh.html 2024-10-21 05:09
Help: RE: Delete thousands of issues created by email loop
This is my friend's full email: Further ... ckets at qa: http://192.168.4.232/redmine/issues/100898 http://192.168.4.232/redmine/issues/100899 Then I entered the interactiv ... kets created by mistake: irb(main):002:0> Issue.where("subject = 'Undelivered Mail Returned ... to at most 10 tickets): irb(main):003:0> Issue.where("subject = 'Undelivered Mail Returned ... created by the incident: irb(main):004:0> Issue.where("subject = 'Undelivered Mail Returned ... OY) to destroy them in batches this way: Issue.where("subject = 'Undelivered Mail Returned ... history entries etc and so just deleting the issues records will not be enough. https://chat ... adjusting the instructions and deleting 1000 issues at a time we would do: day_before_incident = Date.parse("2024-10-01") batch_size = 1000 ... 2024-10-21 02:16
Help: RE: Delete thousands of issues created by email loop
Hello Lorenzo! Thanks for your reply. Sorry, I forgot to update this issue, but a friend of mine found the solution and ... te.parse("2024-10-01") batch_size = 1000 Issue.where("subject = 'Undelivered Mail Returned ... October 2. The script above will search for issues created after the day_before_incident with ... er" and delete them in batches of a thousand issues. 2024-10-21 02:15
Help: RE: Custom Fields - how to style URLs?
Hi Bernhard, > At least, it would be cool ... t a "patch for this":https://www.redmine.org/issues/41508. Thanks 2024-10-19 17:51
Help: RE: Delete thousands of issues created by email loop
Hi, such a things should be done from rails c ... e of code like: <pre><code class="ruby"> Issue.where(subject: 'Undelivered Mail Returned to ... !not tested!... anyway the way is this one! 2024-10-19 17:45
Defect #41503 (Closed): Internal Error Creating Subprojects
Good morning to everyone, Since a couple o ... e with this error. Thank you in advance. 2024-10-18 09:48
Defect #41502 (New): Custom field values for ... when copying a project that includes versions
When copying a project that includes versions ... dmine plugins: no plugin installed </pre> 2024-10-18 09:44
Feature #41500 (Closed): Swap odd and even table row background colors
Currently, odd-numbered rows in tables such as issues list and spent time list have a grey backgr ... : 857px;}.clipboard-202410180655-ibygu.png! 2024-10-17 23:56
Defect #41482 (Closed): Update version redmine 5.0.0 to 5.1.3
Hello, When loading the database of my Red ... .3, I get the following error when I open an issue: @I, [2024-10-15T02:29:47.855523 #1721] ... 1, journalized_id: 22366, journalized_type: "Issue", user_id: 134, notes: "", created_on: "2024 ... ad742-9626-4a71-b3cb-5e5f5dd4f93b] app/views/issues/tabs/_history.html.erb:18 [3a6ad742-9626-4a71-b3cb-5e5f5dd4f93b] app/views/issues/tabs/_history.html.erb:7:in `each' [3a6ad742-9626-4a71-b3cb-5e5f5dd4f93b] app/views/issues/tabs/_history.html.erb:7 [3a6ad742-9626-4a ... ad742-9626-4a71-b3cb-5e5f5dd4f93b] app/views/issues/show.html.erb:126 [3a6ad742-9626-4a71-b3cb-5e5f5dd4f93b] app/controllers/issues_controller.rb:118:in `block (2 levels) in s ... 9626-4a71-b3cb-5e5f5dd4f93b] app/controllers/issues_controller.rb:110:in `show' [3a6ad742-9626 ... b/redmine/sudo_mode.rb:61:in `sudo_mode’@ 2024-10-15 04:54
(801-825/31865)