Project

General

Profile

Activity

From 2015-06-17 to 2015-06-19

2015-06-19

23:17 Revision 14353 (svn): Make the sudo timeout configurable (#19851).
Jean-Philippe Lang
23:01 Defect #20120 (Closed): Username can not be validated when creating an account
Jean-Philippe Lang
15:48 Defect #20120 (Resolved): Username can not be validated when creating an account
Felix has been right, the issue has been fixed in Redmine CRM 4.0.1 C. R.
23:00 Revision 14352 (svn): Adds translation strings (#19851).
Jean-Philippe Lang
22:57 Patch #19825 (Closed): Russian translation update
Committed, thanks! Jean-Philippe Lang
22:57 Revision 14351 (svn): Russian translation update (#19825).
Jean-Philippe Lang
22:54 Patch #20035 (Closed): Italian translation update
Committed, thanks! Jean-Philippe Lang
22:53 Revision 14350 (svn): Italian translation update (#20035).
Patch by Daniele Renda. Jean-Philippe Lang
22:52 Patch #19994 (Closed): Traditional Chinese translation (to r14294)
Superseeded by #20037. Jean-Philippe Lang
22:51 Patch #20037 (Closed): Traditional Chinese translation (to r14300)
Committed, thanks! Jean-Philippe Lang
22:51 Revision 14349 (svn): Traditional Chinese translation (#20037).
Patch by ChunChang Lo. Jean-Philippe Lang
22:49 Patch #19991 (Closed): Japanese translation change
Committed, thanks! Jean-Philippe Lang
22:49 Revision 14348 (svn): Japanese translation update (#19991).
Patch by Go MAEDA. Jean-Philippe Lang
22:48 Patch #20130 (Closed): Bulgarian translation change
Committed, thanks! Jean-Philippe Lang
12:23 Patch #20130: Bulgarian translation change
Great. Thanks for this work.
Marian Banica
22:48 Revision 14347 (svn): Bulgarian translation (#20130).
Patch by Ivan Cenov. Jean-Philippe Lang
22:45 Revision 14346 (svn): Removed extra blank lines (#19851).
Jean-Philippe Lang
22:44 Feature #19851 (Closed): Sudo mode: Require password re-entry for sensitive actions (optional)
The patch and a few changes are committed. Jean-Philippe Lang
22:42 Revision 14345 (svn): Adds a UI test (#19851).
Jean-Philippe Lang
22:25 Revision 14344 (svn): Tests that submitted data is present in the sudo form (#19851).
Jean-Philippe Lang
22:20 Revision 14343 (svn): Removed extra blank lines (#19851).
Jean-Philippe Lang
22:14 Revision 14342 (svn): Adds french translation (#19851).
Jean-Philippe Lang
22:12 Revision 14341 (svn): Fixed wrong password rendering broken by r14339 (#19851).
Jean-Philippe Lang
22:09 Revision 14340 (svn): Fixed r14339 for when closing the dialog by using the upper-right cross (#19851).
Jean-Philippe Lang
21:56 Revision 14339 (svn): Fixed the sudo dialog when called from a dialog, eg. email addresses (#19851).
Jean-Philippe Lang
21:51 Revision 14338 (svn): Don't use SudoMode.disable! to skip API requests (#19851).
Jean-Philippe Lang
21:43 Revision 14337 (svn): Renamed sudo mode test.
Jean-Philippe Lang
21:42 Revision 14336 (svn): Adds a configuration setting to enable sudo mode, disabled by default (#19851).
Jean-Philippe Lang
21:19 Revision 14335 (svn): Use existing label for password submission (#19851).
Jean-Philippe Lang
20:43 Revision 14334 (svn): Changed /my/show_api_key route to /my/api_key (#19851).
Jean-Philippe Lang
20:41 Revision 14333 (svn): Require password re-entry for sensitive actions (#19851).
Patch by Jens Krämer. Jean-Philippe Lang
13:41 Feature #19289: Exclude attachments from incoming emails based on file content or file hash
This code works perfectly for me in Redmine 3.0 on Windows.
I implemented the MD5-check.

require 'digest...
Manuel Mai
12:22 Feature #20134 (Closed): Issues from open projects on my page issue list - addition filter on issue list 'my open projects'
I just wrote a plugin -> https://github.com/efigence/redmine_override_my_issues, which overrides My page view and sho... Marcin Świątkiewicz
11:37 Feature #1102: Shortcut for assigning an issue to me
There's that: http://www.redmine.org/plugins/issue_hot_buttons
But it doesn't work on Redmine 3.X.
Benjamin Billon
11:20 Defect #19924: Adding subtask takes very long
Right, I did forget about the scoping under the root issue.
I have attached the log showing 3 operations: show the ...
Sebastian Paluch
09:36 Feature #9139: Use favicon for redmine.org
+1
I (still?) don't see a favicon on redmine.org.
Robert Schneider
06:02 Feature #20132 (Closed): Can't find defination of "new_project_issue_path", "new_issue_path" and "edit_issue_path"
These are "dynamic path helpers":http://guides.rubyonrails.org/routing.html#path-and-url-helpers created by the Rails... Mischa The Evil
05:43 Feature #20132 (Closed): Can't find defination of "new_project_issue_path", "new_issue_path" and "edit_issue_path"
Hi everyone,
I want to know how it works inside the select tag "status_id" in the "create new issue". However, whe...
yahui shan
05:48 Defect #19904: There is no option "Move issue" in Roles and permission menu
Wim DePreter wrote:
> Moving issues is now defined in Workflow - Field permissions (#3521).
> If field project is r...
Mischa The Evil
04:30 Defect #19904 (New): There is no option "Move issue" in Roles and permission menu
Toshi MARUYAMA

2015-06-18

21:56 Defect #19924 (Needs feedback): Adding subtask takes very long
The nested set model for Redmine issues is scoped under each root. So adding a subtask updates the issues that are un... Jean-Philippe Lang
20:52 Defect #19924: Adding subtask takes very long
After some research, it seems that the reason why it takes so long is "The Nested Set Model":http://mikehillyer.com/a... Sebastian Paluch
21:12 Revision 14332 (svn): Deprecates Project#member_principals.
Jean-Philippe Lang
20:35 Feature #20129: Filter by subtasks to some level of depth
Here is the SQL for "subtasks_depth" filter:... Sebastian Paluch
18:40 Feature #20129 (New): Filter by subtasks to some level of depth
With respect to #6118, the only option that seems to be missing under "subtasks" is ability to show issue hierarchy d... Sebastian Paluch
20:21 Defect #668: Date input fields don't respect date format settings
I created a jquery plugin to solve this problem:
"jQuery Binding Format":https://github.com/leandrogehlen/jquery-bin...
Leandro Gehlen
20:15 Patch #20130 (Closed): Bulgarian translation change
Translated miscelaneous labels; corrected several already translated labels Ivan Cenov
17:42 Defect #20127 (Closed): The description column in the issues table is too short (MySQL)
The @description@ column in the +issues+ table has a data type of @TEXT@, which has a limit of 65k. We recommend chan... Future Link Corporation pkgsrc team
17:37 Feature #19886: Raise wiki edits comments limit to 1024
Yes, you are correct. We did. Can that field be made longer by default? The length of 255 characters is rather short ... Future Link Corporation pkgsrc team
08:09 Feature #19886 (Needs feedback): Raise wiki edits comments limit to 1024
"comments" of "wiki_content_versions" is defined as 255.
source:tags/3.0.3/db/migrate/029_create_wiki_contents.rb#L1...
Toshi MARUYAMA
17:37 Feature #19885: Raise time entries comments limit to 1024
Yes, you are correct. We did. Can that field be made longer by default? The length of 255 characters is rather short ... Future Link Corporation pkgsrc team
08:02 Feature #19885 (Needs feedback): Raise time entries comments limit to 1024
"comments" of "time_entries" is defined as 255.
source:tags/3.0.3/db/migrate/032_create_time_entries.rb#L8
I thin...
Toshi MARUYAMA
17:24 Feature #10417: Add repository to project
+1 for that one.
I now have a script that creates the Redmine project associated to my SVN repo, and I need a way to...
Justin MASSIOT
16:21 Feature #6118: Filter by parent task or subtasks
Sebastian Paluch wrote:
> The only option that seems to be missing under "subtasks" is ability to show issue hierarc...
Colan Schwartz
10:50 Feature #6118: Filter by parent task or subtasks
That is great, no more plugins!
The only option that seems to be missing under "subtasks" is ability to show issue...
Sebastian Paluch
15:22 Feature #20126 (New): Index by date: Show the current a revision number and add a link to show the diff
A little but simple to realize improvement:
When you go to the wiki and click the _Index by date_ link you could s...
Robert Schneider
15:22 Defect #20125 (Resolved): Settings page broken, after upgrade
Solved the problem with applying new configuration files (settings.yml is old) Mustafa Bahadır Pakalın
15:16 Defect #20125 (Closed): Settings page broken, after upgrade
Hello,
I was upgraded redmine to the latest version.
When i try to go to /settings page, its gives 500 internal err...
Mustafa Bahadır Pakalın
14:21 Defect #20034: Custom queries cannot be edit after creation
I'm the manager of the project, so I've the high level permissions on it. Please note that the problem is visible on ... Daniele Renda
13:33 Defect #20034: Custom queries cannot be edit after creation
I tried it on my redmine but could not reproduce it. Maybe the user has different permissions in the projects? You co... Robert Schneider
11:04 Defect #20034: Custom queries cannot be edit after creation
Hi,
someone took a look to this bug?
Thanks
Daniele Renda
13:22 Defect #20120: Username can not be validated when creating an account
It seems the developers of the plugin are aware of a problem, for example their CRM Plugin has been updated and fixes... Felix Schäfer
09:21 Defect #20120: Username can not be validated when creating an account
This specific issue seems to be related to the @redmine_contacts@ plugin, as without everything seems to work as expe... Felix Schäfer
05:28 Defect #20120: Username can not be validated when creating an account
C. R. wrote:
> When trying to register a new account, the username can not be validated, [...]
Felix Schäfer wrot...
Mischa The Evil
11:35 Patch #20124: Query option, The sql for field to allow groups option.
The advantage of this patch, is that I do not need to alias the sql_for_field method in my plugin!
I am also open f...
Rupesh J
09:25 Patch #20124 (New): Query option, The sql for field to allow groups option.
The simple commit help abundantly and allow us to grouping the custom queries.
When the available filters is added w...
Rupesh J
11:26 Feature #16621: Ability to filter issues blocked by any/no open issues
Awesome! How is the process of merging this patch into master?
Having this patch merged would simplify my deployment...
Arthur Andersen
09:16 Revision 14331 (svn): Merged r14329 from trunk to 2.6-stable (#19252)
Gemfile: use jdbc-sqlite3 version >= 3.8.10.1.
sqlite-jdbc was updated to 3.8.10.1 in upstream.
https://github.com/j...
Toshi MARUYAMA
09:13 Revision 14330 (svn): Merged r14329 from trunk to 3.0-stable (#19252)
Gemfile: use jdbc-sqlite3 version >= 3.8.10.1.
sqlite-jdbc was updated to 3.8.10.1 in upstream.
https://github.com/j...
Toshi MARUYAMA
09:10 Revision 14329 (svn): Gemfile: use jdbc-sqlite3 version >= 3.8.10.1 (#19252)
sqlite-jdbc was updated to 3.8.10.1 in upstream.
https://github.com/jruby/activerecord-jdbc-adapter/commit/f7a20b0d57...
Toshi MARUYAMA
08:49 Defect #20123 (Closed): Can't sort by multiple fields when sorting by parent
It seems that the issue sort order set when creating custom query does not work when "Parent task" is involved.
Take...
Sebastian Paluch
08:39 Defect #20119: REST API: setting project_id in issue not accepted in Redmine 3.0.3
Thank you for this hint. I assume the change will be permanent and the calls to the api have to be changed to the "ne... Alexander Muthmann
07:00 Defect #20119: REST API: setting project_id in issue not accepted in Redmine 3.0.3
Please see #19276. Mischa The Evil
08:32 Defect #19276: Creating new issues with invalid project_id should return 422 instead of 403 error
Note: the documentation still states ... Alexander Muthmann
06:03 Defect #20068: [Gemfile] Wrong bundler syntaxis used in platforms declaration for tzinfo-data gem
Toshi MARUYAMA wrote in message#47555:
> "platforms:" is valid Ruby 1.9 hash syntax.
Ah, you are right indeed. Th...
Mischa The Evil
05:53 Defect #19880 (New): Incorrect syntax for links in Markdown
Toshi MARUYAMA
02:52 Defect #19976 (Needs feedback): Redmine can't work with 3000 projects
Could you share the changes?
It will probably benefit many Redmine users.
Go MAEDA
00:37 Defect #19976 (Resolved): Redmine can't work with 3000 projects
We make changes to redmine core and resolve issue. Andrey Druz

2015-06-17

22:59 Feature #16309: Add a concept of role-based permission to trackers
+1 -- role based permissions governing tracker level elements would be a very important core feature which is now s... Alex Petty
22:14 Defect #20120: Username can not be validated when creating an account
A friend of mine ran into this too, the request is the following:... Felix Schäfer
15:56 Defect #20120 (Closed): Username can not be validated when creating an account
When trying to register a new account, the username can not be validated, the system insists that the field is empty.... C. R.
20:36 Revision 14328 (svn): Prevent roles loading on each call to User#managed_roles for admins.
Jean-Philippe Lang
20:32 Revision 14327 (svn): Adds a test for #19162.
Jean-Philippe Lang
20:20 Defect #19162 (Closed): New issue AND tracker read-only: status is not changable
I confirm that the problem exists in 3.0.0 and was fixed in 3.0.1. Jean-Philippe Lang
20:20 Defect #19844: Roles are not aligned on new member form
Awesome, thank you! James H
20:11 Defect #19844 (Closed): Roles are not aligned on new member form
Changes merged in 3.0-stable. Jean-Philippe Lang
20:11 Revision 14326 (svn): Merged r14311 and r14312 from trunk (#19844).
Jean-Philippe Lang
20:08 Defect #20116 (Closed): The HTML symbols are escaped
OK, thanks for the feedback. Jean-Philippe Lang
14:55 Defect #20116 (Resolved): The HTML symbols are escaped
just fixed it.
the problem from plugin
advanced_roadmap_v2
/redmine/web/plugins/advanced_roadmap_v2/lib/advanced_...
jonathan ben
12:12 Defect #20116: The HTML symbols are escaped
!/attachments/download/13799/1.png! jonathan ben
12:12 Defect #20116 (Closed): The HTML symbols are escaped
when i load the Roadmap, it's looks below.
the html code below:...
jonathan ben
20:07 Defect #20105 (Closed): !! Unexpected error while processing request: uninitialized constant Rack::URLMap::PATH_INFO
OK, thanks for the feedback. Jean-Philippe Lang
15:34 Defect #20105 (Resolved): !! Unexpected error while processing request: uninitialized constant Rack::URLMap::PATH_INFO
This seems to be related to thin, not to redmine itself... C. R.
19:01 Patch #20121: Respect working days configuration when sending reminder emails

Version 2 fixes a problem when the end day is in the middle of the weekend and adjusts the email templates.
Alexander Stehlik
18:24 Patch #20121 (New): Respect working days configuration when sending reminder emails

Currently the reminder rake task will search for issues that are due in x days in the future without checking the w...
Alexander Stehlik
16:11 Defect #20119: REST API: setting project_id in issue not accepted in Redmine 3.0.3
I found a quick fix for me here:
in issues_controller.rb I reintegrated the method *find_project* and it's call in...
Alexander Muthmann
15:37 Defect #20119 (Closed): REST API: setting project_id in issue not accepted in Redmine 3.0.3
Hi all,
I hope this is a mistake on my side but as far as I understand this might also be a bug in redmine.
If...
Alexander Muthmann
15:59 Revision 14325 (svn): Merged r14323 from trunk to 2.6-stable.
Gemfile: explicitly update jquery-rails version to 3.1.3 (CVE-2015-1840) Toshi MARUYAMA
15:54 Revision 14324 (svn): Merged r14319 and r14323 from trunk to 3.0-stable
* Gemfile: update Rails to 4.2.2
* Gemfile: explicitly update jquery-rails version to 3.1.3 (CVE-2015-1840)
Toshi MARUYAMA
15:50 Revision 14323 (svn): Gemfile: explicitly update jquery-rails version to 3.1.3 (CVE-2015-1840)
Toshi MARUYAMA
15:14 Defect #20118: Missing row in PDF if issue description contains '<'-character
more
lala '<' fff
<= test
< test
<<== test
'<<=' test3
'<'= test
'<' test
'<<==' test
'<<=' test3
Jonathan Tee
15:07 Defect #20118 (Closed): Missing row in PDF if issue description contains '<'-character
Hi,
if a issue descriptions contains the '<'-character, then in pdf export this row is missing.
<= test
<<== ...
Jonathan Tee
13:38 Revision 14322 (svn): remove trailing white spaces from app/models/principal.rb
Toshi MARUYAMA
13:15 Revision 14321 (svn): 2.6-stable: add Ruby 2.2 to .travis.yml (#19652)
Toshi MARUYAMA
13:09 Revision 14320 (svn): 2.6-stable: Gemfile: update Rails to 3.2.22
Toshi MARUYAMA
13:06 Revision 14319 (svn): Gemfile: update Rails to 4.2.2
Toshi MARUYAMA
12:59 Defect #20117 (Closed): Activities set as inactive missing in spent time report filter
Steps to reproduce:
* In Administration -> Enumerations -> Activities, mark some activities as not active.
* You ca...
Zer Guz
11:03 Feature #20115 (New): Time activity type dependent on tracker
Hi. It would be great to have a possibility to set up dependencies between trackers and types of time activity.
As f...
Vlad Biotok
10:08 Feature #9020: Auto upgrade of redmine and plugins making it much easier to manage the versions
Is the realization still not possible or applicable?
> Updates are really easy to do, especially if you use svn or...
Robert Schneider
08:38 Feature #442: Add a description for trackers
Ivan Cenov wrote:
> Where trackers descriptions to be shown? Possible places are:
> * New issue form, next to the d...
Robert Schneider
07:39 Feature #442: Add a description for trackers
Where trackers descriptions to be shown? Possible places are:
* New issue form, next to the dropbox of the trackers ...
Ivan Cenov
06:31 Defect #19657 (New): Can't reorder activities after disabling activities on a project
Toshi MARUYAMA
02:25 Feature #6331: Give a role a permission to view/edit only his tickets
Chet Wang wrote:
> I don't think this is OP wanted.
> Visibility only control the 'view' permission of issues, but...
Toshi MARUYAMA
01:34 Feature #20057: Why Group can't be used as a Watcher in Issue?
Dear Mischa The Evil, I have checked forum and think again on what you have said in your comment - then should I re-o... Rostislav Kushnirenko
 

Also available in: Atom