/**************************************************
  CPG MiniCMS Plugin for Coppermine Photo Gallery
  *************************************************
  Copyright (c) 2005 Donovan Bray <donnoman@donovanbray.com>
  *************************************************
  1.3.0  eXtended miniCMS
  Copyright (C) 2004 Michael Trojacher <m.trojacher@webtips.at>
  Original miniCMS Code (c) 2004 by Tarique Sani <tarique@sanisoft.com>,
  Amit Badkas <amit@sanisoft.com>
  *************************************************
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
  *************************************************
  Coppermine version: 1.4.2
  CPGMiniCMS version: 1.5
  $Source: /cvsroot/cpg-contrib/minicms/CHANGELOG,v $
  $Revision: 1.14 $
  $Author: donnoman $
  $Date: 2005/12/08 04:20:03 $
***************************************************/
RELEASED RC2
ADDED Display of SQL entries in the configure section on plugin install.
CHANGED pos column name in _cms table to cpos to avoid conflicts with Coppermine.
ADDED on plugin install the database updates are shown in pluginmgr.php.
RELEASED 1.3
ADDED plugin actions to put content below the breadcrumb on thumbnail.php and displayimage.php
FIXED Positioning code
Add "section" creation to the UI - Donnoman 3-12-2005
RELEASED 1.4
Added "related" page to display content that share keywords - TranzNDance 3-19-2005
Added themeable functions and templates - Donnoman 3-19-2005
Added fckeditor and tinymce - Donnoman 3-19-2005
Made fckeditor the default - Donnoman 3-19-2005
Added config page - Donnoman 3-20-2005
Added auto-configuration on db version change - Donnoman 3-20-2005
Fixed action buttons in codebase - TranzNDance 3-23-2005
Added config option to select active editor - Donnoman 4-2-2005
Added style.xml support to fckeditor and began using Coppermine's CSS in the editor - Donnoman 4-2-2005
Fixed problem where some Coppermine themes were using an id of "content", changed minicms to "minicms_content", Donnoman 4-10-2005
Added a link to comments for each image on "related" page - TranzNDance 9-27-2005
Added RSS capability on "related" page - TranzNDance 10-02-2005
Removed htmlarea and tinymce support files, they will be supported as add-ons - Donnoman 12-03-2005
