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?
- 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
- Open discussion: RE: Number of statuses for an issue
- Admin > issues statuses Then Admin > workflow
- 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
- Hi there, I'm trying to migrate my issues from mantis to redmine with migrate_from_ma ... ted, edited, textilized by Thomas LECAVELIER)
- 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
- 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?
- 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?
- 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.
- 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
- 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?
- Help: RE: Error when added date to roadmap version
- Defect #1683 created for this issue.
- 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.
- 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 ...
- 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...
- 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
- 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
- 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.
- 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
- 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
- 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.
- 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
- Help: RE: Add "Watched Issues" To Home Page?
- My apologies. There were sub-projects I wa ... t the blocks like described above? Thanks.
- 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
- 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.