Search
Results (18210)
- I've just uploaded a new release of the "Redm ... ittlestreamsoftware.com/projects/redmine-bte/issues is open to the public and you are welcome t ... sts and patches for the next version. Eric
- Help: RE: Can't create issue from email. (IMAP) "rake redmine:email:receive_imap" - Unable to determine target project
- The user who sent the email needs permission to add the issue. i.e. If userA emails userB then both userA/ ... box. Redmine will say that userA created the issue. Also, what is your identifier for the p ... entifier of the project and that resolved my issue. Let me know if that helps. Cheers, Brennan
- Open discussion: RE: How to contribute
- I wanna help more, but I'm a little lost. I'm ... more information to collaborate on the right issues. About the issues, what are the priorities ? I'd like to h ... ion, what about future releases, 1.0, 2.0 ...
- Open discussion: RE: Restrict a role to certain Trackers
- There is already an issue for this request: #2791 It shoudn't be too hard to implement if you have ruby knowledge...
- Plugins: RE: Change issues context menu
- Just add app\views\issues\context_menu.rhtml to your plugin and change it on your own. Ask Eric for the best practices :)
- Help: RE: unable to add tasks in redmine
- Hello .. Please also see the production.lo ... rs.com/projects/show/zenoss] Processing IssuesController#new (for 61.95.196.6 at 2009-03-1 ... "=>"zenoss", "action"=>"new", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/new Completed in 0.09346 (10 reqs/sec) | R ... 200 OK [http://cwleaders.com/projects/zenoss/issues/new] Processing IssuesController#new (for 61.95.196.6 at 2009-03-1 ... ", "project_id"=>"zenoss", "action"=>"new", "issue"=>{"start_date"=>"2009-03-18", "estimated_ho ... est test", "status_id"=>"1"}, "controller"=>"issues", "attachments"=>{"1"=>{"file"=>#<ActionCon ... lid (Mysql::Error: #42S02Table 'redmine.next_...
- Help: RE: 500 Internal Server Error after accidental reconfig
- Ok, so I fixed this issue by telling webrick to utilize port 80 (which ... tably that led to the fix. Peace, Brennan
- Currently, in Roadmap, only Tracker "Todo" an ... dmine source codes ? Thank you very much !
- Hi All, Is it at all possible to restrict ... to limit to only being able to create "Bug" issues, but we can't seem to limit them to only th ... the-hood experience :) Regards, Peter
- Help: RE: rake redmine:email:receive_imap does not receive mails
- Ok, this solved it for me: http://www.redmine.org/boards/2/topics/2630 "In the model issue.rb there is a code validates_presence_of ... iority is mandatory field.So i cannot create issue without receiving the value for priority parameter." Sorry for spamming the board :)
- Hi, I am trying to fetch emails from an I ... on has been setup, BUT there are no incoming issues in redmine to be found. I even looked inside the redmine database, no new issues. Anyone has a clue? I would be happy about every hint! Thanks, Antonino
- Help: RE: Problem in mylyn-redmine connection
- I had the same problem: Connection seemed to work, but the issues did not show up. Apparently, the docs are a ... rom the query-url: ${serverUrl}/projects/issues instead of ${serverUrl}/projects/issues/show the issues show up in mylyn. Editing works via the web ... in a: ${serverUrl}/projects/<your_project>/issues to show only the issues for your project. Still have to look into t ... e, if it is possible to lift the rest of the issue-fields into mylyn...
- Help: RE: I need to change order of category in Issue list...
- Hi, I'm looking for the same feature. I trie ... s an idea how to change the display order in issue list? thanks. Thomas
- Is it possible to change the issues context menu from a plugin? I'd like to add ... on to do this? (I'm using version 0.8.2 atm)
- Help: RE: How apply patch file on windows?
- Hello there I am in the same trouble ... file present here -> http://www.redmine.org/issues/show/443 on my installation Please let ... configuration. Best Regards Imran Sheth
- Help: RE: How to accept messages from unknown email address?
- I too would love a solution for this issue.
- Plugins: RE: Using Scrum Alliance Plugin for Redmine
- > I'm actually working on pulling some of ... ugins in earnest (I had to fork to fix a few issues along the way.) I've also not been able to ... anding task I was going to do was to put the issue context-menu on the task-board (I've almost ... -date[or never hits !], green if before )
- I've just uploaded a new release of the "Redm ... eamsoftware.com/projects/redmine-stuff-to-to/issues is open to the public and you are welcome t ... sts and patches for the next version. Eric
- We've been using Redmine for around a month n ... iles, and you can attach files to Documents, Issues, Wiki pages, etc. Documents appears to b ... how you use the different modules. Thanks!
- I am trying to create a task from email. rake didn't give any error, but issue was not created. After enabling log in "C:\P ... e with this? Thanks in Advance, Nanda
- Help: RE: Project columns 'lft' and 'rgt' empty after migration 104
- Hey, i seem to have the same issue with the lft/rgt not being populated, but wh ... Not sure what to do to fix this though.
- Open discussion: RE: How many projects do you use in your website with redmine?
- * 2-5 regular users - 175 Users registered * 71 Projects * 2242 Issues * 7148 Journal details * 3284 Time Entrie ... epository pages (which can get slow). Eric
- Hi, I'd like to setup a set of rake tasks that will send out emails ~15 minutes before an issue is due but only send out emails once for each ticket. Is there a part of the Issue database that I can use to hold if an email ... ng to alter this: # Sends reminders to issue assignees # Available options: # * :da ... # * :tracker => id of tracker for filtering issues (defaults to all trackers) # * :project ... acker]) : nil s = ARCondition.new ["#{IssueStatus.table_name}.is_closed = ? AND #{Issue.table_name}.due_date <= ?", false, days.day.from_now.to_date] s << "#{Issue.table_name}.assigned_to_id IS NOT NULL" ... us = #{Project::STATUS_ACTIVE}" s << "#{Issue.table_name}.project_id = #{project.id}" if project s << "#{Issue.table_name}.tracker_id = #{tracker.id}" if tracker ...
- Plugins: RE: ToDo lists plugin
- @Axel, Yeah that does suck a little bit RE ... explicitly stating that. As to your AJAX issues, I had a look and there were some CSS issues that ive fixed up now, if you want to updat ... xtra "%>" though? Let me know how it goes.
- Help: RE: issue import (email or csv)
- Hi, I am very interested by this plug-in, ... some very basic instructions. Thanks a lot