ChangeLog v1.4.6 ====================================================================================== - fixed bug which got only default category archive news list if there was not category set ChangeLog v1.4.5 ====================================================================================== - fixed bug which forced empty spam word list to mark all comments as spam - text change to be less confusing when removing spam mark against comment. ChangeLog v1.4.4 ======================================================================================= - Fixed Javascript pagination - Removed user search and replaced with user list - Fixed type bbcode tag from breaking nested tags such as [link] ChangeLog v1.4.3 ======================================================================================= - added basic form validation in news configuration - added one-click delete spam messages - Fixed bug is_spam bug when one a news article had one spam comment which stopped news display - updated RSS feed to parse BBCode ChangeLog v1.4.2 ======================================================================================= - Fixed Summary display for news - Fixed installpath typo ChangeLog v1.4.1 ======================================================================================== - Fixed WYSIWYG list buttons dumping Javascript basic.js - Fixed redirect comment delete error admin/comment.php - Fixed updated spam filter to be case insensitive function.php - Fixed comment count for news articles counting spam mainNews.php - Added label tag for mass delete checkboxes commentlist.tpl - Updated global.php version check ChangeLog v1.4.0 ======================================================================================== - Fixed /templates/default/admin/nopermission.tpl JS Bug where WindowLoad var was not defined - added clearfix CSS Class in layout.css - added Mass Delete Comments - added News Summary - Fixed SQL Bug in mainNews.php - Fixed Register Globals include bug (register_globals=On) - Fixed newsform buttons UI bug - Fixed Spam Filter ChangeLog v1.3.0 ======================================================================================== - /templates/default/admin/clientscript/nav.js to have a return value in nav_getSection - added init and global_vars js files - Updated templates and JS files to use WindowOnload Object - Added addslashes to install path for config.php creation - Added Delete Comments functionality - Added JS Prev/Next Links for News list - Added a message when there are no messages sent via Send to friend Service - Made inArray and removeArrayElement (now removeElement) Javascript objects. (global.js) - Added news Preview (news.php, newsform_body.tpl) - Added Avatar Template Tag to single news (singlenews.tpl) - Changed Update System - Fixed bug where invalid URL for news gave blank screen - Fixed bug where invalid URL for emoticons sent you to Database Options - Fixed bug where giving invalid action query string would display login page - Fixed update bug where register_shutdown_function would kill the object in PHP4 - Fixed emoticon modify bug - Fixed bug with displaying incorrect News item with showNews method for comments - Fixed bug in basic.js, editor.js looping through an Array object incorrectly ChangeLog v1.2.2 ======================================================================================== - Fixed BBCode tags that allowed attributes where a user could create a specially crafted attribute to perform XSS ChangeLog v1.2.1 ======================================================================================== - Comments user could add XSS code which would affect usability. ChangeLog v1.2.0 ======================================================================================== - archiveList added parameter to have the ability to limit the number of archives months listed - Added displayHeadlines method in news.php, allows you to display only headlines - displayheadline.tpl added to default theme - Added pagination method to archive - Category Permissions BUG FIX - align bbcode didnt display the HTML version bbcode.php updated - Removed Application File Check, only checks to make sure config.php is writable now. (install/install.php, install/upgrade.php, install/functions.php) - Comments displays International Characters ChangeLog v1.1.1 ======================================================================================== - admin/useraccount_body.tpl to correct password name - global.php updated install checker - search fixed (Ability to use +word -notincluded) - Added parameter to displayResults in search.php to get the file name to be used to pass the results to - updated search_result_list.tpl for {filename} and the use of {id} for news - returned NULL on search if empty search post - International Character support (NOT Standards Compliant, Support only complete for News Posting and Comments) - use of setCategory with Search works - changed DEBUG from true to false ChangeLog v1.1.0 ======================================================================================== Modifications - includes/bbcode.php made it possible to add plugable BBcode without BBCode File Changing in versions in bbcode_plugins.php - includes/admin-functions.php added two new functions - admin/news.php added ability to check if the user was allowed to modify news depending on UID/GID or permissions - templates/default/admin/newsform_body.tpl added BBcode Icons for Quote and Image - templates/default/admin/clientscript/editor.js - templates/default/admin/clientscript/basic.js Added - Image and Quote BBCode Tags - Only users that create article or users in groups above may modify articles ChangeLog v1.0.2 ======================================================================================== Bug Fixes - getNews single display should have category or no category not both in OR statement - upgrade_function.php fix for menus - upgrade_function.php fix for news display requiring addslashes ChangeLog v1.0.1 ======================================================================================== Bugs - News Display didnt display news correctly when using the all parameter ChangeLog v1.0.0 ======================================================================================== Bugs - SendToFriend - Specially crafted form could allow an attacker to use the send to friend service to send out spam messages. - Email sent as plain text has & instead of & (partial fix) ChangeLog v1.0.0 - Beta 3 (Windows, Linux, BSD, Unix Stable Beta) ======================================================================================== Fixes - Comments not displaying BBcode Correctly - Theme Template not displaying Help Icon - Help File Complete - Help Links working ChangeLog v1.0.0 - Beta 2 (Windows, Linux, BSD, Unix Stable Beta) ======================================================================================== Updated Files - news.php - All Admin Default Templates - admin/user.php - includes/bbcode.php Fixes - Administration Login has horizontal scroll - PNGs with transparency are greyed - Backup Database SQL/WBSML horizontal scroll in view - Emoticon Install/Upgrade to invalid Path - User Search allows users to view higher group levels - Pagination displays Next even when there isnt enough news - $GLOBALS variable in PHP 4.4.0 and earlier do not display appropriate $GLOBALS variable that is assigned within the system. - Excessive new lines in PHP BBCode - SendtoFriend not displaying when Template System set to Return instead of return output using echo - Administration not displaying Number of News Articles in Database in MySQL 4.0 and earlier ChangeLog v1.0.0 - Beta 1 (Windows is Experimental, Linux/BSD/Unix Stable Beta) ======================================================================================== API Changes - getCategory(int) is now setCategory(int) int being the numeric value please view examples - displayNewsDateGroup() allows the string all to be used in it much like displayNews - printView() has been removed - Users Class now requires that $newsConfig is passed through the constructor - News RSS is no longer a Class and doesnt require any classes to be initiated a simple include of news.rss.php should be all thats needed - sendToFriend(array) now only initiates the class, you must from here call sendFriend() to get the form or send email. Changes - Default Template - displaynews - singlenews - phpdisplay - addcomment - addcomment_user - sendtofriend - sendto_sent - user_loginform - user_registerform - Upgrade - Removed the ability to get a MySQL Database Backup file Bugs Fixed - Changed the PHP Built in wordwrap function to another wordwrap function which is less strict ChangeLog v0.9.0 ======================================================================================== Bugs Fixed - Fixed news.rss.php bug where it gave Parse_Error - Fixed where you can have template code parsed within news and comments (function.php) Additions - Short News Blurb ChangeLog v0.8.0 ======================================================================================== Versions 0.6.0 and 0.7.0 are skipped due to WB News getting closer to 1.0 status. Bugs Fixed - Got rid of checkdnsrr in formvalidation.php - Archive {comments} view - Display All news gave Database Error - Not Showing Search Form - Check Updates Download Link Fixed - Check Updates Information Fixed - comments_index.tpl (Admin) Fixed Javascript bug for some browsers using open Additions - Added Auto URL Parser (news.php admin) - Added Archive Example - Added News Search Example - Category Avatars Modifications - Cleaned news.php file - Cleaned archive.php file - Cleaned comments.php file - Cleaned sendtofriend.php file - Cleaned news.rss.php file - Cleaned users.php file - Cleaned search.php file - Display all Categories - Admininistration Category and Template - Updated Admin Main Template ChangeLog v0.5.0 ======================================================================================== Modifications - db_mysql.php - Added Main News System into serperate files - news.php - search.php - archive.php - comments.php - sendtofriend.php - users.php Bug Fixes - Added PHP 4 backward compatability for Database Query Counter - Users Registration - Upgrade Backup Database SQL got rid of HTML ChangeLog v0.4.0 ======================================================================================== Bug Fixes - Empty Spam Filter, sets every comment as spam. - Adding Comment in Administration displays BBcode - Output Buffering Error still exists in some PHP configurations. - Wordwrap bug - Users Bug Additions - Added php_display.tpl template to Administration ChangeLog v0.3.0 ======================================================================================== Additions --------------------------- - Spam Filter (A list of words to find within a comment, if found the comment will not be shown unless checked by Administration), ability to have the Bad Words Filter to be joined with it Modifications --------------------------- - BBCode [LIST] tags - templates - comments_showspam.tpl - main news - news.php - global.php - functions - functions.php (BBcode improvement) - admin - comments.php ChangeLog v0.2.0 ======================================================================================== Bug Fixes - RSS Feed Invalid Time ChangeLog v0.1.0 ======================================================================================== - Fix RSS Feed Display - Fix News Display with magic_quote_gpc ON gets rid of \' - Fix Header Sent Error with Comments when output buffering 0 or no value - Fix Comments Admin \' - FIx ability to delete all themes. Additions --------------------------- Ability to add comments from Admin Panel Allow Comments for News Posts Users ChangeLog v0.06 ======================================================================================== - Fix RSS Feeds (\') and added BBCode tags to work as HTML - Fix BBcode.js, function.php Additions --------------------------- Allow view of Num Comments Allow Past Comments to be seen when Adding Comment Allow Name + Email in Comments ChangeLog v0.05 ======================================================================================== Bug Fixes - BBCode - WYSIWYG - Send to Friend. Didn't work correctly sending invalid parameters - Slashes in news Display Fix - open_basedir fix Database Backup - Ability to backup database. We currently only allow .sql file download. Check Update - Checks for an update RSS Feed - Ability to display an RSS feed to users. Allows other webmasters to syndicate your news on their site WYSIWYG easier to use more features - More functionality making news easier to add then ever Themes - Ability to add themes to your news. Very good when you have a site that uses themes and you want to change the news for that theme. Additional Users - This allows other users that you specify to be able to use the Administration Panel and post news. - Once Installed, current user becomes super administrator and has total right to the Admin Panel User Permissions - Additional users means more things to control, user permissions allow you to not only tell what user group users are in but what they have access to. News Archives - Display a list of News Items for Each Month. - Can be turned off - Easily Included Search News - Easy search function with easy API to use. - Ability to search Authors, Titles, News or all fields. - Display Results on pages Send To Friend Database - View users sending messages to friends IP Address, Time, Message, News Article, Email To, Email From. Send To Friend - Email changed from text/html to text/plain ChangeLog v0.04 ======================================================================================== Bug Fixes - admin/cat.php fixed up the bug where templates linked to news modify/delete for category - Security Fix added salt to admin password added line to config.php Send to Friend - Allows users to send to friend off by default - Shows users who are sending the link to friends with time they did it as well as there IP address for security reasons. Its possible to turn this feature off ChangeLog v0.03 ======================================================================================== Bug Fixes - Ability to use in foreign directories. - Admin Comment view fixed bug when there are no comments ChangeLog v0.02 ======================================================================================== Comments - Comment Mess Maximum set in Configuration - Word Wrap Added set in Configuration (Default is 100Chars) - Set Flood Filter (e.g. 30 Seconds before someone can post another Comment) Comments Admin - Ability to View Comments in Admin Admin New Features - Banned Words - BBcode Files Changed news.php global.php templates/admin/newsform.tpl templates/admin/main.tpl templates/admin/config.tpl New Files templates/floodfilter.tpl templates/admin/comments_index.tpl templates/admin/comments_show.tpl templates/admin/news_comment_show.tpl templates/admin/nocomment.tpl admin/bbcode.js Bugs Fixed - Database Error would occur on URLs requiring Database Abstraction with ';