jQuery 1.4 has just been released (see http://jquery14.com) and touts major performance improvements. Is anyone planning on upgrading the templates with this new version? Looking at the backwards-incompatibility issues it doesn't look like there is anything that would break. I would have submitted a tracker item, but it would have assigned it to me and I'd rather someone closer to the project do the upgrade (I'm unsure how and what has been hacked for WDN purposes).
In addition, I notice that several plugins are loaded by default but in some cases its loading the full plugin when a minified version is available (the qtip plugin for example). Was this done for any particular reason, or can the minified versions be loaded without problem instead? Finally, I notice in the code that the php JavaScript compressor script is not recommended by the jQuery dev team (see http://docs.jquery.com/Frequently_Asked_Questions, How do I compress my code?) which recommends using the YUI compressor from Yahoo: http://developer.yahoo.com/yui/compressor/. Again, I'm not comfortable with contributing these changes as I'm not part of the core development team, but it is something to think about.
