default
Today I updated eric.polerecky.com to 2.7-beta2 using the wordpress-automatic-upgrade plugin. Everything went smooth. Once the upgrade was complete I had to disable wordpress-automatic-upgrade because of some errors in the admin pages.
How to: edit wordpress-automatic-upgrade.php around line 2100 and change
$downloadURL = ‘http://wordpress.org/latest.zip’;
to
$downloadURL = ‘http://wordpress.org/wordpress-2.7-beta2.zip’;
I’ve come to be unhappy with the jquery plugin system. I seem to be in a perpetual cycle of “lookup-download-install-initialized-use” and based on the recent milestone slippage I just don’t have the time required when the only payoff (vs. other JS libs) seems to be streamlined JavaScript package……then again aren’t all the plugins adding crazy overhead? Whatever…I’m going to use the dojotoolkit.
I love me some dojo!