Project

General

Profile

Search

Results (18317)

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 2010-11-16 16:17
Plugins: RE: Plugin Migration issue - problem with version numbers
The full path is <pre> redmine/vendor/plugins/redmine_budget/db/ </pre> 2010-11-16 16:15
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> 2010-11-16 16:14
Plugins: RE: Plugin for Tests
I mean: undefined method `testsets' for #<Issue:0xbc226c0> .... (Sorry.) 2010-11-16 16:11
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. 2010-11-16 16:10
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_... 2010-11-16 16:09
Plugins: RE: Plugin Migration issue - problem with version numbers
What's the full path from the top redmine directory? 2010-11-16 15:46
Help: Issue summary
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!!! 2010-11-16 15:30
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> 2010-11-16 15:25
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? 2010-11-16 14:50
Plugins: RE: Plugin Migration issue - problem with version numbers
I actually started a fresh, clean install of ... , re-created and re-ran the migrations, same issue again. Here's how my migration files look ... in migrations is attached below, if it helps. 2010-11-16 14:45
Plugins: RE: Plugin Migration issue - problem with version numbers
Jinny Wong wrote: > I've also tried to rename my file as 172_table_a.rb, I still got the same issue. Am I doing anything wrong here? The poin ... ng very funny/broken in your current install. 2010-11-16 11:32
Plugins: RE: Plugin Migration issue - problem with version numbers
Hi Felix, It looks like this (truncated in ... file as 172_table_a.rb, I still got the same issue. Am I doing anything wrong here? 2010-11-16 11:25
Plugins: RE: Plugin Migration issue - problem with version numbers
Hi Felix, A select count(version) on my <p ... file as 172_table_a.rb, I still got the same issue. Am I doing anything wrong here? 2010-11-16 11:23
Plugins: RE: Plugin Migration issue - problem with version numbers
You can't change migration numbers after havi ... oes your @schema_migrations@ table look like? 2010-11-16 11:05
Plugins: CRM plugin
This plugin like a light CRM which you can ma ... list * Contact notes * Contact attaches * Issues related to contacts (in contact page and in issue page) * Basic deals info * Tags * Multi l ... http://db.tt/XYm2e2P! !http://db.tt/cKhFkbU! 2010-11-16 09:50
Plugins: Plugin Migration issue - problem with version numbers
Greetings all. My apologies if this has been posted before, but I was unable to search for this issue, hence I'm posting it here now. I'm tryin ... ll. I'm not very sure how to resolve this issue, much appreciation and thanks in advance to whoever is able to assist me here. 2010-11-16 09:32
Open discussion: RE: Importing XML data from Basecamp to Redmine
About escaping those quotes, in our case they ... some function that works with all multibyte issues. 2010-11-16 09:02
Open discussion: RE: Importing XML data from Basecamp to Redmine
Thanks for these scripts. They are great help. I found some issues, mainly due to character escaping. 1. We ... f :name" like told in http://www.redmine.org/issues/show/630 2. We had quotes in the content ... like this: src << %{ todos['#{id}'] = Issue.new :subject => '#{content[0..255]}', :descr ... so there might be some better way to do that. 2010-11-16 08:55
Open discussion: RE: how to show Custom fields for Spent time?
See Issue 6907: http://www.redmine.org/issues/6907 @Jon While you can't see the value ... ybe I'll add a feature request for that, too. 2010-11-16 06:20
Open discussion: SMTP Email - Can't get to work
If someone could help with SMTP email problem ... n.log entry for an email send: Processing IssuesController#create (for 10.202.132.41 at 2010 ... uQEex0HoGXLzIjxpPqZNnXHmsLxC1nQbSKaBVW60=", "issue"=>{"start_date"=>"2010-11-15", "custom_field ... >"", "subject"=>"TEST2 - DonHurst - New 1099 Issue", "category_id"=>"", "tracker_id"=>"1", "due ... , "description"=>"TEST - DonHurst - New 1099 Issue\r\n\r\n"}, "controller"=>"issues", "attachments"=>{"1"=>{"description"=>""}} ... ttp://eg-ttapst-a01/redmine/projects/trust99/issues/new?issue%5Btracker_id%5D=1 Completed in 266ms (DB: 3 ... ttp://eg-ttapst-a01/redmine/projects/trust99/issues] 2010-11-16 00:13
Plugins: RE: JChat - problem with strart
Follow this https://github.com/joshsten/redmine_jchat/issues#issue/2 2010-11-15 23:27
Plugins: RE: Extended Schedules plugin with scheduling issues option
pascal similon wrote: > strexy strexy wrote: ... I have found the solution based on jChat issues for bitnami users : https://github.com/joshsten/redmine_jchat/issues#issue/2 We have to change the following javascrip ... _schedules/assets/javascripts* : * Quick_issue.js * modalbox.js * schedule_edit.js * hou ... ne and i enjoy to finally use this plug in. 2010-11-15 23:25
Help: RE: 0.9 => 1.0.3 upgrade, cannot add new issue
Stephen Fuhry wrote: > so we're pretty handy ... he upgrade test then. Moving on with your issue: I can't really figure out what could cause this error on the new issue page. Random things that come to mind: How d ... ve a default priority configured? What does @Issue.new@ run in @RAILS_ENV=production script/con ... d not one configured for another environment? 2010-11-15 22:27
Help: A fix to a plugin installation issue
I don't know if this is the right place for t ... t plugin, and was running into the following issues: # The plugin _was_ showing up in the Ad ... From googling, it seems the "Internal Error" issue can be caused by an API mismatch between Red ... 1.0.1 * MySQL 5.1.52 * Windows Server 2003 2010-11-15 22:19
(12876-12900/18317)