Project

General

Profile

Activity

From 2016-12-30 to 2017-01-01

2017-01-01

19:16 Defect #24599: Upgrade Redmin 3.2.0 to 3.3.1
Toshi MARUYAMA wrote:
> I have added Ruby community announcement link which support for Ruby 1.9.3 and 2.0 has ended...
Adrian Klaver
04:39 Defect #24599: Upgrade Redmin 3.2.0 to 3.3.1
Toshi MARUYAMA wrote:
> I think it is fixed by r15947.
Adrian Klaver, probably the problem you have reported has ...
Go MAEDA
03:47 Defect #24599: Upgrade Redmin 3.2.0 to 3.3.1
I have added Ruby community announcement link which support for Ruby 1.9.3 and 2.0 has ended.
[[RedmineInstall#Ruby-...
Toshi MARUYAMA
14:14 Feature #12553 (Closed): Add tooltip for icons that are shown in activity view
Not implemented yet but closing as a duplicate of #12458. Go MAEDA
13:59 Feature #12564 (Closed): show files that are affected by changesets in activity view
Not implemented yet but closing as a duplicate of #12564. Go MAEDA
13:30 Defect #24707: Activity in User Profile shows incorrect date/time, dependent to Time zone
Go MAEDA wrote:
> I have submitted a workaround on #14658#note-10.
> Thank you for the detailed report about the pr...
kaz k
03:15 Defect #24707 (Closed): Activity in User Profile shows incorrect date/time, dependent to Time zone
I have submitted a workaround on #14658#note-10.
Thank you for the detailed report about the problem.
Go MAEDA
13:15 Feature #24681: Syntax highlighter: replace CodeRay with Rouge
A happy new year, Mischa. I am very impressed and deeply grateful for your deep inspection for Rouge and the patches.... Go MAEDA
08:07 Feature #24681 (Needs feedback): Syntax highlighter: replace CodeRay with Rouge
Done! Here it is...
----
I have spent some time testing the Rouge syntax highlighter using the patches provided...
Mischa The Evil
12:02 Patch #6050 (Closed): Add plugin hooks to view_issues sidebar rendering...
Closing this as it's deemed resolved by the initial author. Jan from Planio www.plan.io
11:54 Feature #12348: support to add watcher to repository
Hi Nicolas, it would be greatly appreciated if you could provide patch files for this that apply cleanly to current t... Jan from Planio www.plan.io
00:20 Feature #12348: support to add watcher to repository
Hi there! Any news? Nicolas Rodriguez
11:45 Feature #13853: Is it possible to sponsor the implementation of features?
For the record for anyone landing here: At my company "Planio":https://Plan.io/redmine-hosting/, we're regular contri... Jan from Planio www.plan.io
06:35 Defect #24723 (Closed): [regression?] r10132's changes were reverted with r15569
The adjustments made in r10132 were reverted by r15569 for #23107. Was this intentional, eg. to bring the upstream al... Mischa The Evil
06:19 Defect #11624 (Closed): Redmine 2.0.3 author sometimes would be missed or wrong
Steven Wong wrote:
> I ran redmine 1.4.X and redmine 2.0.3 in the same machine. in redmine 1.4 there's no issue abou...
Go MAEDA
06:04 Defect #14173 (Closed): Roadmap Method Error
No feedback from the author for years. Closing. Go MAEDA
05:55 Patch #12790 (Closed): ActionController::RoutingError. No route matches for any installed plugins in Redmine 2.1.5.stable
The problem was caused by Ruby's bug (mentioned in #12590#note-3) and the bug has already been fixed.
[Bug #7374] ...
Go MAEDA
05:25 Defect #21557 (Closed): Status Automatically changes back to new
No feedback for about a year. Closing. Go MAEDA
04:50 Feature #23954: Shows the date of the last activity on Projects administration
+1
Yuuki NARA
03:11 Defect #14658: Wrong activity timezone on user page
This issue can be fixed by the following patch.
ActivitiesController#show have been fixed in r9726 ("diff":http://ww...
Go MAEDA
01:22 Feature #21193 (Closed): Email notification on issue Note update/modification
Not implemented yet but closing as a duplicate of #12416. Go MAEDA

2016-12-31

17:49 Feature #24662: Add option to remove trailing whitespace on saving wiki pages
Jean-Philippe Lang wrote:
> Another option would be to ignore trailing spaces when parsing tables.
Actually, it w...
Jean-Philippe Lang
17:48 Feature #24662: Add option to remove trailing whitespace on saving wiki pages
Another option would be to ignore trailing spaces when parsing tables. Jean-Philippe Lang
16:51 Feature #24720: Move all 'new item' links in project settings to above the item tables
I agree that all the "New xxx" links should be at the same place but I think it would be more convenient (and more co... Jean-Philippe Lang
07:27 Feature #24720 (Closed): Move all 'new item' links in project settings to above the item tables
I just noticed that the 'New member' link on the members tab of the project settings is placed above the table with t... Mischa The Evil
16:29 Defect #24722 (Resolved): Error when trying to reassign spent time when deleting issues from different projects
Workaround committed in r16121. Jean-Philippe Lang
16:22 Defect #24722 (Closed): Error when trying to reassign spent time when deleting issues from different projects
When deleting issues from different projects and trying to reassign spent time to an issue, a 500 error occurs. Jean-Philippe Lang
16:08 Defect #24693 (Resolved): Spent time on subtasks should also be reassigned when deleting an issue
The fix is included in r16118, thanks. Jean-Philippe Lang
16:08 Defect #24599: Upgrade Redmin 3.2.0 to 3.3.1
How can it be too old if it meets the requirements here:
http://www.redmine.org/projects/redmine/wiki/RedmineInsta...
Adrian Klaver
16:06 Defect #24718 (Resolved): Prevent from reassigning spent time to an issue that is going to be deleted
We should also prevent from reassigning time to a subtask that is going to be deleted as well.
r16118 should fix thi...
Jean-Philippe Lang
14:33 Defect #22034 (Resolved): Locked users disappear from project settings
Fixed with tests in r16116. The memberships API is also updated to return locked members.
Thanks for pointing this out.
Jean-Philippe Lang
13:55 Defect #24719 (Closed): New subtask link should not be shown when parent_id field is disabled for the tracker
Sebastian Paluch wrote:
> When Parent Id is disabled it means that an issue cannot have parent task. It does not mea...
Go MAEDA
09:30 Defect #24719: New subtask link should not be shown when parent_id field is disabled for the tracker
When Parent Id is disabled it means that an issue cannot have parent task. It does not mean that it cannot have subta... Sebastian Paluch
02:05 Defect #24719 (Closed): New subtask link should not be shown when parent_id field is disabled for the tracker
Users cannot create subtasks when parent_id field is disabled for the tracker.
But current versions of Redmine shows...
Go MAEDA
13:46 Defect #24646 (Resolved): X-Sendfile is missing in response headers
The problem was caused by Rack::ContentLength. This should be fixed by r16114.
Thanks for pointing this out.
Jean-Philippe Lang
10:26 Feature #24681: Syntax highlighter: replace CodeRay with Rouge
I'm currently wrapping-up a review of the proposed change and the corresponding patches provided by Go. Mischa The Evil
02:09 Defect #24606 (Closed): parent task id never filled in the field 'parent_task'
Go MAEDA wrote:
> Probably you have disabled "Parent task" field of the tracker.
> Please go to edit tracker page v...
Go MAEDA

2016-12-30

17:50 Patch #6050 (Resolved): Add plugin hooks to view_issues sidebar rendering...
It would seem this is resolved in newer versions of Redmine. Nick Peelman
09:42 Patch #6050: Add plugin hooks to view_issues sidebar rendering...
Redmine 3.3 has the following hooks in the sidebar.
* :view_issues_sidebar_issues_bottom
* :view_issues_sidebar_p...
Go MAEDA
14:24 Feature #19102: Redmine doesnt scale with large amount of projects
+1
I have ~1000 projects and ~100 users and have same problem.
The performance is good (loading pages between 0...
Jean Louis
10:23 Patch #11492: Added :view_projects_index_activity_menu hook
From #6497:
>>>> Jan from Planio www.plan.io wrote:
>>>> Request for a view_projects_index_contextual hook
>>>...
Mischa The Evil
09:51 Patch #8772 (Closed): Provide a hook for projects index contextual menu customization
Closing as a duplicate of #11492. Go MAEDA
08:58 Patch #2780 (Closed): Closed issues assigned to people are confusing
It is a special requirement unique to the author's organization, not appropriate for Redmine core.
Closing.
Go MAEDA
08:16 Defect #24718 (Closed): Prevent from reassigning spent time to an issue that is going to be deleted
We can reassign reported hours to other issue when we delete issues.
But if you reassign reported hours to the issue...
Go MAEDA
06:40 Patch #24692 (New): Issue destroy : Reassign time issue autocomplete
Go MAEDA wrote:
> Reassigning destination issue must be an issue within the same project (please see the code in Iss...
Go MAEDA
04:06 Defect #24624: closed subprojects on the project overview does not display another color
What version of Redmine do you use? I think it is <= 3.3.0.
The feature to show closed subprojects in different colo...
Go MAEDA
02:55 Patch #24649: Make Spent time clickable in issue lists
Thank you for submitting the patch but it cannot be applied cleanly to the current trunk (r16111).
source:trunk/app/...
Go MAEDA
02:13 Feature #24681: Syntax highlighter: replace CodeRay with Rouge
Rouge 2.0.7 supports 113 languages.
The following is the list of supported languages.
{{collapse(Show the list of...
Go MAEDA
00:49 Feature #3547: Wiki include macro: add ability to include single section
+1 I was looking for a way to do this today. Damir Skoric
 

Also available in: Atom