favatars fixed for WordPress 2.5.x
You like to have a gravatar close to each comment of your blog but… what about an icon near your pingbacks/trackbacks? The solution is: use the favatars plugin. Unfortunately, it doesn’t install on WordPress 2.5.x, so I’ve just opened a ticket (with a patch) that fixes this problem and that speeds up its one-time favatising [...]
A trivial patch for the Joomla 1.5.x installer
I’m not a fan of safe_mode and open_basedir (even before talking to Zeev Suraski when I learnt that it will be removed in PHP 6). Surprisingly, sometimes an easy to find set of safe_mode related bugs, viewed by thousands of eyes, survives for ages. I’ve just sent this trivial patch for the upcoming Joomla 1.5.
A simple patch for “Where did they go” plugin
I’ve just started using this “Where did they go” plugin for WordPress: it works but I’ve written a simple patch for it as previously described here.
You talkin’ to me? :)
Reading the referers of this website, I found that someone reached it querying a search engine for Perassi Bash patch talker I suppose they were trying to reach my old bup patch (it modifies the shell to send all user keystrokes via UDP over the network for collection by a sniffer or a syslogd server). [...]
A patch splitter
This is a reminder for me and a note for you: when you need to split a patch in many files, patchutils can help. A simple way to use it is: splitdiff -a -d file_name.patch Its -d option “creates file names such as a_b.c for a patch that modifies a/b.c”… why doesn’t it create files [...]
A simple patch for ToDo plugin
I’ve just started using this ToDo plugin for WordPress: it works but I found and fixed some little problems in the (X)HTML it generates. I left here the patch I made against its trunk.
A second patch for Joomla com_media
Once again an easy to fix bug viewed by thousands of eyes has survived for ages. Today I sent this patch to Joomla forge to fix another bug in administrator/components/com_media/admin.media.php.
A patch for Joomla com_media
Once again an easy to fix bug viewed by thousands of eyes has survived for ages. Today I sent this patch to Joomla forge to fix a bug in administrator/components/com_media/admin.media.php.
A trivial patch for Joomla mod_archive
Sometimes an easy to fix bug viewed by thousands of eyes survives for ages. Today I sent this trivial patch to Joomla forge which fixes a bug in modules/mod_archive.php.
