Search
Results (12705)
- Feature #44288 (New): Add reactions to REST API responses for issues and news
- Reactions were introduced in Redmine 6.1.0 (# ... p: it lets API clients read the reactions on issues and news. Adding and removing reactions via ... reactions@ to the show endpoints: * @GET /issues/:id.xml?include=reactions@ — reactions on the issue * @GET /issues/:id.xml?include=journals,reactions@ — react ... exposed. * The index endpoints (e.g. @GET /issues.xml@) are not covered, to avoid extra queri ... no REST API yet, so they are out of scope.
- Patch #44281 (Closed): Bulgarian translation
- Translated:<pre> error_issue_status_in_use_by_issues error_issue_status_default_for_trackers </pre>
- Defect #44277 (Closed): Translation missing: text_users_remove_from_group_confirmation
- When removing user(s) from a group via Admini ... (adds the missing key to en.yml and ja.yml).
- Patch #44274 (New): Refactor Journal to decouple it from Issue
- Currently, @Journal@ still contains several Issue-specific assumptions and behaviors. This m ... es Journal to know implementation details of Issue. Following Holger Just's comment in #4089 ... ject instead: The refactoring should move Issue-specific logic out of Journal and provide a ... nalized records. The current behavior for issues should remain unchanged.
- Defect #44271 (New): OAuth token scopes ignored for issue edit, notes and delete
- When a request is authenticated with a Doorkeeper OAuth access token, several *issue* mutations are authorised from the resource ... ed paths All of these go through private @Issue#user_tracker_permission?@, which selects rol ... wed_to?@: * @attributes_editable?@ (@edit_issues@ / @edit_own_issues@) — attribute updates, bulk edit, attachment edit/delete * @notes_addable?@ (@add_issue_notes@) — adding notes * @deletable?@ (@delete_issues@) — destroying issues * @attachments_addable?@ — attachments whe ... and *do* honour @oauth_scope@: * creating issues (@allowed_to?(:add_issues)@) * copying issues (@allowed_to?(:copy_issues)@) * viewing issues (@visible?@ → @allowed_to?(:view_issue...
- Patch #44268 (New): Password autocomplete in user edit page
- As a redmine admin, when editing a user accou ... mmit/3a19f85f8e4c9ecee15c292d1dd2972a58b8d580
- Patch #44265 (Closed): WebhookTest occasionally hangs
- Running <code>./bin/rails test</code> occasio ... rever because the thread never exits. The issue can be reproduced more reliably by adding a ... not exit within a reasonable amount of time.
- Feature #44261 (New): Restrict user mentions ... event unintended notifications to non-members
- Currently, the mention feature ( introduced i ... receive a notification email containing the issue/journal/wiki content, as long as the object ... pick from the auto-completion list can send issue contents to someone outside the project team ... (mentionable_test, watchers_controller_test, issue_test, journal_test, wiki_content_test, issues_controller_test: 883 runs, 0 failures) and ... he patch is against current trunk (c8c8b82e).
- Patch #44259 (Closed): New context menu controller tests don't run with standard rake tasks
- the tests under @test/functional/context_menu ... verage for the already fixed info disclosure issues.
- Defect #44258 (Confirmed): Deleting an issue journal (note) shifts #note-N anchors of later journals, breaking existing links
- h3. Summary Deleting an issue journal (note) renumbers subsequent @#note-N ... al. h3. Steps to reproduce # Create an issue and add 2 notes: "First note" and "Second no ... note" above). This becomes #3. # With "Edit issue notes" permission, delete note #1 ("First note"). # Reload the issue and check the @#note-2@ link inside note #3 ... ccupies the @#2@ position). h3. Cause @Issue#visible_journals_with_index@ assigns @indice ... inimal change to the existing implementation.
- Defect #44255 (New): Silent loss of issue custom field values
- *Problem Behavior* Two scenarios cause cus ... roject, then a bulk edit is performed on its issues. 2. *Decoupling in both + Move:* Custom fi ... rom both source and target projects, then an issue is moved between them. *Proposed Fix* ... havior is expected in all version of Redmine.
- Feature #44254 (New): Allow updating the dela ... precedes/follows relation without deleting it
- h2. Current behavior Currently, the delay ... deletion/recreation is also recorded in the issue history as two separate events even though t ... ting relation: * Adds an update action to IssueRelationsController, available from both the ... ** changing the relation type or the target issue is left out of scope, as it cannot be safely ... es/follows rows in the relations list on the issue view, shown to users with the existing <code>manage_issue_relations</code> permission. Clicking it sho ... Updating the delay reschedules the following issue using the existing rescheduling logic, exact ... icon: !clipboard-202607102058-mlxdk.png!
- Feature #44253 (New): Add an "Assignee or watcher" filter to issue queries
- h2. Background Redmine provides separate "Assignee" and "Watcher" filters for issue queries. Since filters on different fields are combined with AND, users cannot retrieve issues where a user is either the assignee OR a wa ... hen users want to display their own assigned issues together with issues assigned to another team that they are watching. For example, these issues can be displayed together in a cross-project issue list or Gantt chart to monitor dependencies and delays. h2. Proposed change Add a new issue filter: * Label: "Assignee or watcher" * ... ers and groups. For the "is" operator, an issue matches when the selected user or group is e ... a watcher. For the "is not" operator, an issue matches only when the selected user or group ... h the existing Assignee and Watcher filters. ...
- Feature #44252 (New): Preload journal details when retrieving Activity events to avoid N+1 queries
- The Activity view preloads the issue, project, tracker, and user for @Journal@ ev ... etails were added inside a transaction. The @issues@ activity scope was retrieved, and the even ... rtions, 0 failures, 0 errors, 0 skips </pre>
- Defect #44250 (Closed): Login page not working
- Defect #44244 (Needs feedback): Spent time tab on issue page does not render commit references as links
- On the issue detail page, the *Associated revisions* tab ... ab behavior. h3. Root cause `app/views/issues/tabs/_time_entries.html.erb` outputs `time_ ... 2607091343-nf4l5.png! A patch is attached.
- Defect #44243 (Closed): Fix RuboCop Style/ArrayIntersect offenses
- This patch fixes Style/ArrayIntersect offense ... .0-stable are affected. <pre> app/models/issue_query.rb:409:12: C: [Correctable] Style/ArrayIntersect: Use ["#{Issue.table_name}.id ASC", "#{Issue.table_name}.id DESC"].intersect?(order_option) instead of ["#{Issue.table_name}.id ASC", "#{Issue.table_name}.id DESC"].any?{|i| order_option.include?(i)}. unless ["#{Issue.table_name}.id ASC", "#{Issue.table_name}.id DESC"].any?{|i| order_option. ... ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ app/models/issue_query.rb:460:12: C: [Correctable] Style/ArrayIntersect: Use ["#{Issue.table_name}.id ASC", "#{Issue.table_name}.id DESC"].intersect?(order_option) instead of ["#{Issue.table_name}.id ASC", "#{...
- Defect #44240 (New): Automatic asset precompi ... have older mtimes than the existing manifest
- Some struggles have been going on trying to g ... lp from claude I think I've tracked down the issue I've been seeing. *Environment:* Redmine ... er than relying on redmine_detect_update.
- Defect #44234 (Closed): Gantt issue relation lines break when collapsing objects
- Defect #44231 (New): Mercurial tests fail with Mercurial 7.2.3 on MacOS
- It seems that the @redmine_helper.py@ needs t ... bject has no attribute 'iterbranches' </pre>
- Feature #44230 (New): New hook for :view_issues_new_bottom
- Hello, is it possible to add a new hook within the Issues#new view after the form? We already have <%= call_hook(:view_issues_new_top, {:issue => @issue}) %> but no one for after the form? Thank you very much :)
- Defect #44228 (New): Uploading an attachment ... the filename causes an Internal Server Error
- Uploading an attachment with a filename that ... nd results in an Internal Server Error. This issue was originally pointed out by user#678636 in ... gracefully. The attached patch fixes the issue by adding @\x00@ to the invalid character se ... istent with @Attachment#sanitize_filename@.
- Defect #44227 (New): Internal Server Error(500) due to null byte in attachment filename
- Hi, While generating the "Project Health R ... Using the query below, I found out which issue the problematic file attachment belonged to ... 784 | RE K-ALLEXIN 5 NAZAL SPREY HK..htm | Issue | 11593 | +------+--------- ... w in set (0.001 sec) </code></pre> The issue could be viewed, but the attachment could no ... b:78:in sudo_mode' </pre> Our users open issues and upload files solely via the WEB interfa ... ons utilizing REST services. The problematic issue was opened in 2015. Probably, no one even as ... on we were using in 2015. Perhaps this is an issue that was prevented in later versions. I f ... 3.3.0 </pre> Best regards...
- Defect #44225 (Closed): Add and configure pandoc on GitHub Actions
- The pandoc tests for #8959 are currently not ... e: <pre> sh: 1: pandoc: not found </pre>
- Defect #44223 (Closed): Setup Subversion and Mercurial on GitHub Actions
- Right now, the test output on Github includes ... the necessary client packages in the runner.