Search
Results (18306)
- Hello colleagues. If I assigns a issue, I would like that the issue status automatically changes from New to Ass ... stand anything Thank you very much! Bernd
- Help: RE: Unable to assign users in issue after upgrade
- I ended up resolving this by creating a new d ... scratch, then importing all the users/forums/issues etc via SQL insert statements. Obviously something up with the project creation.
- Help: RE: Migrating a project *from* Redmine?
- For splitting, I would recommend copying the ... names, user names, or group names # change issue numbers, both in the database references ("easy"), but also in the text (issue text, wiki text, what else?) # change the i ... to do either of those (besides brute-force)?
- Hello I use Issue creation via email from anyone without a Red ... s user after status change? thanks Michal
- I was using a thid party redmine provider sou ... rking correctly, but when I update or edit a issue the assigned to box only has one entry, a bl ... I was wondering what could be causing this issue. Thanks, Glenn
- Plugins: RE: TortoiseSVN plugin to visualise the issue list in Commit windows
- Thomas Pihl wrote: > You need to click on "Show all issues" (predefined filter) to remove the "&query= ... link. If you do this you will only grab open issues. > > The other way to do it is to create ... at will direct redmine to actually find some issues. > > /T Hi! I've gone this way. But... Plugin dislpays ALL issues of project without dependence from setted f ... nd copy new link). How can I got a subset of issues defined by filter? (for example, only issues assigned for me) Thanks
- If you try to: <pre> require 'redmine' ... ring *within* the model itself (user,project,issue etc.) and I wonder if this is why I can't se ... ikely!) An ideas how I can resolve this ?
- Open discussion: RE: Redmine plugin for Agile Project Management
- Here: [[http://github.com/software-project/scrum-pm/issues]] to be precise
- Open discussion: RE: Redmine plugin for Agile Project Management
- You mean reporting issues regarding scrum-pm, if any, at its Github home? Will do!
- Hi, I would love to display a preview of a ... o create the thumbnail and include it in the issue? Jens
- Open discussion: RE: Redmine plugin for Agile Project Management
- No problem, But please use GitHub Issues if sth pops up in future.
- Open discussion: RE: Redmine plugin for Agile Project Management
- Hi try this: <pre> git pull </pre> in my ... e in app_path/vender/plugins/redmine_sprints/issue_sprints_controller.rb
- Open discussion: RE: Redmine plugin for Agile Project Management
- Hi Marcin! Thanks for your very fast response ... lugins (kanban, stuff-to-do, charts, graphs, issue due date, reports), all but the scrum-pm one ... without biting each other? Also adding a new Issue form the Issue tab works fine. Maybe this, longer, stack trace could help shed some light on the issue? <pre> ActionView::TemplateError (und ... w::Base:0xb575db58>) on line #5 of app/views/issues/_form_custom_fi 2: <% i = 0 %> 3: <% split_on = (@issue.custom_field_values.size / 2.0).ceil - 1 %> 4: <% @issue.custom_field_values.each do |value| %> 5: <p><%= custom_field_tag_with_label :issue, value %></p> 6: <% if i == split_on -%> 7 ... ntentright"> 8: <% end -%> app/views/issues/_form_custom_fields.rhtml:5:in `_run_rhtml_app47views47issue...
- Open discussion: RE: Redmine plugin for Agile Project Management
- It doesn't look like error comming from my plugin. Try to add issue from new issue tab. I believe you will see similar error. M ... to have it up and running with that version.
- Open discussion: RE: Redmine plugin for Agile Project Management
- Woops! Sorry! Pasted the code concerning prob ... llowing error when trying to add a task (.../issue_sprints/new/1/new) <pre> ActionView::Tem ... l' for # 2: <% i = 0 %> 3: <% split_on = (@issue.custom_field_values.size / 2.0).ceil - 1 %> 4: <% @issue.custom_field_values.each do |value| %> 5: <p><%= custom_field_tag_with_label :issue, value %></p> 6: <% if i == split_on -%> 7 ... ntentright"> 8: <% end -%> app/views/issues/_form_custom_fields.rhtml:5:in `_run_rhtml_app47views47iss app/views/issues/_form_custom_fields.rhtml:4:in `each' </pre>
- Open discussion: RE: Redmine plugin for Agile Project Management
- Almost there... Still receive the following error when trying to add a task (.../issue_sprints/new/1/new) <pre> ActionView::Templ ... /app/views/sprints/index.html.erb:5 </pre>
- Open discussion: RE: Redmine plugin for Agile Project Management
- Scrum PM now supports Burndown charts with Go ... l add info to install that gem. Please post issues via github in future.
- Hi there, we have started using Redmine in ... date) or passes (actual date=due date+1d and issue still not closed)? That would be very handy, ... p missing their due dates. Rgds, Carsten
- Help: RE: Svn issue for a single repo, others work well
- This is true. Actually I create repos manuall ... pos through reposman. Thanks again Daniel
- Help: RE: Svn issue for a single repo, others work well
- You're welcome. As for the documentation, ... tes repos with the same name as your project.
- Help: RE: Svn issue for a single repo, others work well
- You're right! I had two different names for r ... where in docs? Thank you very much Daniel
- Help: RE: issue import (email or csv)
- Is this plugin already upgraded for redmine 0.9?
- Plugins: RE: Charts for 0.9.1
- Yuriy is right, since I tested the http://git ... ttp://github.com/mszczytowski/redmine_charts/issues#issue/21 to the medlefsen github version, and all ... of Redmine 0.9.1, hope will work for you too!
- Plugins: RE: redmine_charts patch for Redmine0.9.0
- Sorry for the repost, but i realized that you ... if logged_ratio + remaining_ratio > 100 # Issue is delayed. + hint << l(:charts_deviati ... ogged_ratio > 100 and remaining_ratio == 0 # Issue is finished. + hint << l(:charts_devia ... end </code></pre> Hope this helps
- Plugins: RE: redmine_charts patch for Redmine0.9.0
- Also it seems that plugin has error in string ... ttp://github.com/mszczytowski/redmine_charts/issues#issue/19 ) To fix this and similar problems, pl ... if logged_ratio + remaining_ratio > 100 # Issue is delayed. </code></pre> and here <p ... ogged_ratio > 100 and remaining_ratio == 0 # Issue is finished. </code></pre> Hope this helps