Search
Results (12760)
- Defect #44366 (Closed): Deleting an issue custom field does not delete its workflow field permissions
- h2. What did you expect? Deleting a Custom ... h2. What could be a possible solution? IssueStatus has a before_destroy that cleans Workf ... can we reproduce the problem? # Create a IssueCustomField # Define some WorkflowRules for ... Database adapter Mysql2
- Feature #44364 (Closed): Improve the performance of the issues API when listing issues
- When listing issues, the issues API renders the tracker, assignee, category, target version and custom field values of every issue. Most of these associations are loaded one issue at a time, so the number of queries grows wi ... The first patch adds a @:preload@ option to @IssueQuery#issues@, so that callers can specify the associations they need. The issues API uses this option when listing issues. Attachments are only preloaded when @inclu ... ow.api.rsb@ render only the id of the parent issue, but they test its presence through the association, which loads the parent issue. Measured on @GET /issues.json?limit=100@ with 100 issues in the response, including 34 with a parent issue...
- Patch #44363 (New): Activity view: several ac ... ders are missing preload, causing N+1 queries
- When many events accumulate over the activity ... ally access. This is the same category of issue previously fixed for Journal in #42077 and # ... The :title option in acts_as_event accesses `issue` (and `issue.tracker` / `issue.status`), none of which are preloaded. Steps to reproduce: 1. Create enough issues/attachments/wiki edits/time entries so that ... s not change any externally visible behavior.
- Defect #44361 (Confirmed): Preview returns a 404 error on the cross-project news form
- On the cross-project news form, clicking *Pre ... > def find_project project_id = (params[:issue] && params[:issue][:project_id]) || params[:project_id] @pr ... iew can be rendered without project context
- Defect #44358 (Confirmed): Markdownized previ ... src="media/..."> but media is never extracted
- The Markdown-based preview for Office attachm ... aining one or more images # Attach it to an issue and open the attachment preview h3. Actua ... t previews are broken. h3. Not a security issue Verified on this installation: passing @< ... ion checks and expose attachments of private issues, so it has to go through the controller. * ... , Passenger 6.0.24 with Apache, Ubuntu 22.04.
- Defect #44351 (Closed): Fix top menu position in Classic theme
- Extracted from #44341.
- Defect #44348 (Closed): Formatting a text is ... 7.0.0 when its container has many attachments
- Since 7.0.0, formatting text takes much longe ... ApplicationHelper#textilizable@: wiki pages, issue descriptions and notes, forum messages, news ... he same problem and is fixed in the same way.
- Defect #44347 (Closed): Filter/query text inp ... d background (unscoped CSS injected by modal-issue feature)
- On the issue list "Filter" panel (and any other page with ... lly. h3. Steps to reproduce # Open any issue list, e.g. /projects/<project>/issues. # Expand the "Filter" panel if it is coll ... uses a free-text value field, e.g. "Ticket" (issue id) with operator "is", or any text custom f ... e 6.x loads a JS bundle for the newer "modal issue" quick-view/quick-edit feature (asset modal-issue-*.js). This bundle injects a <style> element ... lds, which have nothing to do with the modal-issue feature. Confirmed the causal link in Dev ... #bbb; background: #fff; } </code></pre>
- Defect #44344 (Closed): Apache update on Redmine 4.1.1-4
- Hello, How can we update apache 2.4.46 on Bitmmani\redmine 4.1.1-4 ? Thanks in advance.
- Patch #44341 (Closed): Increase top menu hover highlight by increasing the padding of the elements
- The top menu highlights the entry under the c ... ay in place. !before.png! !after.png!
- Defect #44339 (Closed): Quotes on journal notes do not work in latest 6.1.x and 7.0.0
- Clicking "Quote" scrolls to top, no edit form ... ted into edit form. Quote of the original issue itself works. Journal quote links are just http://localhost:3333/issues/226075# I saw some commit regarding quot ... nown and already fixed for the next release ?
- Feature #44337 (New): Add an administration page listing all webhooks
- Webhooks introduced in #29664 are owned by a ... cannot respond to the question "where is our issue data being sent?". Proposal: Add a separa ... ide a patch if the approach is agreed upon.
- Defect #44336 (New): Automatic list marker in ... story and does not scroll the caret into view
- Since #43095 (6.1.0), pressing Enter after a ... Z. Measured in Chromium on a stock 6.1.3 new-issue form: type @* item one@, Enter (marker auto- ... | 15 px | | patched | 540 -> 555 | 15 px |
- Defect #44335 (Closed): PDF preview of .ai attachments triggers an automatic download
- When an Adobe Illustrator (@.ai@) file is attached to an issue, opening the attachment details immediately ... tachments are rendered using the PDF preview.
- Patch #44323 (Closed): French translation update for 7.0-stable
- A number of strings are still displayed in En ... é label_option_auto_lang: auto - label_issue_attachment_added: Attachment added - field ... ast_activity_date: Last activity - setting_issue_done_ratio_interval: Done ratio options interval - setting_copy_attachments_on_issue_copy: Copy attachments on copy - field_tho ... cipals: Author / Previous assignee + label_issue_attachment_added: Fichier ajouté + field_e ... activity_date: Dernière activité + setting_issue_done_ratio_interval: Intervalle des valeurs d'avancement + setting_copy_attachments_on_issue_copy: Copier les fichiers lors de la copie ... ng in wiki content - error_spent_on_closed_issue: Cannot log time on a closed issue - setting_timelog_accept_closed_issues: Accept time logs on closed issues - setting_related_...
- Defect #44317 (Closed): Actions dropdown is not closed after copying a link
- copyText in app/javascript/controllers/clipbo ... tches nothing, and the dropdown is left open.
- Feature #44316 (New): Automatically update parent issue status to "In Progress" when a subtask starts
- Current behavior: Currently, when the "% Done" of a subtask increases, the "% Done" of the parent issue is automatically updated to reflect it. However, the status of the parent issue remains "New" unless it is manually updated. ... automatically changes the status of a parent issue from "New" to "In Progress" (or the correspo ... s often forget to manually update the parent issue's status when they start working on its subt ... dashboard aggregates show a large number of issues with the "New" status. Upon checking the de ... the subtasks are progressing, but the parent issue was simply left as "New". Since the progres ... here is an unnatural discrepancy: the parent issue's progress moves automatically depending on ... "New". When searching for unstarted (New) issues, these parent issue...
- Patch #44307 (Closed): Traditional Chinese translation (to r24878)
- * ranslations added: ** error_issue_status_in_use_by_issues, error_issue_status_default_for_trackers, text_users_remove_from_group_confirmation
- Defect #44306 (Closed): Image and file visibility issue in private comments
- When I add a private comment containing inlin ... he internal team and hidden from other users.
- Defect #44300 (New): Mailer.with_deliveries(false) does not prevent emails from being sent
- While investigating #44299 on a development i ... ne @Mailer::DeliveryJob@ enqueued per copied issue, and the worker delivers them. Proposed p ... efaults to false in @config/application.rb@).
- Defect #44299 (New): Project copy: an issue that cannot be copied makes the whole copy fail silently
- @Project#copy_issues@ has always been deliberately tolerant: an issue that fails validation is logged ("Project#copy_issues: issue #X could not be copied") and the copy carries on. But the issue that could not be saved is left in the @issues@ association target as an unsaved record, so every subsequent @project.save@ fails with "Issues is invalid". Consequences, all reproduci ... ently a comment in the controller about this issue ("TODO: inform about that") # The final @sa ... to reproduce: # Create a project with two issues on two different trackers # Add an issue custom field: format string, required, for all projects, for the tracker of one of those two issues. The existing issue now has a blank value for a required field, so it cannot be saved as is # Copy the project with "...
- Defect #44295 (New): issue PDF generation raising 504 Gateway Timeout
- We are seeing conditions where the PDF generation of certain issues raise an 504 Gateway Timeout. This can b ... how this effect: attachment:pdf-20260729.atom
- Defect #44294 (Closed): Charts are broken: em ... min.js shadows vendor/javascript/chart.min.js
- Since the Chart.js ESM migration (#44018) eve ... /controllers/reports/details_controller.js@ (issue report details) h3. Steps to reproduce ... table branch, so 7.0.0 is affected as well.
- Defect #44291 (Closed): Fix typos and inconsistent "e-mail" spelling in Czech translation
- This patch corrects spelling mistakes in th ... rated@ — "oddělěné" -> "oddělené" * @text_issue_category_destroy_question@ — "chtete" -> "ch ... e být smazána.<p>The following projects have issues with this tracker:<br>%{projects}</p>@ * ... rake locales:check_interpolation@ reports no issues. No interpolation placeholders were added, ... ussian translation update for 6.1-stable").
- Defect #44289 (Closed): No status icon is dis ... ecking for plugin updates on the Plugins page
- **Description** After clicking "Check for ... redmine_oauth 4.2.0 </pre>