Activity
From 2023-12-11 to 2023-12-13
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 (Closed): Email to Issues is not working
- I have tried both receive_imap and receive_pop3.
This is the rake command... -
18:56 Revision 22518 (svn): Replaces @config.cache_classes@ which the new option @config.enable_reloading@ introduced in Rails 7.1 (#36320)
-
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...
-
17:52 Revision 22517 (svn): Fix NoMethodError: undefined method `rake_run' for Rails::TestUnit::Runner:Class (NoMethodError) after updating to Rails 7.1 (#36320, #39803)
- Patch by @tohosaku.
-
17:45 Revision 22516 (svn): Update integration test for plugin routes after r22515 (#36320, #39803).
-
17:26 Revision 22515 (svn): Reverts r22507, r22508 and r22510 (#36320, #39803).
-
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?
2023-12-11
-
15:43 Defect #39803: Plugin modules no longer working
- This works (I get an form showing "Hello" and "Hello fuga"
But trying to get my own plugin to work fails with the ... -
15:14 Defect #39803: Plugin modules no longer working
- Marius BALTEANU wrote in #note-5:
> There were some changes, but it should work as before.
Hi,
our plugins to not ... -
13:44 Defect #39803: Plugin modules no longer working
- Hello Guus.
From Redmine 5.0, plugin modules are loaded automatically by the Ruby on Rails autoloader. It's importan... -
13:34 Defect #39803: Plugin modules no longer working
- There were some changes, but it should work as before.
Can you try with the latest version of trunk (r22514)? all... -
11:57 Revision 22514 (svn): Block @rack-session@ gem version to 1 in order to stick with Rack 2 (#36320).
- Patch by @maeda-m.
-
11:56 Revision 22513 (svn): Refactor integration test for plugins routing (added in r22328) in order to use the new plugins directory path for test environment (#36320).
-
10:20 Revision 22512 (svn): Change the default notification option from `only_my_events` to `only_assigned` (#39500).
- Patch by Go MAEDA.
-
10:14 Revision 22511 (svn): Revert r22504 that missing a necessary file (#39500).
-
09:41 Feature #39805: Extend "contains" operator in "Parent task" filter to support multiple issue IDs
- Here is the patch to implement this feature.
-
02:56 Feature #39805 (Closed): Extend "contains" operator in "Parent task" filter to support multiple issue IDs
- Under the "Parent task" filter, the "is" operator allows users to filter tasks by specifying multiple issue IDs (#304...
-
08:49 Revision 22510 (svn): Remove unnecessary line that changes the @PluginLoader@ directory inside @plugins_test.rb@ (#36320).
-
06:01 Feature #39806: Improve filter rendering on narrow screens by replacing the layout tables with a flex layout
- here's the patch :)
Also: this change has the potential to break plugins which use the changed partials and rely on ... -
06:01 Feature #39806 (Closed): Improve filter rendering on narrow screens by replacing the layout tables with a flex layout
- The current query filters and options use HTML tables for the layout, which introduces issues with wide form elements...
-
01:45 Feature #36320: Migrate to Rails 7.2
- Marius BALTEANU wrote in #note-25:
> Is someone able to reproduce the problem on the local environment?
I encou...
Also available in: Atom