Skip to content

Commit

Permalink
[DOC] Some improvements for upcoming release
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Jul 29, 2015
1 parent 74091c1 commit 51ecb0e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
5 changes: 3 additions & 2 deletions Documentation/ReplaceT3Blog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <upgrade-guide>`.
25 changes: 17 additions & 8 deletions Documentation/UpgradeGuide/Index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. ==================================================
.. ==================================================
.. FOR YOUR INFORMATION
.. --------------------------------------------------
.. -*- coding: utf-8 -*- with BOM.
Expand All @@ -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::
Expand All @@ -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.



Expand All @@ -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
Expand Down

0 comments on commit 51ecb0e

Please sign in to comment.