Search
Results (18317)
- 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
- Open discussion: RE: Authors, GPL violation and git
- I think it's just unfair to take credit for s ... : http://www.redmine.org/projects/redmine/issues?set_filter=1&f%5B%5D=status_id&op%5Bstatus_ ... their code, they are still copyright holders.
- Hi Guys, based on http://github.com/edavis ... following code to get the description of an issue on the issuelist. But the description is centered in its ... ss_eval do include QueryPatch end </pre>
- Hi, i just tried using redmine_backlogs with ... et the following log after trying to view an issue: > ActiveRecord::StatementInvalid (Mysql: ... d_id = 37 AND `journals`.journalized_type = 'Issue') ORDER BY journals.created_on ASC): > app/controllers/issues_controller.rb:103:in `show' > /usr/lib/rub ... and after backlogs install only chiliproject issues works. I don't really know what causes this ... lease say so. Thanks in advance Shabutaro
- I had some issues when porting Redmine 1.x plugin to Redmine ... end </code></pre> Now I have another issue: routes. Apparently I can't use <pre><cod ... because Redmine is undefined. Why is that?
- Help: RE: Could not locate Gemfile
- To make it works, I had also to add this lin ... s mention in the post http://www.redmine.org/issues/8588
- Help: RE: Ability to assign issues to groups
- @Dave, thanks a lot, I spent some time trying ... t is, but I couldn't find it :) Thanks