Skip to content

Commit ce8a990

Browse files
committed
[DOCS] Fix issues after migrating to the new php rendering
1 parent da22f77 commit ce8a990

File tree

3 files changed

+37
-33
lines changed

3 files changed

+37
-33
lines changed

Documentation/DeveloperGuide/Index.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -141,17 +141,17 @@ https://extensions.typo3.org/extension/introduction
141141
**What needs to be tested:**
142142

143143
* Creating blog posts (with and without preview image and text)
144-
* Check post preview
144+
* Check post preview
145145
* Posting comments and subscribe for new comments
146-
* With and without SPAM check triggered
147-
* Test field validation
148-
* Test prefilling fields
146+
* With and without SPAM check triggered
147+
* Test field validation
148+
* Test prefilling fields
149149
* Using the subscription manager (confirm and delete for new comment and post subscription)
150150
* New comment subscription
151-
* Admin, subscriber opt-in and notification emails
152-
* Triggered by:
153-
* Frontend & backend (confirm and un-spam a comment)
154-
* Edit button (BE module and core dashboard) and direct spam / confirmed toggle buttons
151+
* Admin, subscriber opt-in and notification emails
152+
* Triggered by:
153+
* Frontend & backend (confirm and un-spam a comment)
154+
* Edit button (BE module and core dashboard) and direct spam / confirmed toggle buttons
155155
* Make sure mails are sent with localized links for multi language setups
156156
* New post subscription
157157
* Subscriber opt-in (frontend) and notification emails (button in BE module)

Documentation/Installation/Full.rst

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,31 @@ Installation process - step by step
2020
In this installation guide, we will override some values and make our blog more individual.
2121
Some steps are already described in the :ref:`Quick Installation <quick_installation>`.
2222

23+
#. Import and install the extension
2324

24-
#. Import and install the extension
25-
- via the extension manager
25+
* via the extension manager
2626

27-
#. Create the following pages
28-
- See :ref:`Quick Installation <quick_installation>`
29-
- Optional: add an RSS page (standard page) which will contain the RSS plugin
30-
- Optional: add a page (standard page) for subscribing to new blog posts
27+
#. Create the following pages
3128

32-
.. figure:: ../Images/Installation/pagestructure.png
33-
:alt: Recommended page structure
29+
* See :ref:`Quick Installation <quick_installation>`
30+
* Optional: add an RSS page (standard page) which will contain the RSS plugin
31+
* Optional: add a page (standard page) for subscribing to new blog posts
3432

35-
#. Include static template
36-
- See :ref:`Quick Installation <quick_installation>`
33+
.. figure:: ../Images/Installation/pagestructure.png
34+
:class: with-shadow
35+
:alt: Recommended page structure
3736

38-
#. Add plugins to the pages
39-
- See :ref:`Quick Installation <quick_installation>`
40-
- Optional: add the RSS plugin to your RSS page
41-
- Optional: add the Blog Subscription Form plugin to the previously created page
37+
#. Include static template
4238

43-
#. Start to configure your Blog. This is an TypoScript example:
39+
* See :ref:`Quick Installation <quick_installation>`
40+
41+
#. Add plugins to the pages
42+
43+
* See :ref:`Quick Installation <quick_installation>`
44+
* Optional: add the RSS plugin to your RSS page
45+
* Optional: add the Blog Subscription Form plugin to the previously created page
46+
47+
#. Start to configure your Blog. This is an TypoScript example:
4448

4549
.. code-block:: typoscript
4650
:linenos:

Documentation/UpgradeGuide/Version-3.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -113,16 +113,16 @@ https://github.com/fnagel/t3extblog/compare/2.0.0...3.0.0
113113

114114
**Breaking changes**
115115

116-
- ViewHelper changes
117-
- Introduced custom `paginate` VH
118-
- Removed custom `flashMessages` VH (use default one instead)
119-
- Add `flashMessagesClearCache` VH in `Comment/New.html` partial (before `flashMessages` VH!)
120-
121-
- Changed email template configuration
122-
- Old `plugin.tx_t3extblog.email` configuration has been removed
123-
- Use default `plugin.tx_t3extblog.view` configuration instead
124-
- `Email/` is appended to the final template path when rendering emails
125-
- No changes needed if default path structure has been used
116+
* ViewHelper changes
117+
* Introduced custom `paginate` VH
118+
* Removed custom `flashMessages` VH (use default one instead)
119+
* Add `flashMessagesClearCache` VH in `Comment/New.html` partial (before `flashMessages` VH!)
120+
121+
* Changed email template configuration
122+
* Old `plugin.tx_t3extblog.email` configuration has been removed
123+
* Use default `plugin.tx_t3extblog.view` configuration instead
124+
* `Email/` is appended to the final template path when rendering emails
125+
* No changes needed if default path structure has been used
126126

127127

128128
How to upgrade

0 commit comments

Comments
 (0)