Project

General

Profile

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 2012-06-04 16:10
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... 2012-06-04 10:36
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. 2012-06-03 14:43
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. 2012-06-02 20:49
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... 2012-06-02 18:29
Open discussion: Logout after added an object by javascript method
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.. 2012-06-02 12:33
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 2012-06-01 19:24
Help: [1.3.0] 500 Internal Server Error - MissingAttributeError
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? 2012-06-01 17:15
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 2012-06-01 14:45
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 2012-06-01 13:28
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! 2012-05-31 23:29
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 2012-05-31 17:49
Help: Redmine apt-get install
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? 2012-05-31 15:46
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. 2012-05-31 11:56
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. 2012-05-31 11:48
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. 2012-05-31 11:30
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. 2012-05-31 10:11
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. 2012-05-31 10:10
Open discussion: RE: Error on attaching files to Issue
Just old js files was cached by nginx 2012-05-31 08:48
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
(9501-9525/18317)