Project

General

Profile

Search

Results (18203)

Help: RE: Migration depuis Mantis 1.2.0a1 : T ... .mantis_project_category_table' doesn't exist
You want to migrate a pre-release mantis? :) Are you sure you have such issues to migrate? Joke apart, mantis site is not ... .1.X and 1.2.X. Could you look for it please? 2008-07-28 22:21
Open discussion: RE: What's your Git workflow with Redmine?
> Should this be a monkey patch on my install ... yone have any opinions on creating a Redmine issue for this and getting into trunk? A patch ... ng me on Github and I'll try to help. Eric 2008-07-28 22:13
Open discussion: RE: Number of statuses for an issue
Admin > issues statuses Then Admin > workflow 2008-07-28 21:01
Help: How do I tell what release Revision 1488 will be included in?
Hello, Thank you for this wonderful softwa ... duplicate tickets closed and found that this issue was already reported and acted on: http:/ ... if this is a super basic question. Johnny 2008-07-28 18:42
Help: Migration depuis Mantis 1.2.0a1 : Table 'mantis.mantis_project_category_table' doesn't exist
Hi there, I'm trying to migrate my issues from mantis to redmine with migrate_from_ma ... ted, edited, textilized by Thomas LECAVELIER) 2008-07-28 18:15
Open discussion: Number of statuses for an issue
Hi, the number of statuses for an issue is hardcoded? is it 6? I'm asking this be ... ey do not appear when they want to update an issue. If so, where can I look to modify it? Thanks, Daniel 2008-07-28 17:01
Open discussion: RE: What's your Git workflow with Redmine?
Right now I'm simply setting up Redmine for i ... yone have any opinions on creating a Redmine issue for this and getting into trunk? 2008-07-28 16:32
Open discussion: RE: My apologies for submitting SQL Server issues but which databases are officially supported?
I've been spending a bit of time getting Sql ... in Redmine itself which solve the remaining issues. In a couple of cases in the code the same ... ubmitted a patch it would be accepted anyway? 2008-07-28 02:11
Help: RE: Some problems with svn repository
Using svn client 1.4.2... Connecting via https to a remote svn server... I found the issue to be an "invalid" ssl certificate (the stoc ... e system. Will report any problems/fixes. 2008-07-26 18:57
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
(17726-17750/18203)