Search
Results (18298)
- Is there some way that I can search or filter the issue list for issues that were closed (or had some other change) ... that I closed this week. Any way to do this?
- Plugins: RE: Hudson Plugin 1.0.8 Released
- Hi, I just upgrade Redmine from 1.3.3 to 1. ... , too. When I want to see the details of an issues which has related commits I get an error message: <pre> Processing IssuesController#show (for ***.***.***.*** at 2012 ... "action"=>"show", "id"=>"15", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/show ActionView::TemplateError (No route ... an 2012, :id=>nil}) on line #85 of app/views/issues/show.html.erb: 82: <%= link_to_attachments @issue %> 83: <% end -%> 84: 85: <%= call_hook(:view_issues_show_description_bottom, :issue => @issue) %> 86: 87: <% if !@issue.leaf? || User.current.allowed_to?(:manage_su ... ne/hook.rb:146:in `call_hook' app/views/...
- Help: RE: TemplateError when viewing issue details after upgrading 1.3.3 to 1.4.1
- It works when I deactivate the Hudson plugin. So it seems to be a problem with this plugin.
- Hi, i've just install the newest version of D ... dmineversion: 1.4.1 Thanks! Edit: Issue is closed. I found out, i have to change from enum_with_index... to each_with_index.
- Help: RE: Installing redmine1.3.3 on windows server 2003 with apache
- issue: Source code is displayed on the Mozilla Fir ... on. What's the problem,and i don't know why.
- Hello communtiy, I upgraded Redmine from 1 ... problem. If I want to see the details of an issue which has comments I get the following error message: <pre> Processing IssuesController#show (for ***.***.***.*** at 2012 ... "action"=>"show", "id"=>"15", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/show ActionView::TemplateError (No route ... an 2012, :id=>nil}) on line #85 of app/views/issues/show.html.erb: 82: <%= link_to_attachments @issue %> 83: <% end -%> 84: 85: <%= call_hook(:view_issues_show_description_bottom, :issue => @issue) %> 86: 87: <% if !@issue.leaf? || User.current.allowed_to?(:manage_su ... ne/hook.rb:146:in `call_hook' app/views/...
- issue: win32-service during installing redmine1.3. ... can solve the problem? Hope for your help.
- hello, after upgrading to the latest trunk ... ayed correctly. comments can be seen in the issue details page. comments were inserted to jou ... no error found in the log file. any hints?
- Hi, I have seen somr old posts about REST and ... without key? - may I create new project and issues? - may I update-delete? I ambe using Cu ... om package based on Smalltalk, thanks, Carlos
- Help: RE: Ability to assign issues to groups
- Administration -> Settings -> Issue tracking -> *Allow issue assignment to groups (checked)* or .redmine_url./settings?tab=issues
- Help: RE: Disable automatic posting of "diff" updates.
- It can't be turned off but a simple patch will do what you want: <pre> Index: app/models/issue.rb =================================================================== --- app/models/issue.rb (revision 9632) +++ app/models/issue.rb (working copy) @@ -1000,7 +1000,7 @@ ... if @attributes_before_change - (Issue.column_names - %w(id root_id lft rgt lock_version created_on updated_on)).each {|c| + (Issue.column_names - %w(id root_id lft rgt lock_ve ... er || (before.blank? && after.blank?) </pre>
- Hello, Is it possible to display the "History" of a ticket when you do an Issue List Export? I've seen the question befor ... een looking for 2 days with no luck. Brent
- Hello, I am trying to add the generated PDF for an issue when it is added or updated as part of the n ... d or File.open. I have also run the deliver_issue_(action) with issue_to_pdf(issue) as an option in IssuesController. I am using 1.4 with mongrel and rails 2.3.14. Thank you.
- Plugins: RE: Smart issues sort plugin
- Same here. spent_hours as a query field seem ... out the offending 5 lines from redmine_smart_issues_sort/lib/query_patch.rb Eivind
- Help: RE: Ruby on Rails application could not be started (1.3.3 -> 1.4.1)
- I am having the same issue.... i am getting some wierd stack trace in m ... rsion of mongrel.. Stuck here since two days.
- Plugins: RE: Redcase Plugin
- Doe not work for me, no matter what version I ... dcase). I can create test cases via _New Issue_, but if I click on the _Test Cases_ tab, it ... dcase] Time calculation: Getting all project issues ActiveRecord::ConfigurationError (Associ ... redcase_controller.rb:55:in `index' </pre>
- I'm sure it is a dumb question and I am missi ... e we are: I can't find a way to have closed issues to be shown in striked-through text. When I filter out issues with "all" option, closed issues apperar just like the open ones. Is there ... mewhere I should enable? Thanks in advance
- Open discussion: RE: 1.2.1->1.4.1 ActionController::RoutingError in Projects#show
- This seems to be a plugin issue since Redmine core doesn't provide a @treasu ... any plugins installed and, if that fixes the issue, ask the plugin author to update the plugin.
- I have created a custom query (here called [A]) that display all issues assigned to me order by priority (here call ... pi infrastructure, that find and display all issues assigned to me. This issue are order in memory via LINQ per [C1] and [C ... m query [A]. In some case, the same list of issues haven't the same order between [A] and [B]. ... [A]: which they are? How can obtain the same issues list order in [A] and [B]? (I have already tried to sort also for issues description but this not resolve the issue)
- Open discussion: RE: REST API: Filter issues according to date
- Try this: /issues.xml?created_on=><2012-03-01|2012-03-01
- I have installed Redmine on CentOS 6.2 and we ... n. One of the things we have noticed is that issue update notification emails include: - a notice that the issue has been updated and by whom - the text of the update - the subject of the issue, with a link to it - a bullet list of the issue parameters and their values (author, status, priority, &c) - the text of the original issue Since some of the issue details and updates could contain sensitive ... would prefer to suppress the details of the issue in the emails, ideally with only an indication of who updated the issue and a link back to the issue. I started editing a copy of app/models/mail ... ror with /var/www/redmine/app/views/mailer/issue_edit.text.erb:1: warning: Object#id will be ... rview of how to control what elements of the ...
- Plugins: RE: redmine_graphs could not support the 1.4.X
- I use another graphs plugin which is a fork of the one above and after resolving the routes issue I came across another issue and eventually gave up: The used graphics ... nger to be supported/contained in ruby 1.9.
- I run into the following issue when trying to migrate the database. Mysq ... rake:19 Tasks: TOP => db:migrate </pre>
- Plugins: RE: redmine_graphs could not support the 1.4.X
- by the way ,I used the routes.rb file with th ... |map| map.connect 'projects/:project_id/issues/old', :controller => 'graphs', :action => 'old_issues' map.connect 'issues/old', :controller => 'graphs', :action => 'old_issues' map.connect 'projects/:project_id/issues/growth', :controller => 'graphs', :action => 'issue_growth' map.connect 'projects/:project_id/issues/growth', :controller => 'graphs', :action => 'issue_growth_graph' map.connect 'projects/:project_id/issues/growth', :controller => 'graphs', :action => 'issue_age_graph' map.connect 'issues/growth', :controller => 'graphs', :action => '...
- +I posted the same question on bitnami forum, ... me plugin. my current plugins are: Issue Hot Buttons 0.3 Redmine Auto Done 100% 0.0.1 Better Gantt Chart 0.6.5 Issue Checklist 1.0.0 Knowledgebase 0.3.3 ... .0 All plugins are working fine on 1.3.2