2003-08-05 """""""""" * Added text encoding and LTR/RTL-orientation to the language packs in preparation for supporting more languages. The template files have been updated slightly because of this. * Changed a few things in commondb.php and the two DBLayer classes. PunBB now prints out a little more info when a connection to MySQL fails for some reason. 2003-08-04 """""""""" * Removed classes A:link.ul and TD.punheadright from the styles. They were unused. 2003-08-03 """""""""" * Made a HTML page out of include/INSTALL. * Fixed logout and "Mark all forums as read" not working in Opera. 2003-07-31 """""""""" * Fixed "Rebuild search index" not indexing topic subjects. 2003-07-30 """""""""" * Changed the behaviour of "Show new posts since last visit", "Show unanswered posts" and "Show posts by this user". These searches are now sorted by last post and not the topic creation time. * Re-added timezone to the register form. 2003-07-28 """""""""" * Fixed typo in common.php (thanks Frank H!). * Added categories to the forum listing in profile.php when adding a user to the moderator list of a forum (thanks Cactuz!). 2003-07-16 """""""""" * Updated install script to work with PostgreSQL 7.3. * Fixed a broken link in moderate.php when editing subscribers for a topic (thanks Frank H!). * Fixed a bug with singlequotes in hyperlink descriptions when using [url=link]description[/url] (thanks Frank H!). 2003-06-29 """""""""" * Added a language selection box to the install script (thanks Cactuz!). 2003-06-20 """""""""" * Fixed rules display bug in register.php (thanks Nidhogg!). 2003-06-19 """""""""" * When logging out, users are now redirected to index.php regardless of the referring page (thanks majk!). * Moved some code around in admin/users to avoid problems when using "home made" code in header.php (thanks pettan!). * Fixed a bug which made it impossible to request a new password when guests aren't allowed to read the forum. 2003-06-17 """""""""" * Prettied up some code in index.php a bit. 2003-06-14 """""""""" * Removed the underscore character from all CSS identifiers in the styles. It's a long story :) 2003-06-11 """""""""" * Fixed users being assigned the style Oxygen regardless of the default style set in admin/options. * Changed the behaviour of "Show images". Avatars are now displayed even if the option is disabled. * Moved around some stuff in the language files for profile.php and register.php. * Entering a DB username and password when installing is no longer required. * Added the ability to search in "Topic subject only". Thanks to xeN for suggestion! 2003-05-25 """""""""" * Fixed typo in admin_bans.php (thanks Bengt!). 2003-05-19 """""""""" * Fixed typo in swedish language file for register.php (thanks Piggymon!). * Fixed a few CSS errors. Removed style="width: *" in a few tags and added escape character in front of underscore in all the css files. 2003-05-17 """""""""" * Added an option to not update a visitors cookie in check_cookie(). Just define PUN_DONT_UPDATE_COOKIE before including common.php if you don't want PunBB to update the cookie. This can be practical if you want to fetch information about the current visitor ($cookie and $cur_user) but you don't want to affect his/hers new post indicators in the forums. 2003-05-13 """""""""" * Fixed typo in admin/ranks (thanks xeN!). 2003-05-08 """""""""" * Fixed subject in report e-mails. 2003-05-04 """""""""" * Removed redundant call to srand() in function random_pass(). Seeding the random number generator is no longer necessary (since PHP 4.2.0). 2003-04-29 """""""""" * Fixed forums and categories being incorrectly grouped (in various places) when the same position was set for multiple forums and/or categories (thanks Dhanjel!). 2003-04-23 """""""""" * Fixed admin/mod only forums showing up the "Jump to" drop list in the footer of viewtopic.php (thanks Gardell!). 2003-04-21 """""""""" * Fixed typo in help.php. It said :roll: and not :rolleyes: (thanks rontaronny!). 2003-04-10 """""""""" * Moderators are no longer allowed to change the password for other moderators and administrators (thanks majk!).