Search
Results (18317)
- Help: RE: Cannot view issues with subversion links after 2.0 upgrade
- Shameless bump ... anyone able to assist - or ... tional information I could provide? Thanks
- Open discussion: RE: An error occurred while ... The storage control blocks were destroyed. )
- I add this error and it was due to DNS not working. To verify on Windows that there is a DNS issue, check that you can run nslookup. The real issue here with Redmine : emails not sent are not kept and send later...
- Plugins: RE: redmine_graphs could not support the 1.4.X
- http://rubygems.org/gems/svg-graph has an upd ... graphics library that corrects the Parsedate issue (detects the ruby version and uses different ... gem code to /lb/SVG. Now the "Open aging issues" graph works but "Total issues over time" has another ruby 1.9 incompatibility, this time in the plugin code... work in progress.
- Help: RE: Redmine 2.0 as a Windows service
- I think I have a solution!!! The solution ... 4: https://github.com/oneclick/rubyinstaller/issues/116 Thin needs eventmachine. eventmachin ... ill write an wiki-article with my solution.
- Help: RE: accessing custom field in document category?
- Maybe [[RedmineCustomFields#Fields-for-Document-categories]] is of any use? #4077 and its related issues (especially #6564) might also provide some more "background" about this. HTH...
- Hi all, I have little problem with my redm ... ny time I add 'category' or 'version' by the issue interface. Sometimes, same problem after submit a new issue. Here, my debian redmine version Versi ... rb 0.9.5(05/04/13) THanx's for your help..
- Plugins: RE: Redmine fields permissions not compatible with 1.3.x
- I have found the solution: https://github.com/dmondello/redmine-field-permissions/issues/1
- Hello, today our Redmin installation started ... Internal Server Error" when accessing *any* issue. In the logs we have <pre> Processing IssuesController#show (for 66.xx.x.70 at 2012-06-0 ... "action"=>"show", "id"=>"10", "controller"=>"issues"} ActiveRecord::MissingAttributeError (m ... :54:in `after_initialize' app/controllers/issues_controller.rb:125:in `new' app/controllers/issues_controller.rb:125:in `show' /home/webapp ... y it might be and how to eventually solve it?
- Help: RE: undefined method `active_record' for #<Rails::Application::Configuration:0x00000001af6468>
- Opened an issue for this as Redmine doesn't work on Fedora 17 - http://www.redmine.org/issues/11071. Rgds Steve
- Help: RE: Edit issue not working in 2.0.0
- Issue resolved. There's now an edit icon next to the description on the "update issue" page
- Help: RE: Do i see authors mail adress for issues created via "redmine:email:receive_imap unknown_user=ignore" on redmine 1.2.1
- Is the sender email an attached information at the issue if the user is not created too or do is only see "anonymous" for author? Anyone please!
- Open discussion: RE: How to use Redmine with large projects
- Terence Mill wrote: > You can merge autoamti ... their respective versions where the fix for issue was made. That is we do not have single target version
- Ok, I have followed the following "tutoria ... ray, I've then tried using coderay within an issue and also nothing is working? Has anyone e ... method of installation and got this working?
- Help: RE: 406 not acceptable on POST /issues.xml
- It's working quite wonderful. :) A *BIG TH ... ttle thread will make their life much easier.
- Help: RE: 406 not acceptable on POST /issues.xml
- Hi Etienne, thank you for you answer. I ju ... e it is allright and changed the Url to host/issues.xml as proposed by you. Now adding a issue in this way works! I will now test uploading an issue with a token and report back within the day.
- Help: RE: 406 not acceptable on POST /issues.xml
- You're mixing creation of issue and attachment upload since you try to make a @POST@ to @/upload.xml@ with some issue request body. Please read [[Rest_api#Atta ... ent with a @POST /uploads.xml@ # create the issue with a @POST /issues.xml@ or update it with a @PUT /issues.xml@ and specify the token you received in ... tion.html, it could be more enjoyable to use.
- Help: RE: 406 not acceptable on POST /issues.xml
- Check Mate wrote: > This is the way i issue the request. And this is the corresponding production log entry. See attached file.
- Help: RE: 406 not acceptable on POST /issues.xml
- Etienne Massip wrote: > How do you issue the request? This is the way i issue the request. See attached file.
- Open discussion: RE: Error on attaching files to Issue
- Just old js files was cached by nginx
- 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.