Project

General

Profile

Activity

From 2020-02-08 to 2020-02-10

2020-02-10

20:23 Feature #6851: Change PDF page size
Just did this with redmine 4.1.0. Went to:
/usr/share/redmine/lib/redmine/export/pdf.rb
Found the following ...
Ted Felix
16:25 Feature #32818: Add a system setting for default results display format of project query
Thanks to Marius for reviewing the patch and suggesting improvements!
I think attached code is better, because the p...
Takenori TAKAKI
15:16 Defect #29838: Time logging via commit message does not work when the configured activity has been overridden on the project level
Jens Krämer wrote:
> thats really interesting as I ran my tests against MySQL (5.6) as well. can i see the exact env...
Marius BĂLTEANU
14:59 Defect #29838: Time logging via commit message does not work when the configured activity has been overridden on the project level
thats really interesting as I ran my tests against MySQL (5.6) as well. can i see the exact environment in terms of r... Jens Krämer
10:41 Defect #29838: Time logging via commit message does not work when the configured activity has been overridden on the project level
Jens Krämer wrote:
> I just applied both patches to current master and all changeset tests pass. Could you please re...
Marius BĂLTEANU
10:19 Defect #29838: Time logging via commit message does not work when the configured activity has been overridden on the project level
I just applied both patches to current master and all changeset tests pass. Could you please retry / post some logs? Jens Krämer
14:56 Defect #32977: Remove references to deleted user from "user"-Format CustomFields
we should indeed do that. I'll take care of that tomorrow. Jens Krämer
10:48 Defect #32977: Remove references to deleted user from "user"-Format CustomFields
We shouldn't add a migration to remove the existing orphaned values? Marius BĂLTEANU
10:11 Defect #32977 (Closed): Remove references to deleted user from "user"-Format CustomFields
When a user record is destroyed, custom field values for custom fields with @field_format == 'user'@ referencing the ... Jens Krämer
12:18 Feature #22483: Show PDF attachments and repo entries instead of downloading them
Gregor Schmidt wrote:
> Updated patches to r15404.
Thank you!
Gần Sôi Nước
11:43 Feature #32424: CommonMark Markdown Text Formatting
Well Gitlab is a hosted platform with paying customers, so they had to be extra careful. I don't know if/how that gra... Jens Krämer
10:53 Feature #32424: CommonMark Markdown Text Formatting
Jens Krämer wrote:
> I agree regarding complexity / confusion of users. So in order to move this forward, should I p...
Marius BĂLTEANU
09:18 Feature #32424: CommonMark Markdown Text Formatting
I agree regarding complexity / confusion of users. So in order to move this forward, should I proceed to change the p... Jens Krämer
10:21 Feature #32978 (New): Option to show "Associated revisions" in Notes or History Tab
Hello there, after updating Redmine to version 4.1, I found not usable moment - I need to click on the tab "Associate... Kirill Trofimov
06:56 Feature #32976 (Closed): Display avatar on add watcher dialog
By changing the user icon to avatar in the Add Watchers dialog, we will be able to intuitively select the users we wa... Takenori TAKAKI
01:17 Defect #32896 (Closed): Totals not working in projects list view
Marius BALTEANU wrote:
> My patch introduced a new Stylelint violation, please commit the attached fix.
>
> [...]...
Go MAEDA

2020-02-09

23:21 Feature #32818: Add a system setting for default results display format of project query
Thanks Takenori TAKAKI for writing the patch.
I propose few changes in the attached patch in order to keep the ex...
Marius BĂLTEANU
18:30 Feature #32818: Add a system setting for default results display format of project query
I would like to review this patch. Marius BĂLTEANU
16:37 Defect #32889: Responsive layout for issue tree and issue relation on issue page is broken
We can revert the old behaviour by hiding the start date and due date or we can show all other columns on 5 columns l... Marius BĂLTEANU
16:10 Defect #32896 (Reopened): Totals not working in projects list view
My patch introduced a new Stylelint violation, please commit the attached fix.... Marius BĂLTEANU
15:32 Defect #32973: Editing a time entry for a locked user changes the user to the current user
Here is the fix for the second option, but I would like a double check on the solution. The second patch renames and ... Marius BĂLTEANU
01:04 Defect #32973: Editing a time entry for a locked user changes the user to the current user
Marius BALTEANU wrote:
> I see two options to fix this:
>
> 1. We don't allow changing the user when the time ent...
Go MAEDA
01:27 Defect #32959 (Closed): Fix selected user on log time edit page when user has permissions to log time for another user
Committed the patch. Thank you. Go MAEDA

2020-02-08

22:13 Defect #32973: Editing a time entry for a locked user changes the user to the current user
I see two options to fix this:
1. We don't allow changing the user when the time entry is logged on a locked user....
Marius BĂLTEANU
21:55 Defect #32973 (Closed): Editing a time entry for a locked user changes the user to the current user
Steps to reproduce:
1. Add a time entry for another user (B)
2. Lock that user (B)
3. Edit the time entry
4. Ob...
Marius BĂLTEANU
21:55 Defect #32972: UTF8 Symbols as Usernames get Truncated
the preview funktion works fine btw, this occurs only if its passed through the database, so i suspect it to be datab...
21:54 Defect #32972: UTF8 Symbols as Usernames get Truncated
everything in this bugreport got truncated from the first occurence of the utf8 emoji. here is the rest of the report...
21:52 Defect #32972 (New): UTF8 Symbols as Usernames get Truncated
i noticed my name was @easter egg@ on this redmine and i wanted it as @easteregg@ but was forced to set a last name, ...
21:46 Defect #32959: Fix selected user on log time edit page when user has permissions to log time for another user
All tests pass: https://gitlab.com/redmine-org/redmine/pipelines/116202079 Marius BĂLTEANU
21:38 Defect #32959: Fix selected user on log time edit page when user has permissions to log time for another user
Thanks easter egg for detecting the issue.
I have attached a patch that fixes the code added in #3848 and adds a t...
Marius BĂLTEANU
19:04 Defect #32965 (Closed): My page block add watched issues
Version version:"2.6.0" is not longer supported. Please see [[Submissions]]. Marius BĂLTEANU
15:03 Defect #32971 (Closed): New line between list items break a list
New line between list items break a list when I try to write ordered/unordered list with textile.
* Example ...
Jihyeon Gim
08:55 Defect #32966 (Closed): Due date text colour should get changed to “RED” once it gets exceeded
It has been already implemented in r17483 and r14732. You can get the feature by updating your Redmine to the latest ... Go MAEDA
 

Also available in: Atom