/**
* @version $Id: changelog.txt 01 2007-04-22 21:23:17Z iapostolov $
* Fireboard Component
* @package Fireboard
* @Copyright (C) 2006 - 2007 Best Of Joomla All rights reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link http://www.bestofjoomla.com
*
* Based on Joomlaboard Component
* @copyright (C) 2000 - 2004 TSMF / Jan de Graaff / All Rights Reserved
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* @author TSMF & Jan de Graaff
**/

Changelog
------------
This is a non-exhaustive (but still near complete) changelog for
the Fireboard 1.x, including beta and release candidate versions.
The Fireboard 1.x is based on the Joomlaboard releases but includes some
drastic technical changes.
Legend:

* -> Security Fix
# -> Bug Fix
+ -> Addition
^ -> Change
- -> Removed
! -> Note

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
014-May-2007 Aliyar FIRAT (greatpixels)
^ Change all css file and bof- to fb_ , Better css coding
  TODO:
	Check all font size  and colors on different templates, 
	Announcement style,
	fix message view style,
	More Stats
	default_grey, green, red


010-May-2007 Danial Taherzadeh (danialt)
 ^ FB is moved to a class structure, Itemids and general path are defined there. Hence to avoid any extra DB calls and code, please use the constants defined in that file
 ^ All the unncessary mosGetParams where removed.
 ^ _JB_ renamed to _FB_
 ^ Moved common functions to the class.fb.hp


 TODO: replave cbitemids l:187

04-May-2007 Danial Taherzadeh (danialt)
 # Fixed the MySQL 3 JOIN problem
 # Fixed bug in avatar gallery selection
 # Fixed confliction between SMF hacks and FB : Timeformat function
 # Fixed CB and FB confliction: fmodReplace & check_image_type functions
 ^ Added missing brackets for single IF tags in message.php
 # Apostrophes used in Fireboard cause a backslash to be displayed in front of the apostrophe only in the Topic Header, Pathway, and Last Post sections
 # Missing sendPM icon, not take consideration for templates other than default
 # Include the Community Builder language file if necessary and set CB itemid value / wrong config var
 + Userlist plugin added, lang files updated, config tab added for plugins, options for userlist
 # Missing table tag when in guest mode, listcat.php
 # Do not reload the page if user is posting, to avoid duplicate posts
 # Quick reply cancel not working


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

23-Apr-2007 Tomislav Ribicic (Riba)
 # Fixed the Community Builder itemid retreival

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22-Apr-2007 Danial Taherzadeh (danialt)

 # Announcements SEF urls were created wrong
 + FB Profile switch added
 + subscription ON by default switch
 + online user status added
 + total fav count
 + added module positions
 # missing link css for whois part
 + subscribe to the thread box is checked by default, with a switch for admin config
 ^ code beautifying and formating
 + basic group management added, at least to work on boj website. the values are kept in a new table, fb_groups and a new field is added to fb_user, group_id
 + Fireboard profile page plugin has been added, needs to be polished though

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22-Apr-2007 Ivo Apostolov (iapostolov)
 + Adding Missus Support
 + Adding JIM Support
 ^ Polished some GUI classes in the administration
 + Added new definitions in english.php
 + Added language variables to admin.fireboard.html.php
 - Removal of all hardcoded strings from admin.fireboard.html.php

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Initial version published (Fireboard 1.0)
