From: Wendall C. <wen...@us...> - 2005-03-04 18:19:53
|
Update of /cvsroot/phpwsbb/phpwsbb/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32328/docs Modified Files: ChangeLog Log Message: image dimensions and version bump Index: ChangeLog =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/docs/ChangeLog,v retrieving revision 1.125 retrieving revision 1.126 diff -C2 -d -r1.125 -r1.126 *** ChangeLog 2 Mar 2005 17:15:13 -0000 1.125 --- ChangeLog 4 Mar 2005 18:19:44 -0000 1.126 *************** *** 2,10 **** # $Id$ ! *phpwsbb-1.0.2-cvs Bug Fixes: * Don't allow forking on threads with a single post. * Changed & to & in 'Back to the topic' link * Added 'Back to the forum' link after posting *phpwsbb-1.0.1 (05 Jan 2005) --- 2,16 ---- # $Id$ ! *phpwsbb-1.0.2 (04 Mar 2005) Bug Fixes: * Don't allow forking on threads with a single post. * Changed & to & in 'Back to the topic' link * Added 'Back to the forum' link after posting + * Change install to use session var for source directory instead of constant + * Added height and width attributes to all images. + + New Features: + * Added createLink() Function to Thread.php for creation of text and img + links *phpwsbb-1.0.1 (05 Jan 2005) |