Project

General

Profile

Search

Results (13802)

Patch #43918 (New): Deprecate broken Mantis and Trac migration rake tasks
The @redmine:migrate_from_mantis@ and @redmine:migrate_from_trac@ rake tasks are no longer maintained and are not usable in current Redmine versions. Instead of keeping these tasks ... tasks will be removed in a future version of Redmine. This would prevent confusion for users and make the current status of these tasks explicit. 2026-04-01 08:45
Defect #43910 (Closed): Projects with the ide ... "bulk_destroy" cannot perform some operations
Hello, After creating au project with identifier "autocomplete", loading https://<my-redmine-instance>/projects/autocomplete/ fails with ... : [42168f4a-0ece-439f-b708-93f442edda1a] lib/redmine/sudo_mode.rb:61:in `sudo_mode' </pre> Redmine version: 5.0.4-5+deb12u1 (installed via pac ... ase version: postgresql 17 Ruby version: 3.1 2026-03-26 08:35
Defect #43906 (Closed): Wiki help does not di ... ized content for locales with a region subtag
Wiki help displays the English content instea ... ctual result: The English help is displayed. 2026-03-25 04:32
Defect #43903 (Closed): Redmine API :: uploadAttachment issue
I am trying to use upload attachment API feature provided with redmine API using Postman. Its successfully attach ... All fine. But the attachment was 0KB. My redmine version is: 6.0.3.stable 2026-03-24 08:43
Patch #43896 (Closed): Remove obsolete db:migrate:upgrade_plugin_migrations step from doc/UPGRADING
The document @doc/UPGRADING@ instructs users ... @, but this task is not available in current Redmine versions. The step also refers to an outdat ... oc/UPGRADING @@ -78,11 +78,6 @@ https://www.redmine.org/ 8. Migrate your database - ... migrate RAILS_ENV="production" </code></pre> 2026-03-22 07:13
Feature #43895 (New): Disable "Use current da ... new issues" by default for new installations
Currently, the "Use current date as start dat ... l start date are often the same. However, Redmine is often used to plan and track work before ... ting installations keep the current behavior. 2026-03-20 09:06
Defect #43890 (Needs feedback): Wiki links wi ... e names produce broken URLs after upgrade to Redmine 6.x
h2. Environment * *Redmine version:* 6.1.0 * *Previously working on:* Redmine 5.x (same database, same content) * *Text ... on both versions * *commonmarker gem:* 2.x (Redmine 6.x) — previously 0.23.x (Redmine 5.x) h2. Description After upgrading from Redmine 5.x to 6.1, wiki links to pages whose title ... on When editing the affected wiki page in Redmine 6.1, the editor textarea shows backslash-es ... re *not* present in the original content: Redmine 6.1 editor shows: <pre> * [[SMTP\_-\_emaily\|SMTP - emaily]] </pre> Redmine 5.x editor shows (correct, matches database ... rupting the content. h2. Expected result (Redmine 5.x with commonmarker 0.23.x) <pre> /pr ... /SMTP_-_emaily </pre> h2. Actual result (Redmine 6.1 with commonmarker 2.x) <pre> /proje ... apper) to 2.x (Rust-based comrak wrapper) in ... 2026-03-19 09:56
Feature #43885 (Closed): Align issue previous/next link styling with pagination buttons
The attached patch changes the styling of the ... tch the pagination buttons used elsewhere in Redmine. Currently, the previous/next links on t ... er: 1px solid gray;}.mobile-after%402x.png! 2026-03-17 14:30
Feature #43883 (New): Option to reset Status and % Done when copying an issue
Description: When copying/duplicating an exi ... 作成したタスクが誤って「完了」状態になることを防ぎ、ワークフローの効率が大幅に向上します。 2026-03-17 08:39
Feature #43881 (New): Strengthen API authenti ... tion, scopes, rate limiting and audit logging
API authentication currently relies on a stat ... ion logs). h2. Proposed improvements to Redmine Core I would like to work on this topic, but these changes should be discussed with Redmine maintainers and integrated into upcoming of ... what transition period would be reasonable 2026-03-16 20:36
Defect #43880 (New): Attachments lost when st ... is submitted after another user saves changes
When two users edit the same issue concurrent ... aves successfully. User A saves the issue. Redmine shows the conflict resolution screen. Choo ... ution UI offers no option that preserves it. 2026-03-16 12:53
Patch #43872 (Closed): Update GitHub Actions workflow dependencies
GitHub Actions shows the following warning: https://github.com/redmine/redmine/actions/runs/22947774155/job/66604420817#st ... d that all workflows pass with this change. 2026-03-12 02:17
Defect #43869 (Closed): Default assignee selected by category is not shown in UI
When selecting a category, the default assign ... ically. This feature works correctly in **Redmine 5.1.2**. However, after upgrading to **Redmine 6.1.1**, it no longer works. The assignee ... nce in the HTML of the assignee field. In **Redmine 5.1.2**, the HTML is: <pre><code class="ht ... t; me &gt;&gt;</option> <option value="1">Redmine Admin</option> <option value="5">user1 t ... est</option> </select> </code></pre> In **Redmine 6.1.1**, the HTML becomes: <pre><code clas ... t; me &gt;&gt;</option> <option value="1">Redmine Admin</option> <option value="5">user1 t ... change may be related to the new UI/theme in Redmine 6.x, but we are not sure where it should be fixed. Could someone help check and fix this issue? 2026-03-10 10:24
Defect #43861 (Needs feedback): Timestamp upd ... hen issue is attached to a different project.
When an issue (including all time entries att ... e stamp is not updated. Currently running Redmine 5.0.12.stable.23543 2026-03-04 07:14
Feature #43859 (New): Default Query for Time Entries (Time Tracking), similar to Issues and Projects
h2. Description Redmine already supports default queries for Issues ... ta. Time tracking is a central part of many Redmine workflows, but currently users must manuall ... t Behavior (Problem Statement) Currently, Redmine does not provide a way to define a default ... ty where needed. h2. 4. Reuse of Existing Redmine Functionality This feature requires no n ... e this manually. With the proposed feature, Redmine can load this configuration automatically based on defaults. 2026-03-02 08:20
Patch #43845 (Closed): Remove the Raphael.js dependency by switching to SVG API
This issue proposes removing Redmine's dependency on Raphael.js. The attached p ... tibility, but VML is already deprecated, and Redmine no longer supports Internet Explorer. * In Redmine, Raphael.js is currently used only for rela ... olid #ccc}revision-graph-after-change.png!| 2026-02-25 05:52
Patch #43841 (Closed): Update nokogiri to v1.19.1 or later
CI lint is failing because bundle-audit repor ... er the update: https://github.com/farend-biz/redmine-dev/actions/runs/22343849608 <pre><code ... ~> 1.21.4' gem 'addressable' </code></pre> 2026-02-24 10:21
Defect #43838 (Closed): User mentions using t ... nt on instances with a large number of users.
The performance issue was first reported by J ... ear when he looked for solutions to optimize redmine.org website. One fix was to replace all the ... @ syntax in the following "news":https://www.redmine.org/news/156 post. In @ApplicationHelper#parse_redmine_links@, the lookup for user mentions is cur ... s two major issues on large instances (e.g., redmine.org with ~500,000 users): 1. *Missing Inde ... LOWER(login)@, but I didn't run a test yet. 2026-02-21 18:19
Defect #43835 (Needs feedback): Two-Factor authenticatorion fail
Company name: Tmaxsoft Issue: Any new users ... ode". We are using a docker container for redmine and time on docker and linux server are in sync. OS: Ubuntu Environment: Redmine version 5.0.3.stable Ruby ... tion Database adapter Mysql2 2026-02-19 23:19
Feature #43834 (New): Globally disable issue deletion for all users including admins
We are using Redmine in a customer context where it is required ... elp us meet compliance requirements and make Redmine more suitable for regulated environments. Thank you! 2026-02-19 15:26
Defect #43817 (Closed): Possibility to deactivate CSV import
Hello everyone ! Is it possible to have disa ... n challenged on this. Thank you in advance ! 2026-02-11 15:59
Defect #43809 (Closed): db migrate error after upgrade to Redmine 6.1.0.devel.24240
Error message: bundle exec rake db:migrate ... ext/kernel.rb:34:in `require' /var/www/html/redmine/config/initializers/10-patches.rb:71:in `<t ... ation.rb:442:in `initialize!' /var/www/html/redmine/config/environment.rb:16:in `<top (required ... db:migrate => db:load_config => environment 2026-02-10 08:40
Defect #43807 (New): Internal Server Error when posting SQL into Comment
Hey Guys, First of all, thanks for your awes ... nyTDS tries to interpret the SQL command and Redmine throws an HTML 500 error. I'm not really su ... </code></pre> |_.Software|_.Version| | Redmine | 6.1.1.stable | | Ruby | 3.3.8-p144 (2025 ... 2.3 | | Database Adapter | SQLServer | 2026-02-09 14:02
Patch #43802 (Closed): Avoid using non-reserved domain names in examples and tests
In the Redmine repository, @foo.com@ is used as a dummy va ... om@ to avoid confusion and unintended access. 2026-02-09 06:00
Defect #43801 (Closed): Copy button appears only on the last pre when multiple pre blocks exist
When a page contains multiple pre blocks, the ... curs after applying r24360 from issue #43643. 2026-02-09 05:20
(1-25/13802)