RC7 Release (2012-12-09)
* [many]  api frozen (still in progress)
* 0e1dd82 fixed docblock documentation
* d76eba9 fixed and improved RenderView option from a block. The getHtml block's method may return an array where are declared one or more views and the options instead of html
* a335245 add new getMetaTags method to let a block add extra metatags
* a335245 add setPageTree method to inject current pagetree
* 6ed2780 styled the form table cells
* ae0ea8a improved Json/_item.html.twig template to be more overridable and moved form building to Json/_form_renderer.html.twig template
* af4a300 updated configuration for dev and test environments to import from alcms enviroment
* 442e79a [bug] added alpha_lemon_cms.events_handler argument service to block service which misses
* d5f6071 updated the RenderingItemEditorListener to work with embedded forms too
* a1a0ae5 formatHtmlCmsActive method has been renamed to replaceHtmlCmsActive
* a1a0ae5 getHtmlCmsActive has been deprecated 
* a1a0ae5 toArray has been imporoved to return the block's html from getHtml method or the replaceHtmlCmsActive when defined
* a1a0ae5 the ExecuteInternalJavascript option has been added to toArray method
* 84adba4 metatags blocks are now written in a single line to avoid carriage return breaks the metatag
* d660782 toArray method returns the formatted content by getHtml function instead of the saved content value

RC6 Release (2012-11-25)
* 11a446a    updated licenses conditions: see new LICENSE file
* 06314e0    The active page is no more editable in the pages management panel
* 53caa7d    fixed wrong namespace declaration in the generated composer.json file
* 0c7b60e    fixed media library not correctly rendered when using the FileBundle

RC5 Release (2012-11-22)
* 862d5a7    PageTree was not correctly initialized when the language was changed by clicking a link in the navigation menu block, when in  multi-languages sites
* 493dfba    changed the inputs that handles permalink and title fields, to textareas
* 69f0541    added BeforeDeployEvent and AfterDeployEvent events 
* 691bec1    added table button to tinymce editor
* 934e710    skipped a block that belongs a page when it does not belong the template. This might occour when the theme is changed
* 88cbdf1    added list commands to tinymce
* c2e39aa    revisited the AlRepeatedSlotsAligner object which didn't work as expected.
* da2ce2d    fixed the AlSlotsConverterFactory's createConverter method
* 8da9f80    added the right reference to upload_assets_dir for parameters who require that param
* ac76b82    [Themes Preview] changed the behavior of Save and activate, which does not reset the mapping
* ea1bd98    fixed url path for ElFinder connectors
* fabb0cf    fixed the windows position order

RC4 Release (2012-11-11)
hide the slots mapper panel by default and added a command on the toolbar to toggle its visibility
fixed the stylesheet that displays the theme panel

RC3 Release (2012-11-10)
Required specific versions of certain dependencies
Minor bug fixing

RC2 Release (2012-11-03)
Changed the behavior of App-Block command generator, which works in strict mode by default and added the no-strict option to use custom paths for App-Blocks

RC1 Release (2012-11-03)
Added the interactive guide
Fixed the command to generate App-Blocks
Removed the AlHeventsHandler dependency from App-Blocks and deputated the AlBlockManagerFactory to inject that dependendy by setter 
Fixed windows positioning order because z-index was too high and tinymce windows was not correctly positioned
Web site pages are published by default when the site is bootstrapped
Removed remember me from login form
Fixed a bug that does not let the user add more than one block on a slot repeated at site level
Completed automated tests

Beta-4 Release (2012-10-27)
Added the locking of resources to avoid conflicts when the CMS is used by several users a time
Added a module to start a site from the scratch from the choosen theme

Beta-3 Release (2012-10-23)
Change the website theme has been improved with a dedicated module that previews the new theme and let the user to port the contents from the old theme to the new one
Fixed a bug that does not reset the slots on template manager

Beta-2 Release
fixed a bug that doesn't show the ajax loader cursor when a panel was opened
fixed a bug that doesn't select the current page and language when a CRUD operation was made on

Beta-1 Release
Fixed a bug that doesn't load the external stylesheets and javascripts in alcms environment

Beta Release
Refactored security module
Added a command to generate an App-Block Bundle
Enabled the publishable flag
Improved dialogs management at client side
Added a protected methos to let an App-Block Bundle to set the editor width

Alpha Release
AlphaLemon CMS has been totally refactored
Added unit and functional tests

Preview Release 6
Renamed AlContent table to AlBlock table
Website javascripts are now rendered when in cms navigation mode
Themes import and activation has been fixed
Fixed the regex that locates assets when the cms is loading
Implemented workaround to avoid loading duplicated assets

Preview Release 5
Implemented security for AlphaLemon CMS
Moved the CMS under the backend token, this means it is reachable from http://localhost/alcms.php/backend/en/index instead of http://localhost/alcms.php/en/index
Fixed assets management for environments that doesn't support symlinks
Fixed alphalemon skin

Preview Release 4
Added A new interface to match page's templates when changing themes
Updated to work with ThemeEngineBundle's new features
Fixed and styled the AlphaLemon CMS backgroud page
Many style fixes for AlphaLemon CMS interface

Preview Release 2
Added A new internal bundle to create a menu for the website's languages
Added method to rename automatically the links when a permalink is changed
Added a method that fixes blocks' permalinks when needed, according the new inserting language
