Search
Results (18304)
- Plugins: RE: Graphs plugin
- You are correct that the error only occurs in ... am not seeing that, nor am I seeing the old issues graph mentioned previously in this forum po ... for your hard work and quick replies. Mark
- Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
- The demo looks great. Good idea providing on ... gable. It's a simple CSS rule: <pre> li.issue, li.project { cursor: move; } </pre> As ... ee if the effort can be shared. Eric Davis
- Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
- That error is solved indeed, now I regret to ... AS sum_points FROM "items" LEFT OUTER JOIN "issues" ON "issues".id = "items".issue_id LEFT OUTER JOIN "issue_statuses" ON "issue_statuses".id = "issues".status_id WHERE (parent_id=0 AND backlog_id=1 AND issue_statuses.is_closed=true) </pre>
- Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
- Note that the plugin should be renamed to: re ... ed_at)=3) LIMIT 1 </pre> I had only one issue and one sub task, any idea what is wrong?
- Plugins: RE: Issue Vote Plugin
- WenSong Zhou wrote: > Haha, I removed all of ... te, that's OK. > It's Conflict with redmine_issues_group plugins . Ah, okay, that would do ... look into it, see what the conflict is about.
- Plugins: RE: Issue Vote Plugin
- Haha, I removed all of my plugins except Vote, that's OK. It's Conflict with redmine_issues_group plugins .
- Open discussion: RE: How to contribute
- Michael Burton wrote: > How does one contrib ... e best way is to watch the RSS feeds for new issues. When a new issue is posted, see if it's a duplicate or related to an existing issue. Then check that the correct category is set (e.g. Wiki). If you can't edit some parts of the issue, just post a note about what should be chang ... > For example, I'm interested in working on issue #2906, which is a near-duplicate of #1179, w ... are similar but not the same. So I'd add an issue relation between all three. That would help ... 358, #1179 is related to #1358. Eric Davis
- Plugins: RE: Override IssueObserver method
- Ann Buyanova: Here's some code I'm using in a private plugin to override the existing IssueObserver. Hope this helps. <pre><code class="ruby"># init.rb require 'dispatcher' require 'my_issue_observer_patch' Dispatcher.to_prepare do IssueObserver.instance.extend(MyIssueObserverPatch) end </code></pre> <pre><code class="ruby"># lib/my_issue_observer_patch.rb module MyIssueObserverPatch def after_create(issue) # Custom method here end end </code></pre> Eric Davis
- Help: RE: Change original issue poster
- Yea, I created a Redmine Glossary for one client so they could remember what each term was. The Issue *Author* is the correct term for who created the Issue (since the database field is called @author_id@). Eric
- Plugins: RE: ToDo lists plugin
- .......... issue solved.......... it seems that the rake process doesn't like the ko.yml........
- Because for some time we have had problems wi ... rack of workers, which were working on given issues (so obviously company have to pay them), bu ... ELLO/Redmine_timelog_report_addon/tree/master
- Open discussion: RE: Gantt charts work this way?
- Up, this is a major problem when using redmi ... anagement tool, is there any news about this issue?
- Plugins: RE: Override IssueObserver method
- I needed to override an existing method. I tr ... ch to stable redmine release and there is no IssueObserver, so I solved my problem in other way, I think I'll return to this topic later.
- Help: RE: Change original issue poster
- Eric Davis wrote: > Not yet, see #1739 > > Eric Davis "Issue owner", "author", ... too many ways to say t ... g, I couldn't get the right one and find the issue on the tracker ! Thanks for pointing it out !
- Plugins: RE: Graphs plugin
- Hello all, Attempted to install this plugi ... t) Restart my mongrel cluster. Navigate to Issues Tab I see Graphs in sidebar with two options: Open aging issues and Total issues over time. So far, so good I think. Cli ... rors: ArgumentError in GraphsController#old_issues A copy of ApplicationController has been r ... lp and dedication to this development effort.
- Plugins: RE: Issue Vote Plugin
- Brian DeVries wrote: > > Haha, perfect tim ... > sudo chmod -R 777 ./vendor/plugins/ Thanks
- Open discussion: RE: stable vs trunk
- I'm currently using the trunk build on my development site, and so far I have not encountered any issues. I would never consider a trunk stable enou ... f you'll get a bad commit that breaks things.
- Help: RE: Wiki issues after upgrading from 0.7.3 to .0.8.4
- Your database looks correct. Did you restart ... mongrel, thin, fcgi, passenger) Eric Davis
- Plugins: RE: Override IssueObserver method
- It's possible, I've done it in some private c ... r override the existing method? Eric Davis
- Help: RE: Change original issue poster
- Not yet, see #1739 Eric Davis
- Hello, Just a quick question, is there a w ... ons within that ticket? Right now when an issue is updated, the updated post is sent to all ... ey choose to use for corresponding w/redmine issues. And when users respond to an updated ticke ... er - mod_rails Thanks in advance, Brennan
- Plugins: RE: Issue Vote Plugin
- WenSong Zhou wrote: > Trying Vote 0.0.2 on R ... heck on, feel free to let me know. Thanks!
- Plugins: RE: Issue Vote Plugin
- Trying Vote 0.0.2 on Redmine trunk r2847 Cli ... > ./log/production.log <pre> Processing IssuesController#vote (for 127.0.0.1 at 2009-09-01 ... "action"=>"vote", "id"=>"1", "controller"=>"issues"} Rendering template within layouts/base ... 403 Forbidden [http://localhost/redmine-0.9/issues/vote/1?vote=up] </pre> Thanks!
- Hi all. I am just done configuring Redmine ... fice yet. Anyway, someone sent me a list of issues this morning I thought it would be a good t ... account. Is it possible that I change these issues to set the "added by ..." to the people who ... ed his account now) ? Thanks for helping !
- Help: RE: import users into redmine from comma delinted text file
- When I ran the rake: (Windows XP) <pre> C ... \script>rake redmine:csv_import filepath="C:\issues.csv" project="test01" --trace ... </pre>