# TKH Content ## 0.1.13 * Minor heading change in pages admin context menu ## 0.1.12 * Translated submit button of contact form ## 0.1.11 * Added some translations to the contact form area ## 0.1.10 * Added an admin section in sidebar of non-blog pages ## 0.1.9.3 * Modified labels in contact_us form partial * Improved styling and display for the show view of content pages and blog posts * Added a new datetime locale format * Administrators get an 'edit' button in the meta info of blog posts * Added indices to page model * Pages have a menu_position attribute and can easily be reordered in combination with the tkh_menus gem ## 0.1.9.1 & 0.1.9.2 * Debugging * Enable admin user to embed contact form in any page using happy DSL ## 0.1.9 * Removed inline editor. Will add another one soon * Created a contact form ## 0.1.8 * Some debugging ## 0.1.7 * Added tags to blog * Added autocompletion of parent page field in page form ## 0.1.6 * Added inline HTML editor to the pages form ## 0.1.5 * Added blog RSS feed ## 0.1.4 * Added pagination to the pages index method. * Added pagination to blog home page. * The user CANNOT delete the home page. For any reason whatsoever. * Minor improvements to blog * Translated German strings. ## 0.1.3 * Debugged blog controller index method query. Now it's properly returning blog posts by most recently published and without offset. Still need to do the pagination. ## 0.1.2 * Refactored generation of short_title attribute. Moved it to the create_pages migration to avoid conflict in globalize3. ## 0.1.1 * Creation of blog section * Page title in h1 in show view only for blog posts * Refactored meta_title generation * Added short title page attribute mostly used for menus * Pages act as a tree to build menu system * Pages are either published or draft according to published_at attribute * Needs a shared/menus partial or the tkh_menus gem * Cleaned up some locale files and added the German locale but it's not translated yet ## 0.1 * Reverted pages show route to that one of a normal resource * Added a belongs_to author association with migration and everything * Added a migration to add a parent_id page attribute in preparation to menu building * Improved pages index view with more info * Removed erroneous instruction from README file ## 0.0.3.1 * Debugged the special page show route. It has to come last in order not to conflict with other routes ## 0.0.3 * The blog layout file is being copied to the host app during install or update * The pages show route does not show controller name ## 0.0.2 * Use switch_to_admin_layout method in pages controller * Fixed edit_page_path in buttons of index view * Fixed submit button syntax in form partial * Added for_blog to page accessible attributes * Added a blog layout. Show action renders this layout for appropriate blog posts ## 0.0.1 * Initial release