Search
Results (18307)
- Help: RE: 404 on "New project"
- Thank's! Fixed it: http://development.splendeo.es/issues/232
- Help: RE: 404 on "New project"
- Hello! I have this 404 error on url's /pro ... Redmine Close Button plugin 0.0.1 Redmine Issue Notification plugin 0.0.1 Redmine Logs pl ... lugin0.2.3 Please help me to fix this bug.
- Plugins: Comments on 0.3.1 with RM 1.0.3
- I had the following comments from one of our ... a diff? * Each and every comment becomes an issue. That's a lot of issue traffic. Can comments be grouped? * If thre ... rt. Are any of these possible? Thank you!
- Plugins: RE: Contacts plugin
- Thanks Kirill. Adding a new Contact now wo ... xists). However, when trying to add a new issue, I'm getting this: <pre> Processing Cont ... en"=>"123", "id"=>"4", "task_subject"=>"test issue", "due_date"=>"2010-11-17", "controller"=>"c ... Also, is there a way of assigning existing issues to a contact? Thanks, Michal
- (I was not sure about posting this here or to ... and I've been thinking that it's a pity only issues and versions show up there. What do you thi ... ich could be used to filter other stuff than issues where relevant)? One could then e.g. a webc ... only the "calendar event providers" he wants.
- Plugins: RE: Contacts plugin
- Did not find how to add issue to your tracker... When I did plugin migrat ... //github.com/edavis10/redmine-customer-plugin
- Plugins: RE: Plugin Migration issue - problem with version numbers
- Jinny Wong wrote: > That being said, perhaps ... Eric Davis (edavis10) on IRC if he's present.
- Plugins: RE: Projects Tree View Plugin - Version 0.0.1
- Joseph Potvin wrote: > Here's the patch for ... if others would advise if this resolves the issue completely your's. These are very same ch ... it's somewhere in the trunk as well.
- Plugins: RE: Plugin Migration issue - problem with version numbers
- I've re-generated my migration files with tim ... d as advising against timestamped migrations.
- Plugins: RE: Projects Tree View Plugin - Version 0.0.1
- Here's the patch for the 404 problem written ... if others would advise if this resolves the issue completely your's.
- Open discussion: RE: how to show Custom fields for Spent time?
- Turns out that the issue had already been created: http://www.redmine.org/issues/6797
- I've used redmine 0.9.1, 1.0 RC with PostgreS ... lid (ActiveRecord::JDBCError: ERROR: column "issues.id" must appear in the GROUP BY clause or b ... cker_id AS tracker_id FROM (SELECT DISTINCT "issues".id FROM "issues" LEFT OUTER JOIN "projects" ON "projects".id = "issues".project_id LEFT OUTER JOIN "issue_statuses" ON "issue_statuses".id = "issues".status_id LEFT OUTER JOIN "trackers" ON "trackers".id = "issues".tracker_id WHERE (((projects.id = 2 OR (projects.lft > 7 AND projects.rgt < 10))) AND issue_statuses.is_closed='f') AND (((projects.stat ... ct_id FROM enabled_modules em WHERE em.name='issue_tracking')) AND (1=0 OR projects.is_public = ... But I do not know whom to ask about this.
- Plugins: RE: Plugin Migration issue - problem with version numbers
- Well, my migrations are named @20100922201050 ... ed? Other than that, I'm out of ideas, sorry.
- Help: RE: 0.9 => 1.0.3 upgrade, cannot add new issue
- I don't see anything bad with that, and I'm a little out of ideas, sorry.
- I have a public project that I have setup for ... the Redmine project, but I can create a new issue all the same. I might be missing a setting somewhere, but I just can't find it. Thanks, C
- Open discussion: RE: upgrade 0.7 - latest
- Nevermind. The issue was related to il8n uninstalling it did the ... .4.2 </pre> the upgrade seems to work now
- Plugins: RE: Plugin Migration issue - problem with version numbers
- The full path is <pre> redmine/vendor/plugins/redmine_budget/db/ </pre>
- Help: RE: 0.9 => 1.0.3 upgrade, cannot add new issue
- > How did you upgrade, did you download the p ... ? yes, there is a is_default set to 1 for IssuePriority in the enumerations table > What does Issue.new run in RAILS_ENV=production script/console in your redmine directory yield? <pre> ?> Issue.new => #<Issue id: nil, tracker_id: 0, project_id: 0, subje ... rake db:migrate RAILS_ENV=production </pre>
- Plugins: RE: Plugin for Tests
- I mean: undefined method `testsets' for #<Issue:0xbc226c0> .... (Sorry.)
- Plugins: RE: Plugin for Tests
- I missed the error: I get undefined met ... Class:0x65b6f38> when I try to remove the issue from the testset Thanks again.
- Plugins: RE: Plugin for Tests
- Hello again, at first thank you all for yo ... tten above I need a n:m-relation between the issues and my testsets. I can add an issue to a testset, but I'm not able to remove it ... sible for this actions: @ def add_remove_issues_to_testset @testset = Testset.find(params[:id]) @issues = Issue.find(:all, :conditions=>{:project_id=>@project}, :order => 'ID') @issues_assigned_to_testset = @testset.issues.find(:all) end def add_issue_to_testset @testset = Testset.find(params[:testsetid]) @issue = Issue.find(params[:id]) @testset.issues << @issue redirect_to :action => "add_remove_issues_to_testset", :id => @testset, :project_id => @project end def remove_...
- Plugins: RE: Plugin Migration issue - problem with version numbers
- What's the full path from the top redmine directory?
- Hi, we are starting to use redmine. We would like to modify the Issue summary, something like adding more queries. ... plugin? can we write a plugin that modifies Issue summary? Thanks!!!
- Open discussion: RE: upgrade 0.7 - latest
- Unfortunately the process didn't succeed as e ... or "settings" and also if I select a single issue. <pre> ArgumentError in Users#index S ... =>"", "Cache-Control"=>"no-cache"} </pre>
- Plugins: RE: XLS export plugin
- I've just installed the plugin and when I try to export issue via the "XLS" or "XLS+" link I get the following error: <pre> Processing IssuesController#xls_export_action (for xxxxxxxxxx ... city_token"=>"xxxxxxxxxxxx=", "controller"=>"issues" NoMethodError (undefined method `count' ... _plugin v006 How can I solve this problem?