[Prototype-core] Version numbers.

2008-04-30 Thread Richard Quadling
Hi. With the new git repository, is there any chance of having version numbers in the src files which are automatically updated by commits to git? I know this is possible with both CVS and SVN (but SVN didn't have branches so you only had 1 sequence). Not sure about git yet. Looking forward to

[Prototype-core] Re: Problem with getting my data

2008-04-30 Thread Matt Foster
I like the variable names, sometimes it is such a mess! The problem is that you aren't waiting for the reply, you're instantiating the object and then immediately calling what should be your call back to the request. You need to execute the request and then in your appendMessages method, which