2004-02-13 """""""""" * Fixed stopwords not being excluded in search. They were being excluded from the search index, but not from the keywords when searching. * Removed unused variable "prefix" from userlist multipage URLs. * Fixed a number of variables being used without first being initialized. * Fixed missing "Leave blank to use forum default" from profile.php. * Fixed a hard to exploit, but still possible XSS vulnerability in install.php. Thanks to Isothop for reporting it. 2004-02-10 """""""""" * Fixed the SMTP username and password fields being a bit too short. Reported by Goransson. 2004-02-03 """""""""" * Changed the default value of $p_connect in config.php to false. * Fixed username search in admin/bans sometimes not working with PostgreSQL. 2004-02-01 """""""""" * Added missing call to set_time_limit() in search index rebuild script. * Fixed incorrect display of number of topics to prune in admin/prune. 2004-01-31 """""""""" * Fixed typo in english language pack. "KB" was incorrectly abbreviated "Kb". Reported by Bat21. 2004-01-25 """""""""" * Fixed incorrect redirect after posting form e-mail. Reported by JohnS. 2004-01-24 """""""""" * Fixed last visit date showing up as 1970 for the admin user directly after registration. Reported by mICKE and TooCool. 2004-01-21 """""""""" * Removed attempt to disable register_globals from common.php (ini_set). It isn't even possible to change in runtime, so don't ask me what it was doing there in the first place. * Added missing pun_htmlspecialchars() for forum name in admin/prune confirmation message. 2004-01-16 """""""""" * Fixed clicking the "[ New posts ]"-link leading to double increment of topic views counter. Reported by Chacmool.