blog.oremj.com

What is Jeremy thinking about?

Mediawiki Google Search Appliance Integration

with one comment

I was given the task of integrating our old Google Search Appliance with our internal wiki.    It turns out MediaWiki offers a couple of different ways to alter search functionality: $wgSearchForwardUrl and $wgSearchType.  The $wgSearchType variable accepts a SearchEngine class name and enables custom search back-ends.  SimpleXML and the GSA XML API then allowed me to fetch and process the search results.  After a few hours of tweaking I am pretty happy with the result, a tightly integrated full text search.

If you are interested in setting up your Google Search Appliance with a mediawiki instance, installation is simple, download or checkout the extension and follow the installation instructions.

Written by oremj

October 15th, 2008 at 3:07 pm

Posted in Development, MediaWiki

My Life is a Little Bit Easier Now

with 2 comments

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 by tacking on the submit noun, which will simulate clicking the “Commit” button.

To install assigntome subscribe to my Ubiquity feed.

Written by oremj

September 12th, 2008 at 2:42 pm

Posted in Development, Mozilla

MediaWiki: HttpAuth Plugin

without comments

All HttpAuth Plugin development has moved here from my work blog.  Mozilla’s internal wikis have been using the extension without issue.  Is anyone aware of issues that need fixing?

Written by oremj

September 7th, 2008 at 7:21 pm

Posted in Development, MediaWiki

SimpleCaptcha Update

without comments

I’ve decided to move SimpleCaptcha development to my personal server.

Written by oremj

September 4th, 2008 at 4:52 pm

Posted in Development, WordPress