Tag Archives: bugfixes

Bug Chasing

Okay, so in my post about Code Spelunking I mentioned about how working on a project can lead you to explore the code because you need to become more familiar with how the code works. But it can also lead you to explore the code to figure out why code doesn’t work. In this particular case, I spent many hours puzzling over why something didn’t work correctly, chasing down the root cause, and eventually finding a bug in the WordPress core. [...]

Posted in WordPress | Also tagged , , , , , , , , , , , , , , , | 13 Comments

WordPress 2.8.1 Coming Soon

Right on the heels of version 2.8, we will be seeing a WordPress 2.8.1 release soon. There are several minor bugfixes in so far, mostly dealing with tweaks to plugin and menu management. But the big problem driving a quick update is a bug in the core upgrade feature. It seems that in the case where the upgrade can’t be completed for some reason, the upgrade feature was deleting the wrong files when it attempted to clean up. Oops!

On the bright side, when this did happen, it would only delete files that are part of the core package, not any of your plugin or theme files. So the failure could be fixed pretty easily, by just manually re-installing the 2.7.1 or 2.8 files from a zip archive. [...]

Posted in WordPress | Also tagged , , , , | 33 Comments

WordPress 2.7.1 Released

The official WordPress 2.7.1 release is now ready for download. The announcement on the WordPress Development Blog is short and to the point:

2.7.1, the first 2.7 maintenance release, is now available. 2.7.1 fixes 68 tickets. You can automatically upgrade from 2.7 to 2.7.1 via the Tools->Upgrade menu, or you can download the package and upgrade manually.

Consult the list of fixed tickets and the full set of changes between 2.7 and 2.7.1 for details.

I was going to highlight some of the changes here, but really there aren’t any major things worth pointing out. [...]

Posted in WordPress | Also tagged , , | 20 Comments

WordPress 2.7 RC 2

WordPress 2.7 RC 2 is now available. There have been nearly 150 bugfixes since RC1, including improvements to the backend styling, RTL fixes, core and plugin updater fixes, improvements to categegory and tag handling, and much more. Barring any major new bugs being discovered, this will likely be the last release candidate before the official 2.7 release. [...]

Posted in WordPress | Also tagged , , , , , | 4 Comments