Project

General

Profile

Search

Results (18307)

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
Help: RE: 0.9 => 1.0.3 upgrade, cannot add new issue
Just as a side note, one of our guys in house wrote a script to migrate our issue tracker from FlySpray to Redmine 0.9 (actual ... ks odd except for the new tree in 1.0 in the issue table, which I fixed. 2010-11-15 21:59
Help: Where can I find descriptions of the default workflow?
I've been trying to figure out the default workflow for Issues. For instance, I don't know exactly what Re ... t would be best used as an "accepted" status. 2010-11-15 21:49
Help: RE: 0.9 => 1.0.3 upgrade, cannot add new issue
heh, your tone suggests that i shouldn't have ... gh between releases to cause any significant issue.. either way, the problem i'm running int ... rake db:migrate RAILS_ENV=production </pre> 2010-11-15 21:45
Help: RE: 0.9 => 1.0.3 upgrade, cannot add new issue
You're not seriously using the same DB with two different versions of the same app, are you? 2010-11-15 21:39
Help: RE: 0.9 => 1.0.3 upgrade, cannot add new issue
I did have plugins installed, but uninstalling them did not seem to fix the problem. The issue list does show up fine... the only thing that doesn't work it seems is creating a new issue. Also, since we're currently running 0.9 in production, I ran this to get the issues back up to date: <pre> UPDATE redmine.issues i SET root_id = id , lft = 1 , rgt = 2 WHERE root_id IS NULL </pre> 2010-11-15 21:35
Help: RE: 0.9 => 1.0.3 upgrade, cannot add new issue
Stephen Fuhry wrote: > btw, the db migration ... ave a data inconsistency somewhere. Does the issue list show OK? Do you have any plugins instal ... tasks plugin installed? Does any row in the @issues@ table have either @lft@, @rgt@ or @root_id@ empty? 2010-11-15 21:31
Help: RE: 0.9 => 1.0.3 upgrade, cannot add new issue
btw, the db migration did go ok... added some ... v/2010:15:31:01 -0500] "GET /projects/whfifq/issues/new HTTP/1.1" 500 576 10.10.20.186 - - [15/Nov/2010:15:31:01 -0500] "GET /projects/whfifq/issues/new HTTP/1.1" 500 576 "http://redmine1.myaddress.com/projects/whfifq/issues" "Mozilla/5.0 (Windows; U; Windows NT 5.1; ... ' for nil:NilClass) on line #10 of app/views/issues/_attributes.rhtml: 7: <p><label><%= l(:field_status) %></label> <%= @issue.status.name %></p> 8: <% end %> 9: 10: <p ... p.id]}), {:required => true}, :disabled => !@issue.leaf? %></p> 11: <p><%= f.select :assigned_to_id, (@issue.assignable_users.collect {|m| [m.name, m.id] ... blank => true %></p> 12: <% unless @project.issue_categories.empty? %> 13: <p><%= f.select :category_id, (@project.... 2010-11-15 21:27
Help: RE: 0.9 => 1.0.3 upgrade, cannot add new issue
Well, the 500 has to come from somewhere, what about the webserver log? 2010-11-15 21:20
Help: RE: 0.9 => 1.0.3 upgrade, cannot add new issue
Unfortunately the log file doesn't provide an ... awhile, keeps getting sidelined though, heh) 2010-11-15 21:19
Help: RE: 0.9 => 1.0.3 upgrade, cannot add new issue
Did the database migration run ok? Could you ... de the error trace from @log/production.log@? 2010-11-15 21:17
(12876-12900/18307)