Activity
From 2025-09-21 to 2025-09-23
2025-09-23
-
19:55 Feature #43234: Enable CJK-friendly emphasis extension for CommonMark
- I'm attaching patch 0002, which adds a test to confirm that the CJK-friendly emphasis extension is enabled. Please co...
-
12:00 Patch #43247 (Closed): Remove unused styles for `div.action_M`, `div.action_D`, and `div.action_A`
- Styles for @div.action_M@, @div.action_D@, and @div.action_A@ is no longer applied because the corresponding elements...
-
11:01 Defect #43230: [Rails 8] ArgumentError: wrong number of arguments (given 0, expected 1) in ApplicationController#find_model_object
- As a minor variant of the 0001 patch, it could also be an option to simply use the setter method @self.model_object=@...
-
10:35 Defect #43230: [Rails 8] ArgumentError: wrong number of arguments (given 0, expected 1) in ApplicationController#find_model_object
- I think the attached 0001 patch is the better way to resolve this issue.
Personally, I prefer an explicit implemen... -
10:24 Patch #43246 (Closed): Remove unused style for `div#issue-changesets`
- The style for @div#issue-changesets@ is no longer applied because the corresponding element was removed in r18273, wh...
-
10:12 Defect #41965: Redmine 5.1.3 and MariaDB 10.6.18 - Queries are slow
- IMO problem is in `em.project_id = projects.id AND em.name='...' because of missing such index on enabled_modules nam...
-
08:08 Patch #43244 (Closed): Remove unused style for `td.revision_graph`
- The style for @tr.changeset td.revision_graph@ is no longer applied because the corresponding elements were removed 1...
2025-09-22
-
22:46 Defect #43243 (Closed): Accessing Redmine site from Brazil results in a 403 Forbidden
- I'm trying to access Redmine site from Brazil and always receive 403 Forbidden response.
I'm right now using TOR net... -
21:48 Patch #42737: Replacing html-pipeline with Loofah for HTML Filtering
- We should consider this for version:"7.0.0".
-
21:44 Defect #43232 (Closed): my page loads very slowly — for some accounts it takes about 10 seconds. How can I optimize the dashboard loading speed?
- You should try without plugins and check if the issue still reproduces or try request help on Forums.
I'm closing th... -
08:06 Defect #43232 (Closed): my page loads very slowly — for some accounts it takes about 10 seconds. How can I optimize the dashboard loading speed?
- In Redmine, my page loads very slowly — for some accounts it takes about 10 seconds. The page only displays issues as...
-
21:38 Defect #43230: [Rails 8] ArgumentError: wrong number of arguments (given 0, expected 1) in ApplicationController#find_model_object
- Thanks @hidakatsuya for clarifications!
Regarding the fix, which option do you think is cleaner? -
20:23 Defect #43230: [Rails 8] ArgumentError: wrong number of arguments (given 0, expected 1) in ApplicationController#find_model_object
- In summary, currently (before PR#52722), the following line is executed first:
https://github.com/redmine/redmine/... -
18:50 Defect #43230: [Rails 8] ArgumentError: wrong number of arguments (given 0, expected 1) in ApplicationController#find_model_object
- > I cannot find the exact issue from Rails that changed this behaviour and triggers this issue.
This is probably c... -
19:59 Feature #43234: Enable CJK-friendly emphasis extension for CommonMark
- Sure, I missed adding a test. I'll add it.
-
17:17 Feature #43234: Enable CJK-friendly emphasis extension for CommonMark
- Thanks! Can you add a test, please?
-
14:07 Feature #43234 (Closed): Enable CJK-friendly emphasis extension for CommonMark
- This patch enables "the CJK-friendly emphasis extension in commonmarker":https://github.com/gjtorikian/commonmarker?t...
-
17:13 Defect #43233 (Closed): new Redmine 6.1 error
- Thanks for clearing thus up!
-
16:59 Defect #43233: new Redmine 6.1 error
- OK, my bad, after checking the deployment: the app/javascript directory had not been deployed with everything else fo...
-
14:28 Defect #43233: new Redmine 6.1 error
- My production installation work fine with REDMINE 6.0.7 (and Gemfile from 6.1.0 for using RUBY 3.4)
-
10:37 Defect #43233: new Redmine 6.1 error
- I just tried debugging from my workstation: no problem. So it's the installation in production mode.
-
10:21 Defect #43233: new Redmine 6.1 error
- Even though it's unrelated, the new REDMINE looks for the turndown.js file and returns a 404 error.
-
10:16 Defect #43233 (Closed): new Redmine 6.1 error
- Hello,
I tried the new REDMINE 6.1.0 this morning.
But no action is taken: add a new issue, click on "Go to a p... -
11:40 Feature #7849: custom issue relation types
- +1
2025-09-21
-
22:42 Defect #42408 (Closed): Typo in Javascript function name 'toggleExpendCollapseIcon': s//Expend/Expand
- Fixed, thanks!
-
22:41 Revision 24010 (svn): Fixes typo in JavaScript function name 'toggleExpendCollapseIcon' (#42408).
-
22:26 Defect #43231 (Closed): DEPRECATION WARNING: `to_time` will always preserve the receiver timezone rather than system local time in Rails 8.1
- DEPRECATION WARNING: `to_time` will always preserve the receiver timezone rather than system local time in Rails 8.1....
-
22:12 Defect #43230: [Rails 8] ArgumentError: wrong number of arguments (given 0, expected 1) in ApplicationController#find_model_object
- The simplest way to fix this is by renaming the @self.model_object@ method to @self.set_model_object@ to avoid collis...
-
21:41 Defect #43230 (Closed): [Rails 8] ArgumentError: wrong number of arguments (given 0, expected 1) in ApplicationController#find_model_object
- Using Rails 8, multiple tests fail with the same error:...
-
21:16 Redmine 6.1 is now available
- Redmine version:"6.1.0" is a feature-rich update that brings a number of new features, improvements, and technical ch...
-
19:44 Revision 24009 (svn): Tag version 6.1.0
-
19:23 Revision 24008 (svn): Merged r24007 from trunk to 6.1-stable.
-
19:19 Revision 24007 (svn): Updates for 6.1.0 release.
-
19:12 Revision 24006 (svn): Merged r24004 from trunk to 6.1-stable (#43229).
-
19:12 Feature #43095 (Closed): Support automatic list marker insertion in textareas
-
18:42 Feature #43095: Support automatic list marker insertion in textareas
- Mischa The Evil wrote in #note-16:
> Marius BĂLTEANU wrote in #note-12:
> > I've committed the patch [...]
>
> T... -
17:49 Feature #43095 (Reopened): Support automatic list marker insertion in textareas
- Marius BĂLTEANU wrote in #note-12:
> I've committed the patch [...]
This does not yet appear to have been committ... -
19:10 Revision 24005 (svn): Merged r24003 from trunk to 6.1-stable (#43095).
-
18:53 Patch #43229 (Closed): Update database versions on Github CI
-
18:51 Patch #43229 (Closed): Update database versions on Github CI
- Update databases versions on Github CI:
# MySQL from 8.0 to 8.4
# PostgreSQL from 13 to 13. -
18:52 Revision 24004 (svn): Use MySQL 8.4 and PostgreSQL 14 on Github CI to run the tests (#43229).
-
18:42 Revision 24003 (svn): Support automatic list marker insertion in textareas (#43095).
- Patch by Mizuki ISHIKAWA (user:ishikawa999).
-
12:38 Redmine 6.0.7, 5.1.10 and 5.0.14 released
- Maintenance releases version:"6.0.7", version:"5.1.10" and version:"5.0.14" are now available to [[Download]], bringi...
-
12:13 Revision 24002 (svn): Tag version 5.0.14
-
12:13 Revision 24001 (svn): Tag version 5.1.10
-
12:12 Revision 24000 (svn): Tag version 6.0.7
-
12:09 Revision 23999 (svn): Updates for 5.0.14 release.
-
12:06 Revision 23998 (svn): Updates for 5.1.10 release.
-
12:03 Revision 23997 (svn): Merged r23995 from trunk to 6.0-stable.
-
12:03 Revision 23996 (svn): Merged r23995 from trunk to 6.1-stable.
-
12:01 Revision 23995 (svn): Updates for 6.0.7 release.
-
11:48 Patch #43227 (Closed): Refine avatar background colors
- Thanks, nice color scheme! I've committed it as part of #29824.
-
11:14 Patch #43227: Refine avatar background colors
- I have updated the patch and replaced the Tailwind palette with Open Color (https://github.com/yeun/open-color).
Sin... -
09:27 Patch #43227: Refine avatar background colors
- Removed @oklch@ colors from the patch.
-
04:01 Patch #43227 (Closed): Refine avatar background colors
- The attached patch updates the background colors of initial-style avatars introduced in #29824 to improve color consi...
-
11:46 Feature #5953 (Closed): Copy RSS/REST API keys to clipboard
-
11:31 Revision 23994 (svn): Set 6.1-stable branch to stable.
-
11:29 Revision 23993 (svn): Created 6.1-stable branch.
-
11:26 Revision 23992 (svn): Updates default avatar color scheme to open color (#43227, #29824).
- Patch by Go MAEDA (user:maeda).
Also available in: Atom