From 51ecb0ecfbd3b0c0d4cee362662a30d73cceb5c6 Mon Sep 17 00:00:00 2001 From: Felix Nagel Date: Wed, 29 Jul 2015 12:19:13 +0200 Subject: [PATCH] [DOC] Some improvements for upcoming release --- Documentation/ReplaceT3Blog/Index.rst | 5 +++-- Documentation/UpgradeGuide/Index.rst | 25 +++++++++++++++++-------- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/Documentation/ReplaceT3Blog/Index.rst b/Documentation/ReplaceT3Blog/Index.rst index 03f16329..293515aa 100644 --- a/Documentation/ReplaceT3Blog/Index.rst +++ b/Documentation/ReplaceT3Blog/Index.rst @@ -25,10 +25,11 @@ You have a TYPO3 4.5. with T3Blog (EXT:t3blog) installed. Goal is to get your bl #. Deinstall t3blog if not done before (Don't remove any t3blog tables!) #. Install t3extblog! Make sure to create / modify database fields. #. Run the update-script (in Extensions-Manager) +#. Run the Install Tool Wizard (in Install Tool) #. Clean up (deleting deinstalled extensions, run the database analyser) You will need to adjust your templates and TS configuration, but all your blogposts, comments etc. should be already available. - - +.. tip:: + Make sure to read the :ref:`Upgrade Guide `. diff --git a/Documentation/UpgradeGuide/Index.rst b/Documentation/UpgradeGuide/Index.rst index 91e8a7e5..85661bf1 100644 --- a/Documentation/UpgradeGuide/Index.rst +++ b/Documentation/UpgradeGuide/Index.rst @@ -1,4 +1,4 @@ -.. ================================================== +.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. @@ -22,20 +22,25 @@ Upgrade Guide Upgrade from 1.1.x to 1.2.0 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + Changelog """"""""" https://github.com/fnagel/t3extblog/compare/1.1.0...1.2.0 -- Multi language support +- Multi language support incl. improved BE module -- Image and text preview fields +- New image and text preview fields - Removed ###MORE### marker support (migration update wizard is available) -- PHP Namespaces (TYPO3 CMS 7.x preparation) +- PHP Namespaces (TYPO3 CMS 7.x compatibility preparation) + +- Support for meta tags (description, keywords, TwitterCards) -- Tons of bugfixes +- A lot of bugfixes + +- Removed quite a lot t3blog legacy code .. important:: @@ -62,8 +67,9 @@ Some major changes: * Now using namespaces for ViewHelpers, make sure to adjust your template references -* RenderPreview ViewHelper has been removed as no longer needed. +* ViewHelper namespace in default templates has changed. Be careful! +* RenderPreview ViewHelper has been removed as no longer needed. @@ -72,15 +78,18 @@ How to upgrade #. "Clear all cache" in Install Tool (Important actions) -#. Create new propertiesusing "Compare current database with specification" in Install Tool (Important actions) +#. Clean up DB fields by using "Compare current database with specification" in Install Tool (Important actions) #. Use the Install Tool Wizard if you are currently using the ###MORE### marker functionality #. Adjust your templates +#. Adjust your blog post records if needed (depending on your setup) + .. tip:: - Some old, unused database fields have been removed. + Some old, unused database fields have been removed. Don't be scared but make sure to have a back-up available. + Upgrade from 1.0.x to 1.1.0