Greets:
Anyone upgrade to r972 or beyond yet?
this freaks me out. i only just got into the habit of notating my changes. that noise youre hearing is my knees knocking.
Eeek!
haha, i noticed that too. After a month, Donncha is back in action!
This time with code from WP 2.2 (widgets...)
Once I found time I will start playing with it.
A lot of changes in this revision, so expect some bugs :)
I'm wondering what the upgrade procedure is on teh widget code. Do we just get rid of the plugin or what?
anyone using this update?
anyone at all?
I grabbed the latest of everything from SVN yesterday. I've got a pretty much off the peg install (apart from some additions to the edit-form.php and the edit-form-advanced.php) and it all seems to be working in my test setup.
The Write (post and page) is much slicker - TinyMCE has a "advanced features" toggle which brings up the extra formatting options and the Category,Slug,Status, etc boxes now seem to be closed up by default and open very nicely ;)
No big problems here with yesterday's SVN. Something little like the space manager plugin breaking. I just removed the widget plugin from mu-plugins and all the widgets still seem to be happy. :)
I have for a week now. Missed two files on the upgrade and had to double check everything but worked fine.
Had a few "TinyMCE doesn't work anymore!" tickets solved with deleting cache and reloading.
Prototype.js is throwing a LOT of errors using Firebug - Always the same error:
$A is not defined
(no name)()prototype.js (line 105)
return __method.apply(object, args.concat($A(arguments)));
Which is coming from this block of code:
Function.prototype.bind = function() {
var __method = this, args = $A(arguments), object = args.shift();
return function() {
return __method.apply(object, args.concat($A(arguments)));
}
}
Anyone else seeing this?
Edited to add: Its gone away - I think I must have a script clash somewhere
so far so good!
@Steve - Probably. You'll see the same with the "Can't modify categories" error with certain themes.
hrm. my google analytic plugin quit working after this mod. i cant imagine why. the script is in the page source. i even hard coded it into the header just to see...