Project

General

Profile

Activity

From 2019-11-13 to 2019-11-15

2019-11-15

12:05 Feature #27988: Option to configure which trackers can be set as subtasks for each tracker
Dong Phan wrote:
> Hi Marius,
>
> Thank you for the great patch! But I encounter a bug. I have the following setu...
Andrea Bonadei
10:37 Defect #32477 (Closed): Right-aligned TOC tag is displayed in exported PDF if the text formatting setting is Markdown
Hello,
If we have a right toc :...
Brice Beaumesnil
09:15 Defect #32476 (New): Sorting on multiple value fields is not working
Redmine4.0.x
Tested on Issues. Tested format of the Multiple value fields: Key/Value lists.
Sorting on single value...
Taine Woo
07:52 Defect #32471: Layout of the custom field edit page is different between the single edit page and the batch edit page
It is just as you say.
Modify app/views/issues/bulk_edit.html.erb and app/views/issues/_form_custom_fields.html.erb ...
Shingo Hosotani
07:41 Defect #32472 (Closed): redmine:email:receive_imap broken with redmine 4.0.5
Stefan Mielke wrote:
> Ok I found the problem:
>
> The OpenSSL Version I am using is: OpenSSL 1.1.1d 10 Sep 2019...
Marius BĂLTEANU
02:03 Defect #32475 (New): changing status applies field permissions before save
When a user is changing the status of an issue, the workflow fields permissions for the new status get applied before... Jon Schell
01:08 Defect #32474 (Closed): New Plugin not working - 404 error
Please contact the author of the plugin. Since plugins are third-party products, we cannot do anything. Go MAEDA
00:50 Patch #31224 (Resolved): My page, add Time Entry queries
Hi, the plugin has been published :
http://www.redmine.org/plugins/redmine_queries_for_time_report
So I close t...
Jérôme BATAILLE
00:48 Patch #32461: Allow Redmine:MyPage to be overriden in plugins
Hi, this small change is mainly necessary for development mode. Jérôme BATAILLE

2019-11-14

23:07 Defect #30771: Author of issue is listed at assignee drop box
If you assign it back to the author, who has no role on the project, they can never assign it to anyone else. What's... Jon Schell
18:20 Feature #22802: Add the posibility to set/change the position of an issue in a version
+1
We use priorities but we use only a few, we'd like to reorder things inside the same priority.
Thanks a lot guys!
Iván Baldo
16:50 Defect #32474 (Resolved): New Plugin not working - 404 error
David B
16:41 Defect #32474 (Closed): New Plugin not working - 404 error
Hello,
we are trying to install a plugin to our redmine project. We are copying the folder / repo into vendor/plug...
David B
15:51 Defect #32471: Layout of the custom field edit page is different between the single edit page and the batch edit page
The patch changes the logic for rendering custom fields in bulk edit page to be the same as in app/views/issues/_form... Go MAEDA
10:28 Defect #32471 (Closed): Layout of the custom field edit page is different between the single edit page and the batch edit page
If you select and edit multiple issues, the custom fields are arranged vertically.
On the other hand, if you select ...
Shingo Hosotani
12:56 Defect #32472 (Resolved): redmine:email:receive_imap broken with redmine 4.0.5
Ok I found the problem:
The OpenSSL Version I am using is: OpenSSL 1.1.1d 10 Sep 2019
And that requires a DH par...
Stefan Mielke
10:41 Defect #32472 (Closed): redmine:email:receive_imap broken with redmine 4.0.5
After the upgrade to 4.0.5 receiving emails over imap stopped working.... Stefan Mielke
10:05 Defect #32470: LDAP authentication is broken due to r18692
I think @get_attr@ is not necessary to be a private class method, so the patch in #32470#note-2 looks a nice solution. Go MAEDA
09:47 Defect #32470: LDAP authentication is broken due to r18692
Yuichi HARADA wrote:
> > Reverting r18692 should fix this issue (I have not yet tested it).
>
> I think you can r...
Yuichi HARADA
08:48 Defect #32470: LDAP authentication is broken due to r18692
Go MAEDA wrote:
> r18692 changed @AuthSourceLdap.get_attr@ method to private, but there are some codes that call Aut...
Yuichi HARADA
04:07 Defect #32470 (Closed): LDAP authentication is broken due to r18692
r18692 changed @AuthSourceLdap.get_attr@ method to private, but there are some codes that call AuthSourceLdap.get_att... Go MAEDA
01:24 Patch #32453 (Closed): Update capybara (~> 3.31.0)
Committed the patch. Thank you. Go MAEDA
00:43 Feature #3816 (Reopened): Allow pasting screenshots from clipboard
An issue when the clipboard has both text and image has been reported as #32469. Go MAEDA
00:40 Patch #32468 (Closed): Update Rouge to 3.26.0
Updated Gemfile. Go MAEDA
00:34 Defect #32450: Attempts to get "tribute.min.js.map" by Chrome DevTool causes RoutingError.
The attached patch adds tribute.min.js.map for Tribute 3.7.3. Go MAEDA

2019-11-13

23:09 Patch #32444 (Closed): Add missing fixture to Redmine::WikiFormatting::MacrosTest
Committed the patch. Thank you. Go MAEDA
14:34 Patch #32444: Add missing fixture to Redmine::WikiFormatting::MacrosTest
Confirmed. Setting the target version to 4.2.0. Go MAEDA
23:07 Feature #32436: Add support for grouping by issue on timelog view
I don't have strong opinion for this. I'm OK without assertion for count. Kouhei Sutou
14:34 Feature #32436: Add support for grouping by issue on timelog view
Kouhei Sutou wrote:
> Does the following also work on PostgreSQL?
>
> [...]
From my point of view, it is not s...
Marius BĂLTEANU
16:16 Defect #32469 (Closed): Text copied from some applications such as MS Office and LibreOffice is pasted as an image in addition to plain text
When copying text from an Office product (e.g. MS Office, LibreOffice) and pasting it on redmine,
The image is past...
Takenori TAKAKI
16:06 Feature #16904 (Closed): Add anonymous user to users list in query filters
Toshi MARUYAMA wrote:
> Tests fail on PostgreSQL.
> http://www.redmine.org/builds/logs/build_trunk_postgresql_ruby-...
Marius BĂLTEANU
16:01 Feature #16904 (Reopened): Add anonymous user to users list in query filters
Tests fail on PostgreSQL.
http://www.redmine.org/builds/logs/build_trunk_postgresql_ruby-2.6_795.html
Toshi MARUYAMA
14:26 Feature #16904 (Closed): Add anonymous user to users list in query filters
Committed the fix attachment:16904.patch. Thank you. Go MAEDA
15:46 Defect #32450: Attempts to get "tribute.min.js.map" by Chrome DevTool causes RoutingError.
I'm in favour of adding @tribute.min.js.map@. Marius BĂLTEANU
15:07 Defect #32450 (Confirmed): Attempts to get "tribute.min.js.map" by Chrome DevTool causes RoutingError.
Confirmed. Error logs like the following are recorded for each web access by Chrome with the DevTools opened.
<pre...
Go MAEDA
15:45 Defect #8714 (Needs feedback): mail-address parsing in app/models/mail_handler.rb (create_user_from_email) barks on names with Umlauts
The following test works fine on Redmine 4.0. Does anyone still experience this issue?... Go MAEDA
15:18 Patch #32468 (Closed): Update Rouge to 3.26.0
Rouge 3.13.0 has been released on 2019-11-12. Go MAEDA
00:16 Patch #32461 (New): Allow Redmine:MyPage to be overriden in plugins
Hi,
In the UserPreference model, Redmine:MyPage is required like this :...
Jérôme BATAILLE
00:15 Patch #31224: My page, add Time Entry queries
I will also provide in this plugin *Time Report Queries* Jérôme BATAILLE
00:12 Patch #31224: My page, add Time Entry queries
Hi, I am currently testing a plugin that brings this feature. Jérôme BATAILLE
 

Also available in: Atom