Search
Results (31868)
- Help: RE: Issue Migration Bitnami Redmine 3.2.0.1 to Redmine(not bitnami)
- Some point to verify come to mind: * Make ... rce code to spot the underlying cause of the issue.
- Defect #37000 (Confirmed): Repositories are not displaying properly at 125% in Safari 15.4
- 1. Set redmine website to display at 125% Zoo ... a horizontal scroll bar (see the screenshot).
- Defect #36998 (Closed): Revert lazy loading of i18n files introduced in Redmine 5.0
- Starting with 5.0.0, Redmine subclasses the @ ... it for production use in the Redmine project?
- Hello everyone, i am currently migrating my ... like on a project i get an internal error.
- Defect #36996 (Needs feedback): a choice is missing from the list for "notification by email"
- Hello, and excuse me for my English (I'm Fre ... this... thank you in advance for your help
- Help: RE: Error on Issue CSV Export
- I ran into the same issue and ended up hotpatching /usr/share/redmine/ ... str = str.dup.force_encoding('UTF-8') </pre>
- Help: RE: Sub task for each ticket
- That is not possible out of the box. You can however copy existing issues trees including existing subtasks to create new issues from there. This is a different workflow from the "new issue" form though.
- Open discussion: RE: DESCRIPTION field missing in a new issue
- You probably have disabled the description fi ... 2 tracker at *Administration* -> *Trackers*.
- Help: RE: Redmine Checklists isn`t active
- Serguei Okladnikov wrote: > Log in as Admini ... e Administration -> Roles and permissions -> Issue tracking. Grant necessary Checklist permissions to required roles.
- Help: RE: Redmine Checklists isn`t active
- Log in as Administrator, navigate Administration -> Roles and permissions -> Issue tracking and check the fields for a role and ... sary Checklist permissions to required roles.
- Defect #36967 (New): issue#create difference error patterns between project_id inside and outside with none member condition
- issue#create accepts both project_id inside and ou ... nt-Type: application/json" \ -d '{"issue":{"project_id":5,"subject":"None member issue","tracker_id":1}}' \ 'http://localhost:3000/issues.json?key=(key)' </pre> The project_id out ... ication/json" \ -d '{"project_id":5,"issue":{"subject":"None member issue","tracker_id":1}}' \ 'http://localhost:3000/issues.json?key=(key)' </pre> If the project_id ... 2 returns 403 error. Which error is correct?
- Plugins: RE: controller_issues_bulk_edit_before_save => how to make as controller_issues_bulk_edit_after_save
- It's done by another way: +*Controller:*+ < ... ointeHook module Hooks class GeometryIssueHook < Redmine::Hook::Listener def controller_issues_new_before_save_geometries(context = { }) issue = context[:issue] if !issue.project_id.nil? if context[:param ... ] != "0" project = Project.find(issue.project_id) if !project.nil? && ... tination autorise les pointés issue.set_create_pointe_on_save_issue_id_source(context[:params][:copy_from]) ... return '' end def controller_issues_bulk_edit_before_save_geometries(context = ... context[:params][:copy].present? && context[:issue].copy? && context[:params].key?(:copy_geomet ... :copy_geometries] != "0" context[:...
- Help: RE: Installation plugins to Redmine 5.0 ... .rb:35:in `require': cannot load such file.."
- Take a look at "/issues/36519" (for some reason direct link cause r ... </pre> Not a pretty solution, but working!
- Defect #36958 (Closed): Crafted input breaks CommonMark Markdown formatter
- If you create an issue or a Wiki page contains specific data, the C ... tting to "CommonMark Markdown" 2. Create an issue that contains a string @http://example.com/foo#bar#@ 3. Access the newly created issue. You will see "Internal Error" <pre> Act ... v class="wiki"> 91: <%= textilizable @issue, :description, :attachments => @issue.attachments %> 92: </div> 93: </ ... n_helper.rb:868:in `textilizable' app/views/issues/show.html.erb:91 app/controllers/issues_controller.rb:118:in `block (2 levels) in show' app/controllers/issues_controller.rb:110:in `show' lib/redmine/sudo_mode.rb:61:in `sudo_mode' </pre>
- Defect #36940 (Closed): Chained custom field filter doesn't work for User fields
- A chained custom field filter doesn't work fo ... ) and check _Used as a filter_ # Create an *issue* custom field *B* with format *User* and che ... n account to an arbitrary value # Create an issue and select *<<me>>* for the custom field *B* # Filter the issue list by the filter *B's A* and use the value ... _My account_ page Expected result: * The issue is found Actual result: * The issue is not found The reason is that the SQL that filters the issues contains a @WHERE customized_type='User'@. ... ='Principal'@. Here is a patch to fix the issue: <pre> --- a/app/models/query.rb +++ b/ap ... e_name}" + </pre> Best regards, Thomas
- I have installed Bitnami Redmine version 4.2.4-0 (Windows). But when I try to create a new issue there is now field DESCRIPTION in it. Everyt ... o fix this problem? !description.jpg! !new_issue — 4_2_4.jpg!
- For a plugin, I create geometries to be able to georeference issues. The goal of my problem is to be able to copy these geometries when creating issues. It's done by hooking *controller_issues_new_after_save* like this: <pre> module xPointeHook module Hooks class GeometryIssueHook < Redmine::Hook::Listener def controller_issues_new_after_save_geometries(context = { }) issue = context[:issue] if !issue.id.nil? && !issue.project_id.nil? if context[:param ... om].nil? project = Project.find(issue.project_id) if !p ... ect.name) #Rails.logger.info("issue source = " + context[:params][:copy_from].to ... e les pointés Pointes.where(...
- Help: RE: redmine:email:receive_pop3 uses 100% cpu
- It turned out there was a problem with the VP ... ith parameter 19 to definetly get rid of the issue. <pre> nice 19 bundle exec rake... </pre>
- Feature #36933 (Needs feedback): Halt Redmine ... admin/info when there are pending migrations
- Starting with Redmine version#155 admin/info ... ng! end </code></pre> What do you think?
- Help: RE: Admininistration>Information page Internal error
- Thanks for the feedback. I've reported this issue as #36932 with a proposed fix. FWIW: G ... ternally represented with a @nil@ value).
- Defect #36932 (Closed): Handle nil return of ... etting.ui_theme) in Redmine::Info.environment
- The code introduced in r21308 for #32116 can ... </code></pre> This change also fixes the issue that the @theme_js@ variable is defined cond ... used", which I feel is bad practice. This issue affects version#155 and current source:/trunk@21529.
- Feature #36931 (New): Option to search active projects only
- If you usually close old projects that are on ... ally viewed, it may be annoying that so many issues from closed projects are shown in a search ... search for active projects only, like "Open issues only" option implemented by #10734.
- Hello, maybe someone might find this helpful ... he 5 branch... In a case when you view an issue or just try to list projects and you get internal server error about undefined method _default_issue_query_ or _default_project_query_, then be s ... values, feels like a strongly typed code ;-)
- Hi I have multiple projects on my Redmine whi ... nd reminders after 24 hours as well Now the issue when I add new projects/trackers the notific ... rs reminders are not working Redmine V 3.4.4
- Help: RE: Admininistration>Information page Internal error
- Hi, I am the author of the code that causes your issue. I see effectively only one edge-case where this issue can occur and that is when you upgrade an ex ... to use the custom theme any longer, then the issue can be solved with the following steps: * N ... cripts) moved to _bin/_ several years ago.