Activity
From 2019-09-02 to 2019-09-04
2019-09-04
-
21:04
Patch #32021 (New): Give project description, homepage and custom fields an own box too
- This patch wraps project information like description, homepage, custom fields in the box if they exist.
Couple of v... -
19:44 Feature #8095: Allow overriding the default text formatting in each project
- Currently, we use the following plugin:
https://www.redmine.org/plugins/per-project-formatting
but it would be ni... -
19:39
Patch #32016: Rounded corners on roadmap's progress bar
- !roadmapbar.png!
-
19:01
Patch #32016 (New): Rounded corners on roadmap's progress bar
- Same motivation as for #32013
-
19:36
Patch #32015: Rounded corners of "my page" blocks
- !roundedmypage.png!
-
18:58
Patch #32015 (Closed): Rounded corners of "my page" blocks
- Same motivation as in #32013
-
19:33
Patch #32013: Rounded corners of the main menu
- !roundedmenu.png!
-
18:53
Patch #32013 (Closed): Rounded corners of the main menu
- Most UI elements of Redmine are now rounded, it feels like main menu should too.
-
19:31
Patch #32014: Rounded corners on table.list elements
- !{border: 1px solid; border-color: #ccc; width: 99%;}roundedlisttables.png!
!{border: 1px solid; border-color: #cc... -
18:56
Patch #32014 (Closed): Rounded corners on table.list elements
- Same motivation as in #32013
The patch doesn't make calendar and gantt tables rounded though, due to more complex st... -
19:23
Patch #30435: Replace float rules with flexbox for content and sidebar block
- To conclude the major point behind this issue, which never got resolved back then, here is a patch to try out as a re...
-
19:18
Patch #32019 (Closed): Remove unnecessary scroll indicator from Gantt page
- !Capture.PNG!
-
19:16
Patch #32018: Visually consolidate project selector and the popup box with the projects
- This looks the best when #32017 is applied, else there will be border between bar and the box.
-
19:14
Patch #32018 (New): Visually consolidate project selector and the popup box with the projects
- !preview.png!
-
19:11
Patch #32017 (New): A much happier blue palette for the header (#header + #top-menu)
- This patch also makes search bar + project selector "camouflage" a bit until clicked.
!newheader.png!
!focusedsearc... -
18:50
Defect #32012 (Closed): Broken JavaScript icon in the repository view
- Related to #11621
-
12:21 Feature #32009 (New): Allow to directly edit Issues
- Hi,
thanks for this amazing application, we introduced redmine in our company and it works great sofar. But peopl... -
11:59 Feature #32002: Add inherit_members to projects API response
- So is there plans to update REST API with this feature?
-
02:34 Feature #32002: Add inherit_members to projects API response
- Unfortunately, @GET /projects/:id.(xml|json)@ and @GET /projects.(xml|json)@ don't return @inherit_members@. I think ...
-
10:01 Feature #32005 (New): Better Category Handling
- One of my central projects had become hard to manage so I split out about 25% of the functionality into a new project...
-
09:39 Defect #30467 (Closed): Footer is not placed at the bottom on pages with little content
- Committed the patch. Thank you for your contribution.
-
07:15 Defect #30467: Footer is not placed at the bottom on pages with little content
- I had a chat with Go and it's OK for him, so LGTM! :-)
-
08:16 Feature #31321 (Closed): Option not to block closing a parent issue when its subtask is open
- Duplicate of #28492.
-
08:12 Feature #31322 (New): Provide a way to automatically close all open subtasks too when a parent issue is being closed
- I don't think this issue is duplicate of #28492.
-
04:00 Defect #32003 (Confirmed): Project copy always send email notifications ignoring "Send email notifications during the project copy" option
- When copying a project in the projects list(Administration > Projects), you can disable sending an email by uncheckin...
-
03:35 Defect #31900: Problem with tickets issued by rdm-mailhandler on redmine 4.0.4
- My coworker looked into this but we could not reproduce the problem. The email you sent to me was correctly parsed af...
-
02:40 Patch #31556: Update Rouge to 3.12.0
- Updated Rouge to 3.10.0 in r18424.
-
02:19 Feature #31921: Changes to properly support 4 byte characters (emoji) when database is MySQL
- I think the change against test/unit/issue_test.rb should not be merged because it may break tests on the official CI...
2019-09-03
-
23:31 Feature #32002 (Closed): Add inherit_members to projects API response
- I didn't found a way to get inherit_members field value of project via REST API.
According to docs - https://www.red... -
11:15 Feature #32000 (New): abstraction layer for notifications
- Redmine provides an email notification feature. These days email is only one channel for notifications. Many organisa...
-
11:07 Feature #31978 (Needs feedback): Multiple trackers id and multiple status id in get issue rest api redmine
- The API already supports multiple IDs. Please use '|'. Does this work for you?...
-
10:03 Feature #31921: Changes to properly support 4 byte characters (emoji) when database is MySQL
- Marius BALTEANU wrote:
> Go Maeda, it is ok from you point of view to set only the encoding to @encoding: utf8mb4@?
... -
09:17 Feature #31921: Changes to properly support 4 byte characters (emoji) when database is MySQL
- Go Maeda, it is ok from you point of view to set only the encoding to @encoding: utf8mb4@?
-
09:14 Feature #31735 (Closed): Select the language on login
- Thanks for your feedback.
-
09:12 Feature #31735 (Resolved): Select the language on login
- I have made a mistake,
I have a redmine server installed in my office, in the login configuration, i didn't see tha... -
09:02 Feature #26521: Identify over-allocated resource
- I meant, we cannot see when the ressources are overloaded when we plan developments
we can affect two tasks to the s... -
08:56 Defect #30467: Footer is not placed at the bottom on pages with little content
- Bernhard, I've tested your patch in several browsers (including IE 11 and Edge) and it works very well, nice job.
... -
08:34 Feature #31989: Inline issue auto complete (#) in fields with text-formatting enabled
- Go MAEDA wrote:
> * How about getting the project identifier from the body["class"] element (@<body class="theme-Def... -
02:58 Feature #31989: Inline issue auto complete (#) in fields with text-formatting enabled
- * How about getting the project identifier from the body["class"] element (@<body class="theme-Default project-ecookb...
-
08:28 Patch #31999: Add missing fixtures to TimelogCustomFieldsVisibilityTest
- Removing the target version.
Since test_edit_should_not_show_custom_fields_not_visible_for_user was added by #3185... -
08:17 Patch #31999 (Closed): Add missing fixtures to TimelogCustomFieldsVisibilityTest
- Committed the fix. Thank you.
-
07:25 Patch #31999 (Closed): Add missing fixtures to TimelogCustomFieldsVisibilityTest
- TimelogCustomFieldsVisibilityTest has failed....
-
05:46 Patch #31997 (Closed): Traditional Chinese translation (to r18420)
- Committed the patch.
Thank you for your contribution. -
05:38 Patch #31997 (Closed): Traditional Chinese translation (to r18420)
- * New tags added
** text_no_subject, setting_password_required_char_classes, label_password_char_class_uppercase, la...
2019-09-02
-
19:30 Feature #31989: Inline issue auto complete (#) in fields with text-formatting enabled
- Attached an updated patch that implements issue and user auto complete in text-formatting fields. My initial patch fo...
-
11:41 Feature #31989: Inline issue auto complete (#) in fields with text-formatting enabled
- Go MAEDA wrote:
> In order to let users know this feature, I think it would be even better if some issues are displa... -
11:16 Feature #31989: Inline issue auto complete (#) in fields with text-formatting enabled
- +1 Very nice improvement. This could also lead to improvements for the project jump box like the one requested in #31...
-
01:56 Feature #31989: Inline issue auto complete (#) in fields with text-formatting enabled
- +1
I think this feature is great!!!
If the tribute.js library is introduced, it seems that it can be used for man... -
15:57 Feature #31996 (New): Auto assign new user to project by email issue
- I have a bunch of projects with different email adresses to receive issues from unknown users.
So, some man 'Joe' se... -
15:33 Defect #31946: No log message when MailHandler ignored a reply to a nonexistent issue, journal, or message
- The patch cannot be cleanly applied due to r18404.
-
15:28 Feature #31910: Add additional mail headers for issue tracker
- This is a patch to add X-Issue-Tracker field to the email header.
I think we should focus on the field for the iss... -
13:59 Feature #14300: E-mail notification for things I am assigned to or I am owner of
- Up for an option
*Only for things I am assigned to or I am owner of*
How can such a simple and obvious thing c... -
13:14 Feature #31436 (Closed): Update raphael.js to 2.3.0
- Committed the latest one.
-
12:11 Feature #23301: Allow "Custom queries" to be shared across projects
- +1
-
09:16 Patch #31994: Allow issue auto complete to return 10 issues when there is not search term provided
- Go MAEDA wrote:
> What do you think if the patch checks params[:status] even when the search term is empty? I think ... -
07:46 Patch #31994: Allow issue auto complete to return 10 issues when there is not search term provided
- What do you think if the patch checks params[:status] even when the search term is empty? I think it is more consiste...
-
07:19 Patch #31994 (Closed): Allow issue auto complete to return 10 issues when there is not search term provided
- The first patch changes the issue auto complete behaviour in order to return last ten updated issues when there is no...
Also available in: Atom