Search
Results (12583)
- Defect #43698 (New): ArgumentError occurs on /oauth/authorize when REST API is disabled
- When the REST web service is disabled in Redm ... en the REST web service is disabled, so this issue may not occur in typical usage. I found this during testing and created this issue.
- Patch #43686 (Closed): Remove unused styles for `#tab-content-modules`
- The id `#tab-content-modules` is no longer ex ... label {display: block;} </code></pre>
- Patch #43685 (Closed): Remove unused styles for `div.attachments p`
- The CSS rule for @div.attachments p@ defined ... used since r16651. It can be safely removed.
- Patch #43684 (Closed): Remove unused styles for `span.add_attachment a`
- The CSS rule for @span.add_attachment a@, def ... led { cursor: not-allowed; </code></pre>
- Patch #43682 (New): Add API authorization tests for private/public project access control
- This patch adds integration tests to verify API authorization behavior for issue creation and updates on private and public p ... * Non-member should not be able to create issues on private projects * Non-member should not be able to update issues on private projects * Admin should be able to create/update issues on private projects even as non-member h3. Public Project Tests * Non-member can create issues when Non member role has :add_issues permission * Non-member cannot update issues when Non member role lacks :edit_issues permission (default behavior) * Anonymous cannot create issues by default (lacks :add_issues permission) * Anonymous cannot update issues by default (lacks :edit_issues permission) * When user only has :add_...
- Feature #43681 (Closed): Improve RTL support for responsive layout
- In the current responsive layout for small sc ... ages are not fully supported. One visible issue is the flyout menu. In LTR layouts, it is sh ... tachment:responsive-my-account-after@2x.png
- Defect #43679 (Closed): docker redmine : latest
- Hello guys, I am trying to make a plugin w ... give a hand ? Thanks in advance, Dominic
- Feature #43678 (Closed): Improve Gantt chart behavior in RTL environments
- The current Gantt chart does not fully support RTL layout. In RTL, the area displaying the issue subject is correctly moved to the right side ... n the right and the newest dates on the left.
- Defect #43675 (Closed): "Add filter" dropdown in query form appears on the wrong side in RTL layout
- In RTL layout, the query form layout is incor ... the UI inconsistent. This patch fixes the issue. *Before:* !{border: 1px solid gray;}.rt ... solid gray;}.rtl-query-form-after%402x.png!
- Feature #43673 (New): Allow auto-watching issues assigned to my groups
- From #2716: Holger Just wrote in #note-42: ... s could be part of this feature explicitly.
- Defect #43672 (Closed): Indent icons for subt ... ts in list tables are misplaced in RTL layout
- In the RTL layout, indent icons for subtasks ... ng. *Before:* !{border: 1px solid gray;}.issues-table-rtl-before%402x.png! *After:* !{border: 1px solid gray;}.issues-table-rtl-after%402x.png!
- Defect #43666 (Closed): redmine:email:receive_imap does not read issue attributes from the body of the email
- I'm following the official guide (https://www ... , trying to fetch ( *IMAP* ) and *create new issues* from emails. Using Linux, launching *redm ... 14.5). Allowed anonymous users to create an issue in the Redmine settings. Created a project ... same as the official guides: This is a new issue that overrides a few attributes [...] Pr ... be blank, Status cannot be blank</code></pre>
- Defect #43664 (Closed): Project menu tab left/right buttons are broken in RTL layout
- In RTL layout, the left/right tab buttons in ... ult to use. The attached patch fixes this issue. *Before:* !{border: 1px solid gray;}.le ... ay;}.left-right-buttons-after-fix%402x.png!
- Defect #43662 (Closed): Cursor may move to in ... ion when pasting inline images from clipboard
- h2. Issue In the @addInlineAttachmentMarkup()@ func ... st commit to the trunk (source:/trunk@24291).
- Feature #43659 (Closed): Set minimum width for Permission column in permission report
- Currently, the Permission column of the permi ... es are defined. This change addresses the issue by setting a minimum width for the Permissio ... d gray;}.permissions-report-after%402x.png!
- Defect #43657 (New): Improve Redmine test suite by adding performance tests
- Lately, I've observed multiple performance issues generated by changes made to simplify/refac ... the effect of our changes based on numbers.
- Defect #43653 (Closed): Increase in RAM on a machine running Redmine version 5.0.5
- Since the upgrade to Redmine version 5.0.5 on ... tionality? Have you encountered a similar issue? We appreciate your assistance in advance.
- Patch #43652 (Closed): Remove unused style for `td.username img.gravatar`
- This style rule was previously used for Grava ... id gray;}.clipboard-202601071908-kircp.png!
- Defect #43651 (Closed): Searching issues with searchable custom fields causes a performance regression on MySQL
- When searching issues using the search box in the top-right corner, the response time can become extremely slow if the issues have searchable custom fields. In one of my ... nute after upgrading to Redmine 6.1. This issue is caused by an inefficient join order chose ... e @custom_values@ table before filtering by @issues.id@. On large datasets, this results in a s ... atch adds a MySQL optimizer hint @JOIN_ORDER(issues, custom_values)@ in the @search_result_ranks_and_ids@ method to force joining the @issues@ table before @custom_values@, which avoids ... t plan and restores the previous performance.
- Feature #43650 (Reopened): Ruby 4.0 support
- https://www.ruby-lang.org/en/news/2025/12/25/ ... ps://github.com/ruby/ruby/releases/tag/v4.0.0
- Patch #43648 (Closed): Update activerecord-sqlserver-adapter to 8.1
- `bundle update` failed to r24248. <pre> % ... ed. </pre> The patch below resolves this issue. <pre><code class="diff"> diff --git a/G ... ygems.org/gems/activerecord-sqlserver-adapter
- Feature #43646 (New): Marking notes as important and make a way to see them separatelly (or `pin`).
- Currently, the notes written in the issue are displayed in either chronological or rev ... viewed separately. For example, take an issue related to "Server Maintenance," where a use ... l through notes to find relevant information.
- Patch #43643 (Closed): Align the Textile processing approach with CommonMark by using Loofah
- The attached patches enable the use of Loofah ... been removed. * Considering the performance issue in #43446 , I took benchmarks in the same wa ... 5.18 ms | | CommonMark | Average: 54.29 ms |
- Patch #43642 (Closed): Remove unused style for `div.square`
- The style for @div.square@ is no longer appli ... r108 to display colored squares representing issue statuses, but this coloring functionality was later removed in r747 and r881.
- Patch #43641 (New): Make the issues list header sticky on vertical scroll
- This patch implements a sticky header for the issue list when scrolling. While currently limited to issues, this approach can be applied to other list ... |