Search
Results (18267)
- 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
- Plugins: RE: ToDo lists plugin
- Well, yeah does the trick. But you should men ... al plugin name. Nevertheless, I have some issues with the ajax features. When I mark a todo ... a page reload) the closing tag is gone again.
- Hello, I'm new to Redmine. I looked around e ... not sure what to do. Is this even a Redmine issue, or is it a Rails issue...? Anyway, here's my info (although seem ... t Database adapter mysql $ </pre>
- I'm extremely impressed with both the Redmine ... st get on my feet here. When adding a new issue, the subject field is required. We have a f ... m a drop-down list. How can I do this?
- Help: RE: Command line ticket creation/modification?
- Really? is this the only tool available? wha ... that will create a link on the [#43] to the issue number 43. is the only thing I've been able ... e commit message gets appended to the ticket!
- Open discussion: RE: Redmine Camp
- I'd be down with that. I think it would be ... too. I am new to Redmine and had some major issues getting it installed on hostgator, but I fi ... would love to learn more about both subjects.
- Hi everyone, Is it possible to get a mail ... nly for sending email notifications only for issue add/updates, news, etc. Another question ... the webrik server. Thanks, Cristi
- I have developed ticket (issues) grouping plugin and tested it on current trunk. There is a sample screenshot: !redmine_issues_group.png! Maybe it will be usefull for someone.
- Help: RE: unable to add tasks in redmine
- Hello Brad, Thank you for writing in. Plea ... (500 Internal Server Error) Processing IssuesController#new (for 61.95.196.6 at 2009-03-1 ... ", "project_id"=>"puppet", "action"=>"new", "issue"=>{"start_date"=>"2009-03-13", "estimated_ho ... "testing", "status_id"=>"1"}, "controller"=>"issues", "attachments"=>{"1"=>{"file"=>"", "descri ... lid (Mysql::Error: #42S02Table 'redmine.next_issues' doesn't exist: SELECT * FROM `next_issues` WHERE (issue_id = (80)) ): /usr/lib/ruby/gems/1.8/ge ... r/plugins/stuff_to_do_plugin/app/models/next_issue.rb:94:in `remove_stale_assignments' /vendor/plugins/stuff_to_do_plugin/lib/stuff_to_do_issue_patch.rb:33:in `update_next_...
- Open discussion: RE: Control Redmine from the command line
- Hey Paul, Great minds think alike then? ... ork going around this http://www.redmine.org/issues/show/296. Perhaps that's where we should devote our energy. What do you reckon? Dave
- Open discussion: RE: Enable perforce integration
- I tried a patch here: http://www.redmine.org/issues/show/339 This patch worked for some thin ... being done but just a few things don't work.
- Help: RE: unable to add tasks in redmine
- Hello, I had fixed the issue with upgrading the database. However the err ... tions.rb:106:in `save' /app/controllers/issues_controller.rb:146:in `new' /usr/lib/ru ... ============== Thanks and Regards, Gokul.
- Plugins: RE: Projects Tree View Plugin - Version 0.0.1
- Defferrari Suporte Suporte wrote: > Hello, ... the plugins database for your production app issue the command <pre>rake db:migrate_plugins RAI ... data/home/redmine/log/production.log</pre>
- Plugins: RE: Budget plugin - Userwise across projects
- The spec for the next evolution of the budget ... #* Type #** Hourly #** Fixed #* Initial Issues (Phase 50) #** Title #** Due Date #** Estimate #* Initial Issue Template??? #* Cost #** Labor #** Overhea ... tatus ** Fixed rate deliverables should use issue status to deturmine deliverable status ... 2. deliverable status inherit status from issues: * empty -> no issues * new -> all issues are proposed or new * in progress -> any issue is part of the in progress / under review suite * on hold -> all non closed issues are on hold * complete -> all issues closed or rejected h2. history * use exact same history behaviors as issue. * both contract and each deliverable have ... e integrated in table view h2. Additional Issue...
- I define a custom fields about issues. But I didn't find a config option to display it in the Issues page. Is there any way to do it. Thanks!
- Open discussion: RE: How many projects do you use in your website with redmine?
- * 102 users * 85 projects * 3512 issues * a dog pile of financial plugins to add some serious complexity running smooth at the moment.
- Open discussion: RE: How many projects do you use in your website with redmine?
- * 50 users * 60 projects * 900 wiki content versions * 1800 issues * 10000 journal details Still running f ... ne metric will cause another to surprise you.
- Plugins: RE: Redmine Questions plugin v 0.3.0 Released
- Thanks! Thanks for your work on the plugin and the mailer issue.
- I am not sure if these are related, but I recently change the en.yml language file so that "Issues" shows up as "Tasks". I then created some n ... own list for "Assign to". Any suggestions?