Archive for the ‘Bug Fixes’ Category

Minor Bug Fixes Pushed Live

Friday, August 14th, 2009

A few minor bug fixes were pushed live last night moving the version of Airbana to 4.6.

Thanks go out to Xlizer for flagging up one of the bugs.

As always please drop me an email at Gareth@Airbana.net or tweet @Airbana with any bug reports or feature suggestions.

XMLRPC Uptake

Tuesday, August 26th, 2008

Thanks to the uptake by some of the Site Operators I’ve been able to fix some issues with the XML RPC parsing functions which should ensure additional stability for users who utilise ASCII / HTML escape codes and HTML formatting in their XMLRPC.php files.

Due to the feedback received the site will (in the future) check for an XMLRPC file first and if that succeeds it will not display the locally stored prices or the “Sorry, but the site admin has not yet added any prices” message.

Due to the increased concern over minor vandalism the next major version of Airbana (Version 4) will allow Site Admins to request that a site be locked from public edit.

Bug Fix – Issue Generating Wiki When Adding Site With a Duplicate Name

Wednesday, July 2nd, 2008

As is always the way, we test, we test, we go live and then find a bug!

Bug: New sites with the same name as an existing site do not have corresponding Wiki’s

Cause: Wiki’s are created with a Key constraint of the Unique ID of the Site. The methodology used to ‘fetch’ the key of the new site did not take into account certain conditions resulting in an existing site being linked to multiple wiki entries whilst the new site had none.

Fix: Change in the way Site Key is generated and acquired during Site / Wiki creation.