Activity
From 2023-12-10 to 2023-12-12
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...
2023-12-10
-
17:57 Defect #39803: Plugin modules no longer working
- Hello Marius,
You're correct. I seem to have the 5.1.1-devel version installed which pulled Rails 7.1.2 with it.
... -
16:25 Defect #39803 (Needs feedback): Plugin modules no longer working
-
16:25 Defect #39803: Plugin modules no longer working
- Redmine 5.1 is using Rails 6.1, only the current trunk was updated to Rails 7.1.2 (see #36320) and will be available ...
-
14:58 Defect #39803 (Needs feedback): Plugin modules no longer working
- As of Redmine 5.1.x (Rails 7.1.2) plugins that rely on modules in the plugin/lib directory are no longer working.
De... -
05:07 Feature #36320: Migrate to Rails 7.2
- It seems that after this update, some concurrency tests randomly fail, for example:
* https://www.redmine.org/builds/... -
04:44 Feature #36320: Migrate to Rails 7.2
- Mischa The Evil wrote in #note-18:
> [...]
>
> Just my two cents on this patch:
> * This somewhat seems to conve... -
04:41 Feature #36320: Migrate to Rails 7.2
- Committed also the test and the changes required for the test to pass, thanks!
-
04:13 Feature #36320: Migrate to Rails 7.2
- Thanks user:tohosaku and user:ishikawa999 for investigating this issue, I've committed the fix with @all_eager_load_p...
-
05:02 Defect #39760 (Closed): Some API tests fail with Ruby 2.7
- Committed, thanks!
-
05:01 Revision 22509 (svn): Fix failing API tests on Ruby 2.7 after migration to Rails 7.1 (#36320, #39760).
- Patch by @maeda-m.
-
04:41 Revision 22508 (svn): Adds test for plugin autoloading plugins issue (#36320).
- Patch by @tohosaku.
-
04:34 Revision 22507 (svn): Allows configure plugins directory path in order to change the default location in test environment (#36320).
- Patch by @tohosaku.
-
04:24 Revision 22506 (svn): Fix typo (#36320).
-
04:22 Defect #39798 (Closed): Is there a Google reCAPTCHA plugin available for Redmine version 5.0.5?
- Please use "forums":/projects/redmine/boards for asking questions. The Issues page is for reporting bugs, suggesting ...
-
04:20 Defect #39801 (Confirmed): Fix typo in Russian translation of text_status_no_workflow
- The original word "стутус" is a typographical error of "статус," which translates to "status" in English.
Setting ... -
04:10 Revision 22505 (svn): Fix autoloading of plugins fails in Rails 7.1.2 (#36320).
- Patch by Mizuki ISHIKAWA.
-
03:27 Defect #38576 (Closed): Add documentation on user API to add custom fields values
Also available in: Atom