Project

General

Profile

Search

Results (18019)

Open discussion: RE: My apologies for submitting SQL Server issues but which databases are officially supported?
That comment is from over a year ago. Since ... pendent on other community members. Eric 2008-07-26 00:29
Open discussion: My apologies for submitting SQL Server issues but which databases are officially supported?
I see that defect #1652 has been closed by Je ... hilippe or the dev team by having to process issues against an unsupported database, but I was ... ds/1/topics/show/1770) in getting it to work? 2008-07-25 21:21
Help: RE: Error when added date to roadmap version
Defect #1683 created for this issue. 2008-07-25 20:37
Help: RE: Error when added date to roadmap version
I am having a problem with the gnatt chart, b ... l log the roadmap version date problem as an issue. 2008-07-25 20:26
Open discussion: RE: Can I assign one iusse to multiple member?
I reviewed all persons comments. I partly agr ... ute my mind in here. In fact, assigning one issue to more than one person would be logical confusion. I think individual issue is "Atom" issue, it is just only handled by one member. If we meet the situation of one issue to multiple member, then I think this issue has to be splitted. Split to more than one issue, and each sub-issue assign to one member. So I suggest using sub-issue concept. To manage easily, all sub-issue are still below the parent/master issue(use '+' to spread out, use '-' to pack up), parent/master issue and all its sub-issues are appurtenant. If all of sub-issues are closed, then parent/master ... 2008-07-25 11:20
Help: NoMethodError
Hey Everyone, I just did something that wa ... rted a bunch of CRs from StarTeam as Redmine Issues using a MySQL script that I wrote. Now, whenever I go to access an issue I get the following error: NoMethodError in Issues#show Showing issues/show.rhtml where line #15 raised: undefi ... source (around line #15): 12: <div class="issue <%= "status-#{@issue.status.position} priority-#{@issue.priority.position}" %>"> 13: <h3><%=h @issue.subject %></h3> 14: <p class="author"> 15: <%= authoring @issue.created_on, @issue.author %>. 16: <%= l(:label_updated_time, distance_of_time_in_words(Time.now, @issue.updated_on)) + '.' if @issue... 2008-07-25 02:34
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
(17551-17575/18019)