-
Another datapoint -- and workaround -- since I admin the server, I just made it open acess for the few second required to test the connection. It established, and works fine now. So it seems that the rest of the fixes in the patch were good, Sven.
So maybe instead of adding another dropdown to fill out in eclipse, it would be OK if the anonymous connection to get version fails, to just try...
2009-12-12 01:46:57 UTC in Redmine-Mylyn Connector
-
Just to verify -- the test server I use does not require login because it connet be accessed from anywhere other than my laptop. That's the difference between the two installs, and that seems to explain the different behavor.
I know it's less elegant than what you're doing now, but would an option in the eclipse plugin for Redmine version (Auto, 8.7+, 8.6-) be one possible way to handle the...
2009-12-11 17:18:18 UTC in Redmine-Mylyn Connector
-
And mine is essentially the same:
Processing MylynConnector::InformationController#version (for 168.146.251.116 at 2009-12-11 10:48:40) [GET]
Session ID: 047781ef4a92ad67011f4f95ffdd3fca
Parameters: {"action"=>"version", "controller"=>"MylynConnector::Information"}
Redirected to http://polaris.fen.com/login?back_url=http%3A%2F%2Fpolaris.fen.com%2Fmylyn%2Fversion
Filter chain halted as...
2009-12-11 16:31:37 UTC in Redmine-Mylyn Connector
-
For me, the problems are related to the RESTful interface.
On my production server, I'm able to use XML-RPC when I have eclipse_mylyn_connector installed, so that's what I'm working with now.
On my test server, both interfaces work. But as far as I've been able to tell, there's no difference between those two servers that would explain the different behavior of the RESTful interface.
2009-12-11 15:53:12 UTC in Redmine-Mylyn Connector
-
I installed the update for both the redmine side and eclipse.
On my test redmine server, the fix seems perfect. But unfortunately, on my production server the problem remains -- or to be more precise, I cannot get beyond 'validate settings" in the setup screen, so I cannot determine any more for that production instance of redmine.
I tried deleting any cache data that might refer to the...
2009-12-11 14:53:03 UTC in Redmine-Mylyn Connector
-
as an interim, you can read connect to the repo and read tickets with this line at the beginning of the controllers in vendor/plugins/redmine_mylyn_connector/app/controllers/mylyn_connector/*.rb:
skip_before_filter :verify_authenticity_token
It doesn't seem to allow me to update the tickets -- I'm not sure why the updateing doesn't fix as easily.
2009-11-23 15:25:06 UTC in Redmine-Mylyn Connector
-
Granted, changing the API in a stable branch sort of negates the idea of what stable means. But this will need to be handled when 0.9 becomes stable. Will that eventually lead to a version for 0.8.7?
(I still need to first practice backing out the change on my dev instance, then recreate on production, so I haven't anything to report. I'm just curious about your longer term response)
2009-11-23 15:03:25 UTC in Redmine-Mylyn Connector
-
When I installed 0.8.7, both the REST and XML-RPC interfaces broke (both Query editor and Task editor)
I can get the eclipse plugin to work again if I edit app/controllers/application.rb to
protect_from_forgery :only => [:create, :update, :destroy]
But that break regular form display on the redmine site.
I'm using
ruby: 1.8.6
rails: 2.1.2
redmine: 0.8.7
eclipse...
2009-11-23 05:53:53 UTC in Redmine-Mylyn Connector
-
kdebisschop committed revision 12 to the newmagpierss SVN repository, changing 1 files.
2009-08-03 13:19:10 UTC in newmagpierss
-
kdebisschop committed revision 11 to the newmagpierss SVN repository, changing 3 files.
2009-08-01 16:09:13 UTC in newmagpierss