Activity
From 2019-12-09 to 2019-12-11
2019-12-11
-
18:31 Defect #32612 (New): Distinct can be removed due to unique constraint in database
- Hi, we are a research team that aims to detect and fix performance and data constraints problems in application built...
-
18:24 Defect #32610 (New): A inner join can be removed
- There is a query...
-
16:19 Feature #32424: CommonMark Markdown Text Formatting
- Oh my this patch would be so nice. I know its always hard to say but is there any roadmap when this patch is availabl...
-
16:09 Defect #32609 (New): PRE: texts in PRE of issue mail will be renderred as large font and with multiple line break
- texts in a pre block will be renderred with large font, and there will have double line break, in the notification ma...
-
15:59 Defect #32608 (Needs feedback): Watchers Invalid error when copying issue between project while users are member
- Project1: adding members one by one for each users.
Project2: adding members using the group, which group contains a... -
15:30 Patch #32468: Update Rouge to 3.26.0
- "Rouge 3.14.0":https://rubygems.org/gems/rouge/versions/3.14.0 has been released on 2019-12-10. I have updated Gemfil...
-
15:09 Patch #32592 (Closed): Require 'mocha/minitest' instead of deprecated 'mocha/setup'
- Committed the patch.
-
02:41 Patch #32592: Require 'mocha/minitest' instead of deprecated 'mocha/setup'
- Since mocha prior to 1.4.0 does not have 'mocha/minitest', I think it is better to specify the minimum version in Gem...
-
14:38 Patch #32552: Clarify that pasting images from clipboard does not support Internet Explorer
- The feature was improved to support Edge by #32596.
-
13:05 Defect #32469 (Reopened): Text copied from some applications such as MS Office and LibreOffice is pasted as an image in addition to plain text
- Arrow function (=>) is not supported in IE, so my patch had a problem that an error was output to the browser console...
-
11:45 Feature #32605 (New): feature: option to set the relation (AND?OR?brackets?) between different filers enabled for the query
- Currently the default relationship between all filters enabled in Issue Query is "AND".
But this kind of filter is n... -
10:07 Patch #32596 (Closed): fix image pasting for Edge
- Committed the fix. Thank you for improving the feature.
-
09:13 Patch #32596: fix image pasting for Edge
- Thanks Jens and Yuichi for fixing this issue on Edge. I propose to commit this as part of the related issues.
-
07:21 Patch #32596: fix image pasting for Edge
- Thanks for pointing this out! Attached is a new patch including the above fix.
-
03:45 Patch #32596: fix image pasting for Edge
- @Jens Krämer, thank you for providing a great patch. However, nothing is displayed on the preview screen immediately ...
-
10:04 Feature #32602 (New): Add API support for enumerations in custom_fields
- We have many enumeration values for distinct custom fields. It's hard to maintain manually. Could be possible add an ...
-
08:43 Defect #20277: "Couldn't find template for digesting" error in the log when sending a thumbnail or an attachment
- LGTM. Setting the target version to 3.4.13.
The attached is an updated patch that can be applied to the latest trunk. -
04:40 Defect #20277 (Confirmed): "Couldn't find template for digesting" error in the log when sending a thumbnail or an attachment
-
04:40 Defect #20277 (Resolved): "Couldn't find template for digesting" error in the log when sending a thumbnail or an attachment
- The error still can be seen in the latest trunk (4.0.5.devel.19347).
-
04:53 Defect #10098 (Confirmed): last_login_on set to wrong time when config.active_record.default_timezone = :utc
- Confirmed the issue.
the user logged on at 12:47:49 JST +0900, but @User.first.last_login_on@ returns 12:47:49 UTC... -
03:16 Patch #32599 (Closed): Galician translation update
- Committed the patch. Grazas.
2019-12-10
-
21:28 Patch #32599 (Closed): Galician translation update
- Added 20 untranslated strings for current trunk.
-
18:51 Patch #30739: Project Custom Fields configuration : split by tracker
- I suppose we can close this issue as it was integrated in the following plugin :
http://www.redmine.org/plugins/re... -
12:41 Patch #32596 (Closed): fix image pasting for Edge
- The attached patch courtesy of "Planio":https://plan.io/hosted-redmine fixes image pasting for Edge (without breaking...
-
10:54 Defect #17555: Mandatory condition for 'Category' & 'Assignee' is not working according to workflow defined
- Yea, I'm having troubles with making assegnee field mandatory. And another user reported exactly the same problem her...
-
08:55 Feature #32526 (Closed): Update Rails to 5.2.4.1
-
08:52 Defect #32546: Issue relations filter lacks "is not"
- Setting the target version to 4.2.0.
-
08:33 Patch #32592 (Closed): Require 'mocha/minitest' instead of deprecated 'mocha/setup'
- The following deprecation warning is shown when running tests if mocha 1.10.0 or later is installed.
> Mocha depre... -
04:20 Patch #32523: Replace `for` loops with `forEach` in buildFilterRow function
- I changed the @for@ statements of attachment:javascript-perf2.diff to @forEach@.
https://developer.mozilla.org/en-US... -
03:18 Feature #32424: CommonMark Markdown Text Formatting
- Hi, thanks for the feedback!
Nice catch about the rendering of Markdown files, that indeed should be switched to c... -
02:36 Defect #32422 (Closed): Textile indentation does not work in the preview tab
2019-12-09
-
19:31 Defect #27319: Impossible to create a new version
- Thank you, the alter cmd worked. Is there more db migrations steps missing? I'm worried about other tables missing fi...
-
13:40 Feature #3058 (Closed): Show issue history using tabs
-
13:40 Defect #32529 (Closed): The end of the URL is replaced with "undefined" in IE11 and Edge
- Committed, thanks.
-
07:41 Defect #32529: The end of the URL is replaced with "undefined" in IE11 and Edge
- Marius BALTEANU wrote:
> Sorry for my late reply, please apply the below fix for now:
>
> [...]
Marius, I conf... -
11:55 Feature #32583 (New): Not able to generate ticket through mail using crontab
- I have configure crontab for generating ticket through mail
Below is entry
* * * * * rake -f /var/www/redmine/R... -
08:42 Defect #32546: Issue relations filter lacks "is not"
- Go MAEDA wrote:
> It is useful when it is used with the combination with other filters. [...]
Admittedly we have ... -
07:52 Defect #32546: Issue relations filter lacks "is not"
- Here is a test for the patch....
-
06:01 Defect #32546: Issue relations filter lacks "is not"
- Go MAEDA wrote:
> I started to wonder whether the "is not" filter is practical.
>
> The reason is that the "is no... -
04:10 Defect #32546: Issue relations filter lacks "is not"
- Go MAEDA wrote:
> The implementation for "is not" operator is at source:tags/4.0.5/app/models/issue_query.rb#L568. I...
Also available in: Atom