Search
Results (12398)
- Feature #42663 (Closed): Optimize Gantt chart rendering by reducing version-related queries
- The attached patch for @lib/redmine/helpers/g ... ifically, it avoids repeated loading of the @Issue#fixed_version@ association by using @fixed_v ... sults of the @project_versions@ and @version_issues@ methods, and simplifies the logic used to determine whether an issue has child issues assigned to the same version and project. ... endering Gantt charts for projects with many issues and versions. For example, in a project with approximately 1,000 issues and 20 versions, rendering the Gantt chart ... queries, 48 cached) | GC: 149.2ms) </pre>
- Defect #42660 (New): Helvetica font is not embedded in a pdf file exported from an issue
- Problems: 1. Fonts are not embedded 2. He ... it is virtually unreadable 4. There was no issue like this before (printing out exported to pdf issues was our workflow for years on the same system) To replicate the issue, open an existing issue, then click `pdf` link at the bottom of the page to create a pdf export of the issue, say exported.pdf. Then run the following co ... entity-H yes no yes 61 0 ```
- Defect #42654 (Closed): Text in project jump box is vertically misaligned
- The text inside the project jumpbox currently ... ; margin:0 !important; </code></pre>
- Defect #42648 (Closed): Wiki/CommonMark: Broken references for multiple footnote usage
- Wiki/CommonMark: Broken references for multip ... emove_attribute("id") } </pre>
- Defect #42636 (Closed): I need the detail dat ... ch as "11 months ago ",how to do like that ?
- I sometimes search for some issue ,and a detail date time is important,while ... ear ago " is not clear ,how to do like that ?
- Feature #42635 (Closed): missing dark feature
- dark mode is an essential feature. Including it will improve the user user experience.
- Feature #42630 (Closed): Introduce reaction feature to issues, notes, news, and forums
- This patch adds a reaction feature. * Adds reaction buttons to issues and notes, news and comments, and forum mes ... ings !{border:1px solid #ccc}screenshot-issue.png! !{border:1px solid #ccc}screenshot-t ... splaying objects with many journals (such as issues), I implemented the feature to load only th ... profiler and memory_profiler when opening an issue detail page. The tested issue has *50 journals, each with reactions from 1 ... retained: 2064420 bytes (6036 objects) |
- Feature #42623 (Closed): Adds initials to the list of default Gravatar options
- Gravatar launched this year initials as defau ... adds this to the list of available options.
- Defect #42622 (Closed): Joining both atom_tok ... ror due to the ambiguous column name "action"
- When using JOINs with the User model, if both ... , so if someone could do this then awesome :)
- Defect #42621 (Needs feedback): rbpdf in arabic language not support all letters
- in redmine 6 i note the rbpdf not suppourt all letterslook the pic below
- Feature #42609 (Closed): Run system tests on Github CI
- Defect #42606 (Closed): RuboCop warning about deprecated `EnsureNode#body` with rubocop-ast >= 1.41
- When running RuboCop on Redmine 6.0-stable an ... dle-audit', require: false </code></pre>
- Feature #42603 (Closed): Enable commonmark alert extension
- Feature #42595 (New): Set reply-to in notification related to each project
- Hi Core part support "Sub-Address":https:/ ... e unique mail contact. Can reply at existing issue or create a new issue with same contact. And nice to have new issue will be affected to correct project. Thanks a lot
- Feature #42589 (Closed): Optimize watchers list rendering by eager loading email addresses
- When the "Use Gravatar user icons" setting is enabled, viewing an issue causes one query per watcher to load their e ... loading email_address for the watcher users.
- Defect #42588 (Needs feedback): Generated SVG ... clude digest when rendered in a JSON response
- The @sprite_icon@ method generally generates ... ": 1234, "label": "Assignment #1234: Test issue", "value": 1234 "icon": "<svg class=\" ... hidden=\"true\"><use href=\"/icons.svg#icon--issue\"></use></svg>" } </code></pre> I have ... he bug. After applying the patch, trigger an issue autocomplete and check the response.
- Defect #42584 (Closed): NoMethodError when cr ... l address and domain restrictions are enabled
- When "Allowed email domains" or "Disallowed e ... Error" page. The attached patch fixes the issue.
- Feature #42581 (New): Add api endpoint to get possible_values of customfields used
- This modification: * Checks if 'possible_v ... an then request the API with: <pre> GET /issues/2.xml?include=attachments,journals,possible_values </pre>
- Defect #42578 (New): Creating scope :system. ... g the rake redmine:email:receive_imap command
- Hello, We are using the @rake redmine:emai ... to fetch specific mails and create a Redmine issue with them. Since updating Redmine to version ... nd does fetch them and creates a new Redmine issue but also always adds the above warning messa ... t that since the command creates the Redmine issues despite the warning message, if it was poss ... Any help is appreciated. Thank you in advance
- Feature #42574 (Closed): Optimize autocomplete issue listing triggered by typing "##" by eager loading trackers
- When using the autocomplete feature to list issues by typing "##", an N+1 query occurs for loading associated trackers. Each issue's tracker is queried individually. The at ... he tracker association. Before: <pre> Issue Load (1.2ms) SELECT `issues`.* FROM `issues` INNER JOIN `projects` ON `projects`.`id` = `issues`.`project_id` WHERE `issues`.`project_id` = 1 AND (projects.status <> 9 ... ERE em.project_id = projects.id AND em.name='issue_tracking')) AND (issues.subject LIKE '%c%') ORDER BY `issues`.`id` DESC LIMIT 10 ↳ app/controllers/au ... controller.rb:36:in 'AutoCompletesController#issues' Tracker Load (0.4ms) SELECT `trackers` ... :in 'block in AutoCompletesController#format_issue...
- Patch #42570 (Closed): test_project_statuses_ ... return_all_statuses should always run in "en"
- My name is Soren Stoutner. I have recently b ... rn_project_statuses`. Attached is a patch.
- Defect #42561 (Closed): Cannot add new projects as the add function is not there. I am a new user
- My Redmine does not appear to have all the op ... cannot create projects, however I can create issues!
- Defect #42558 (Closed): JPEG images are not shown in exported PDF files
- After a migration from 5.x to 6.x + upgrade R ... nks for your support and long life to redmine
- Patch #42556 (Closed): Traditional Chinese translation (to 23616)
- * Translation added ** setting_related_issues_default_columns, setting_display_related_issues_table_headers
- Feature #42555 (Closed): Adds the Bullet gem ... problems such as N+1 and improve performance
- This patch adds and enables the "Bullet gem": ... following Rails log is shown when viewing an issue in development: <pre> ... ↳ lib/redmin ... d) | GC: 307.1ms) user: developer GET /issues/1 USE eager loading detected Journal => ... ated_by]) Call stack /redmine/app/models/issue.rb:919:in `visible_journals_with_index' /redmine/app/controllers/issues_controller.rb:97:in `show' /redmine/lib/ ... 78:in `sudo_mode' user: developer GET /issues/1 AVOID eager loading detected User => ... address]) Call stack /redmine/app/models/issue.rb:919:in `visible_journals_with_index' /redmine/app/controllers/issues_controller.rb:97:in `show' /redmine/lib/redmine/sudo_mode.rb:78:in `sudo_mode' </pre>