Project

General

Profile

Search

Results (18298)

Open discussion: Error on attaching files to Issue
I have updated Redmine to 2.0.1. Now I rece ... fined @ And when I tries to attach file to issue i see @ checkFileSize is not defined @ A ... nt_description_label_content').innerHTML) @ 2012-05-31 07:55
Help: Cannot view issues with subversion links after 2.0 upgrade
Hello everyone, Thanks in advance for the ... stack. I had some initial database upgrade issues related to an issue upgrading from 1.2 to 1.3 - I needed to drop ... leted successfully. I can now login, view issue lists, etc. The only error I'm encountering is viewing issues themselves. I searched for keywords in the ... ippet from the log: Started GET "/redmine/issues/286" for 127.0.0.1 at Wed May 30 20:46:14 -0400 2012 Processing by IssuesController#show as HTML Parameters: {"id"=>"286"} Rendered issues/_action_menu.html.erb (7.8ms) Rendered issue_relations/_form.html.erb (2.9ms) Rendered issues/_relations.html.erb (4.9ms) Rendered issues/_changesets.html.erb (4.9ms) Rendered issues/show.html.erb within layouts/base (138.7ms) ... er.rb:120:in `link_to_revision' app/views/... 2012-05-31 02:58
Help: RE: Posting new lines in the description of an issue through the API
If you use @json@ format then you should java ... also be escaped into @\r@ and @\n@ sequences. 2012-05-30 23:07
Help: Posting new lines in the description of an issue through the API
Is there a way to create an issue through the API, and have the description have new lines included? 2012-05-30 21:43
Development: RE: Posting the description of an issue through API
I see my error, its missing a comma after the message. 2012-05-30 21:42
Development: Posting the description of an issue through API
I recently posted http://www.redmine.org/boar ... PI. We are running 1.0.1, so that may be the issue, but it looks like this should still be avai ... thing that looks like this writer.Write("'issue': { " + "'project_id': 'system', " + "'s ... ds 'thedescription', it still returns a 500. 2012-05-30 21:40
Help: RE: 406 not acceptable on POST /issues.xml
Etienne Massip wrote: > How do you issue the request? Currently i have no access t ... the link as my post is marked as spam if i do 2012-05-30 21:17
Help: RE: 406 not acceptable on POST /issues.xml
How do you issue the request? 2012-05-30 20:43
Help: 406 not acceptable on POST /issues.xml
Hi Forum! This is my first post here and i on ... .xml with the following content: @ POST /issues.xml <?xml version="1.0"?> <issue> <subject>Example</subject> <proje ... t_id> <priority_id>1</priority_id> </issue>@ I get a 406 "not acceptable". I played ... to DEBUG did not really shed light onto the issue. Some SQL which seems correct and working. ... T, or what? FYI: I am also able to Create Issues via the website and java-rest-api. I am ask ... sibility to use the java-rest-api to connect issues with attachments i have uploaded. So i am t ... help on alternative ways to attach files to issues would also be very appreciated. --checkMateZ 2012-05-30 20:41
Help: Do i see authors mail adress for issues created via "redmine:email:receive_imap unknown_user=ignore" on redmine 1.2.1
Tx for help! 2012-05-30 17:15
Help: Cannot upload files
Hi, I've installed Redmine 2.0.1 on Ubuntu ... ing problem. If a uses that's assigned to an issue updates it, if he adds a file to the update, ... Can U help me please Ciao Francesco 2012-05-30 15:32
Help: Edit issue not working in 2.0.0
Just updated from 1.3.0 to 2.0.0. The update ... the "Change Properties" title in the "update issue" page (even when logged in as an administrat ... nybody help ? ruby-1.9.3-p194 rails-3.2.3 2012-05-30 15:11
Help: Test email not sent under Redmine 2.0.0
Hi, I recently upgraded Redmine to version ... Regards, Björn *Update: I have the same issue with Redmine 2.0.0, where the identical mail ... used through symlinks. Redmine 1.4.1 works.* 2012-05-30 14:08
Help: RE: Redmine 2.0 "No route matches"
In my opinion it is a bug. The docu says that ... Bug report create: http://www.redmine.org/issues/11058 2012-05-30 13:33
Plugins: RE: Doesn't patch "User" model in a plugin (Redmine 2.0)
I tried this: <pre> Rails.application.con ... I created the deffect http://www.redmine.org/issues/11035 Other models is extending fine. 2012-05-30 00:40
Help: RE: issue installing remine 2.0
Yes, the problem was the DevKit installation. After upgrading it works fine... Thank you. 2012-05-30 00:01
Plugins: RE: Plugins for redmine 2.0.1 - Error no such file to load -- dispatcher
+1 having the same issue Personally trying to install this plugin: ... eenshot running: Redmine 2.0.0.stable.9706 2012-05-29 21:12
Open discussion: RE: Hide list of members in project overview
Many Thanks again...it works!!! In the fil ... pected! in principle I have finished this issue now. But this change is made in the redmine ... o work with such hooks in plugins? Richard 2012-05-29 17:59
Help: RE: Internal error 500 for only some projects, after upgrade to 2.0
Alex Guzun wrote: > Understand, but there are more non documented issues, for example to move plugins folder > More ... evkit and json This is more a general gem issue and once again probably specific to Windows, ... nt server, not a production level server. 2012-05-29 17:02
Help: RE: Internal error 500 for only some projects, after upgrade to 2.0
Understand, but there are more non documented issues, for example to move plugins folder More t ... nge cmd (only mentioned in new install guide) 2012-05-29 16:53
Plugins: RE: Problems DMSF
One addition to solve remaining issues with folder copying. Change the route for ... /:action', :controller => 'dmsf_folders_copy' 2012-05-29 14:22
Plugins: RE: Issue Closed Date
The attached file should work with Redmine 1.3.1 2012-05-29 14:21
Help: RE: How to updatye Parent Task through Redmine Rest API
Heavens!! I got it! Sorry for posting unnecessarily over here. I need to pass parent_issue_id instead of parent_id. So, my request body will form something like this : Body : <issue><parent_issue_id>1</parent_issue_id></issue> Thanks, Ishita :) 2012-05-29 13:35
Help: How to updatye Parent Task through Redmine Rest API
I need to update Parent Task using Redmine Re ... ngs : URL to update : http://localhost:3000/issues/2.xml Method : PUT Body : <issue><parent_id>1</parent_id></issue> I am doing this through REST client of m ... e Parent Task. P.S. Assume that id of the issue I want to add Parent Task is 2. And id of parent task to be added to issue is 1. Both of them are created and already exist. Thanks, Ishita 2012-05-29 13:32
Help: gantt displaying empty lines
Environment: Redmine version ... it was my understanding gantt only showed issues that had both a start and due date, or has that changed? i read elsewhere that there was some issues with this around 1.1 or so, but that it was fixed in 1.2 or am I mistaken ? 2012-05-29 11:21
(9501-9525/18298)