Project

General

Profile

Search

Results (18298)

Help: RE: 406 Not Acceptable when using REST Issues API
oh, and also - authentication is working fin ... =Content-Type: application/xml; charset=utf-8 2010-08-11 04:10
Help: RE: 406 Not Acceptable when using REST Issues API
both servers have "Enable REST web service: ON" 2010-08-11 03:36
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" = '... 2010-08-11 03:34
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. 2010-08-10 21:37
Help: Creating issues from email: confirmation on creating issue
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? 2010-08-10 21:15
Open discussion: RE: Project Status "Closed"
Issues: #5541 and #3640 opened on that feature. 2010-08-10 19:20
Help: RE: Issue Reminder
btw currently this only send email to assigne ... n the code (feel free to fork it if you want) 2010-08-10 15:48
Help: RE: Issue Reminder
I attached examples 2010-08-10 15:45
Help: RE: Issue Reminder
Lukas Resch wrote: > Is there a easy way to ... ion to all developers of a projects, when an issue has to be done within 3 days, 1 day and on d ... roject no matter if they are assigned to the issue or not. Actually I happened to have wrote ... eating query, http://github.com/jk2l/redmine_issue_reminder and also I wrote rake task that "su ... ) but i think you can help me try this out :D 2010-08-10 15:39
Help: NoMethodError on Save in 1.0.0
Hi all, I'v got a problem with 1.0.0 that ... , until someone tries to save something - an issue, a wiki page, whatever, at which point they ... rnal error'. This is what gets logged for an issue: NoMethodError (undefined method `unsaved_attachments' for #<Issue:0xb6318fec>): app/models/attachment.rb:161:in `attach_files' app/models/issue.rb:499:in `save_issue_with_child_records' app/models/issue.rb:487:in `save_issue_with_child_records' app/controllers/issues_controller.rb:181:in `update' An this fo ... rs would be very much appreciated. Thanks 2010-08-10 15:24
Help: RE: Issue Reminder
Got it done with this script, maybe it can help someone. It makes comments on issues, so everyone on the project gets an update. ... ("%Y-%m-%d") url = "http://localhost:3000/issues.xml?due_date=#{date}" #wir machen den re ... cument.new(remote_xml) doc.elements.each("issues/issue/id"){ |id| url = "http://localhost:3000/issues/#{id.text}.xml" if date == Time.now.s ... #{url}" system(command) }} </pre> 2010-08-10 13:16
Open discussion: RE: Identify sub-project via email
Hi Felix and thanks for your reply, I mana ... the header only reports the project that the issue belongs to. We are using Redmine 0.9.4.stabl ... nks in advance for letting me know :) Gael 2010-08-10 11:25
Open discussion: RE: Is it possible to set the default issue query?
I already wrote plugin for this: http://www.redmine.org/boards/3/topics/11764 2010-08-10 09:20
Open discussion: Is it possible to set the default issue query?
I have an issue query called "Default" which I want to be th ... ing I can hack? Maybe I could write a plugin? 2010-08-09 23:30
Help: RE: query by issue numbers/ issue lists
You can't query a "random" set of issues, you really do have to find some way to tag/mark them and create a custom filter on those. 2010-08-09 21:08
Help: query by issue numbers/ issue lists
Is there a way to set up a query so that it displays a fixed set of redmine issues? I often need to track a set of issues for some reason or another and would like t ... elds that I can use to retrieve this list of issues. Instead, I'd like to set up a query or even URL that would display a fixed list of issues as if they were the result of a query. I ... . Also, other people add me as a watcher to issues that are not related to the list I'm trying ... e in redmine, or have any plugins to suggest? 2010-08-09 19:53
Help: RE: Shorten Git revision tags in Activity tab / feed
After speaking with a helpful person in #redm ... d a feature request: http://www.redmine.org/issues/6092 2010-08-09 18:06
Open discussion: Identify sub-project via email
Hi every body, First of all, thanks for th ... lutions but without success: * using the "issue category" option as it is present in the bod ... in advance for your reply :) Cheers Gael 2010-08-09 17:59
Help: Move the SVN repository of a project
Hello. I created a project and associated a ... nly. I can't create new project because all issues, documents, and others of this project must be kept. Thx. (I'm french, sorry for my english) 2010-08-09 16:38
Open discussion: RE: How to move all/multipel issue from a project to a subproject
See [[RedmineIssueList#Bulk-editing-issues]]. 2010-08-09 16:29
Help: RE: Installation...problem installing mysql gem
gempaths? I don't really know what that means. Anyone else having this issue or have any suggestions? Would it help to get sudo access and install in root? 2010-08-09 16:22
Open discussion: How to move all/multipel issue from a project to a subproject
I had one project running since past 1 yr have various issues (open / close) Now I have one more similar ... ject. How do i move all/multiple existing issues from main project to one of the subjects ? ... individually , but how can I do a bulk move ? 2010-08-09 15:41
Help: RE: Uploading large files fails for some users
Did so in Issue #6089. In the further analysis it now becam ... ropably some timeout set to tight in firefox. 2010-08-09 15:23
Help: RE: Uploading large files fails for some users
Hi, I checked the uploading temporary files ... ould be required to get to the cause of this issue, which is kind of out of the scope for me. ... ggestions and hints for troubleshooting this issue. 2010-08-09 14:07
Open discussion: RE: reposman.rb: wrong constant name 0
If it really was the checkout plugin then please update to the current trunk. It fixes the issue for me. Be aware that there is a new migration. --Holger 2010-08-08 22:59
(13801-13825/18298)