Activity
From 2023-12-27 to 2023-12-29
2023-12-29
-
14:09 Feature #37363: Add native support for OIDC
- Update one year later :
* the aformentioned plugin has been updated and "forked":https://github.com/Mikroways/redmin... -
09:25 Feature #39805 (Closed): Extend "contains" operator in "Parent task" filter to support multiple issue IDs
- Committed the patch in r22577.
-
09:24 Revision 22577 (svn): Extend "contains" operator in "Parent task" filter to support multiple issue IDs (#39805).
- Patch by Go MAEDA (@maeda).
-
09:05 Patch #39972 (Closed): Update Nokogiri to 1.16.0
- Updated Nokogiri to 1.16.0 in r22576.
-
09:03 Patch #39972 (Closed): Update Nokogiri to 1.16.0
- https://rubygems.org/gems/nokogiri
-
09:05 Revision 22576 (svn): Update Nokogiri to 1.16.0 (#39972).
-
09:01 Patch #39837 (Closed): Optimize query models by replacing `map` with `pluck`
- Committed the patch in r22575.
-
09:00 Revision 22575 (svn): Optimize query models by replacing `map` with `pluck` (#39837).
- Patch by Go MAEDA (@maeda).
-
06:21 Patch #39971 (Closed): Remove specific platform constraints for database adapter gems
- This patch simplifies the Gemfile by removing the @:platforms@ constraints from the database adapter gems.
Since R... -
04:11 Defect #39931 (Closed): Issues with Email Notifications Setup
- Vugar Maharramov wrote in #note-3:
> How about this problem?
>
> !clipboard-202312282022-7tjbi.png!
This probl...
2023-12-28
-
17:24 Defect #39931: Issues with Email Notifications Setup
- How about this problem?
!clipboard-202312282022-7tjbi.png!
-
17:20 Defect #39931: Issues with Email Notifications Setup
- ???
-
09:12 Defect #32704 (Closed): ActionView::Template::Error (undefined method `position' for nil:NilClass):
- Due to the changes made in #38772, passing nil to @<=>@ no longer causes the exception to occur.
-
08:59 Defect #38165 (Closed): Users API ignores name and group_id parameter
- Fixed in r22343.
-
05:19 Feature #39806: Improve filter rendering on narrow screens by replacing the layout tables with a flex layout
- Jens Krämer wrote in #note-1:
> Also: this change has the potential to break plugins which use the changed partials ... -
05:17 Feature #39806 (Resolved): Improve filter rendering on narrow screens by replacing the layout tables with a flex layout
- Committed, thanks!
-
05:16 Revision 22574 (svn): Improves filter rendering on narrow screens by replacing the layout tables with a flex layout.
- (#39806).
Patch by Jens Krämer (@jkraemer). -
03:45 Feature #38501: recent_pages macro that displays a list of recently updated Wiki pages
- Setting the target version to 6.0.0.
-
03:35 Defect #38155: RuntimeError when reloading Rails console
- Setting the target version to 6.0.0.
-
02:49 Defect #38172 (Closed): Search result displays information from other projects.
-
01:15 Defect #39932 (Closed): Incorrect position of "Edited" mark in issue notes with h4 headings
-
01:15 Revision 22573 (svn): Merged r22561 from trunk to 5.1-stable (#39932).
-
01:11 Patch #39840 (Closed): Optimize `Issue#relations` method to fetch both `relations_from` and `relations_to` using a single query
- Committed the patch in r22572.
-
01:10 Revision 22572 (svn): Optimize `Issue#relations` method to improve performance by fetching both `relations_from` and `relations_to` using a single database query (#39840).
- Patch by Go MAEDA (@maeda).
-
00:33 Defect #39956 (Closed): User Apk eon (Apkeon) created strange Wiki page (probably SPAM)
- Deleted the page and user. Thank you for reporting this.
2023-12-27
-
19:26 Defect #39956 (Closed): User Apk eon (Apkeon) created strange Wiki page (probably SPAM)
- "Apk eon":https://www.redmine.org/users/688058 user was created and this user was immediately used to create strange ...
-
16:43 Defect #39862 (Closed): Attachments functionality for (custom) plugins broken since fix for CVE-2022-44030
- Committed and merged to stable branches, thanks!
-
08:51 Defect #39862 (Reopened): Attachments functionality for (custom) plugins broken since fix for CVE-2022-44030
- The method @Redmine::Acts::Attachable::ObjectTypeConstraint.param_expression@, introduced in r22551, is causing an ex...
-
16:43 Revision 22571 (svn): Merge r22569 from trunk to 5.0-stable (#39862).
-
16:43 Revision 22570 (svn): Merge r22569 from trunk to 5.1-stable (#39862).
-
16:40 Revision 22569 (svn): Fixes exception in @acts_as_attachable@ when running on Ruby 2.7 (#39862).
- Patch by @maeda.
-
10:33 Feature #39805: Extend "contains" operator in "Parent task" filter to support multiple issue IDs
- Setting the target version to 6.0.0.
-
10:31 Patch #39849 (Closed): Optimize IssueCategory SQL queries when showing an issue
- Committed the patch.
-
10:31 Revision 22568 (svn): Optimize IssueCategory SQL queries when showing an issue (#39849).
- Patch by Go MAEDA.
-
09:07 Patch #39857 (Closed): Optimize users visibility check
- Committed the patch. Thank you.
-
09:07 Revision 22567 (svn): Optimize users visibility check (#39857).
- Patch by Pavel Rosický.
-
08:44 Defect #39944 (Closed): Issue with Parent-Child Task Relationships Not Displaying Correctly
- This is either a permission issue or a tree issue. Check if parent and child associations are displayed correctly whe...
-
08:19 Feature #39763 (Closed): Option to disable Issue Navigation or URL Parameters
- Jorge Vaz wrote:
> [...]
>
> While the navigation icons themselves are not the issue, the resulting lengthy URLs a... -
08:07 Feature #39948: Add Redmine::Plugin proxy method for Redmine::Acts::Attachable::ObjectTypeConstraint.register_object_type
- @jkraemer: what do you think about this?
-
07:54 Feature #39948 (Closed): Add Redmine::Plugin proxy method for Redmine::Acts::Attachable::ObjectTypeConstraint.register_object_type
- Following #39862 I wonder: wouldn't it be neater to add a dedicated proxy method to @Redmine::Plugin@ (something like...
-
07:07 Revision 22566 (svn): Fix RuboCop offense Style/HashSyntax (Don't mix styles in the same hash) introduced in r22551 (#39862).
-
07:02 Revision 22565 (svn): Fix RuboCop offense Style/HashSyntax (Don't mix styles in the same hash) introduced in r22563 (#39747, #36320).
-
02:17 Revision 22564 (svn): Fix RuboCop offense Layout/EmptyLinesAroundClassBody introduced in r22562 (#39747, #36320).
Also available in: Atom