[jQuery] Re: jQuery svn browser broken. Some documentation unaccessible

2007-05-10 Thread Klaus Hartl
John Resig wrote: The jQuery subversion repository was moved to Google Code yesterday, so you can reference it there, at least: http://jqueryjs.googlecode.com/svn/ --John I'd like to commit a few things, but it seems that the old authentication isn't working? -- Klaus

[jQuery] Re: jQuery svn browser broken. Some documentation unaccessible

2007-05-10 Thread Sam Collett
On May 9, 6:14 pm, John Resig [EMAIL PROTECTED] wrote: The jQuery subversion repository was moved to Google Code yesterday, so you can reference it there, at least:http://jqueryjs.googlecode.com/svn/ --John Is there a way to access it over https as I can't do checkouts over svn or even plain

[jQuery] Re: jQuery svn browser broken. Some documentation unaccessible

2007-05-10 Thread John Resig
Yes, Google Code supports https. --John On 5/10/07, Sam Collett [EMAIL PROTECTED] wrote: On May 9, 6:14 pm, John Resig [EMAIL PROTECTED] wrote: The jQuery subversion repository was moved to Google Code yesterday, so you can reference it there, at least:http://jqueryjs.googlecode.com/svn/

[jQuery] Re: jQuery svn browser broken. Some documentation unaccessible

2007-05-09 Thread Karl Swedberg
All of the plugins are available (latest svn version) in this temporary location: http://www.learningjquery.com/src/plugins/ --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On May 9, 2007, at 12:06 PM, Stuart Batty wrote: In an effort to download the

[jQuery] Re: jQuery svn browser broken. Some documentation unaccessible

2007-05-09 Thread John Resig
The jQuery subversion repository was moved to Google Code yesterday, so you can reference it there, at least: http://jqueryjs.googlecode.com/svn/ --John On 5/9/07, Karl Swedberg [EMAIL PROTECTED] wrote: All of the plugins are available (latest svn version) in this temporary location:

[jQuery] Re: jQuery svn browser broken. Some documentation unaccessible

2007-05-09 Thread Ⓙⓐⓚⓔ
so I change svn co svn://jquery.com/trunk/jquery; to svn co svn://jqueryjs.googlecode.com/svn/trunk/jquery; ? On 5/9/07, John Resig [EMAIL PROTECTED] wrote: The jQuery subversion repository was moved to Google Code yesterday, so you can reference it there, at least:

[jQuery] Re: jQuery svn browser broken. Some documentation unaccessible

2007-05-09 Thread John Resig
Yep! All the details are updated on the wiki: http://docs.jquery.com/Downloading_jQuery --John On 5/9/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: so I change svn co svn://jquery.com/trunk/jquery; to svn co svn://jqueryjs.googlecode.com/svn/trunk/jquery; ? On 5/9/07, John Resig [EMAIL PROTECTED]

[jQuery] Re: jQuery svn browser broken. Some documentation unaccessible

2007-05-09 Thread Ⓙⓐⓚⓔ
great! now how do I add a ticket?? http://dev.jquery.com/newticket doesn't work! On 5/9/07, John Resig [EMAIL PROTECTED] wrote: Yep! All the details are updated on the wiki: http://docs.jquery.com/Downloading_jQuery --John On 5/9/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: so I change svn co

[jQuery] Re: jQuery svn browser broken. Some documentation unaccessible

2007-05-09 Thread John Resig
right, I have to get the dev site back up and running - unfortunately, it's a lot of work and I haven't been able to figure all of it out, yet. --John On 5/9/07, Ⓙⓐⓚⓔ [EMAIL PROTECTED] wrote: great! now how do I add a ticket?? http://dev.jquery.com/newticket doesn't work! On 5/9/07, John

[jQuery] Re: jQuery svn browser broken. Some documentation unaccessible

2007-05-09 Thread Brian Miller
John, Thank you! By moving to Google Code, you've obliquely solved my problem of not being able to check out the code at work through the web proxy (although, convincing subclipse to do so was a challenge in itself). Now, I don't need the nightlies so much anymore. :) - Brian The jQuery

[jQuery] Re: jQuery svn browser broken. Some documentation unaccessible

2007-05-09 Thread John Resig
Excellent :-) Yeah, being able to go through http/https is a nice side effect of this. At the very least, we'll still be able to commit code if (when) jQuery.com is down. --John On 5/9/07, Brian Miller [EMAIL PROTECTED] wrote: John, Thank you! By moving to Google Code, you've obliquely

[jQuery] Re: jQuery svn browser broken. Some documentation unaccessible

2007-05-09 Thread Richard Thomas
If you need help with trac I might have a little bit of spare time and have some exp setting trac up. On 5/9/07, John Resig [EMAIL PROTECTED] wrote: Excellent :-) Yeah, being able to go through http/https is a nice side effect of this. At the very least, we'll still be able to commit code if

[jQuery] Re: jQuery svn browser broken. Some documentation unaccessible

2007-05-09 Thread John Resig
You should contact me offlist, then - right now I'm fighting with versions of the pysqlite lib (or maybe mod_python, not sure which). My contact info can be found here: http://ejohn.org/about/ --John On 5/9/07, Richard Thomas [EMAIL PROTECTED] wrote: If you need help with trac I might have

[jQuery] Re: jQuery svn browser broken. Some documentation unaccessible

2007-05-09 Thread Stuart
Thank you for providing the alternate repositories. You might want to put this information on the official jQuery site. Or at least make it more prominent if it's there. I've been poking about the web for some time and didn't find it. Sorry to hear about the recent misfortunes with the official

[jQuery] Re: jQuery svn browser broken. Some documentation unaccessible

2007-05-09 Thread Stuart
Bother. I just downloaded the dimensions plugin but it contains no documentation. There are references in the code comments to see the documentation but I can't find any. The plugin demo page (http:// brandon.jquery.com/plugins/dimensions/test/offset.html) is throwing a 404 and the author's site

[jQuery] Re: jQuery svn browser broken. Some documentation unaccessible

2007-05-09 Thread Brandon Aaron
The documentation is inline: http://www.learningjquery.com/src/plugins/dimensions/jquery.dimensions.js You can also find some somewhat outdated documentation on the visual jQuery site (visualjquery.com) under Plugins Dimensions. You can reference the changelog to see what is different (not

[jQuery] Re: jQuery svn browser broken. Some documentation unaccessible

2007-05-09 Thread Stuart
Thanks. I never even thought to look at Visual jQuery for plugin docs. That's what I was looking for. On May 9, 3:56 pm, Brandon Aaron [EMAIL PROTECTED] wrote: The documentation is inline:http://www.learningjquery.com/src/plugins/dimensions/jquery.dimension... You can also find some

[jQuery] Re: jQuery svn browser broken. Some documentation unaccessible

2007-05-09 Thread John Resig
Thank you for providing the alternate repositories. You might want to put this information on the official jQuery site. Or at least make it more prominent if it's there. I've been poking about the web for some time and didn't find it. Sorry to hear about the recent misfortunes with the official

[jQuery] Re: jQuery svn browser broken. Some documentation unaccessible

2007-05-09 Thread Aaron Heimlich
Out of curiosity, how are you planning on dealing with the fact that Trac doesn't support remote repositories[1]? [1]http://trac.edgewall.org/wiki/TracFaq#can-i-use-trac-with-a-remote-subversion-repository On 5/9/07, John Resig [EMAIL PROTECTED] wrote: Thank you for providing the alternate

[jQuery] Re: jQuery svn browser broken. Some documentation unaccessible

2007-05-09 Thread John Resig
Out of curiosity, how are you planning on dealing with the fact that Trac doesn't support remote repositories[1]? [1]http://trac.edgewall.org/wiki/TracFaq#can-i-use-trac-with-a-remote-subversion-repository It's actually really really easy with SVN 1.4 - you use svnsync to pull down a copy of

[jQuery] Re: jQuery svn browser broken. Some documentation unaccessible

2007-05-09 Thread Aaron Heimlich
Sounds like a plan (I really like Trac's timeline and diff viewer, which is why I asked) On 5/9/07, John Resig [EMAIL PROTECTED] wrote: Out of curiosity, how are you planning on dealing with the fact that Trac doesn't support remote repositories[1]?

[jQuery] Re: jQuery svn browser broken. Some documentation unaccessible

2007-05-09 Thread John Resig
Sounds like a plan (I really like Trac's timeline and diff viewer, which is why I asked) As do I - which is why I wouldn't have moved to Google Code unless I knew this was an option. --John