Project

General

Profile

Search

Results (18307)

Help: RE: Installation Issues on Dreamhost
Probably can be useful: http://wiki.dreamhost.com/Redmine 2010-08-23 14:14
Help: RE: how to provide api access KEY when using POST in REST API
It work, if you have it in the URL, like this: <pre> echo '<issue></issue>' | curl -X PUT -H 'Content-type: text/xml' -H 'Accept: text/xml' -d @- http://localhost:3000/issues/11?format=xml\&key=123456aef3948ef2939 </p ... st no payload. This request would UPDATE the issue. Should work with POST also. 2010-08-23 14:12
Open discussion: RE: Help for plugin / modified issues list: display column for "spent time"
Ok, I solved it the following way: * Insta ... tions/321403/redmine-add-spent-time-field-to-issues-display carsten 2010-08-23 12:36
Help: Redmine Internal Error after idle time
Hi all We had to migrate our redmine serve ... : 5.0 Apache Version: 2.0 I found this issue: http://rubyforge.org/forum/message.php?msg ... ment once a day to avoid the error. Greez 2010-08-23 08:52
Open discussion: RE: idea on issues -> task list
I believe that this plugin may do what you ne ... Not sure whether is compatible with 1.0.x 2010-08-23 04:14
Development: RE: Join the Documentation Team!
Hi there... we've just upgraded, and I've gon ... contribute back to Redmine.org. A couple of issues: * I've relied heavily on being able to f ... ecreate a set of representative projects and issues &mdash; and ux.redmine.com is cluttered with spam projects and issues. Is there anywhere I could get access to a ... ive but not proprietary) set of projects and issues to capture? * There's still the issue of how to extract the project (or just the w ... export and import projects? Cheers, jh 2010-08-23 00:36
Help: RE: email configuration issues
and actually...what exactly am i restarting here? am i restarting redmine? 2010-08-22 19:00
Plugins: Option For Graph or Charts Plugin
both the "graph plugin" and "charts plugin" h ... and the "graphs plugin" shows me "Open aging issues" and "Total issues over time" without the ability to filter th ... fication to be able to set the comparison to issue counts per tracker (i.e number of bugs incre ... nly number of hours or total progress of all issues over time 2010-08-22 14:27
Plugins: RE: Hudson Plugin 1.0.5
Malcolm Thompson wrote: > I have version 1.0 ... g verison 1.0.0 of Redmine. When I click the Issues link the error message shown below is gener ... customize redmine Query class. I think this issue caused by collision between Hudson plugin an ... Hudson plugin 1.0.6 works with redmine 1.0.0. 2010-08-21 15:18
Help: RE: I've set up imap email polling, but how can I trim off the quoted text?
Or maybe it's already been implemented? http://www.redmine.org/issues/4409 Hard to tell from that issue how to set it up though. 2010-08-21 12:38
Help: RE: I've set up imap email polling, but how can I trim off the quoted text?
Looks like maybe there's already an issue for this: http://www.redmine.org/issues/2852 2010-08-21 12:33
Help: email configuration issues
I have Redmine fully installed (thanks to som ... s the problem? Thanks for your help! kl 2010-08-20 22:51
Help: RE: indisponivel no update tasks
Sinair Pereira Junior wrote: > My installed ... 0.9.5.stable (MySQL), I create new statuses Issue status update and when I do not show, can an ... solve this? I managed to solve, Thanks! 2010-08-20 17:09
Plugins: MS Project 2007 Import/Export plugin
Based on the "redmine_loader":http://github.c ... e at: http://github.com/vile/redmine_loader Issue tracker: http://github.com/vile/redmine_loader/issues 2010-08-20 16:53
Plugins: RE: Extended Schedules plugin with scheduling issues option
can any one provide the exact link where i can download this plugin without any issues. as i download the plugin from the link ... orting files to downloaded for this to work 2010-08-20 16:35
Plugins: RE: Hudson Plugin 1.0.5
I have version 1.0.6 of the Hudson plugin ins ... g verison 1.0.0 of Redmine. When I click the Issues link the error message shown below is gener ... orks with Redmine 1.0.0? ArgumentError in IssuesController#index wrong number of arguments ... ack/apps/redmine/app/models/query.rb:445:in `issue_count' C:/Program Files/BitNami Redmine Stack/apps/redmine/app/controllers/issues_controller.rb:74:in `index' C:/Program Fil ... ack/apps/redmine/app/models/query.rb:445:in `issue_count' C:/Program Files/BitNami Redmine Stack/apps/redmine/app/controllers/issues_controller.rb:74:in `index' C:/Program Fil ... t-Type"=>"", "Cache-Control"=>"no-cache"} 2010-08-20 16:26
Open discussion: idea on issues -> task list
Hello everyone, Just have one idea. Most o ... ly and not very good to open ticket for each issue Is it possible to add text formatting that if I do {} 1) reduce space in the issue it create a checkbox at left of 1) and then ... is line is crossed out. What do you think? 2010-08-20 09:18
Plugins: RE: Problem with whining
May be, no one issues are suited to the rake-tasks conditions? 2010-08-19 19:27
Help: RE: Rake abortion: undefined method `reply' for class `IssuesController'
I found that this error is occurred by ckedit ... 708f837d7d46eb2eee3337d/lib/redmine_ckeditor/issues_controller_patch.rb#L10 2010-08-19 02:34
Help: indisponivel no update tasks
My installed version and the "Redmine 0.9.5.stable (MySQL), I create new statuses Issue status update and when I do not show, can anyone help me solve this? 2010-08-18 21:08
Help: RE: Redmine 0.7.0RC1 to Redmine 0.9.4-0 bitnami stack
I was with same status so I stop using migrat ... a project, a subproject, including roadmap, issues, document, files... Currently all seems working except the list of issues and roadmap from imported projects (OK for ... QL import is OK... I'm looking for. Rhodan 2010-08-18 16:28
Help: How to attach files to an issue using REST API?
You can use the REST API to create an issue. From the command line it looks like this: <pre> echo '<issue><project_id>project-01</project_id><subject> ... 1</description><category_id>1</category_id></issue>' | \ curl -X POST -H 'Content-type: text/x ... @- http://localhost:3000/projects/project-01/issues/create?format=xml\&key=1234ab56ef4532383929 ... screenshot) using REST API when creating an issue of when updating it? Whan would the xml-stuc ... a? Any hints? Best regards, Christian 2010-08-18 13:50
Help: RE: POST request example to create Issue through REST API
If you want to use the REST API to create an issue from the command line (maybe just for testing), you can do the following: <pre> echo '<issue><project_id>project-01</project_id><subject> ... 1</description><category_id>1</category_id></issue>' | \ curl -X POST -H 'Content-type: text/x ... @- http://localhost:3000/projects/project-01/issues/create?format=xml\&key=1234ab56ef4532383929 ... ou find it under "Mein Konto"/"My Account") 2010-08-18 13:47
Help: RE: Allow users to view and edit only their own "Spent Times"
I would also really appreciate a feature like ... w spent time" for all roles because of legal issues (not allowed in the country where I live, b ... ee the spent times of other project members). 2010-08-18 12:43
Open discussion: RE: Issues summary
Try this one: http://www.redmine.org/projects/redmine/issues/report It is linked to in the sidebar of the issue overview page. This should be kind of what y ... soon even more reports on about everything :) 2010-08-18 11:00
(13726-13750/18307)