Search
Results (18267)
- Open discussion: RE: Issue #61
- Yes, the PDF library is plagued with issues. But currently, it's the best we have. If y ... hem is actually worth the time :) --Holger
- Open discussion: RE: Issue Journals
- Issue journals are created automatically when you update existing issues. See [[Rest_api]] for examples. Changing ... tly not exposed via a proper REST interface.
- does anyone know if it's possible to create/edit/update Issue journals with the use of Redmine's Rest API? ... the how-to documentation, thanks in advance.
- Help: RE: Start from 0 on new project?
- I don't know what you mean by "start from 0", but if you mean the issue ids: no.
- Is there a way to start from 0 if a new project is created? This could be useful to track bugs/issues by quarter for what I am working on. Thanks, Neal
- Help: RE: 406 Not Acceptable when using REST Issues API
- oh... ok, I see.
- Help: RE: 406 Not Acceptable when using REST Issues API
- For the projects API.
- Help: RE: 406 Not Acceptable when using REST Issues API
- why do I see "Enable REST web service" option in 0.9.6 web interface then?
- Help: RE: Custom Field Query Error
- The query is about the issues. Here is a complete log: Processing IssuesController#index (for 192.168.35.2 at 2010-0 ... _id"=>["1"], "cf_11"=>["1"]}, "controller"=>"issues", "query"=>{"column_names"=>["tracker", "st ... n `statement' app/models/query.rb:445:in `issue_count' app/controllers/issues_controller.rb:74:in `index' passenger (2 ... 0/public/500.html (500 Internal Server Error)
- Help: RE: Custom Field Query Error
- Please provide the log entry for the whole request. What custom fields (issues, projects, …?) are you trying to poll?
- Help: RE: How to use methods from other plugins?
- I'm not sure I understand what you are trying to do, but: # Having that sort of logic (Issue.find and so on) in the view is a bad idea (a ... d rails to achieve what you are trying to do.
- Hello everybody. The queries on existing c ... n `statement' app/models/query.rb:445:in `issue_count' app/controllers/issues_controller.rb:74:in `index' I applyed ... Thank you in advance for your help Paolo
- Help: RE: How to use methods from other plugins?
- This is what I get: NoMethodError in Work ... 1: <form style="font-size:14px;"> 2: <% 3: issues = Issue.find(:all, :order=>"id DESC", :conditions => ... =>params[:StuffToDo.doing_now(@user)]}]) 5: issues.each do |issue| 6: if issue.closed? then 7: next if !params.key?(:a ... ext/html", "Cache-Control"=>"no-cache"}
- Issue #61 has been open an embarrassingly long tim ... else done any work on something like this?
- Help: RE: Error after update from 0.8.5 devel to 1.0.0 stable... cant modify or add issues.
- I had a similar problem moving from 0.8.4.devel to 1.0.0 stable. I was able to resolve the issue by migrating from 0.8.4.devel to 0.9 stable, ... stable to 1.0.0 stable. Cheers, Leon.
- Help: RE: 406 Not Acceptable when using REST Issues API
- Alexey Skor wrote: > I have a similar proble ... stall v. 0.9.6 and I'm trying to get list of issues through REST API. The Issue REST API is available in 1.0 and up only.
- I need to provide api access key when creating issue via HTTP POST request in REST API. how do I ... aders? in the request body together with the issue xml text? somehow else? I can create issue with basic HTTP authorization (username & password), but need to use api access key.
- Help: RE: POST request example to create Issue through REST API
- I see I must use http://172.17.10.53:3000/issues.xml instead of http://172.17.10.53:3000/projects/ace/issues.xml Mentioning in REST API docs that need to use "<server>/issues.xml" to create issues and "<server>project/<proj_name>/issues.xml" to list them would have saved hours... ... sword), but I need to use API access key.
- Development: RE: Standard Plugin Information File
- Felix Schäfer wrote: > Fine by me, and it de ... documented at [[ExtensionListInfo]]. This issue also relates to the possible solutions Eric ... t.radiantcms.org). Just my two cents... ;)
- Help: RE: 406 Not Acceptable when using REST Issues API
- oh, and also - authentication is working fin ... =Content-Type: application/xml; charset=utf-8
- Help: RE: 406 Not Acceptable when using REST Issues API
- both servers have "Enable REST web service: ON"
- Help: RE: 406 Not Acceptable when using REST Issues API
- I have a similar problem. I have a new Redmine install v. 0.9.6 and I'm trying to get list of issues through REST API. I'm getting <pre> GET http://<server>.com:80/projects/tools/issues.xml?key=087a6cd6077a14fc1968af0e92949d1c6d3 ... host + ":" + port + "/projects/tools/issues.xml"; public static void main(String[] ar ... > GET http://172.17.10.53:3000/projects/sep/issues.xml?key=fc20e8f5f1885fc194b7b7865e6d6ce9a44 ... error? server shows: <pre> Processing IssuesController#index to xml (for 172.17.10.56 at ... d"=>"sep", "action"=>"index", "controller"=>"issues", "key"=>"087a6cd6077a14fc1968af0e92949d1c6 ... WHERE ("enabled_modules".project_id = 12) IssueCustomField Load (0.5ms) SELECT * FROM "cus ... or_all='t') AND ( ("custom_fields"."type" = '...
- Open discussion: RE: Is it possible to set the default issue query?
- Thanks - your plugin didn't do exactly what I ... efault_columns I changed @app/controllers/issues_controller.rb@ so that the default query is ... session[:query][:column_names].nil?@ is true.
- Hi, I've successfully set up a system where the local postfix MTA creates an issue in Redmine in a support queue. Also, if new ... ne that reporters recieve an e-mail with the issue number, just as a confirmation that we have recieved the issue. Is there an easy way of doing that?
- Open discussion: RE: Project Status "Closed"
- Issues: #5541 and #3640 opened on that feature.