CHANGELOG

v1.14 - 2006-11-05
- listCategories modified to return categories in alphabetical order
- Added code to editor page to put full entry and excerpt editors
  in a tab-like navigation.
- BUG #194 fixed (CSS issues only in template.css and blogcfm_styles.css)
- Bug #195 fixed, invalid link in admin/categories.cfm
- updated to FCKEditor 2.3.2
- fixed FCKEditor bug #1590851 (reported by me)
- updated CFFM to version 1.14
- closed cfopen project, opened project at blogcfm.riaforge.org

v1.13 - 2006-07-05
- NO DATABASE CHANGES
- Removed "demo" text from above.cfm
- enabled the ability to make a user an admin in 
  admin/user_edit.cfm, a feature which was restricted for
  live demo purposes but shouldn't have been disabled in the
  release.
- fixed javascript bug relating to form validation on login.cfm
   where "err" was not initially defined in validateLoginForm() 
   function

v1.12 - 2006-06-09
- NO DATABASE CHANGES
- Bug #122 fixed (CONCAT function not available in MSSQL/MSAccess)
- Bug #120 fixed (error in file manager, upgraded to CFFM 1.13)
- Bug #115 fixed (error on confirming password)
- Bug #108 fixed (bad link in RSS pod)
- updated FCKeditor to 2.2
- simplified fckEditor Toolbar to custom toolbar.
- fixed datePicker on entry_edit.cfm by hardcoding local path
- fixed bug in udf.cfm where tempfiles used in captcha creation
  were not being deleted.
- minor change to edit_profile.cfm to indicate success of changes.

v1.11 - 2005-08-02
- NO DATABASE CHANGES
- corrected <blogcfm>/fckstyles.xml (bug #105)
- corrected HTML in <blogcfm>/galleries.cfm (bug #106)
- Limited photo gallery pod to show 15 albums and "more" link
  and sort by date descending (files affected include
  <blogcfm>/pods/galleries.cfm and <blogcfm>/cfcs/blogcfm.cfc - getPodInfo())
- Modified <blogcfm>/galleries.cfm to sort albums date descending.
- fixed unreported bug in Application.cfm - variables.blogConfig was
  used in several places before it was declared, leading to errors
  if you tried to access the admin console without being logged in.

v1.1 - 2005-07-30
- DATABASE CHANGES INCLUDED (see _UPGRADE.TXT for details)
- updated default editor to FCKeditor 2.0 (production release)
- renamed fckeditor.cfm to editor_area.cfm to make it more generic
- modified entry_edit.cfm to accomodate new tag name "cf_editor_area"
  instead of "cf_fckeditor"
- added support for TinyMCE 1.45+ as an alternative editor
  (see _README.TXT)
- upgraded file manager to CFFM 1.12
- fixed bug in generateRSS() method (bug #90)
- fixed bug in createUser() method (bug #91)
- modified entry_edit.cfm to handle specifying of posting date,
  and modified saveEntry() method to accomodate (feature request #94)
- implemented feature request #71, disable commenting after a 
  certain age on specific entries.
- added default comment age disable ability in admin for entire blog.
- updated setup routine to prevent trailing slashes in webroot
- changed default toolbar to standard instead of basic in HTML editor.
  and removed ability to change it.
- modified setup (step2.cfm) to properly detect webRoot using
  CGI.SCRIPT_NAME when available (apache)
- Added basic automated ping functionality for blog aggregators.
- eliminated tables around entries and date headers, converted to 
  divs/spans.
- Other CSS changes.
- enabled "Enable Subscriptions" feature in admin and main site.  
  Administrator may not disable subscription feature entirely.  (this
  was already in the database)
- Added CSS Override to blog settings.
- Created "Photo Albums" pod, and enhanced galleries.cfm and gallery.cfm.
- separated login and registration pages.

v1.01 - 2005-05-03
- listCategories() method updated to work with MySQL 3.23 (eliminated
  UNION clause from SQL)
- fixed some broken login links in entry.cfm
- fixed bug in rss.cfm that prevented RSS category feeds from working
  properly.
- DATABASE CHANGE - EMAIL field in BLOG_COMMENTS table length increased
  to 255 characters.  If you are upgrading, please manually make this
  adjustment.  See discussion forums on the cfopen.org project page for
  details.
- admin/users_list.cfm, fixed website link.

v1.00 - 2005-04-21
- NO DATABASE CHANGES FROM 1.00RC1
- Fixed bug in index.cfm which caused incorrect calendar month to appear
  in calendar pod.
- fixed bug in index.cfm which prevented simple archive links from working..
  ie www.blogcfm.org/1/2005/02/index.cfm actually showed the current month.
  This also fixed the issue with the specific dates.
- Added try/catch around captcha generation in entry.cfm
- switched captcha font from regular comic to comic bold.
- minor update to CFFM (file manager) so it uses session vars to remember your
  last directory.
- Renamed COMMENT field in BLOG_COMMENTS table to COMMENT_TEXT (MS Access only,
  all others were already renamed)
- Fixed bug involving SQL Server database in the getEntries() method.  SQL Server
  didn't like the DISTINCT keyword.  I ended up reworking the query so that 
  the DISTINCT keyword is only used if the dbtype is mysql.
 
v1.00RC1 - 2005-03-18
- NO DATABASE CHANGES FROM 0.95b
- upgraded to FCKeditor 2.0 RC3
- display of abstract and entry content in index.cfm and entry.cfm 
  adjusted to accomodate for empty entries, which contain &nbsp; in 
  FCKeditor 2.0 RC3.
- Changed default index functionality to show last 30 entries 
  rather than entries from the current month.
- Added maxEntries argument to getEntries() method.
- Simplified generateRSS() method, making use of new maxEntries argument
  to the getEntries() method.
- Added "delete abstract" checkbox to entry editor form, which forces the
  abstract content to be empty even if nothing is visible in the HTML editor
  (which is not uncommon!  fckEditor will sometimes put in <p>&nbsp;</p>
  if you delete existing content)
- separated out "pods" on the right side into separate files from the
  below.cfm file to simplify customization.
- fixed bug in saveEntry() method that caused new entry files to be
  created every time an entry was edited.
- added feature to file manager that remembers the last directory accessed.
- Added code to check for CFMX 6.1 or higher and Bluedragon 6.1 or higher.

v0.95b - 2005-02-25
- DATABASE CHANGE TO MS ACCESS.  Added fake "dual" table, containing
  one field named "dummy", a one character text field.  The table
  contains one row of data, containing the number 1.
- Added rss feeds - entire blog, category, and keyword feeds.
- simplified getEntries() method.

v0.94b - 2005-02-16
- NO DATABASE CHANGES EXCEPT TO MS ACCESS
- Added totalComments int field in access database
- renamed MONTH and YEAR field aliases in getPodInfo() method
  and references in below.cfm (some versions of Access didn't like
  using those, as they are reserved words)
- added gallery preview functionality
- fixed ability to add categories in main admin
- fixed additional bugs in photo gallery administration

