Project

General

Profile

Activity

From 2016-07-15 to 2016-07-17

2016-07-17

21:15 Defect #22504: Progress bar calculation in 3.2
@Toshi: Maybe... Since I got hundred's of tickets and this was an issue in our production environment, I'm not sure w... Tobias Fischer
18:53 Defect #22504: Progress bar calculation in 3.2
Is this issue related with #23151? Toshi MARUYAMA
18:52 Defect #23151: done_ratio calculation with multi-level sub tasks and estimated hours
Is this issue related with #22504? Toshi MARUYAMA
11:22 Revision 15694 (svn): Don't respond with the error template when annotate is not available.
Jean-Philippe Lang
10:27 Revision 15693 (svn): Use safe_attributes for email addresses.
Jean-Philippe Lang
10:18 Revision 15692 (svn): Use safe_attributes for auth sources.
Jean-Philippe Lang
10:09 Revision 15691 (svn): Use safe_attributes for issue statuses.
Jean-Philippe Lang
09:50 Patch #23328 (New): Optimize Project#notified_users to improve issue create/update speed
Thanks for the quick feedback.
Victor Campos wrote:
> What is the policy for update redmine stable branch? When 3...
Go MAEDA
09:27 Revision 15690 (svn): Use safe_attributes for custom field enumerations.
Jean-Philippe Lang
09:15 Revision 15689 (svn): Use safe_attributes for custom fields.
Jean-Philippe Lang
09:01 Defect #22967: Special character like quote breaks wiki links
I am also affected by this bug on Redmine 3.0.0.
I'd say it should be quite high on the priority list, because it ...
Adrien Crivelli
08:43 Revision 15688 (svn): Use safe_attributes for user preferences.
Jean-Philippe Lang
08:35 Revision 15687 (svn): Use head instead of render :nothing => true.
Jean-Philippe Lang
04:23 Defect #23175 (Closed): Ticket overview table on project page (from 3.2) exposes trackers to user roles with insufficient permissions
Toshi MARUYAMA

2016-07-16

21:21 Feature #21465: Make Redmine Repository module to handle better repositories removed in SCM and avoid not found error
Are there any chances to get this improved? Current implementation breaks traceability when branches are often create... Sebastian Paluch
21:18 Feature #23215: Add the possibility to filter issues after Target Version's Status and Due Date
+1 Sebastian Paluch
21:15 Defect #17664: Project-specific custom fields should also be searchable when showing all issues - if the user only has this project assigned
+1 Sebastian Paluch
21:13 Feature #23310: Improved "jump to project" drop-down
Although, I like the functionality (Ajax), I'm not convinced that moving this drop down is good idea.
Users are u...
Sebastian Paluch
21:04 Feature #23309: Automatickly default tracker in new issue from issues list
I would vote for the tracker drop down list to be empty by default,this would force users to think what would be the ... Sebastian Paluch
20:59 Feature #23311: New "Spent time" menu tab when spent time module is enabled on project
+1
#20608
Sebastian Paluch
18:20 Feature #16373: TextFormatting help for Markdown formatting
Could you update http://www.redmine.org/projects/redmine/wiki/RedmineTextFormattingMarkdown page, too?
> For Markd...
Hiroo Hayashi
18:17 Revision 15686 (svn): Include url helpers in helper tests.
Jean-Philippe Lang
18:13 Revision 15685 (svn): Use #update! instead of #update_attribute.
Jean-Philippe Lang
16:56 Feature #18391: "IF THEN" automatic workflow
Hello,
Am very interested in this function, but cant seem to find where Project"->"Configuration"->"IF+THEN is...c...
Anthony Anyoti
16:27 Patch #23278: When creating issues by receiving an email, watchers created via CC in the mail don't get an email notification
Jean-Philippe Lang wrote:
> Thanks for your feedback Holger, I've merged the fix.
Hi,
reset shoundn't happen aft...
Victor Campos
15:08 Patch #23328: Optimize Project#notified_users to improve issue create/update speed
Go MAEDA wrote:
> Redmine 3.3.0 uses preload method in Project#notified_users. Please see r15518.
> Could you test ...
Victor Campos
04:21 Patch #23328 (Needs feedback): Optimize Project#notified_users to improve issue create/update speed
Redmine 3.3.0 uses preload method in Project#notified_users. Please see r15518.
Could you test Redmine 3.3.0?
Go MAEDA
13:52 Revision 15684 (svn): Don't use add_on_empty.
Jean-Philippe Lang
13:36 Revision 15683 (svn): Adds a class for testing helpers.
Jean-Philippe Lang
13:29 Revision 15682 (svn): Dup @generated_changeset_rev.
Jean-Philippe Lang
13:12 Revision 15681 (svn): Include URL helpers.
Jean-Philippe Lang
13:05 Revision 15680 (svn): Passing arguments to assert_nothing_raised is deprecated in Rails 5.
Jean-Philippe Lang
12:48 Revision 15679 (svn): Don't use an argument to reload.
Jean-Philippe Lang
12:40 Revision 15678 (svn): Use #update! instead of #update_attribute.
Jean-Philippe Lang
12:34 Revision 15677 (svn): Don't call #slice on proxy.
Jean-Philippe Lang
12:31 Revision 15676 (svn): Don't pass conditions to #destroy_all.
Jean-Philippe Lang
12:30 Revision 15675 (svn): Don't pass conditions to #delete_all.
Jean-Philippe Lang
12:20 Revision 15674 (svn): Don't pass conditions to #delete_all.
Jean-Philippe Lang
12:13 Revision 15673 (svn): Use named route.
Jean-Philippe Lang
11:52 Revision 15672 (svn): Don't pass conditions to #destroy_all.
Jean-Philippe Lang
11:46 Revision 15671 (svn): Use head instead of render :nothing => true.
Jean-Philippe Lang
11:41 Revision 15670 (svn): Don't compare with Hash.
Jean-Philippe Lang
11:34 Revision 15669 (svn): Use safe_attributes.
Jean-Philippe Lang
11:30 Revision 15668 (svn): Use safe_attributes.
Jean-Philippe Lang
11:17 Revision 15667 (svn): Don't pass conditions to #delete_all.
Jean-Philippe Lang
10:10 Defect #23318: #lock_nested_set very slow on mysql with thousands of subtasks
Passed all tests.
The following is a diff of changes made by Stephane Evr....
Go MAEDA
09:43 Revision 15666 (svn): Pass parameters with :params in controller tests.
Jean-Philippe Lang
08:58 Revision 15665 (svn): Accept 5 arguments.
Jean-Philippe Lang
08:19 Revision 15664 (svn): Pass parameters with :params in controller tests.
Jean-Philippe Lang
04:00 Patch #23334: Issue#editable_custom_field_values very slow for issues with many custom fields
Looks good to me. Caching a value is reasonable. Setting target version to 3.3.1.
Here is a diff made from Stephan...
Go MAEDA

2016-07-15

18:41 Patch #23334: Issue#editable_custom_field_values very slow for issues with many custom fields
Victor Campos wrote:
> Good, I will try this.
It works here, thx =)
Victor Campos
14:16 Patch #23334: Issue#editable_custom_field_values very slow for issues with many custom fields
Good, I will try this. Victor Campos
15:31 Patch #23328: Optimize Project#notified_users to improve issue create/update speed
Yes, for memory it's a better solution.
=)
Thx for this patch
Victor Campos
15:20 Feature #23349 (New): Force comment on status change
When an issue or feature request has its status changed, especially to status "rejected", comments are very helpful b... Anonymous
14:51 Feature #23348 (Closed): Values of version type custom fields should be grouped by project/subproject
Project B is a subproject of project A.
The available versions of project A are 1.0 and 1.1.
The available versio...
Christophe Portier
13:32 Defect #23347 (Closed): MySQL: You can't specify target table for update in FROM clause
The down migration for @ClearEstimatedHoursOnParentIssues@ will fail on MySQL (5.6) with the following message:
<p...
Felix Schäfer
12:58 Patch #23346 (Closed): Set user's localization before redirecting on forced password change to generate flash message in current user's language
If a user is forced to change their password on login, they get redirected to a password change form with a flash mes... Holger Just
09:29 Feature #16717: Add _blank support for "Link values to URL"
Hello! Ceccarelli, Akkas, Nicolet, and Krušina:
I just saw the Lefko Media page and I remembered this post. (https...
Francisco J. Aguayo
 

Also available in: Atom