Search
Results (18307)
- Hey, I installed redmine and logged in su ... from /usr/share/redmine/app/models/issue.rb:35 from /usr/lib/ruby/1.8/rubyge ... e> What's wrong? Didn't change anythign :(
- Help: RE: cannot change email notifications setting anymore
- Do you mean uninstall ALL vendor/plugins? btw: Looks like a GUI display issue. When I change notification to eg. "Only whe ... ers aren't getting tons of redmine email. ;-)
- Help: RE: cannot change email notifications setting anymore
- May be a plugin issue, try without plugin installed.
- Hello, Is it possible update a wiki page b ... n't work (no surprise) due to authentication issues. Thanks, Ben
- Plugins: RE: XLS export plugin
- hi, Using redmine_xls_export plugin ver 0.1. ... .5. I want to export the relations of each issue, so I check Export relations in the global s ... ng? anyone seen this working? Thanks! Ziv
- When exporting issue in csv/pdf format,issue history record can't be exported. How to export issue history record?
- When I try to add a related issue I press the Add button. I the put a valid issue number into the issue # box. when I press Add it asks for a userna ... hat it won't accept and then logs me out.
- Help: RE: cannot change email notifications setting anymore
- I'm still having this issue. Nobody else?
- Help: RE: Upload attachments to issues via rest api
- Terence, The currently implemented REST ap ... s (see e.g. forum-message: message#17900 and issue #8171). Hint: this can be easily found by m ... ine.org/search/index/redmine of Redmine... :)
- How can i upload attachments to issues via rest api?
- Open discussion: RE: Context menu from Gantt chart?
- Jesse Dundon wrote: > Any reason why there is no right-click context menu to edit issues from the gantt chart? Are there any plugins ... ature (slightly different) already exists at issue #1806 and it's already been patched at patch #2024.
- Help: RE: Does Redmine allow custom fields wh ... ricted to those of the project when creating issues?
- Frank Church wrote: > Are there any plans to ... Not that I know of. Just follow the given issue to track its activity. Frank Church wrote ... AIK this hasn't been implemented in a plugin.
- I require the Description field to be mandato ... , I've been searching and edited app/models/issue.rb and added changed validates_presence_of ... anyone tell me what I am missing thanks
- Any reason why there is no right-click context menu to edit issues from the gantt chart? Are there any plugins ... dmine and like it so far! Cheers, Jesse
- Help: RE: For the life of me cannot remove "/redmine" from main url
- Bump. Has anyone run into this issue? Anyone at all?
- Development: RE: Automatic Project Creation
- Tks Guys researched solutions and would lik ... = 'admin' self.password = 'admin' end issue = RedmineClient::Issue.find(1018) issue.subject = "Changed via the API TESTE" issue.save eRROR: /var/lib/gems/1.8/gems ... .rb:589:in `find' from teste.rb:15
- Plugins: RE: Extended Schedules plugin with scheduling issues option
- issue_statuses.is_closed is boolean type Need change the code <code> issue_statuses.is_closed = 0 </code> to <code> not issue_statuses.is_closed </code> work fine :)
- Plugins: RE: Redcase Plugin
- The idea is really good, but its not useable ... e test description shalle be copied to a new issue as bug report. Test execution should be scheduled as task with a tester assigned to this task.
- Development: RE: Assign issue to a group in redmine 1.2.0
- Thanks a lot Mischa.
- Help: RE: Does Redmine allow custom fields wh ... ricted to those of the project when creating issues?
- Frank Church wrote: > s it possible to add c ... nked with the project, so that when creating issues the dropdown list shows only the values whi ... plement it, or some plugins that can do this?
- Plugins: RE: Redmine Scrumdashboard plugin
- > Anyone knows... if... is it compatible with ... yes it is, we are using it for few weeks, no issue during installation or use. One bug fix : ... version* in the dashboard combobox selection.
- Plugins: RE: Redcase Plugin
- Thanks Mitul, I still can not see the tre ... More info that may shed some light on this issue - 1. I run Redmine on apache2 on Ubuntu 2 ... Any idea why I cant see the tree?
- Help: RE: cannot open my family tree
- Think you've posted in the wrong forums. This is the forum about the Redmine project management / issue tracking system; not related to GeneWeb.
- I am a software developer that recently begun ... lity for replacing our current approaches to issue tracking and project management. We are plea ... ible. Thank you for your time! -Michael
- Help: RE: Redmine installation problems rake command issue
- On windows, you need to set your RAILS_ENV apart. set RAILS_ENV=production rake db:migrate