Project

General

Profile

Search

Results (18263)

Open discussion: Email Notifications based on priority
I have been looking at moving from trac to re ... ce. It is trying to split those out from the issues that stop the business operating. Can this be done Thanks 2008-07-24 18:59
Help: RE: Emailing With Latest Redmine, Rails 2.1, and Gmail
Hi Jim, I encountered a similar problem to what you are describing. This was reported as Issue #1598. When I fiddled with the various sett ... sure if this is your problem or not but from issue #1598, you can see that Burt Culver's propos ... nal_tls/lib/smtp_tls.rb Regards, Calvin 2008-07-24 17:00
Open discussion: RE: How difficult is it to E ... it into a Separate Redmine Instance(Install)?
Hi Calvin, Happy to see that you still are ... an ORM: since a project is the "root" of the issues, news, etc. it's possible to extract every ... t response suit you? Regards, Thomas. 2008-07-24 15:33
Open discussion: How difficult is it to Extri ... it into a Separate Redmine Instance(Install)?
Hi guys, I have been using redmine for som ... g how to handle all these server side set-up issues. My only concern is regarding the DATA MIGRATION.... extricating all issues, notes etc related to that specific Project ... e an easy way to do this? Regards, Calvin 2008-07-24 13:17
Help: Changing default environment with mongrel
Hi all, Ruby implementation and version - ... environment, I've search the forum / wiki / issues / config files but can't see a way of defin ... mysql Database schema version 0 2008-07-24 13:07
Help: RE: Watchers of the particular issue
Thank you very much Eric for the good explana ... ow and where to use it): <pre> <% w = @issue.watchers.collect(&:user).collect(&:name).uni ... watchable/ 2. Then it appears in app/models/issue.rb - so it says that issue is watchable 3. In app/models/watcher.rb - ... n lead me into the right direction. Thanks. 2008-07-24 02:16
Help: RE: Watchers of the particular issue
If you want a basic read-only list this will work: <pre> <p> <%= @issue.watchers.collect(&:user).collect(&:name).uni ... ngish that will: # Get the watchers on an issue # Collect their user accounts # Collect th ... re done in terms of backend database. Eric 2008-07-24 01:30
Help: RE: Add "Watched Issues" To Home Page?
My apologies. There were sub-projects I wa ... t the blocks like described above? Thanks. 2008-07-24 01:16
Help: Add "Watched Issues" To Home Page?
Hi all, I noticed this post: http://www.re ... the "Latest Projects" block with a "Watched Issues" block? Since it's already implemented i ... jects on the Home Page, eh? Thanks, Lee 2008-07-24 00:42
Help: Watchers of the particular issue
I'd like to be able to see the list of watchers of the particular issue. So I wrote this in views/issues/_edit.rhtml: <pre> <p> <% i = @issue %> <% s = i.watchers%> <%= text_field_ta ... cher:0x2199be4>, #<Watcher:0x2199928>" (this issue is really watchable by two users at the mome ... so that it adds or removes watchers from the issue? Thanks in advance. 2008-07-23 23:57
Help: RE: Separate Project Issue Numbers
My apologies, Just noticed this posting: h ... though other alternatives. Thanks, Lee 2008-07-23 21:35
Help: Separate Project Issue Numbers
Hi, I'm realizing that all projects add into an overall issue count. Is there a way to separate issue numbers from being incremented via the addition of issues in other projects? Thus, it would look l ... e 1 outstanding ticket: #44 Thanks, Lee 2008-07-23 21:33
Open discussion: RE: Start/stop counter for t ... cket and simple custom reports defined as SQL
Hi Anna! I think that custom fields could be ... when in edit mode (when you are updating an issue) is traduced in a combobox. A date is traduc ... om a combobox or an autocomplete textbox the issue among the open issues assigned to me (or better a specific custom ... I need also the other custom timelog fields. 2008-07-23 19:16
Help: RE: Emailing With Latest Redmine, Rails 2.1, and Gmail
Thanks for the quick reply, Thomas. I remember going back and forth on another email issue with either you or JP last year and the issue was that I had a filter that bypassed my inb ... environment.rb to see if that still works. 2008-07-23 16:52
Help: RE: Error when added date to roadmap version
Think I've come across this as well, but I've ... unning against Sql Server 2005. I've had issues with the calendar / gantt chart views (do y ... . I'm wondering if this is something similar. 2008-07-23 13:57
Help: RE: Unable to upload file under "Files" tab
Yes, you need to some version to your project ... settings "version" tab. I ran into the same issue. File uploads worked fine then. 2008-07-22 22:06
Open discussion: RE: Oracle error ORA-01451 in migration
Another one, when I clik on a project (projec ... acker_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 = 10000 OR projects.parent_id = 10000)) AND issue_statuses.is_closed=0) AND (projects.status=1 ... _controller.rb:94:in `show' /app/models/issue.rb:250:in `visible_by' /usr/lib/ruby/ge ... ase.rb:1852:in `with_scope' /app/models/issue.rb:249:in `visible_by' /app/controllers ... troller.rb:93:in `show' ...etc </pre> 2008-07-22 20:26
Open discussion: RE: Oracle error ORA-01451 in migration
I had to put ENV['NLS_LANG']='american_amer ... 1ff31135b Parameters: {"commit"=>"Save", "issue_status"=>{"10001"=>["10007"], "10002"=>["100 ... .rb:94:in `workflow' ...etc Guilherme 2008-07-22 19:29
Open discussion: RE: Start/stop counter for t ... cket and simple custom reports defined as SQL
Hi Anna. Consider the issue #772 which could resolve the problem in a mo ... ack time quickly. What do you think about? 2008-07-22 19:05
Open discussion: RE: Oracle error ORA-01451 in migration
OK. I commented change_column of migration 48 ... ========================= -- change_column(:issue_statuses, :position, :integer, {:default=>1, ... NULL cannot be modified to NULL: ALTER TABLE issue_statuses MODIFY position NUMBER(38) DEFAULT ... ata was not loaded. Any clue? Guilherme 2008-07-22 18:50
Open discussion: RE: SVN + SSH Causes webrick to hang
After some testing that doesn't appear to be the issue. I created a test repository on the same ser ... en that it is fairly large. Is there a known issue with large repositories and Redmine? 2008-07-22 15:00
Open discussion: SVN + SSH Causes webrick to hang
Good morning all, I'm working on getting r ... sh usage. However Redmine seems to have some issues, when using a repository that is setup like ... y help would be appreciated ! Thanks, Jon 2008-07-22 14:48
Help: RE: import from bugzilla
I am trying to do this and I get this error. ... nil:NilClass /root/redmine-0.6.4/app/models/issue.rb:110:in `validate_on_create' /root/redmin ... 1.8/rake.rb:1878:in `run' /usr/bin/rake:28 2008-07-22 08:58
Help: RE: Send e-mail to watcher of a issue when a svn revision reference an issue.
I don't believe there is an option at the mom ... changes I make" option. Cheers Russell 2008-07-22 08:23
Help: RE: Modify Categories/Columns Within Issues Listing
My goodness, I definitely passed over this ... Very much appreciated. Thanks, Lee 2008-07-21 21:02
(17801-17825/18263)