2003-08-19 """""""""" * Fixed a possible cross site scripting issue involving the img tag and client side scripting. The vulnerability was discovered by frog-m@n from http://www.phpsecure.info/. Thank you very much! * Fixed moderator username not being updated in the forum moderator list when he/she changes his/hers username (thanks Magoo!). * Replaced all calls to htmlspecialchars() with pun_htmlspecialchars(). The function is identical to the PHP version but doesn't translate &#xxxx style entities. This way a lot of non ISO-8859-1 charsets will still be viewable regardless of the Content-Type meta tag. * Implemented workaround for searching in multibyte character text. I'm not 100% sure it works, but it should at least work better than before. * Added operating system to the admin index page statistics. 2003-08-17 """""""""" * Added named anchors to the different help sections in help.php. Links to the help document from other scripts now point directly to the section of interest. Thanks to Frank H for the suggestion! 2003-08-13 """""""""" * Removed the language choice from the install script. PunBB will be distributed with the english language pack only. Other languages will have to be downloaded from the website. 2003-08-10 """""""""" * Fixed typo in swedish language file for delete.php (thanks Grillcliff!). 2003-08-07 """""""""" * Fixed error on admin index page when using "exotic" characters in the database name.