Project

General

Profile

Search

Results (18298)

Open discussion: RE: Webrick startup
I have had the same issue. Webrick runs it fine, but how do you get it ... d write to place within th einit.d directory? 2010-08-12 10:47
Help: RE: Custom Field Query Error
The table structure is: -- MySQL dump 10.1 ... -- -- Table structure for table `changesets_issues` -- DROP TABLE IF EXISTS `changesets_issues`; SET @saved_cs_client = @@character_s ... set_client = utf8; CREATE TABLE `changesets_issues` ( `changeset_id` int(11) NOT NULL default '0', `issue_id` int(11) NOT NULL default '0', UNIQUE KEY `changesets_issues_ids` (`changeset_id`,`issue_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; ... client; -- -- Table structure for table `issue_categories` -- DROP TABLE IF EXISTS `issue_categories`; SET @saved_cs_client = @@c ... character_set_client = utf8; CREATE TABLE `issue_categories` ( `id` int(11) NOT NULL auto_ ... efault NULL, PRIMARY KEY (`id`), KEY `issue_categories_project_id` (`project_id`), KEY `index_... 2010-08-12 09:38
Open discussion: RE: Issue Journals
I have tried to set the notes attribute both ... m to save the notes/journals/history for the issue via the API. I created a test account on htt ... ng XML is sent to redmine when *creating* an issue. the issue was created, but it did not have an initial ... <?xml version="1.0" encoding="UTF-8"?> <issue> <project_id>21606</project_id> <t ... <subject>this is the subject</subject> </issue> the following XML is sent to redmine when *updating* an issue. the issue was updated...the description did change, bu ... <?xml version="1.0" encoding="UTF-8"?> <issue> <project name="woodster" id="21606"/> ... t</subject> <description>this is my NEW issue description via API...</description> <s ... elations></relations> <notes>this is my ... 2010-08-12 04:44
Open discussion: RE: Issue #61
Ok, I am doing a bit of research. I alread ... might be better / speedier. Cheers Jeff 2010-08-12 04:12
Open discussion: RE: Issue Journals
Update the issue as you normaly would. If you set the @notes@ attribute and save the issue, it will form the journal note. At least I think so, haven't tested it... --Holger 2010-08-12 00:28
Open discussion: RE: Issue Journals
I do not want to change existing journal note ... journals either at the time that I create an Issue...or...after creating the issue, it doesn't matter when as long as I can. For example, can I ADD the following notes to an issue (either at creation time or as an update) wi ... XXX XXXXX" 2. "this is my 2nd note for this issue" 2010-08-12 00:18
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 2010-08-11 23:46
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. 2010-08-11 23:40
Open discussion: Issue Journals
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. 2010-08-11 23:04
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. 2010-08-11 20:35
Help: Start from 0 on new project?
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 2010-08-11 19:44
Help: RE: 406 Not Acceptable when using REST Issues API
oh... ok, I see. 2010-08-11 19:31
Help: RE: 406 Not Acceptable when using REST Issues API
For the projects API. 2010-08-11 19:30
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? 2010-08-11 19:28
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) 2010-08-11 18:13
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? 2010-08-11 18:06
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
(13776-13800/18298)