= Rich-CMS CHANGELOG == Version 2.0.7 (October 20, 2010) * Being able to edit content with the WYSIWYG HTML editor: CLEditor v1.3.0 (yay!) * Added the :as option when rendering CMS content tags (available options are :string, :text and :html) * Using RaccoonTip v1.0.8 * Copying image assets to public/images/rich/cms * Finetuned the label of the edit CMS content form * Added some manual source file requirements * Tweaked Cleditor assets * Telling SeatHolder not to react on focus events when marking CMS content * Changed the formtastic gem dependency to '1.0.1' == Version 2.0.6 (October 8, 2010) * Providing control after logging in or out as Rich-CMS admin == Version 2.0.5 (October 2, 2010) * Using RaccoonTip v1.0.7 == Version 2.0.4 (October 1, 2010) * Using RaccoonTip v1.0.6 * Added CSS reset == Version 2.0.3 (September 30, 2010) * Added rails generators 'rich_authlogic_user' and 'rich_cms_content' * Finetuned the jQuery function $.keys() == Version 2.0.2 (September 9, 2010) * Corrected the Rich::Cms::Engine.to_content_tag implementation when using combined keys == Version 2.0.1 (September 3, 2010) * Tweaked determination of whether to show a text input or textarea when editing content * Corrected clicked cms content item detection * Updated styling of the Rich CMS panel * Rendering Rich CMS content within a div tag at default instead of a span == Version 2.0.0 (September 3, 2010) * Complete new look and feel (using CSS3, no images and IE6+ compatible, Safari, Chrome and Firefox) * Using RaccoonTip (yay!) * Including jQuery dependencies the correct way * Moved app, assets and config to lib directory * Added lib/app/controllers to the load path * Added lib/app/views to view paths * Using Jzip::Engine instead of Jzip::Plugin * Refactored ActionController::Base a bit * Deriving the CMS content (to edit) the correct way within Rich.Cms.Editor * Improved the Rich::Cms::Engine.to_content_tag implementation == Version 1.0.0 (August 15, 2010) * Initial release