Search
Results (12507)
- Defect #38151 (Closed): Redmine changes "assigned to" to another person when status changed
- If a user changes status, the issue is assigned to another user, even if the "assigned to" is read-only. This only happens when a issue is changed from "new" to another status.
- Defect #38145 (Closed): Unreachable branch in ... due to the use of the deprecated Fixnum class
- There is an unreachable branch in Application ... num into Integer https://bugs.ruby-lang.org/issues/12005 While the branch is unreachable, f ... ng for now. The following patch fixes the issue. <pre><code class="diff"> Index: app/hel ... sprintf "%.2f", object </code></diff>
- Defect #38143 (Closed): Autocomplete related issues fails on 4.2.9.stable
- Hi, I am on a fresh installed 4.2.9.stable. When I try to link a related issue I only see the three dot animation infinitely while @/issues/auto_complete?issue_id=4&project_id=testprojekt&term=Test@ gets ... 404 Not Found@ - and no results even if the issue I a trying to link exists (in the same proje ... 3.x branch? Thanks for any help with this!
- Defect #38123 (Closed): Email Config through linux
- Hi Team, We need to configure email throug ... We are using this tool as ticketing portal.
- Patch #38121 (Closed): Update MiniMagick to 4.12
- https://rubygems.org/gems/mini_magick
- Defect #38118 (Closed): Ruby 3.2: Markdown fo ... llocator of T_DATA class Redcarpet::Markdown"
- Markdown formatter displays a warning "undefi ... carpet::Markdown ......S............ </pre>
- Defect #38114 (Closed): Example plugin (extra/sample_plugin) breaks Activity page
- If you install "Example Plugin":/projects/red ... onal/activities_controller_test.rb:68 </pre>
- Defect #38100 (Closed): Ruby 3.2: Encoding::C ... quences_in_comments_should_be_replaced_latin1
- <pre> Error: ChangesetTest#test_invalid_utf ... test test/unit/changeset_test.rb:517 </pre>
- Feature #38099 (Closed): Add Ruby 3.2 support
- Feature #38065 (New): permissions in custom fields for time entries
- Hello For fields and custom fields in issues you can assign permissions, e.g. some roles ... be allowed to edit. kind regards Irmgard
- Defect #38055 (Confirmed): Inconsistent results for filtering issues containing custom fields
- h2. How to reproduce # Prepare a working e ... rt Redmine and display http://localhost:3000/issues without login. # From filters, check off " ... lable in those trackers). =>The result is 8 issues. # Select "Searchable field" from "Add fil ... "contains" and value 125. =>The result is 2 issues. # Change the operator to "doesn't contain" and apply it. =>The result is 1 issues. The total number of cases in No.4 and No.5 is 3 which does not match the total number of issues (6) h2. Expected behavior The sum of ... doesn't contain" matches the total number of issues. If the condition is "is" and "is not", the sum of the results matches the total number of issues. h2. Possible Causes The filter ignore issues which the custom field "Searchable filter" ... contain" result should include the number of ...
- Defect #38025 (Closed): Add free SSL certificate to demo.redmine.org
- *Challenge* The challenge is that https:// ... out this and screenshots are into this other issue/ticket #38024. *Suggested Resolution* ... ibute testing and documentation, if needed.
- Defect #38023 (New): Model hook: model_project_copy_before_save misses options[:only]
- The model hook is implemented in "Project#cop ... to_be_copied = %w(members wiki versions issue_categories issues queries boards documents) to_be_copied ... ] to_be_copied = %w[members wiki versions issue_categories issues queries boards documents] to_be_copied = ... It affects all (latest) Redmine Versions.
- Defect #38021 (Closed): Development mode, class-reloader is not work.
- http://127.0.0.1:3000/admin/info <pre> Envi ... end end end </code></pre>
- Patch #37994 (New): Unify link to user/group in application helper
- After r21073 was introduced application helpe ... est to confirm edit link presence for admins.
- Patch #37993 (Closed): Update Mail gem to 2.8
- https://github.com/mikel/mail/blob/2-8-stable ... lain_text_body_to_text(body) </code> </pre>
- Defect #37988 (Closed): Dynamic Fields
- Hello everyone! Is there a way to create dyna ... longer be selectable until I release it again
- Patch #37987 (Closed): Update Stylelint to 14.16.0
- https://github.com/stylelint/stylelint/releases
- Defect #37984 (Closed): ERROR bad Request-Line on Redmine project
- Found below mentioned error on cmd- ERROR ... error on cmd and project freeze that time
- Defect #37981 (Closed): Email on user creation not sent
- Hello, We noticed than when we create a new ... . Can you please check ? Thank you, Vincent
- Feature #37978 (New): New email notification option - Only for things I watch
- Currently there is no way to stop receiving notifications on an issue I'm no longer have interest in. Because I'm ... ption I would receive notifications only for issues I'm activelly watching.
- Feature #37973 (New): Enable to display watches count on issues list
- Defect #37962 (New): Missing where cause for allowed_to_condition
- A missing cause in a database query is missin ... ny projects this leads to massiv performance issues. The attached patch solves this bug. All ... le * Ruby 3.1.2 * 1.200 Projects * 52.000 issues * 225.066 time entries h4. Issues with default filter (status: open) *without ... 5066.4ms | Allocations: 278652)</pre> h4. Issues with default filter (status: open) *with pa ... ent stable to solve this massive performance issues.
- Defect #37958 (Closed): Groups added to watchers are not shown as links
- After #4511 (v4.2.0), its possible to add Redmine groups as watchers on issues. Users are shown as links, and groups a ... page and search for that group there).
- Feature #37944 (New): Is it possible to show which issues are "rescheduled" in gantt chart?
- Can gantt chart represent which issues are rescheduled? Such as the "Delay" situation, which will change issue number into red in the gantt chart. Can rescheduled issues make some changes on gantt chart to represent they are "rescheduled" ?