Project

General

Profile

Search

Results (31855)

Redmine Start Date Reminder
This is a Redmine plugin that sends reminder emails when an issue's start date is approaching or has arrived. ... e task based on the number of days before an issue's start date * Configurable via issue custom fields (no code changes required) * ... and body introduction using template keywords 2026-05-02 11:13
Patch #44012 (Closed): Japanese translation update (r24621)
Translated @label_enable_default_issue_due_date_offset@ and @label_days_relative_to ... the existing translation of @setting_default_issue_start_date_to_creation_date@ to use consistent wording with @label_enable_default_issue_due_date_offset@. 2026-05-01 03:53
Patch #44005 (New): Minor error in French translation
This fixes a minor error in French locales: ... ts publique ou privé - label_auto_watch_on_issue_created: Demandes que j'ai créée + label_auto_watch_on_issue_created: Demandes que j'ai créées field_ ... ns_any_of: contenant un des button_apply_issues_filter: Appliquer le filtre des demandes </code></pre> 2026-04-28 14:08
Redmine GLightbox
A lightweight image gallery plugin for Redmin ... atures * Display images with GLightbox on issues, wiki, news, forums, documents, and files p ... Lightweight - Fast and optimized performance 2026-04-28 00:53
Feature #43997 (New): Add a setting to control whether issue authors are always shown in the assignee list
This patch introduces a new administration setting: "Always show issue authors in the assignee list". When enabled, the current behavior is preserved: the issue author is always included in the assignee li ... do not have assignable roles. When disabled, Issue#assignable_users no longer adds the author u ... it has repeatedly caused confusion. Several issues have reported that the assignee list does n ... lations that rely on strict assignment rules. 2026-04-27 06:28
Feature #43996 (Closed): Add setting to choose users/groups order in assignee dropdown
This patch adds a new "Assignee list display format" setting. When the existing setting "Allow issue assignment to groups" is enabled, this new s ... ghtgray;}.clipboard-202604261608-tkyvm.png! 2026-04-26 09:12
Custom Field Inheritance
Plugin that auto-populates custom field value ... ble inheritance chains. When a TimeEntry, Issue, or sub-issue is saved without a value for a configured field, the plugin walks up the chain (Issue → parent Issue → Project) and copies the first non-blank va ... rchical inheritance chains across TimeEntry, Issue, and Project * Multi-target chains: same fi ... t chains per target class (e.g. @TimeEntry → Issue → Project@ and @Issue → parent Issue → Project@ simultaneously) * Two-layer conf ... "Cost Center" or "Profile" field from their issue automatically * Subtasks inherit fields from their parent issue * Cascade fallback to the project when neither the issue nor its ancestors have a value h3. Compat ... tructions from @redmine_perfil_autocomplete@. 2026-04-25 17:21
Patch #43990 (New): Granular issue update notification settings
h2. Add detailed options for issue update notifications This patch extends t ... settings to allow more granular control over issue update notifications. Currently, issue update notifications allow selecting only a ... ication events are introduced as children of Issue updated: * Issue attributes updated * Issue relations updated * Issue custom fields updated Each of these event ... notification events have been removed: * issue_status_updated * issue_assigned_to_updated * issue_priority_updated * issue_fixed_version_updated These events are now covered by the more general *Issue attributes updated* notification in combinat ... Notifications for notes and attachments (*issue... 2026-04-24 23:55
Defect #43989 (New): connection_pool broken in rails 7.2.3
Please upgrade rails to 7.2.3.1 to pin connec ... .1/Gemfile https://github.com/rails/rails/issues/56786 2026-04-24 15:31
Feature #43988 (Closed): Align sidebar selected link color with the main menu indicator
The main menu now uses an indigo-blue (Open C ... the selected item clearly recognizable. *Issues list sidebar - before:* !{border: 1px soli ... bar-selected-item-color-before%402x.png! *Issues list sidebar - after:* !{border: 1px solid ... sidebar-selected-item-color-after%402x.png! 2026-04-24 08:38
Development: RE: During 2FA registration authentication code not accepting by Redmine Application
Hi Felix, Thanks, your advice worked. I ch ... synchronized it started working. Finally, issue resolved. 2026-04-22 10:02
Defect #43985 (Closed): Flaky IssuesSystemTest caused by `!page.has_css?`
IssuesSystemTest#test_issue_list_with_default_totalable_columns in test/system/issues_test.rb fails intermittently with the following error <pre> Failure: IssuesSystemTest#test_issue_list_with_default_totalable_columns [test/system/issues_test.rb:551]: Expected false to be truthy. bin/rails test test/system/issues_test.rb:536 </pre> The cause is the use ... code class="diff"> diff --git a/test/system/issues_test.rb b/test/system/issues_test.rb index 561118d573..1d18f27581 100644 --- a/test/system/issues_test.rb +++ b/test/system/issues_test.rb @@ -548,8 +548,8 @@ class IssuesSystemTest < ApplicationSystemTestCase ... urs') end end </code></pre> 2026-04-22 06:10
Defect #43984 (Closed): Current page background in pagination overflows its border
It is noticeable that the background color of ... rea. This behavior seems unintended. This issue can be resolved by adjusting the styles as s ... ccc}screenshot%202026-04-22%2011.40.49.png! 2026-04-22 04:47
Create issue from note
Adds a quick action on each ticket note to create a new issue pre-filled from it. ... Features: * Contextual button — A "Create issue from this note" link is injected into the .. ... * Pre-filled form — The new issue is initialized with: - The note content ... ce note - The original ticket as parent issue - The same priority as the original tic ... only appears if the current user has the add_issues permission on the project. * redmine_edita ... note's author is also pre-filled as the new issue's author. (https://www.redmine.org/plugins/r ... ization — UI available in English and French. 2026-04-21 15:28
Help: RE: Rest API for Activity
The redmine team doesn't give a damn about us ... ng the activity. https://www.redmine.org/issues/14872 https://www.redmine.org/issues/22109 https://www.redmine.org/issues/25792 But things are still not moving, s ... essing the activity has not appeared in ToDo. 2026-04-21 10:55
redmine_assign_to_me_button
Adds an "Assign to me" button to the menu above and below issues. On click on the button, the issue is assigned to the user. This makes it easie ... y assignee, no "Assign to me" button appears. 2026-04-19 19:38
Redmine Pinned Issues
Adds a "pin" feature to Redmine's issue list: important issues can be pinned to the top of the list regard ... his helps teams keep urgent or high-priority issues visible without manually reshuffling the li ... s. h3. Features * Pin / unpin from the issue list right-click context menu -- no modal di ... is displayed before the subject on both the issue list and the issue detail page * Smart sort order among pinned issues: no-expiration pins first, then pins with l ... roject activation via a project module ("Pin Issues") * Role-based permission ("Pin issues") * i18n: English, Japanese h3. Links ... https://github.com/seraph3000/redmine_pinned_issues/blob/main/README.md * README (Japanese): " ... https://github.com/seraph3000/redmine_pinned_issue... 2026-04-19 05:57
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! 2026-04-18 10:27
Feature #43968 (New): Allow 0:45h time span f ... 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. 2026-04-17 15:55
Development: During 2FA registration authentication code not accepting by Redmine Application
We have installed Redmine 6.1.2 on RHEL and c ... Kindly advise on the possible cause of this issue and how it can be resolved. 2026-04-17 14:14
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. 2026-04-17 07:00
Merge issues
Merge two Redmine issues into one, preserving all their history. This plugin adds a Merge action to Redmine issues. It allows you to merge a source issue into a destination issue, consolidating all related data without losing any history. +Features+ When merging a source issue into a destination issue, the plugin transfers: Comments (journals): moved to the destination issue, with an added note indicating the original issue they came from Time entries: reassigned to the destination issue Attachments: moved to the destination issue Sub-issues: re-parented to the destination issue Issue relations (links): transferred to the destination issue... 2026-04-15 11:19
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 2026-04-15 10:11
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 | 2026-04-14 11:27
Tags+
Cross-project tagging system for Redmine issues. Global tag pool with contextual visibility ... u. Native Redmine filter integration: filter issues by tag in the standard issue list. Two-level color system with project-le ... h every Board+ purchase (time-limited offer). 2026-04-13 01:50
(1-25/31855)