Search
Results (18317)
- Help: RE: Error viewing issues after upgrading from 0.9.3 to 1.0.1
- Please give the complete stack of the error, ... hat you didn't restart your redmine properly.
- Help: RE: How can i add a filer to filt issues committed by anonymous user
- I don't think you currently can, what you cou ... r other than a user is a ticket by anonymous.
- Open discussion: RE: How can i add a filer to filt issues committed by anonymous user
- Don't multipost. Closing here in favor of "the other thread":/boards/2/topics/17308.
- we can't control anonymous users' behavior but we still want them to commit issues to our projects so i want to create a filter to control anonymous' issues ,but i found that their's no anonymous user ... w.redmine.org/attachments/4468/anonymous.JPG!
- we can't control anonymous users' behavior but we still want them to commit issues to our projects so i want to create a filter to control anonymous' issues ,but i found that their's no anonymous user ... ield just like image below: !anonymous.JPG!
- After an upgrade using svn checkout from 0.9. ... teError (undefined local variable or method `issues_context_menu_path' for #<ActionView::Base:0xb6d438c8>) on line #84 of app/views/issues/index.rhtml: 81: <%= auto_discovery_li ... > 82: <% end %> 83: 84: <%= context_menu issues_context_menu_path %> app/views/issues/index.rhtml:84:in `_run_rhtml_app47views47issues47index46rhtml' app/controllers/issues_controller.rb:83:in `index' app/controllers/issues_controller.rb:82:in `index' Rendering /v ... during upgrade process) Any idea? Tks
- How do I set up an issue category to automatically notify several people when an issue is added? Either as a simple email or by aut ... cater for a situation where a high-priority issue is raised and the default assignee cannot se ... nditions: * The helpdesk person raising the issue does not know who should be added as watcher ... but Redmine doesn't seem to cater for that.
- Open discussion: RE: add "missing" link between a commit and an issue
- You could write a plugin that would completel ... sier than implementing a plugin from scratch.
- Open discussion: RE: add "missing" link between a commit and an issue
- is it technically feasible to implement a plu ... atible with the creation of plugin to do so ?
- Hi, I've already posted the issue at http://github.com/delaitre/redmine_time_tracker/issues#issue/24. Since I have no response... and I ne ... are not logged in ? This is the original issue post: <pre> TimeTrackersController#rende ... ....../time_trackers/render_menu] </pre>
- Open discussion: RE: add "missing" link between a commit and an issue
- No.
- Just before the demise of Emerald I bought a ... d the creator who had never had this type of issue reported to her but sent me a new pair of bo ... gain and I still get the popup. Not a major issue folks but it's really annoying! Help!
- Hi All, from what I understood, the "link" between issues and commits are done based upon the parsing ... mitted to precise it or refered to the wrong issue) without modifying "dirtily" directly the database (without the redmine interface) ? thanks
- Help: RE: Creating issues in a script
- You will need at least @File.read("/path/to/f ... tiate one by just googling around real quick.
- Plugins: RE: Redmine Messenger problems
- Terence Mill wrote: > Although the "RedmineM ... ://github.com/mszczytowski/redmine_messenger/issues#issue/13 seems to be working, i get some alarming ... production: <<: *development </pre>
- Although the "RedmineMessenger":http://github ... ://github.com/mszczytowski/redmine_messenger/issues#issue/13 seems to be working, i get some alarming ... -2.2.14/bin/passenger-spawn-server:61 </pre>
- Help: RE: Creating issues in a script
- Thanks for the help :). I'll try out the runn ... attachment = Attachment.create(:container => issue, :file => "/var/log/nightbuild.log", :author ... ss should I use for @file@? How to create it?
- Help: RE: Creating issues in a script
- You might prefer to use: <pre>#!/path/to/r ... but as I said: not a supported way to enter issues.
- Help: RE: Creating issues in a script
- I found the solution. <pre> script/consol ... kers.find_by_name("Bug") category = project.issue_categories.find_by_name("some") priority = IssuePriority.find_by_name("Urgent") status = IssueStatus.find_by_name("New") issue = Issue.new( :author => user, :project => proj ... ity => priority, :assigned_to => user ) issue.subject = "Night build has failed" issue.description = "Issue body" issue.save </pre>
- Help: RE: Creating issues in a script
- I am not only didn't study IssuesController, I didn't study ruby as well. I t ... user = User.find_by_mail("user@server.com") issue = Issue.new(:author => user, :project => project, :t ... priority => priority, :assigned_to => user) issue.save! </pre> ?
- Help: RE: Creating issues in a script
- If your ruby/rails is up to speed: @script/ru ... ommend against it if you haven't studied the IssuesController to enough extent that you know what you are doing.
- Help: RE: Creating issues in a script
- Are there any other ways to create an issue from a script? Can I launch some Ruby Redmin ... ld be with the "Assigned to" field of course.
- Help: RE: Creating issues in a script
- Alright, that explains a lot. I am using 0.9. ... the help anyway :). I'll wait for the next issue of Ubuntu, where the new Redmine will be included.
- Help: RE: Creating issues in a script
- I'm not sure when that keyword was added, but ... signee needs to be member of the project the issue is created in too. If it helps: that's feature's been added in r3764.
- Help: RE: Creating issues in a script
- Just in case, my environment is: <pre> Ab ... s Redmine Code Review plugin 0.3.1 </pre>