Search
Results (18298)
- 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) @
- 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/...
- 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.
- Is there a way to create an issue through the API, and have the description have new lines included?
- Development: RE: Posting the description of an issue through API
- I see my error, its missing a comma after the message.
- 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.
- 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
- Help: RE: 406 not acceptable on POST /issues.xml
- How do you issue the request?
- 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
- Tx for help!
- 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
- 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
- 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.*
- 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
- 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.
- Help: RE: issue installing remine 2.0
- Yes, the problem was the DevKit installation. After upgrading it works fine... Thank you.
- 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
- 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
- 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.
- 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)
- Plugins: RE: Problems DMSF
- One addition to solve remaining issues with folder copying. Change the route for ... /:action', :controller => 'dmsf_folders_copy'
- Plugins: RE: Issue Closed Date
- The attached file should work with Redmine 1.3.1
- 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 :)
- 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
- 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 ?