Donate Share

phpwsBB - phpWebSite Bulletin Board

File Release Notes and Changelog

Release Name: 1.0.0

Notes:
Lots of stuff has gone into this release, most notably the new layout
and avatar support thanks to Eloi George.  Be sure to read the
README about installing the new ImgLib code if you are on
phpWebSite < 0.9.3-5.

This will be the last release for me for a while.  I'm taking a break from
phpWebSite modules to focus on some other projects I've got going
on.  phpwsBB is in good hands though, so keep the bugs and RFEs
coming!

http://phpwsbb.sourceforge.net

Changes: # ChangeLog for phpwsbb # $Id: ChangeLog,v 1.117 2004/10/27 20:30:32 rizzo Exp $ *phpwsbb-1.0.0 (27 Oct 2004) 25 Oct 2004; Steven Levin <steven [at] tux dot appstate.edu> Fixed upgrade bug causing last post for everything to get set as the admin doing the update Fixed notice in Thread.php Fixed anchors in Message and Thread 17 Sep 2004; Don Seiler <don@NOSPAM.seiler.us> RFE #1029852: Using unordered list in blocks 13 Sep 2004; Don Seiler <don@NOSPAM.seiler.us> PATCH #1002850: Patch from Eloi that changes everything. Switched to using single-quotes for faster parsing possibilities. *phpwsbb-0.9.7 (10 Aug 2004) 10 Aug 2004; Don Seiler <don@NOSPAM.seiler.us> BUG #977804: PHPWS_File::makeDir() only exists in core >= 0.9.3-4, raised requirements and putting out a new release so users don't get confused with 0.9.6. *phpwsbb-0.9.6 (21 Jun 2004) 21 Jun 2004; Don Seiler <don@NOSPAM.seiler.us> Fixed XHTML b0rkage. 14 Jun 2004; Don Seiler <don@NOSPAM.seiler.us> Forgot to have uninstall remove image dirs. *phpwsbb-0.9.5 (19 May 2004) 17 May 2004; Don Seiler <don@NOSPAM.seiler.us> Fixed xhtml well-formed bug with HR noshade param. Thanks to Mike Noyes. *phpwsbb-0.9.4 (11 May 2004) 11 May 2004; Don Seiler <don@NOSPAM.seiler.us> BUG #951537 Thread paging was seriously b0rked. 03 May 2004; Don Seiler <don@NOSPAM.seiler.us> BUG #947328 All php files need to begin with "<?php" not "<?". *phpwsbb-0.9.3 (29 Apr 2004) 29 Apr 2004; Don Seiler <don@NOSPAM.seiler.us> Reinstating the bottom Thread menu since I really miss it. I'll have to figure out how to make it template-based when I feel like being smart. *phpwsbb-0.9.2 (21 Apr 2004) 21 Apr 2004; Don Seiler <don@NOSPAM.seiler.us> BUG #938818 Fix security hole that allowed search to show BB topic labels regardless of allow_anon_view settings. Thanks Stephan Adler. *phpwsbb-0.9.1 (09 Apr 2004) 08 Apr 2004; Don Seiler <don@NOSPAM.seiler.us> Changed headers to be GPL compliant 05 Apr 2004; Don Seiler <don@NOSPAM.seiler.us> BUG #930013 Don't need Ban User link for guest posts. Changes docs pages to be more GPL standard 02 Apr 2004; Don Seiler <don@NOSPAM.seiler.us> Need to poll database when checking if phpwsBB is still offline. singletrack found a bunch of bugs in 0.9.0. Fixes are: Copying images to images/phpwsbb to work with branches. Making img tags XHTML compliant. Removing bottom repeat of Thread menu. Creating buffer page after saving to reduce reloading of save operation. *phpwsbb-0.9.0 (01 Apr 2004) 01 Apr 2004; Don Seiler <don@NOSPAM.seiler.us> Wrote a script to regenerate lang files and did so. http://phpwsbb.sourceforge.net/createlang.php.txt 31 Mar 2004; Don Seiler <don@NOSPAM.seiler.us> Monitor system won't notify you when you reply to thread you are monitoring. Hiding Monitor link if you aren't logged in. 30 Mar 2004; Don Seiler <don@NOSPAM.seiler.us> Tidying up the message display a bit. Added docs/CREDITS.txt to give props. 28 Mar 2004; Don Seiler <don@NOSPAM.seiler.us> RFE #920696 Using poster name in Last Post field If using phpwsContacts, contact first/last name are used in Posted By RFE #862993 Pause/resume monitor user setting and added "remove all monitors" link. Consolidated delete templates into one since it's all the same. 22 Mar 2004; Don Seiler <don@NOSPAM.seiler.us> RFE #862965 Added user preference setting. CLOSED. 17 Mar 2004; Don Seiler <don@NOSPAM.seiler.us> RFE #870690 Added icons. http://svgicons.sourceforge.net/ RFE #862965 Added "Allow User Monitors" setting. 15 Mar 2004; Don Seiler <don@NOSPAM.seiler.us> RFE #862965 Changed default behavior to NOT monitor posts. RFE #906879 Added "Offline" mode. RFE #870690 Cleaning up interface. *phpwsbb-0.8.1 (15 Mar 2004) 07 Mar 2004; Don Seiler <don@NOSPAM.seiler.us> BUG #906905 Moved navigation into content area. 01 Mar 2004; Don Seiler <don@NOSPAM.seiler.us> BUG #907622 Fixed title on edit message screen. Thanks singletrack. BUG #906900 Preventing Notes hookup when poster or viewer are anonymous. Starting to go back and add phpdoc comments, especially class headers. *phpwsbb-0.8.0 (05 Feb 2004) 31 Jan 2004; Don Seiler <don@NOSPAM.seiler.us> BUG #885684 Adding actual "lastpost" field RFE #876260 Adding "latest threads" block RFE #887667 Adding "forums" block *phpwsbb-0.7.3 (27 Jan 2004) 27 Jan 2004; Don Seiler <don@NOSPAM.seiler.us> BUG #882461 Not allowing href in subject line anymore. Evil happens Fixed REQUEST var ref bug where fid/Message_fid isn't always there. 26 Jan 2004; Don Seiler <don@NOSPAM.seiler.us> Fixed bug where I forgot to reference right forum id REQUEST var. Thanks to Bobby Kennedy for pointing it out. *phpwsbb-0.7.2 (14 Jan 2004) 14 Jan 2004; Don Seiler <don@NOSPAM.seiler.us> Fixed bug where deletion of last message in topic failed to call updateForum(). As a result forum topic counts were off. Thanks to Mike Windsor for spotting it. *phpwsbb-0.7.1 (12 Jan 2004) 12 Jan 2004; Don Seiler <don@NOSPAM.seiler.us> Forgot to require class definitions in boost/update.php. *phpwsbb-0.7.0 (09 Jan 2004) 05 Jan 2004; Don Seiler <don@NOSPAM.seiler.us> Only supporting phpWS 0.9.3-2 04 Jan 2004; Don Seiler <don@NOSPAM.seiler.us> RFE #843133 Report post interface to email admin 23 Dec 2003; Don Seiler <don@NOSPAM.seiler.us> Added indexes on foreign keys to speed up queries for large databases. 18 Dec 2003; Don Seiler <don@NOSPAM.seiler.us> RFE #861979 Adding editor/time to message RFE #821589 Link up with Notes module. Requires Notes 1.6.0 Now deleting monitor entries when thread is killed. Thanks danabu! 17 Dec 2003; Don Seiler <don@NOSPAM.seiler.us> RFE #857698 Adding FatCat assignment at forum level *phpwsbb-0.6.2 (25 Nov 2003) 25 Nov 2003; Don Seiler <don@NOSPAM.seiler.us> Manually including Help/Lang classes for install/update/uninstall *phpwsbb-0.6.1 (21 Nov 2003) 21 Nov 2003; Don Seiler <don@NOSPAM.seiler.us> BUG #847043 Forum count not updated when topic deleted. 11 Nov 2003; Don Seiler <don@NOSPAM.seiler.us> Updates for new search mechanism in 0.9.3-2. *phpwsbb-0.6.0 (06 Nov 2003) 04 Nov 2003; Don Seiler <don@seiler.us>: Changed references of "threads" to "topics" *phpwsbb-0.6.0-RC3 (03 Nov 2003) 03 Nov 2003; Don Seiler <don@seiler.us>: Corrected forum class's exclude settings. Added help entry for forum sort order. Standardizing titles. Fixed forking to handle forums now. *phpwsbb-0.6.0-RC2 (02 Nov 2003) 02 Nov 2003; Don Seiler <don@seiler.us>: Update script creates default forum and assigns all threads to it Added some translations *phpwsbb-0.6.0-RC1 (02 Nov 2003) 02 Nov 2003; Don Seiler <don@seiler.us>: RFE #750325 Forums 01 Nov 2003; Don Seiler <don@seiler.us>: RFE #818108 Ban Username or IP 31 Oct 2003; Don Seiler <don@seiler.us>: RFE #818106 Hide/Show messages and threads. 30 Oct 2003; Steven Levin <steven@tux.appstate.edu> Fixed a bug with Message getting an SQL error if no subject was supplied. 29 Oct 2003; Steven Levin <steven@tux.appstate.edu> Added a line to the top of index to clean up some notices 28 Oct 2003; Don Seiler <don@seiler.us>: Forgot to specify block title in search module. 27 Oct 2003; Steven Levin <steven@tux.appstate.edu> : Made changes necessary for the phpwebsite core updates which included fixing core calls and requirement of classes. *phpwsbb-0.5.4 (24 Oct 2003) 24 Oct 2003; Don Seiler <don@seiler.us>: BUG #807484 Monitor posts value wasn't being saved. Cleaned up some sloppiness that had the FORK brackets showing when FORK tag wasn't set. BUG #824089 Messages accidentally creating childless subjects if save page is reloaded. 23 Oct 2003; Don Seiler <don@seiler.us>: RFE #817402 Viewing IP Addresses of posters. Thanks to singletrack. *phpwsbb-0.5.3 (03 Oct 2003) 02 Oct 2003; Don Seiler <don@seiler.us>: BUG #807953 Cleaning out leftover STICKY and LOCKED things in messages. BUG #815110 Only send emails and auto-monitor on new posts/replies. *phpwsbb-0.5.2 (15 Sep 2003) 15 Sep 2003; Don Seiler <don@seiler.us>: BUG #806852 Changed display of STICKY and LOCKED status. Update script will convert existing threads. Changed core requirement to phpWebSite 0.9.3-1. *phpwsbb-0.5.1 (09 Sep 2003) 09 Sep 2003; Don Seiler <don@seiler.us>: BUG #803127 Change so recipient list isn't emailed to everyone. 05 Sep 2003; Don Seiler <don@seiler.us>: Added code to remove help module registration on uninstall. *phpwsbb-0.5.0 (03 Sep 2003) 03 Sep 2003; Don Seiler <don@seiler.us>: RFE #798645 Admin monitoring of posts 02 Sep 2003; Don Seiler <don@seiler.us>: RFE #797877 Adding link to go back to thread after monitor status change. RFE #797878 Setting for bboard admin email. RFE #797879 Setting for notification email text. BUG #798018 Reporting error on non-existant threads. Thanks to singletrack. *phpwsbb-0.4.0 (29 Aug 2003) 29 Aug 2003; Don Seiler <don@seiler.us> : RFE #797355 Enlarging body text area size RFE #770957 Users can monitor posts Found and fixed a bug that was showing [0] in the screens for no reason. RFE #770242 Hook into phpwsContacts 26 Aug 2003; Don Seiler <don@seiler.us> : RFE #751673 Disable anonymous posting/viewing of bulletin board. Added update scripts for adding settings database objects. *phpwsbb-0.3.1 (23 Jul 2003) 23 Jul 2003; Don Seiler <don@seiler.us> : Added code to manually set the Thread's owner field if guest user. Fixed some typo bugs that never saw the light apparently. 09 Jul 2003; Don Seiler <don@seiler.us> : Adding phpws core version check *phpwsbb-0.3.0 (07 Jul 2003) 07 Jul 2003; Don Seiler <don@seiler.us> : RFE #761281 Adding parseOutput statements to catch profanityFilter *phpwsbb-0.2.1 (24 Jun 2003) 24 Jun 2003; Don Seiler <don@seiler.us> : Forgot to increment version number again. I'm lame. *phpwsbb-0.2.0 (24 Jun 2003) 24 Jun 2003; Don Seiler <don@seiler.us> : RFE #750327 Adding sticky thread support RFE #759002 Adding language support *phpwsbb-0.1.3 (11 Jun 2003) 11 Jun 2003; Don Seiler <don@seiler.us> : Forgot to increment version settings for 0.1.2, set them to 0.1.3 and releasing because I'm anal retentive. *phpwsbb-0.1.2 (09 Jun 2003) 09 Jun 2003; Don Seiler <don@seiler.us> : BUG #750892 Follow up on bug for case-sensitivity RFE #751676 Thread menu reprinted on bottom Marking guest posts with "GUEST" in poster name BUG #751692 wrong title being shown. RFE #751663 showing thread in reply edit screen. *phpwsbb-0.1.1 (09 Jun 2003) 09 Jun 2003; Don Seiler <don@seiler.us> : BUG #750892 Added check to see if guest is trying registered username 08 Jun 2003; Don Seiler <don@seiler.us> : BUG #750894 Fixed carriage returns not printing, need core->parseOutput *phpwsbb-0.1.0 (05 Jun 2003) 05 Jun 2003; Don Seiler <don@seiler.us> : Development done and cutting phpwsbb-0.1.0