Activity
From 2024-01-25 to 2024-01-27
2024-01-27
-
10:24 Feature #29208: Support email addresses with IDN (internationalized domain names) in user accounts
- Go MAEDA wrote in #note-10:
> It seems that no one is interested in this feature. Maybe this feature does not worth ... -
09:31 Defect #24723 (Closed): [regression?] r10132's changes were reverted with r15569
- I am closing this issue because CodeRay was removed in Redmine 4.0.0 (#24681) and the current application.css does no...
-
07:25 Feature #38585 (Closed): Drop Ruby 2.7 and 3.0 support
- I set @TargetRubyVersion@ of RuboCop to @3.0@ in r22654 after fixing the following offenses....
-
03:33 Feature #38585 (Resolved): Drop Ruby 2.7 and 3.0 support
- Dropped Ruby 2.7 support in r22648.
I will set the TargetRailsVersion of RuboCop to 3.0 after fixing some RuboCop ... -
05:22 Defect #28108 (Closed): Copying a text into a wiki page I got "Internal server error"
-
05:15 Defect #16256 (Closed): Timestamp of issue note doesn't update when updating
- You can see the updated time of a journal in Redmine 5.1 and later (#31505).
See also: https://www.redmineadvisor.... -
04:41 Defect #31834 (Closed): redmine:email:receive_imap broken with ruby < 2.6.3 and Google Imap
- Redmine no longer supports Ruby 2.6.
-
04:02 Defect #39150: right-click menu not always appearing in large lists
- @setSelect2Filter@ is not part of Redmine core, is added by one of your plugins, I assume to replace some standard se...
2024-01-26
-
23:35 Feature #39111: Enable Asset Pipeline Integration using Propshaft
- @marius.balteanu
Thank you for the detailed review and merge!!
@Tab10id
I didn't realize it! Thanks! -
03:54 Feature #39111: Enable Asset Pipeline Integration using Propshaft
- Fix the failing test in r22641.
@Tab10id, thanks for your advise! -
03:22 Feature #39111: Enable Asset Pipeline Integration using Propshaft
- Dmitry Lisichkin wrote in #note-10:
> Marius BĂLTEANU wrote in #note-9:
> > @tohosaku, do you have any clue why the... -
18:33 Feature #7360: Issue custom query: default query per instance, project and user
- Can get default query working only on user level and on global level (all issues of all projects).
Selecting on defau... -
15:54 Defect #40121: InvalidCrossOriginRequest exception raised by automated pentests or malicous user
- While this exception is raised internally, it is not actually visible as a 500 to external users. Instead, the except...
-
15:27 Defect #40131: markdown/formatter.rb:81: [BUG] Segmentation fault at 0x0000000000000000
- Sorry, I missed it!
Thank you for your effort. -
15:24 Defect #40131 (Closed): markdown/formatter.rb:81: [BUG] Segmentation fault at 0x0000000000000000
- Redmine currently still supports two Markdown flavors:
* The older one named "Markdown" which is deprecated in ver... -
09:55 Defect #40131: markdown/formatter.rb:81: [BUG] Segmentation fault at 0x0000000000000000
- I found `/usr/local/bundle/gems/redcarpet-3.6.0/ext/redcarpet/markdown.c` in the Docker image...
-
09:51 Defect #40131: markdown/formatter.rb:81: [BUG] Segmentation fault at 0x0000000000000000
- This error looks the same of #32563
-
09:39 Defect #40131 (Closed): markdown/formatter.rb:81: [BUG] Segmentation fault at 0x0000000000000000
- Hi,
we found a segmentation fault that happens sometimes in `markdown/formatter.rb`, after a message has been sumbit... -
15:25 Feature #40092: Drop FastCGI support
- LGTM!
-
07:35 Feature #40092: Drop FastCGI support
- Setting the target version to 6.0.0.
-
08:31 Defect #38865 (Closed): Requested resource is forbidden - when try to delete ProjectMembership
- I think some Python library outputted the error. Please contact the author of the library.
-
06:51 Defect #40059 (Closed): Default column in subtask
- The 'Issues list defaults' setting only influences the issues list. The subtasks list on the single issue page does n...
-
03:46 Patch #20384: Proposal: Workflow enhancement
- Thank you Frederico Camara.
It did the job! -
03:23 Feature #38948 (Closed): Add user status to users list API
2024-01-25
-
23:04 Feature #39111: Enable Asset Pipeline Integration using Propshaft
- Marius BĂLTEANU wrote in #note-9:
> @tohosaku, do you have any clue why the following test fails on Redmine CI, but ... -
08:52 Feature #39111: Enable Asset Pipeline Integration using Propshaft
- @tohosaku, do you have any clue why the following test fails on Redmine CI, but not on local environment?...
-
06:48 Feature #39111: Enable Asset Pipeline Integration using Propshaft
- I've committed the first 4 patches in order to enable the asset pipeline. I'm aware that it's a big and _potentially_...
-
19:18 Patch #20384: Proposal: Workflow enhancement
- Jet Yan wrote in #note-9:
> The latest redmine revision is now 5.1.1.
> found 2 failures during the patching:
... -
03:24 Patch #20384: Proposal: Workflow enhancement
- Hi Frederico Camara,
The latest redmine revision is now 5.1.1.
It is cheerful if you can get a chance to update your ... -
17:47 Feature #13529 (Closed): to allow query with parameters for Users of REST API
- Fixed in #37674.
-
17:44 Feature #36659 (Closed): Add "auth_source_id" to GET request for Endpoint /users.:format
- Starting with Redmine 5.1 (#37674) you can now filter for @auth_source_id@ using the same syntax that exists for othe...
-
17:40 Feature #38948 (Resolved): Add user status to users list API
- Feature added in r22637, the status is now available in the response as integer value.
-
17:27 Feature #23307: Include auth_source field in User API response
- Should we include the auth_source also in index.api response?
-
17:23 Feature #23307 (Resolved): Include auth_source field in User API response
- Feature added in r22636. You can now get auth_source if your request contains "include=auth_source".
-
16:44 Patch #40124 (Closed): Remove deprecated empty status param to get all users from API
-
16:37 Patch #40124 (Closed): Remove deprecated empty status param to get all users from API
- This is a follow-up to #40099 to remove the deprecated param to get all users from API using param @status=@.
-
16:43 Feature #32090 (Closed): REST API: users: add support for status=*
- The behaviour changed as follow:
* Redmine <= 5.0.*: you can use @status=@ to get all users from API
* Redmine 5.1.0 ... -
16:39 Defect #40099: User api filtering by status=* broke on upgrade from 5.0 to 5.1
- Jens Krämer wrote in #note-7:
> This looks great, nice to let the non-blank status parameter values just pass throug... -
16:36 Defect #40099 (Resolved): User api filtering by status=* broke on upgrade from 5.0 to 5.1
- @aseques, the issue reported is now fixed and it will be available in version:5.1.2.
-
09:33 Defect #40099: User api filtering by status=* broke on upgrade from 5.0 to 5.1
- This looks great, nice to let the non-blank status parameter values just pass through to be handled by @add_short_fil...
-
06:16 Defect #40099: User api filtering by status=* broke on upgrade from 5.0 to 5.1
- Jens, I've added your test case and 2 other test cases to cover:
* the case when status is blank (@status=@), which s... -
09:32 Defect #38636: NoMethodError when creating/updating an issue if all issue priorities are disabled and no default priority is set
- It can be fixed by updating @issue.rb@ like this:...
-
03:34 Feature #6773 (Closed): rake task for querying stats for munin
- I think a third-party plugin should implement this feature, as few Redmine admins would benefit from this feature.
-
00:47 Patch #4580 (Closed): Run rake db:schema:dump after rake db:migrate_plugins
- Fixed by #11299 (Redmine 2.0.4).
-
00:30 Defect #39415: redmineup plugins after upgrade to 5.1
- ashraf alzyoud wrote:
> uninitialized constant CalendarsHelper
>
> Object.const_get(camel_cased_word)
> ...
Also available in: Atom