Project

General

Profile

Activity

From 2024-01-23 to 2024-01-25

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 ...
Dmitry Lisichkin
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?... Marius BĂLTEANU
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_... Marius BĂLTEANU
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:
...
Frederico Camara
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 ...
Jet Yan
17:47 Feature #13529 (Closed): to allow query with parameters for Users of REST API
Fixed in #37674. Marius BĂLTEANU
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... Marius BĂLTEANU
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. Marius BĂLTEANU
17:27 Feature #23307: Include auth_source field in User API response
Should we include the auth_source also in index.api response? Marius BĂLTEANU
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". Marius BĂLTEANU
16:44 Patch #40124 (Closed): Remove deprecated empty status param to get all users from API
Marius BĂLTEANU
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=@. Marius BĂLTEANU
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 ...
Marius BĂLTEANU
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...
Marius BĂLTEANU
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. Marius BĂLTEANU
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... Jens Krämer
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...
Marius BĂLTEANU
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:... Go MAEDA
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. Go MAEDA
00:47 Patch #4580 (Closed): Run rake db:schema:dump after rake db:migrate_plugins
Fixed by #11299 (Redmine 2.0.4). Go MAEDA
00:30 Defect #39415: redmineup plugins after upgrade to 5.1
ashraf alzyoud wrote:
> uninitialized constant CalendarsHelper
>
> Object.const_get(camel_cased_word)
> ...
Rafał Walków

2024-01-24

12:58 Defect #40121 (New): InvalidCrossOriginRequest exception raised by automated pentests or malicous user
h2. Problem
When an automated pentest or a malicous user requests for example:...
Liane Hampe
09:24 Feature #39948: Add Redmine::Plugin proxy method for Redmine::Acts::Attachable::ObjectTypeConstraint.register_object_type
Good point, maybe like this? Jens Krämer
09:15 Patch #26104: Quick jump to issue only if searching for issues
Lorenzo Meneghetti wrote in #note-3:
> Jean-Philippe Lang wrote:
> > I don't know, I like to be able to quick jump ...
C S
08:54 Feature #40103 (New): Allow to "watch" projects to get notifications
As discussed in #39854, having the option to "watch" projects would give users a straight forward way to subscribe to... Jens Krämer
08:36 Defect #40099: User api filtering by status=* broke on upgrade from 5.0 to 5.1
Looks like with MySQL, the @'*'@ in @where status IN ('*')@ is cast to @0@ so the query does not error out but gives ... Jens Krämer
03:57 Defect #40099: User api filtering by status=* broke on upgrade from 5.0 to 5.1
Joan J wrote in #note-2:
>
> I agree that "status=" is quite ugly and counterintuitive, for me it can go, having t...
Marius BĂLTEANU
04:04 Feature #37167: REST API: Filter issues by multiple tracker ids
This is available for all fields that support "is" operator, not only for @tracker_id@. Marius BĂLTEANU
04:04 Feature #37167 (Needs feedback): REST API: Filter issues by multiple tracker ids
Indeed, the long syntax is not so user friendly, but you can use the short filters. For example, the same behaviour c... Marius BĂLTEANU
03:50 Defect #32985 (Closed): Remove unnecessary use of instance variables in CSV and Atom response handlers
Committed the patch. Thank you for your contribution. Go MAEDA
01:15 Defect #40101 (Closed): User Sivakanth Kesiraju created strange empty Wiki pages (probably SPAM)
Deleted the page and user. Thank you for reporting this. Go MAEDA
01:13 Feature #6805 (Closed): add non-ambiguous ISO-ordered date/time formatting
The YYYYY-MM-DD format is standardized in ISO 8601 and I do not think it is ambiguous.
https://www.iso.org/iso-8601-...
Go MAEDA

2024-01-23

19:46 Feature #22497: Sorting and displaying users is different order
Quickly looking at this i wonder it is #40100.
ordering comes from sorted, but can be defeated later by any call to ...
philippe lhardy
19:40 Defect #40100: User ordering by name is incorrect for french language
Here my patch to fix assignee drop_down_list and watchers sorting in french.
might apply to any language where ascii...
philippe lhardy
18:29 Defect #40100: User ordering by name is incorrect for french language
It is possible to fix watcher ordering by replacing sort by in sorted app/helpers/issues_helper.rb... philippe lhardy
15:55 Defect #40100: User ordering by name is incorrect for french language
watcher ordering is different from the list given in search for those. philippe lhardy
15:49 Defect #40100: User ordering by name is incorrect for french language
This problem does not show in listing of project members, so this bug depends on context and redmine already knows ho... philippe lhardy
15:44 Defect #40100: User ordering by name is incorrect for french language
Example of listing in drop down list of assignee. philippe lhardy
15:37 Defect #40100: User ordering by name is incorrect for french language

I noticed that some features have been requested for user ordering like :
https://www.redmine.org/issues/19484
...
philippe lhardy
15:33 Defect #40100 (New): User ordering by name is incorrect for french language

by example in user list to pick for ticket assignement users with accentuated characters don't follow natural frenc...
philippe lhardy
16:47 Patch #30919: Group Issues Custom Fields - (Form like Issues)
philippe lhardy wrote in #note-32:
> -Previous patch port to master does nothing visible, i have to fix.-
> It does...
Frederico Camara
15:33 Defect #40101 (Closed): User Sivakanth Kesiraju created strange empty Wiki pages (probably SPAM)
"Sivakanth Kesiraju":https://www.redmine.org/users/689316 user was created and this user was used to create strange p... Alex Che
15:21 Defect #40099: User api filtering by status=* broke on upgrade from 5.0 to 5.1
Marius BALTEANU wrote in #note-1:
> Users list was improved in Redmine 5.0 by using the same query mechanism as we ha...
Joan J
14:42 Defect #40099 (Confirmed): User api filtering by status=* broke on upgrade from 5.0 to 5.1
Users list was improved in Redmine 5.0 by using the same query mechanism as we have for issues, projects, etc (#37674... Marius BĂLTEANU
13:35 Defect #40099 (Closed): User api filtering by status=* broke on upgrade from 5.0 to 5.1
I am testing the migration path from 5.0.5 to 5.1.1, we use an api call to get all users (active or not), since the u... Joan J
14:05 Defect #39150: right-click menu not always appearing in large lists
Holger Just wrote in #note-3:
> Could you please confirm your browser and its version? Also, please make sure to disa...
Thomas B
13:01 Defect #39150 (Needs feedback): right-click menu not always appearing in large lists
Could you please confirm your browser and its version? Also, please make sure to disable any browser extensions such ... Holger Just
11:44 Defect #39150: right-click menu not always appearing in large lists
Hi,any updates here ? This is still an issue. I found many threads related but these are from 16 years ago and the co... Thomas B
13:23 Patch #38975 (Closed): Use ApplicationRecord instead of ActiveRecord::Base
Marius BĂLTEANU
12:57 Patch #38975 (Resolved): Use ApplicationRecord instead of ActiveRecord::Base
Committed, thanks! Marius BĂLTEANU
13:00 Defect #38223: Send out mail with full name of commenter
Go MAEDA wrote in #note-1:
> Could you give us information on this issue that you are aware of at this time? I would...
Marius BĂLTEANU
00:56 Defect #38223: Send out mail with full name of commenter
@marius.balteanu I'm glad to provide feedback if you tell me what kind of feedback you need. Martin Dürst
12:50 Feature #38853: Changes user visibility from "all" to "member of visible projects" for new roles and existing builtin roles
The attached patch adds a new migration which sets the database default for new roles from @users_visibility: all@ to... Holger Just
12:05 Defect #40098 (Closed): Initial assessment
This is not a defect. Please use the forums to ask usage questions. Holger Just
11:15 Defect #40098 (Closed): Initial assessment
We use different task statuses, and we need to create a “primary effort estimate” field, which can be changed (or cop... Andy Kowal
09:49 Feature #5830: Replace famfamfam icons with the fugue set
HiDPI (32px) version of Fugue icons are available.
https://github.com/chrisjbillington/fugue-2x-icons
Although we ar...
Go MAEDA
06:56 Feature #973: Assign different status sets and workflows for separate projects
+1 Jet Yan
06:44 Defect #38842 (Closed): Redmine qui ne fonctionne pas après renouvellement hébergement VPS OVH
Go MAEDA
06:32 Feature #5217 (Closed): Test Case Design & Test Case Execution Facility.
Go MAEDA
02:53 Feature #3698 (Closed): Add HTML link to report, like "Also available in: HTML, CSV"
Go MAEDA
02:23 Patch #40087 (Closed): Rewrite ApplicationHelper#favicon_url method using image_url
Committed, thanks! Marius BĂLTEANU
02:18 Defect #39854 (Closed): "For any event on my bookmarked projects" option not sending notifications for non-member bookmarked projects
I've reverted the changes from #35189 after we agreed that handling the notification based on the bookmarked flag is ... Marius BĂLTEANU
02:17 Feature #35189: New email notification option "For any event on my bookmarked projects"
I've reverted the changes added here after we agreed that handling notifications based on the bookmarked flag is not ... Marius BĂLTEANU
00:59 Feature #4764 (Closed): Remove user from group when it is locked
I believe that locked users should not be removed from groups.
If a locked user is removed from a group, unlocking...
Go MAEDA
00:37 Defect #34497 (Closed): High memory usage in Redmine 4.0.5.stable
Go MAEDA
 

Also available in: Atom