Activity
From 2019-11-14 to 2019-11-16
2019-11-16
-
14:10 Revision 19085 (svn): rubocop: fix Lint/IneffectiveAccessModifier in app/models/auth_source_ldap.rb (#32470)
-
13:49 Revision 19084 (svn): Merged r19083 from trunk to 4.1-stable (#32470)
- regenerate .rubocop_todo.yml.
-
13:46 Revision 19083 (svn): regenerate .rubocop_todo.yml (#32470)
-
13:38 Revision 19082 (svn): cleanup: rubocop: fix Lint/ParenthesesAsGroupedExpression and Style/RedundantParentheses and Layout/SpaceAfterNot in test/helpers/application_helper_test.rb
-
12:36 Revision 19081 (svn): Merged r17741 to 4.0-stable.
-
11:34 Feature #3816 (Closed): Allow pasting screenshots from clipboard
- #32469 assigned to 4.1.0, let's keep this one closed.
-
11:33 Defect #32470 (Closed): LDAP authentication is broken due to r18692
- I don't know what r18692 tried to fix, I reverted it instead of changing class methods to instance methods just befor...
-
11:32 Revision 19080 (svn): Merged r19079 to 4.1-stable (#32470).
-
11:31 Revision 19079 (svn): Reverts r18692 (#32470).
-
11:25 Revision 19078 (svn): Reverts r19064 (#32436).
-
11:00 Revision 19077 (svn): Upgrade to Rails 4.2.11.1 (#31027).
-
10:51 Revision 19076 (svn): Merged r18746 to 3.3-stable (#32294).
-
10:47 Revision 19075 (svn): Merged r18247 to 3.3-stable (#31520).
-
10:43 Revision 19074 (svn): Merged r16196 to 3.3-stable (#15773).
-
03:49 Defect #7006 (Closed): Wrong extension appended when downloading files from document "folder"
- I cannot reproduce with Redmine 4.0 and Chrome 78.0.3904.97. Please reopen this issue if you are still experiencing t...
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... -
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 :... -
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... -
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 ... -
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... -
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...
-
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.
-
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... -
00:48 Patch #32461: Allow Redmine:MyPage to be overriden in plugins
- Hi, this small change is mainly necessary for development mode.
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...
-
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! -
16:50 Defect #32474 (Resolved): New Plugin not working - 404 error
-
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... -
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...
-
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 ... -
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... -
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....
-
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.
-
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... -
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... -
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...
-
01:24 Patch #32453 (Closed): Update capybara (~> 3.31.0)
- Committed the patch. Thank you.
-
01:23 Revision 19073 (svn): Update capybara (~> 3.29.0) (#32453).
- Patch by Takenori TAKAKI.
-
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.
-
00:40 Patch #32468 (Closed): Update Rouge to 3.26.0
- Updated Gemfile.
-
00:40 Revision 19072 (svn): Update Rouge to 3.13.0 (#32468).
-
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.
Also available in: Atom