Search
Results (12707)
- Feature #43969 (Closed): Add icons to Add links in Subtasks and Related issues sections of the issue view
- This patch adds icons to the "Add" links in the "Subtasks" and "Related issues" sections of the issue view for better consistency with other actio ... existing "add" icon because it opens the new issue form * Related issues: use the newly introduced "link-plus":https ... s icon because it adds a relation to another issue, consistent with the existing "link-off":htt ... earer to users that one action creates a new issue, while the other links an existing issue. !{width: 696px; border: 1px solid gray;}.clipboard-202604181719-m8ygw.png!
- Feature #43968 (Closed): Allow 0:45h time spa ... the estimated_hours and spent_time filter of IssueQuery
- In #43948, TimeEntryQuery now supports search ... bility for estimated_hours and spent_time in IssueQuery. This patch enables that functionality.
- Patch #43966 (Closed): Tighten SVN repository URL validation
- For some reason, the repo URL validation rege ... where used so not really an actual security issue, but still, I do not see a reason to allow values with multiple lines here.
- Feature #43959 (New): add wikitoolbar on custom field on other types than issue
- Hello, If we add long text custom field wi ... ews/versions/_form.html.erb best regards
- Feature #43957 (Closed): Improve workflow update performance
- When the number of issue statuses grows, updating workflows becomes s ... |>. 80 |>. 60.7722 |>. 2.8387 |>. 21.41x |
- Feature #43950 (Closed): Add support for past ... s CommonMark/Textile tables in wiki textareas
- I think Redmine is often used alongside sprea ... rom those applications directly into Redmine issues, wiki pages, and other wiki textareas as Co ... e has long been available on GitHub. This issue adds support for converting pasted spreadshe ... ark:* !{width:700px;border:1px solid #ddd}issue_edit_on_common_mark.png! !{width:700px;border:1px solid #ddd}issue_on_common_mark.png! *Textile:* !{width ... 1@ removes that unnecessary implementation.
- Patch #43946 (New): Reduce excessive SQL quer ... dded for groups with many project memberships
- h2. Problem When updating a user's group m ... hildren.where(:inherit_members => true).ids@ issue SELECT queries, so the total query count gro ... t* For each project, a separate SELECT is issued to find or initialize the user's @Member@ r ... ed when adding roles to a group) is unchanged
- Feature #43938 (Closed): Track last usage of API and Atom access keys
- Hello As a first step toward #43881, this ... tible: existing keys get null until first use
- Feature #43937 (Closed): Redesign the header with a navigation bar and lighter visual weight
- This patch updates the visual design of the d ... familiar structure of the default theme. *Issue list:* !{border: 1px solid gray;}.issues-after%402x.png! *Admin page:* !{border: 1px solid gray;}.admin-after%402x.png!
- Patch #43934 (Closed): Optimize `Issue#visible_journals_with_index` preload to skip user email_address when Gravatar is disabled
- This patch adjusts @Issue#visible_journals_with_index@ to preload jour ... This reduces some queries when processing @IssuesController#show@. * Always preload @updat ... ser email addresses when Gravatar is enabled.
- Patch #43933 (New): Optimize `Issue.load_visible_total_spent_hours` by reusing preloaded spent hours for leaf issues
- This patch optimizes @Issue.load_visible_total_spent_hours@ for leaf issues. For a leaf issue, @spent_hours@ and @total_spent_hours@ are a ... hours@ has already been preloaded for a leaf issue, the method reuses that value for @total_spe ... ent_hours@ and @total_spent_hours@, such as @IssuesController#show@ and @IssuesController#index@ views. In my development e ... ated requests to @curl http://localhost:3000/issues/1.json@ with AnonymousUser reduced the quer ... (20 queries, 0 cached) | GC: 0.0ms) </pre>
- Patch #43932 (New): Add HEIC/HEIF image support (thumbnails, inline display)
- h2. Summary HEIC (High Efficiency Image Co ... ring regex. Enables @!photo.heic!@ syntax in issue descriptions and wiki pages. Note: HEIC rend ... hments: * Thumbnails display correctly in issue attachment lists * Lightbox preview works ... ism. HEIC/HEIF follows the identical pattern.
- Patch #43917 (New): Add Any Searchable Text as a Default Filter
- Add any_searchable to the default filters on the issue list so that users can quickly enter a value ... ion errors when any_searchable is left empty.
- Defect #43910 (Closed): Projects with the ide ... "bulk_destroy" cannot perform some operations
- Hello, After creating au project with iden ... le"). Other pages (/projects/autocomplete/issues/, /projects/autocomplete/news, ...) work wi ... ase version: postgresql 17 Ruby version: 3.1
- Patch #43909 (Closed): Update Rails to 7.2.3.1
- Rails 7.2.3.1 has been released, including fixes for several security issues. https://rubyonrails.org/2026/3/23/Rails-V ... -3-1-8-0-4-1-and-8-1-2-1-have-been-released
- Defect #43906 (Closed): Wiki help does not di ... ized content for locales with a region subtag
- Wiki help displays the English content instea ... lp files exist. The attached patch fixes the issue. Steps to reproduce: 1. Set "Text form ... ctual result: The English help is displayed.
- Defect #43903 (Closed): Redmine API :: uploadAttachment issue
- I am trying to use upload attachment API feat ... 0KB. My redmine version is: 6.0.3.stable
- Feature #43895 (Closed): Disable "Use current date as start date for new issues" by default for new installations
- Currently, the "Use current date as start date for new issues" setting is enabled by default, so a new issue gets today's date as its initial start date. ... ting installations keep the current behavior.
- Defect #43890 (Needs feedback): Wiki links wi ... duce broken URLs after upgrade to Redmine 6.x
- h2. Environment * *Redmine version:* 6.1.0 ... in the generated link. h2. Impact This issue is especially severe because: It affects ... aped underscores get written back permanently
- Defect #43889 (Closed): Webhook is not triggered when attachment is deleted via AJAX UI
- Webhook functionality was introduced in #2966 ... ed. In contrast, deleting an attachment via issue edit and submit creates a similar journal en ... dless of whether it is performed via AJAX or issue update.
- Feature #43885 (Closed): Align issue previous/next link styling with pagination buttons
- The attached patch changes the styling of the issue previous/next links to match the pagination ... Currently, the previous/next links on the issue details page are displayed as plain text lin ... er: 1px solid gray;}.mobile-after%402x.png!
- Feature #43883 (New): Option to reset Status and % Done when copying an issue
- Description: When copying/duplicating an existing issue to create a new one, the current behavior carries over the "Status" and "% Done" from the original issue. In many cases, a copied issue represents a new task that has not yet start ... o reset the following fields when copying an issue: Status: Reset to the default initial statu ... 作成したタスクが誤って「完了」状態になることを防ぎ、ワークフローの効率が大幅に向上します。
- Feature #43881 (New): Strengthen API authenti ... tion, scopes, rate limiting and audit logging
- API authentication currently relies on a stat ... ion authentication. h2. Main identified issues * *2FA bypass* — Since #35001, basic aut ... ndpoints* or groups of endpoints (e.g. allow issue read but disable user management API) * Thi ... what transition period would be reasonable
- Defect #43880 (New): Attachments lost when st ... is submitted after another user saves changes
- When two users edit the same issue concurrently, and the user with the stale ed ... reproduce* User A opens the edit page of an issue. User B opens the edit page of the same issue. User A uploads an attachment but does not save yet. User B modifies one or more issue fields and saves successfully. User A saves the issue. Redmine shows the conflict resolution scre ... ed by User A should still be attached to the issue after conflict resolution. *Actual behavi ... ution UI offers no option that preserves it.
- Defect #43869 (Closed): Default assignee selected by category is not shown in UI
- When selecting a category, the default assign ... is: <pre><code class="html"> <select name="issue[assigned_to_id]" id="issue_assigned_to_id"> <option value="">user2 t ... es: <pre><code class="html"> <select name="issue[assigned_to_id]" id="issue_assigned_to_id"> <option value="" label=" ... ixed. Could someone help check and fix this issue?