Search
Results (18265)
- Hi Guys, I see one can upload a file as an attachment to an issue. is there a way for these files to be listed under the project documents or files. Thank you
- Plugins: RE: Issue Vote Plugin
- can anybody help me using the query_vote_patch.rb? I would love to add the voting feature into the issue overview. any suggestions?
- Plugins: RE: TortoiseSVN plugin to visualise the issue list in Commit windows
- The 64bit version of the plugin has been post ... oogle.com/p/redmine-projects/downloads/list
- Plugins: RE: Ticket grouping plugin
- I hope that's not the wrong place for that but I want to provide the german translation for the issue grouping plugin. BTW: I use Redmine 0.9.1 with the issue grouping plugin 0.1.7_patched without errors at the moment.
- First, let me state that we've been happily u ... we're misusing the 'category' field for each issue. What has happened is that over time, we've found that many issues overlap various options in our category lis ... icable, but this makes it difficult to group issues by functionality. My first inclination was ... find one, so maybe others solve this type of issue differently.. does anyone want to share their workflow for finding feature/category related issues ?
- Plugins: RE: Extended Schedules plugin with scheduling issues option
- Does this plugin work with new 0.9.1 release?
- Plugins: RE: Charts for 0.9.1
- Ok, I have reinstalled redmine_charts and ope ... ttp://github.com/mszczytowski/redmine_charts/issues#issue/21 http://www.redmine.org/boards/3/topics/5 ... ns Works! So....how can I fix the other 3?
- To be more specific sorting is by version's date. Is there the setting to change it to ascending?
- I've been toying with the filters, and I can' ... hide things that I don't need to work on yet.
- 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>