Search
Results (12601)
- Defect #43737 (New): Rendering wiki is significantly slow on Ruby 4.0.1
- On Ruby 4.0.1, rendering wiki via @Redmine::W ... arker 2.6.3 * loofah 2.25.0 * rouge 4.7.0
- Defect #43733 (Closed): If you have a lot of ... ow with all statuses showing you get at a 404
- It's easy to fix. config/boot.rb <pre> ... ot just a quiet 404 on the /update endpoint.
- Defect #43730 (Confirmed): Redmine generates ... `collapse` macros in one paragraph in Textile
- The issue has been observed last year on around Januar ... lting HTML) <pre> POST https://<redmine>/issues/preview?project_id=<project_id> text: "1+{ ... g/nu/#textarea highlights the following main issue: !clipboard-202601281242-jimgt.png! Browsers fix these kinds of HTML issues (in this case, by opening the "p" tag in th ... shot: !clipboard-202601281303-mfua2.png!
- Feature #43728 (Closed): Change calendar today indicator from yellow background to blue date circle
- The current calendar view highlights the curr ... r is very similar to the background used for issue entries, making it difficult to visually distinguish the "today" indicator from issue highlights. This patch improves the calen ... er to recognize without conflicting with the issue background styling. The blue circle is the ... cc}screenshot%202026-01-28%2016.04.22.png!|
- Defect #43718 (Closed): Issue beginning/ending arrows should be flipped in RTL calendars
- The calendar displays arrows indicating an issue's beginning and ending dates. In RTL layo ... ge is used. The attached patch fixes this issue.
- Defect #43715 (Closed): Project selector does not indent subprojects in RTL layout
- In the project selector drop-down, subproject ... is used. The attached patch resolves this issue by replacing @padding-left@ with @padding-in ... *RTL:* !project-selector-rtl%402x.png!
- Defect #43714 (Closed): Arrow buttons for Available/Selected columns are misleading in the issues query form on RTL layouts
- On the issues query form, the positions of "Available col ... which is confusing. This patch fixes the issue by replacing the "→" and "←" characters used ... s, and mirroring those images in RTL layouts.
- Feature #43707 (New): Show on the footer the current version of Redmine that's being hosted
- It's difficult for a normal user to see which ... s would be useful for example when reporting issues about Redmine, to include the version numbe ... field "Affected version" in case of a defect.
- Feature #43706 (Closed): Add filter operator "is not" for "parent task"
- I would like to query for all issues that do not have a specific issue as a parent. Current operators for this are ... at redmine.org at the time of creating this issue. * Some earlier version from 2017
- Patch #43702 (Closed): Remove unused CSS rules
- This meta issue aggregates multiple small issues that remove unused CSS rules, to avoid list ... vidually in the Changelog. The included issues are listed in the "Related issues" section.
- Patch #43701 (New): Redmine::Search::Tokenize ... starts with" and "ends with" filter operators
- The @Redmine::Search::Tokenizer@ is limited to 5, with a hardcoded limit. This introduces an @issue contains any of@, @starts with@ and @ends wi ... oded limits. Related to: #38435 and #38456
- Feature #43700 (Closed): Improve RTL layout s ... roperties with logical ones in core CSS files
- This series of patches replaces physical CSS ... e the layout worse. I have opened a separate issue (#43678) for proper RTL support of the Gantt ... ve the currently partially broken RTL layout.
- Defect #43699 (Closed): Fatal error during database migration process
- So a few years back (2019) we switched from b ... make any more sense to a Redmine developer.
- Defect #43698 (Needs feedback): 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>