Feed on
Posts
Comments

Archive for the 'Development' Category

Lately, I’ve found the process of assigning a bug to myself slightly cumbersome and wanted to speed up the process. I happen to be a fan of Ubiquity, so I decided to write a command.
The command assigntome, by default, changes the assigned to field to your user. The whole process can be automated [...]

MediaWiki: HttpAuth Plugin

Using MediaWiki behind http authetication was always slightly annoying in the past. One would have to:

Login with their htpasswd credentials
Create account if it did not exist already
Login with their wiki credentials
Remember both sets of credentials

This extension reduces the previous four steps into one simple step.

Login with htpasswd credentials

The extension can be downloaded at [...]

SimpleCaptcha Plugin

The other day spent several hours searching for a Wordpress MU(WPMU) compatible captcha plugin with no success. I didn’t care about a robust spam fighting packages with Bayesian filtering etc; all I wanted was very simple and accessible plugin. Yesterday, I came up with SimpleCaptcha. So far SimpleCaptcha seems to be [...]