Auto-updater for PDO For WordPress

wouldn’t it be a good idea to have a plugin or similar functionality within PDO for WordPress that checks periodically for new versions? I’m finding that now the plugin is posted on wp.org i’m getting more bug reports – which is great. as a result there are new releases of the code every couple of […]

PDO For WordPress v1.0.0: Already a bug!!

Nanxiao just posted a comment here. Having originally thought this was due to a badly behaved plugin, i’ve just looked at it myself again. most of the routes to comment moderation work (i.e. direct clicking on the email link, going to comments through a manage-posts screen etc). However, it is correct that the comments do […]

WordPress 2.6

I hear that WP version 2.6 is out for testing and that is has built in post/page version management and diff tracking. that’s exciting news and, if true, means that I can drop a functional headache from one of my other projects. I’ll be investigating and hopefully testing this shortly.

PDO For WordPress 1.0.0

Hello all! finally i’ve released version 1.0.0 of the PDO For WordPress package. This is compatible with versions of WordPress from 2.3 to 2.5.1 and has also fixed some bugs in WP itself (in the 2.5 trunk). I have, for the first time, published this release on wp.org. You can find it at HERE Please […]

WP 2.3.2 and PDO For WordPress

whilst i was on hols, the WP team released an ‘urgent’ security release. See here for the announcement. quite how a release like this is ‘urgent’ after nearly three months has passed since the previous release, is beyond me. the WP team have taken a bit of a liberty with the release too – there […]

Category Controller

Spawning out of my grander plans, I’ve developed a plugin that will allow be to filter the posts and comments that users receive based on their login. This is totally granular, allowing selection by user. Categories are used as the identifier, and the code is permissive rather than exclusionary. That is to say, a user […]

PDO For WordPress – All change …

Wp-Plugin.Org rather surprisingly, after about eight weeks of waiting, i’ve been granted svn commit privileges for this project as a plugin on wp-plugins.org. So shortly I shall be migrating the hosting of the code to Sr Mullenweg & Co and will be using their svn server rather than my own, rather clunky, implementation! To Do’s […]

PDO For WordPress – new version

A new version of PDO for WordPress has been published. This correct compatibility issues with WP version 2.3.1 NOTE follow the upgrade instructions VERY CAREFULLY

Access Control by Category

I’m thinking of using WordPress as the basis for a suite of applications to manage a site for Small 2 Medium enterprises and consultancies. The application will have the following set of functionality: user management time management: record time spend on projects client management: manage the clients that the company has project management: manage the […]

PDO For WordPress – First Public Release

well … here it is. The first public release of the code. let me know what you think.