The MU forums have moved to WordPress.org

r972? (14 posts)

  1. drmike
    Member
    Posted 16 years ago #

    Greets:

    Anyone upgrade to r972 or beyond yet?

    http://trac.mu.wordpress.org/changeset/972

  2. demonicume
    Member
    Posted 16 years ago #

    this freaks me out. i only just got into the habit of notating my changes. that noise youre hearing is my knees knocking.

  3. Farms2
    Member
    Posted 16 years ago #

    Eeek!

  4. kingler
    Member
    Posted 16 years ago #

    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 :)

  5. drmike
    Member
    Posted 16 years ago #

    I'm wondering what the upgrade procedure is on teh widget code. Do we just get rid of the plugin or what?

  6. demonicume
    Member
    Posted 16 years ago #

    anyone using this update?

  7. suleiman
    Member
    Posted 16 years ago #

    anyone at all?

  8. SteveAtty
    Member
    Posted 16 years ago #

    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 ;)

  9. jeppe
    Member
    Posted 16 years ago #

    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. :)

  10. drmike
    Member
    Posted 16 years ago #

    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.

  11. SteveAtty
    Member
    Posted 16 years ago #

    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

  12. demonicume
    Member
    Posted 16 years ago #

    so far so good!

  13. drmike
    Member
    Posted 16 years ago #

    @Steve - Probably. You'll see the same with the "Can't modify categories" error with certain themes.

  14. demonicume
    Member
    Posted 16 years ago #

    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...

About this Topic

  • Started 16 years ago by drmike
  • Latest reply from demonicume