0.13b - TR/2010-12-30 - added translation to portuguese by Leo Barichello 0.13a - TR/2009-07-23 - some people told me about an error with the captcha, something like "Could not find/open font in some path" ... this should work now ;) 0.13 - TR/2007-12-29 - fixed XSS - added new i18n file - changed the way of displaying multiple pages 0.12 - TR/2007-07-01 - captcha will the font dirname(__FILE__)/captcha.ttf now - added $EntriesPerPage configuration variable - added $GetRequestSeperator configuration variable -> should be "&" on most servers, but is sometimes "?" 0.11 - TR/2007-05-09 - test for imagecreatetruecolor() and imagettftext() before calling the captcha -> no errors anymore! - updated wiki documentation... 0.10 - TR/2007-05-08 - the table guestbook is created automatically now - fixed the issue of line 403, as mentioned in my guestbook - removed the directory 'rewriting', there is enought documentation out there! 0.9 - TR/2007-05-07 - the captcha to be optional now (requested by Julian Neuberth) - again some fixes for getting the path of the script automatically 0.8 - TR/2007-05-01 - changed the order of the "0 1 2 3" page overview on top of the guestbook - added the possibility of replying to other guestbook entries 0.7b - TR/2007-02-17 - fixed unnamed buttons in the admin form 0.7a - TR/2007-02-10 - added gbook.i18n-nl.php 0.7 - TR/2007-01-21 - small changes in the admin form 0.6 - TR/2006-12-15 - fixed the lighttpd problem via [{{fullurl:Special:Guestbook|action=add}}...] - added two new variables, for setting the two important paths for different wiki installations, these are the defaults: -> $mySpecialPage = "/wiki/index.php?title=Special:Guestbook"; -> $myExtensionPath = "/wiki/extensions/gbook"; - added url rewriting examples in the directory ./rewriting/ 0.5 - TR/2006-12-10 - added 2 i18n files (fr, vi) - improved support for new languages, they don't need to be added in gbook.php - they have to be named "gbook.i18n-$LANG.php" - some have problems with the two variables $wgScript and $wgScriptPath: - I don't know, how to fix it ... if I fix it for others, my own wikis have problems! - what is to do here?! mail me, if you have some suggestions! - there exist a problem with lighttpd and the url formatting - I am working on it, because I will switch to lighttpd in some time 0.4 - TR/2006-11-12 - fixed: "Fatal error: Call to a member function getID() on a non-object" - gbook was successfully tested on these versions: 1.6.8, 1.7.1, 1.8.2 0.3 - TR/2006-10-22 - added a tool image, which is used instead of the '*' @ changeable entries 0.2 - TR/2006-10-22 - fixed: getting the user ip - added: description on the link to wikipedia and the captcha image - added some moderating stuff 0.1 - TR/2006-10-16 - initial version