Project

General

Profile

Search

Results (12389)

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 2025-04-24 01:01
Feature #42609 (Closed): Run system tests on Github CI
2025-04-22 07:15
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> 2025-04-21 11:00
Feature #42603 (Closed): Enable commonmark alert extension
2025-04-21 08:22
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 2025-04-17 16:12
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. 2025-04-16 09:23
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. 2025-04-16 07:07
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. 2025-04-15 11:17
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> 2025-04-14 16:49
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 2025-04-14 09:12
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... 2025-04-12 10:44
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. 2025-04-12 00:25
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! 2025-04-11 05:55
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 2025-04-10 11:04
Patch #42556 (Closed): Traditional Chinese translation (to 23616)
* Translation added ** setting_related_issues_default_columns, setting_display_related_issues_table_headers 2025-04-10 04:21
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> 2025-04-09 16:31
Defect #42547 (New): Some SVG icons are not visible when accessed via a subdirectory
For example, when accessing via a subdirector ... dmine plugins: no plugin installed </pre> 2025-04-09 00:43
Defect #42545 (Closed): Commit message in issue history might be rendered in incorrect context
The commit messages of changesets associated with an issues are always rendered in the context of that issue in the issue's history view. This might not be the correct context if cross-project relations between issues and changesets are allowed and the changese ... iki page, the rendered wiki page link in the issue history will reference the wiki page of the issue's project instead of the wiki page of the repository's project. 2025-04-08 11:39
Patch #42543 (Closed): Galician translation update
Added translations for several missing strings against current trunk. * gl.ym 2025-04-08 09:29
Defect #42533 (New): Bad response time on assigned field
Hi all My environnement Environment: ... mine_git_remote 0.0.2 redmine_issue_templates 1.1.0 redmine_passerelle ... he same on version 3.3 we had before. 2025-04-07 14:58
Defect #42532 (Closed): Expander icon not working in repository tree
Expander icons not working in repository tree ... ander_patch.diff !screenshot_2025-04-07.png! 2025-04-07 11:46
Feature #42518 (New): Cannot paste a screenshot from clipboard when edit an existing comment in issues tracker
I cannot add a screenshot (with past from cli ... aste the screenshot in a new created comment. 2025-04-05 09:47
Defect #42517 (New): Add tooltip using stimulus
Some test implementations of stimulus introdu ... ip used in gantt and calendar, and fixes the issue in #33673. 2025-04-05 02:46
Patch #42515 (New): Reimplement partial quote feature using Stimulus
This patch introduces "Stimulus":https://stim ... lds pass and all system tests are successful. 2025-04-04 20:00
Patch #42514 (Closed): Fix rubocop offence "Layout/LineLength: Line is too long"
The CI build is currently failing due to a Ru ... </pre> The attached patch resolves this issue. 2025-04-04 16:36
(51-75/12389)