Search
Results (12428)
- Defect #41215 (Closed): Reg: CSV Files could not be export in redmine
- dinakaran@redmine-server-26-08-2024:/var/log/ ... er.rb:278:in `query_to_csv' app/controllers/issues_controller.rb:67:in `block (2 levels) in index' app/controllers/issues_controller.rb:47:in `index' lib/redmine/sudo_mode.rb:63:in `sudo_mode' Started GET "/redmine/issues.csv?utf8=%E2%9C%93&set_filter=1&f%5B%5D=sta ... at 2024-09-03 08:37:19 +0000 Processing by IssuesController#index as CSV Parameters: {"utf ... er.rb:278:in `query_to_csv' app/controllers/issues_controller.rb:67:in `block (2 levels) in index' app/controllers/issues_controller.rb:47:in `index' lib/redmine/sudo_mode.rb:63:in `sudo_mode
- Feature #41214 (New): Allow the 'OR' Logical Operator in Query
- *Purpose:* Enable users to use the 'OR' logical operator when setting filters in queries for issue lists, Gantt charts, time entries, and more, ... at users cannot create queries to search for issues where, for example, either the author or th ... ch it along with the corresponding test code.
- Feature #41203 (Closed): RGPD Compliance
- I'm trying to figure out how to be RGPD compl ... /field list that I can use to perform this ?)
- 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>
- Defect #41193 (Closed): Incorrect time calculation in subproject
- When calculating time, tasks from the main pr ... 2.0.2 redmine_zenedit 2.0.6
- Defect #41190 (Closed): X accel redirect
- # Disable serving static files from the `/p ... a real path to the internal location ... }
- 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.
- Feature #41180 (Closed): 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.
- 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...
- 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
- 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.
- 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.
- Feature #41143 (Closed): Project Menu Module Access Configuration
- Dear Redmine Team, I would like to propose ... cuss further details if needed. Sincerely,
- 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>
- 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!
- 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.
- 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
- 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...
- Patch #41094 (New): Migrate System Tests from Selenium to Playwright
- Currently, Redmine executes system tests usin ... your thoughts on which option is preferable.
- 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.
- 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
- 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
- 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> }}
- 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?
- Defect #41054 (Closed): Issues options aren't hidden at start
- File app/views/queries/_query_form.html.erb ... le() toggles "display" property opposite way.