Activity
From 2018-07-31 to 2018-08-02
2018-08-02
-
22:05 Defect #2493: Subversion: Error message for some of view differences
- +1 Subversion
-
17:45 Feature #29321: Move the watchers list to issue section
- I think this would work best with the collapsed sections proposed in #29034.
-
17:44 Feature #29321 (New): Move the watchers list to issue section
- The issues view is split in two sections, the actual issue and the sidebar.
On the issues section there is everythin... -
16:30 Feature #13556 (Closed): Add feature to search engine to distinguish between closed and open tickets
- #992 almost covers this request.
-
11:01 Patch #29308 (Closed): Time entry creation: preserve 'spent on' value when using 'Create and Continue'
- Committed. Thank you for sharing the improvement.
-
08:00 Patch #29308 (Resolved): Time entry creation: preserve 'spent on' value when using 'Create and Continue'
-
07:25 Patch #29308: Time entry creation: preserve 'spent on' value when using 'Create and Continue'
- Great, everything is fine now. Thanks.
-
05:19 Patch #29308: Time entry creation: preserve 'spent on' value when using 'Create and Continue'
- my bad, please find attached a second patch that fixes those.
-
10:36 Defect #28565: PDF export has too many whitespaces
- I've found the same behavior for associated revisions and comments after journal entries.
Attached is a second patch... -
07:36 Defect #28565: PDF export has too many whitespaces
- The behavior is caused by source:trunk/lib/redmine/export/pdf/issues_pdf_helper.rb#L234
After each comment block the... -
04:14 Patch #29299: Use Enumerable#sort_by instead of Enumerable#sort
- Setting the target version to 4.1.0.
2018-08-01
-
16:45 Defect #29312 (New): Spent time report does not show all logged time entries with parent task in different projects
- We are currently running into the issue that the spent time report from a parent task does not work properly when con...
-
16:33 Patch #29305 (Closed): Use Hash#each_key instead of Hash#keys.each
- Committed.
-
16:13 Patch #29308: Time entry creation: preserve 'spent on' value when using 'Create and Continue'
- The patch breaks some tests. Would you update the tests?
{{collapse... -
08:27 Patch #29308: Time entry creation: preserve 'spent on' value when using 'Create and Continue'
- Go MAEDA wrote:
> I think it is very natural to preserve date and there is no reason not to do so. Probably most use... -
08:22 Patch #29308: Time entry creation: preserve 'spent on' value when using 'Create and Continue'
- I think it is very natural to preserve date and there is no reason not to do so. Probably most users expect the propo...
-
07:18 Patch #29308 (Closed): Time entry creation: preserve 'spent on' value when using 'Create and Continue'
- When creating a time entry and using the 'Create and continue' button to save and return to the form, the previously ...
-
10:47 Feature #29309 (Closed): Spent Time Page - Suggestions for Report
- I found #7765 which requests the same feature with this issue. Closing this issue as a duplicate.
Thank you for th... -
08:31 Feature #29309 (Closed): Spent Time Page - Suggestions for Report
- Dear Team,
We are using Redmine for internal project tracking. We need to have an additional field in the Spent Ti... -
09:02 Feature #29285: Add "Assign to me" shortcut to issue edit form
- Thanks for posting it. I didn't know that they changed the position of the link in the lastest versions (I'm using 10...
-
08:35 Feature #29285: Add "Assign to me" shortcut to issue edit form
- FYI: Screenshot of "Assign to me" link in GitLab
!{width: 398px; border: 1px solid #ccc;}.gitlab-assign-to-me@2x.png! -
08:08 Feature #29285: Add "Assign to me" shortcut to issue edit form
- Here is the patch.
-
08:36 Feature #25140: [API] authentication with JSON Web Tokens
- I think JWT is necessary.
Using the API key will require more actions, which is to force the user to create a key,... -
05:25 Feature #29306 (Closed): Add assignee's icon to tooltips in gantt and calendar
- It will be easier to understand who is involved in the issue.
Currently, gantt shows assignees icons to the left s... -
04:28 Defect #28565: PDF export has too many whitespaces
- I'm not a professional programmer. Hope someone can help me solve this problem, it is also quite important.
-
04:27 Patch #12541 (Closed): Add icon class to items in issues contextual menu when appropiate
- Fixed by #28605. The change will be delivered in Redmine 4.0.0.
-
04:26 Patch #28605 (Closed): Add the missing icon class to the items with icons from the contextual menu
- Committed. Thank you for your contribution.
2018-07-31
-
23:54 Patch #29305 (Closed): Use Hash#each_key instead of Hash#keys.each
- @Hash#each_key@ is faster than @Hash#keys.each@ because it does not allocate a new array when iterating keys. See htt...
-
08:20 Defect #29291: NoMethodError: undefined method `migrate' for Redmine::Plugin::Migrator:Class
- Pavel Rosický wrote:
> #28934
Yes, I thought that is duplicated of #28934, but I wanted to confirm first that is ... -
02:21 Patch #29299: Use Enumerable#sort_by instead of Enumerable#sort
- Updated the patch. Replaced more @sort@ methods.
Also available in: Atom