Search
Results (18298)
- I created a desktop application (based on Ecl ... re: http://code.google.com/p/redmine-connect/issues/list
- Hi Everyone, In the last core meeting we a ... les for a project includes those uploaded in issues or the wiki. It will help answer the questi ... ke it simply because of resource constraints.
- Help: RE: Error after update from 0.8.5 devel to 1.0.0 stable... cant modify or add issues.
- look at #5907
- Development: RE: news about REST API changes
- ok, I submitted "check status" feature request: http://www.redmine.org/issues/5977
- Help: [closed] RE: 1.0.0 - Context Menu on Issue Overview not working as before
- seems that way: http://www.redmine.org/projects/redmine/repository/revisions/3871
- Here's the results on production.log: Processing IssuesController#new (for 10.80.116.27 at 2010-07- ... ea-tec-fat", "action"=>"new", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/new ActionView::TemplateError (undefined method `-' for nil:NilClass) on line #10 of app/views/issues/_attributes.rhtml: 7: <p><label><%= l(:field_status) %></label> <%= @issue.status.name %></p> 8: <% end %> 9: 10: <p ... p.id]}), {:required => true}, :disabled => !@issue.leaf? %></p> 11: <p><%= f.select :assigned_to_id, (@issue.assignable_users.collect {|m| [m.name, m.id] ... blank => true %></p> 12: <% unless @project.issue_categories.empty? %> 13: <p><%= f.select :category_id, (@project.issue...
- Help: RE: 406 Not Acceptable when using REST Issues API
- Should work by PUTting an xml of the form @<issue><status_id>3</status_id></issue>@ to @http://your.redmi.ne/issues/6.xml&key=1a022b4661da64e5dca53ebab0c94ad7@, or that's how I would expect it to work.
- Help: RE: 406 Not Acceptable when using REST Issues API
- Another question: Is it possible to set issue status via the REST API? It seems like a fairly basic feature...
- Help: RE: 406 Not Acceptable when using REST Issues API
- I'd tried messing with Accept headers with no ... d as expected. There seems to have been some issue in our lighttpd/FastCGI setup (possibly ligh ... en?). I couldn't figure out exactly what the issue was, so just moved it over to a lighttpd + m ... en with Accept: */*). Thanks all, Stephen
- Help: RE: 1.0.0 - Context Menu on Issue Overview not working as before
- AFAIK this only broke on status changes and a fix for that has been committed on Sunday (I think).
- In version 0.9.4 and before, a right-click on an issue brought up the context menu, where you could change various metainformation on issues. After a click, the requested change was do ... Now, in 1.0.0, the usual edit-page for an issue is shown before the changes can be made. Is ... he old behaviour back? Best Regards, Lars
- Help: RE: 406 Not Acceptable when using REST Issues API
- Now all is clearer. Thanks for comments.
- Help: RE: 406 Not Acceptable when using REST Issues API
- Taras Bunyk wrote: > May be problem is becau ... it to make it work with older rails versions.
- Help: RE: 406 Not Acceptable when using REST Issues API
- Yes of course. I just thought it was "To enab ... ries and version is "0.9.3.stable (SQLite)" ?
- Help: RE: 406 Not Acceptable when using REST Issues API
- It's the last checkbox in _Administration_ > _Configuration_ > _Authentication_.
- Help: RE: 406 Not Acceptable when using REST Issues API
- > You do have the REST API enabled, right? Y ... w to enable it? And thanks for your help.
- Help: RE: 406 Not Acceptable when using REST Issues API
- You do have the REST API enabled, right? A ... I did to make sure your calls work properly.
- Help: RE: 406 Not Acceptable when using REST Issues API
- "Accept: text/xml" don't work either. <pre ... 'Accept: text/xml' http://localhost/redmine/issues.xml * About to connect() to localhost port ... localhost (::1) port 80 (#0) > GET /redmine/issues.xml HTTP/1.1 > User-Agent: curl/7.19.7 (x8 ... left intact * Closing connection #0 </pre>
- Hi! I'm sorry to bother you on such a small issue, since there is already a lot of information ... (and the same for models) ? Thanks a lot.
- Help: RE: 406 Not Acceptable when using REST Issues API
- Felix Schäfer wrote: > I think you need to s ... at should read "of what you are expecting"...
- Help: RE: 406 Not Acceptable when using REST Issues API
- I think you need to set the type of you are accepting, i.e. @Accept: text/xml@ or something.
- Development: RE: news about REST API changes
- Alexey Skor wrote: > [...] (although was sur ... r was not assigned to. looks like a security issue). Not exactly. See [[Rest_Projects#Authen ... [Rest_api]] for more general API-information.
- Help: RE: Problems Running: RAILS_ENV=production rake db:migrate
- +1 We're using Redmine 0.9.2 with following plugins with a MySQL back-end: * Redmine Issues Group v0.1.7 (by Andrew Chaika) * Timeshee ... s suggested after correcting some mistakes.
- Development: RE: news about REST API changes
- correction: I found the API to get list of pr ... r was not assigned to. looks like a security issue).
- Help: RE: error migrating Status Updates plugin
- I got this error as well. The above solution ... great. i'm on redmine 1.0 but also has this issue in my previous version.