Project

General

Profile

Search

Results (18307)

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. 2010-08-11 17:52
Help: Custom Field Query Error
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 2010-08-11 15:29
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"} 2010-08-11 14:04
Open discussion: Issue #61
Issue #61 has been open an embarrassingly long tim ... else done any work on something like this? 2010-08-11 09:35
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. 2010-08-11 09:05
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. 2010-08-11 08:18
Help: how to provide api access KEY when using POST in REST API
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. 2010-08-11 06:59
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. 2010-08-11 06:39
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... ;) 2010-08-11 04:39
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
(13801-13825/18307)