Activity
From 2023-12-12 to 2023-12-14
2023-12-14
-
22:44 Patch #39852 (Closed): Optimize queries visibility check
- ...
-
15:12 Defect #38707: Fix order of loading plugins' config/routes.rb
- After a quick test, it appears that the current trunk version is working fine. It would be great to integrate this fi...
-
14:44 Patch #39849 (Closed): Optimize IssueCategory SQL queries when showing an issue
- The attached patch introduces a change in the @_attributes.html.erb@ partial for issues, aimed at optimizing SQL quer...
-
12:49 Patch #14318: Watchers Alerted To Changes But Cannot See Issues (potentially)
- Hello guys.
Could you add this feature for latest Redmine 5 version please?
Thanks in advance. -
12:10 Patch #39847 (Closed): Cache the result of `Journal#attachments`
- When rendering an issue history, @Journal#attachments@ is called twice while rendering a single journal.
We can im... -
08:13 Feature #36320: Migrate to Rails 7.2
- Minoru Maeda wrote in #note-29:
> Minoru Maeda wrote in #note-27:
>
> > I'm not sure of the reason, but it seems ... -
04:06 Defect #39844 (Closed): Create a new task, the page does not jump after the task is submitted, and report 404 after 10-20 seconds. The actual task is created successfully.
Environment:
Redmine version 5.0.4.stable
Ruby version 2.7.5-p203 (2021-11-24) [x86_64-linux-gnu]
Rails version ...-
04:02 Defect #39843 (Needs feedback): Create a new task, the page does not jump after the task is submitted, and report 404 after 10-20 seconds. The actual task is created successfully.
- Environment:...
-
04:00 Defect #39842: 新建任务,提交任务后页面不跳转,10-20秒后报404,实际任务是创建成功的
- Create a new task, the page does not jump after the task is submitted, and report 404 after 10-20 seconds. The actual...
-
03:35 Defect #39842 (Closed): 新建任务,提交任务后页面不跳转,10-20秒后报404,实际任务是创建成功的
- !clipboard-202312141032-o7kkz.png!
!clipboard-202312141033-4trzr.png!
!clipboard-202312141034-gd5ly.png!
Environme...
2023-12-13
-
21:30 Feature #15201: Filter "Assignee" should contain locked users
- Since we ran into the same problem, I wrote this script to find tickets owned by locked users, which runs from a cron...
-
17:54 Defect #38707: Fix order of loading plugins' config/routes.rb
- Indeed, that code from @setup@ and @teardown@ could lead to some random failing tests, but it was changed in the curr...
-
15:15 Defect #38707: Fix order of loading plugins' config/routes.rb
- The core tests are passing again when I comment these two lines:...
-
14:29 Defect #38707: Fix order of loading plugins' config/routes.rb
- I'm investigating an issue that appears to be related to this change.
When running core tests with Redmine 5.1 and o... -
16:28 Feature #39839: Delete users documentation
- Generally, all references to the user (e.g. any authorship references of issues, journals, wiki pages, ..., issues as...
-
12:32 Feature #39839 (Closed): Delete users documentation
- Hi
I see this message when deleting users "Are you sure you want to delete this user and remove all references to ... -
14:51 Feature #33188: Migration to Active Storage as standard for attachments in Rails
- +1 especially for S3 integration.
-
14:17 Patch #39840 (Closed): Optimize `Issue#relations` method to fetch both `relations_from` and `relations_to` using a single query
- This patch updates `Issue#relations` method to efficiently fetch both `relations_from` and `relations_to` using a sin...
-
13:35 Defect #39803: Plugin modules no longer working
- I found a side effect with change from @Rails::TestUnit::Runner.rake_run@ to @Rails::TestUnit::Runner.run_from_rake@ ...
-
07:14 Defect #39838 (Closed): Document model has no author field by itself
- Hi
Model @Document@ has no @author@ field and the author retreived from related attachments.
If a document has no a... -
06:58 Patch #39837 (Closed): Optimize query models by replacing `map` with `pluck`
- The attached patch introduces several changes aimed at optimizing various queries in query models.
It replaces `ma... -
02:51 Feature #36320: Migrate to Rails 7.2
- Minoru Maeda wrote in #note-27:
> I'm not sure of the reason, but it seems to be related to https://github.com/rac...
2023-12-12
-
20:53 Defect #39803: Plugin modules no longer working
- Hi Marius,
it looks good. All tests with master branch runs without problems: https://github.com/alphanodes/additi... -
17:54 Defect #39803: Plugin modules no longer working
- Alexander Meindl wrote in #note-11:
> Marius BALTEANU wrote in #note-9:
> [...]
> > Method @rake_run@ was removed in ... -
15:16 Defect #39803: Plugin modules no longer working
- As an addition: My methods in my Module still don't work.
Error message: " NoMethodError (undefined method `access_l... -
14:35 Defect #39803: Plugin modules no longer working
- @"Takashi Kato": After installing your example in the development environment I'll noticed everything worked.
Then I... -
13:55 Defect #39803: Plugin modules no longer working
- Alexander Meindl wrote in #note-11:
[...]
> I think, it would be better we do not change @redmine_plugin_director... -
11:32 Defect #39803: Plugin modules no longer working
- Marius BALTEANU wrote in #note-9:
[...]
> Method @rake_run@ was removed in Rails 7, we will properly fix this issue... -
10:50 Defect #39803: Plugin modules no longer working
- Guus Teley wrote in #note-8:
> This works (I get an form showing "Hello" and "Hello fuga"
>
> But trying to get m... -
08:00 Defect #39803: Plugin modules no longer working
- Alexander Meindl wrote in #note-7:
> Marius BALTEANU wrote in #note-5:
> > There were some changes, but it should w... -
19:02 Defect #39836 (New): Email to Issues is not working
- I have tried both receive_imap and receive_pop3.
This is the rake command... -
17:56 Defect #39834: Extract tests for plugin autoloading and Restore Plugin directory settings
- Committed first patch as part of #39834 and #39803, thanks for fixing the issue.
I'll review the second patch in t... -
13:51 Defect #39834 (Closed): Extract tests for plugin autoloading and Restore Plugin directory settings
- Setting aside the issue of configuring the plugin directory, our initial step was to create a patch to restore the se...
-
16:08 Patch #39835: Optimize repository menu visibility check
- Thank you for your advice.
I think it would be better to rewrite @p.repositories.any?@ as well for consistency.
... -
15:46 Patch #39835: Optimize repository menu visibility check
- You probably could also use the equivalent ActiveRecord functionality, i.e. @ActiveRecord::FinderMethods#exists?@, wh...
-
15:19 Patch #39835 (Closed): Optimize repository menu visibility check
- This patch introduces an optimization in the way Redmine determines the visibility of the "Repository" menu item.
... -
16:02 Feature #38951: Enable journaling on projects
- it Testing wrote in #note-3:
> Which redmine version is this compatible with?
It was tested on Redmine 4.2 -
10:00 Feature #38951: Enable journaling on projects
- Which redmine version is this compatible with?
Also available in: Atom