Project

General

Profile

Search

Results (18327)

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
Plugins: RE: Extended Schedules plugin with scheduling issues option
strexy strexy wrote: > Hi all! > are somebo ... ork but not scheduled_tickets form. Thanks 2010-11-15 21:13
Help: 0.9 => 1.0.3 upgrade, cannot add new issue
I get a 500 error when I click "New Issue".. here's the output for my environment: ... 819172912 CentOS 5.5 mysql version 5.1.37 2010-11-15 20:57
Help: URLs in Messages
Stupid Question: Where do I change the URL Li ... t now, it defaults to: http://localhost:3000/issues/issue.id. Any help would be greatly appreciated! 2010-11-15 20:51
Plugins: RE: How do I override pdf.rb?
I have to override pdf.rb to fix the function issues_to_pdf to implement indentation of sub-issue. Actually, I have modify the the file (li ... t\pdf.rb). Is there a cleaner way to do it. 2010-11-15 20:24
Help: How is the www.redmine.org configured? (I'm specially interested on the repository)
Hi there! I'm having performance issues with the svn repositories on my site. At le ... cases). I've done several searches on the issues and found some pointers, but still nothing ... cron task, or hookup files?) Thanks a lot! 2010-11-15 19:09
(12901-12925/18327)