Project

General

Profile

Search

Results (12107)

Defect #41196 (Closed): Error in official Redmine installation instructions
Redmine environment ・redmine 5.1.3 ・ruby 2. ... ror: undefined method `custom_values=' for #<IssuePriority:0x000056237ddea750> 2024-08-28 10:27
Defect #41193 (Closed): Incorrect time calculation in subproject
When calculating time, tasks from the main pr ... 2.0.2 redmine_zenedit 2.0.6 2024-08-27 08:54
Defect #41190 (Closed): X accel redirect
# Disable serving static files from the `/p ... a real path to the internal location ... } 2024-08-25 22:34
Defect #41189 (Closed): Issue with Uploading File via Make.com(Integromat) to Redmine API
Hello, I am experiencing an issue when attempting to upload a file to Redmine ... any assistance or guidance on resolving this issue. Please let me know if there are any specifi ... adjusted. Thank you for your support. 2024-08-25 22:22
Feature #41180 (New): Tracker 'closed' -> Status 'closed' automatically
Hi I use several Trackers that indicate that the issue is 'done/finished'. Is there an option that the Status automatically switch to a 'closed' issue Status? The reason is simple: * I don't want to modify always to fields in the issue * the Overview remains issues that are already solved It would be great if somebody has an idea. 2024-08-22 08:09
Patch #41173 (New): Default project in generic new issue page is the oldest created one
As @spaluc told in ##16067-5: > The only issue with current solution is that when navigated to https://redmine.host/issues/new the issue Project is defaulted to > @issue.project ||= @issue.allowed_target_projects.first > This is not ... lass="diff"> diff --git a/app/controllers/issues_controller.rb b/app/controllers/issues_controller.rb --- a/app/controllers/issues_controller.rb (revision 41804:94cb08cd65eb27ef693ca8144836553a3c3183ab) +++ b/app/controllers/issues_controller.rb (revision 41804+:94cb08cd65eb+) @@ -571,7 +571,7 @@ end @issue.project = @project if request.get? - @issue.project ||= @issue.allowed_target_projects.first + @issue... 2024-08-19 18:09
Defect #41170 (Closed): redmine5.1.3 can not send mail after issue update
1. redmine5.1.3 test mail is ok 2. redmine5. ... r false 3. redmine5.1.3 cannot send mail if issue create or update. I had config all send cond ... 2.0 easy_gantt_pro 2.0 issue_charts 1.3.0_4 mega_cal ... ine_indicator 0.2.16 redmine_issue_dynamic_edit 0.9.2 redmine_issue_hierarchy_filter 0.1.1 redmine_issue_templates 1.1.2 redmine_issue_trash 1.0.2 redmine_issue_view_columns 2.0.3 redmine_kanban ... d 3.0.2 redmine_xlsx_format_issue_exporter 0.2.1 Powered by Redmine © 2006-2024 Jean-Philippe Lang 2024-08-17 02:48
Defect #41153 (Closed): {{collapse(custom text)}} macro cuts off at first comma
I'm trying to use the @{{collapse}}@ macro in ... e to write grammatically incorrect sentences. 2024-08-14 13:43
Feature #41151 (Closed): [view-customize plug ... ol the items displayed in the pull-down menu.
I want to use the redmine-view-customize plug ... ow to check the logs. *path-pattern* >/issues/[0-9]+ *project-pattern* >/sandbox < ... nt).ready(function () { var parentField = 'issue_custom_field_values_1'; var childField = 'issue_custom_field_values_2'; var narrowChil ... d(); } }); if (typeof replaceIssueFormWith === 'function') { var _replaceIssueFormWith = replaceIssueFormWith; replaceIssueFormWith = function(html){ _replaceIssueFormWith(html); narrowChildField(); ... pre> Thank you in advance for your help. 2024-08-14 03:49
Feature #41143 (Closed): Project Menu Module Access Configuration
Dear Redmine Team, I would like to propose ... cuss further details if needed. Sincerely, 2024-08-12 18:08
Patch #41142 (Closed): Add missing assertion in Redmine::MenuManager::MapperTest#test_push_onto_root
The following patch addresses an issue in the @Redmine::MenuManager::MapperTest#tes ... def test_push_onto_parent </code></pre> 2024-08-12 04:28
Defect #41133 (Closed): Lack of encryption of password on the client side (?)
Hello. First of all, pardon if the questio ... industry standard'? Thanks in advance! 2024-08-09 12:10
Defect #41101 (New): Text format custom field is displayed with the full-width layout in the Issue edit screen
A text format custom field with the full-widt ... e above steps is displayed as follows in the Issue edit screen: !{width:800px}image1.png! ... ollows: !{width:800px}image2.png! This issue seems to occur because the value of the form ... his problem occurs in Redmine v5.1 and trunk. 2024-08-07 12:20
Defect #41098 (New): When I del a comment or time_entries, the issue's field 'updated_on' does not change
without upadating this field I can't understand that something changed 2024-08-06 15:34
Defect #41096 (Closed): "##" syntax auto complete does not work
When triggered with a text starting with @##@ ... #a@ but returns nothing because there are no issues that match the query. Below is a part of ... the input is @##a@: <pre> Started GET "/issues/auto_complete?project_id=ecookbook&q=%23ab" ... +0000 Processing by AutoCompletesController#issues as */* Parameters: {"project_id"=>"ecookbook", "q"=>"#a"} (snip) Issue Load (0.4ms) SELECT "issues".* FROM "issues" (snip) AND (issues.subject LIKE '%#a%' ESCAPE '\') ORDER BY "issues"."id" DESC LIMIT ? [["project_id", 1], ["L ... he system test 'test_inline_autocomplete_for_issues_with_double_hash_keep_syntax' is currently ... nshots/failures_test_inline_autocomplete_for_issue... 2024-08-06 12:29
Patch #41094 (New): Migrate System Tests from Selenium to Playwright
Currently, Redmine executes system tests usin ... your thoughts on which option is preferable. 2024-08-06 03:06
Defect #41092 (New): [REST API] How can i get the last updated user in listing issues
Hi developer: There is a problem with using the REST API. When i request the "Listing issues" @GET /issues.[format]@ (params is empty), the response d ... this field , how can i get this ? Thinks. 2024-08-05 04:41
Defect #41088 (Closed): The timesheet for this period is locked, you cannot log time.
One of my team member not able to provide Spe ... , you cannot log time. How to resolve the issue admin access available, please help me out 2024-08-03 14:33
Defect #41082 (New): Missing Tracker Filter entry after Update from 5.0.3 to 5.1.3
Hello We have Custom Queries defined in the ISSUES context of projects. There we have Filte ... works without problems: * !5.0.3_FiltersInISSUES.png! After Update to V5.1.3 the Value en ... not be edited anymore: * !5.1.3_FiltersInISSUES.png! Thanks a lot for help Hans 2024-07-31 11:05
Defect #41079 (Closed): Incorrect sorting of users grouped by status in issue filters for administrators
In #15201 default sorting for filter options ... was changed. And now principal options into issue query filters for system admins was broken. ... mine_git_remote 0.0.3 redmine_issue_templates 1.1.2 </pre> }} 2024-07-30 20:38
Defect #41076 (New): Assignee's permissions setting
I'm using Redmine 5.0.x I have two users roles. One has the permission to edit all issues, while the other can only edit their own. When the first user creates a new issue and assigns it to the second user as the manager, I want the second user to be able to edit the issue created by the first user. I’ve set up the ... e status, content, and other settings of the issue. However, this setting doesn’t seem to be working. What's the correct setting to make it work? 2024-07-29 10:24
Defect #41054 (Closed): Issues options aren't hidden at start
File app/views/queries/_query_form.html.erb ... le() toggles "display" property opposite way. 2024-07-24 09:02
Feature #41053 (Closed): Add "User's group" and "User's role" filters to Spent time list
I suggest adding "User's group" and "User's r ... s role" filters are already available in the issues list, and having the same functionality in ... id grey;}.clipboard-202407241039-f2ps2.png! 2024-07-24 04:00
Defect #41051 (Closed): Export CSV shows HTML code of description field
I have recently upgraded from Redmine 2.6 to 5.1.3 When you try to export the list of issues as a CSV including description column, it w ... : https://github.com/yozart/redmine_ckeditor 2024-07-23 10:42
Patch #41045 (Closed): Traditional Chinese translation update (to 22939)
* new ** setting_copy_attachments_on_issue_copy, field_thousands_delimiter 2024-07-22 09:47
(26-50/12107)