Project

General

Profile

Search

Results (18298)

Help: Search/filter for issues closed by a specific user?
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? 2012-05-08 23:43
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/... 2012-05-08 17:35
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. 2012-05-08 16:51
Plugins: DoodlePlugin Error500
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. 2012-05-08 15:17
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. 2012-05-08 04:01
Help: TemplateError when viewing issue details after upgrading 1.3.3 to 1.4.1
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/... 2012-05-07 18:56
Help: Installing redmine1.3.3 on windows server 2003 with apache
issue: win32-service during installing redmine1.3. ... can solve the problem? Hope for your help. 2012-05-07 11:14
Help: updated column stop showing the latest updated datetime
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? 2012-05-07 08:09
Open discussion: REST basics
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 2012-05-06 21:40
Help: RE: Ability to assign issues to groups
Administration -> Settings -> Issue tracking -> *Allow issue assignment to groups (checked)* or .redmine_url./settings?tab=issues 2012-05-06 20:15
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> 2012-05-05 12:54
Help: Issue Export (CSV or PDF) of Ticket History (PLEASE RESPOND)
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 2012-05-04 19:14
Help: 1.4 - adding Issue PDF as an attachment
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. 2012-05-04 17:01
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 2012-05-04 16:15
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. 2012-05-04 15:09
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> 2012-05-04 12:45
Help: strikethrough in closed issues
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 2012-05-04 12:00
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. 2012-05-04 11:08
Open discussion: Incongruence between issues by rest api and issues by query
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) 2012-05-04 09:40
Open discussion: RE: REST API: Filter issues according to date
Try this: /issues.xml?created_on=><2012-03-01|2012-03-01 2012-05-03 20:32
Open discussion: Suppressing details in notification emails
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 ... 2012-05-03 19:32
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. 2012-05-03 17:29
Help: Upgrade to 1.4.1 from .8.2 failing
I run into the following issue when trying to migrate the database. Mysq ... rake:19 Tasks: TOP => db:migrate </pre> 2012-05-03 14:24
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 => '... 2012-05-03 10:46
Help: SOLVED: Cannot upgrade to 1.4.1 Warning about "You cannot specify the same gem twice"
+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 2012-05-02 17:24
(9626-9650/18298)