Search found 5 matches

by havanna
Thu Jun 28, 2007 2:38 pm
Forum: JoomlaCode - Feedback/Information
Topic: Joomlacode forum notifications have stopped
Replies: 21
Views: 7463

Re: Joomlacode forum notifications have stopped

Same problem here. Notification doesn't work correctly since weeks.
by havanna
Tue Feb 28, 2006 1:51 pm
Forum: Joomla Forge - Archived
Topic: public SVN-access asks for login when accessed directly not through project home
Replies: 3
Views: 1757

Re: public SVN-access asks for login when accessed directly not through project

You're right. A session must be present. A guest session is created when you visit the project home page and then navigate to the source tree. I think, no way to circumvent.
by havanna
Tue Feb 28, 2006 12:33 pm
Forum: Joomla Forge - Archived
Topic: public SVN-access asks for login when accessed directly not through project home
Replies: 3
Views: 1757

Re: public SVN-access asks for login when accessed directly not through project

The forge login session is hold in cookies. So the second visit may continue the session. Even the cookie is deleted, you may see the same content loaded from your browser cache. Start a new browser, inspect your cookies, click the link and force a browser reload from server.
by havanna
Sat Feb 18, 2006 4:00 pm
Forum: Joomla Forge - Archived
Topic: svn access behind a companies firewall
Replies: 2
Views: 1630

Re: svn access behind a companies firewall

Yes, it does but not thru most http proxies
by havanna
Thu Feb 09, 2006 11:55 am
Forum: Joomla Forge - Archived
Topic: svn access behind a companies firewall
Replies: 2
Views: 1630

svn access behind a companies firewall

I tried to checkout jommla 1.1 behind my company firewall. The only way is to setup the svn client to use a proxy server. But the proxy doesn't understand the extended http protocol like PROPFIND. I thought the best way is to use https but got 302 Found (m) Is there a chance to get https support for...