westi on wordpress

the long forgotten diary of a wordpress developer

WordPress weekly digest 1st October to 7th October 2007

This week has seen a number of changes going into WordPress 2.4, these have included:

  • More work on the to switch to $wpdb->prepare() (#4553). Note this is on going work and some of the changes may cause temporary issues like the ones reported in #5145.
  • Changes to the way in which the WordPress generator tags are output (#4803 and #5085).
  • Improvements to the database access abstraction so that all calls to mysql functions are made via the $wpdb class (#5127 and #5128).
  • The introduction of a new sanitisation function for urls on there way into the database (#4411).
  • Improvements to the queries used for Tag intersection (#5137)

The last two of these changes will also be included in the upcoming 2.3.1 release.

You can read more about the types of Category and Tag intersections supported by WordPress v2.3 in Ryan’s excellent post: “Taxonomy Intersections and Unions”

More information about the changes to the WordPress generator output and the new filters that are available to allow themes and plugins to affect the output can be read in this article: “Improving the WordPress Generator

For even more information on some of the other little changes that went in this week you can read the whole weekly trac timeline.

Written by Peter Westwood

October 7, 2007 at 8:24 pm

Posted in weekly digest, wordpress

Tagged with ,

2 Responses

Subscribe to comments with RSS.

  1. [...] Peter Westwood keeps us up to date on the activity for the next version of WordPress. This week, he shares about the changes on the database table prepare switch, changes to the WordPress generator tags, improvements in the MySQL functions via the $wpdb class, [...]

  2. Hi Peter!

    Just wanted to say Thanks for these digests! It’s a great idea! I’m probably not the only one who’s interested in WordPress, but doesn’t really has the time to follow wp-hackers, trac and all the other resources closely. So that seems to be a good way not to miss important changes. :-)

    Greetings,
    Johannes

    Johannes Ruthenberg

    October 12, 2007 at 8:20 am


Comments are closed.