Skip to content

Commit

Permalink
[TASK] Sync .rst changes from master down to v8 and v7
Browse files Browse the repository at this point in the history
Change-Id: I865a2f40fc32902ed002dd67220f16f0b6d20ccf
Resolves: #86528
Releases: 8.7, 7.6
Reviewed-on: https://review.typo3.org/58541
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
  • Loading branch information
lolli42 committed Oct 1, 2018
1 parent 7475663 commit d8cde0e
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
Expand Up @@ -10,7 +10,7 @@ See :issue:`54518`
Description
===========

The active TSconfig of the linkvalidator is stored in the LinkAnalyser and made
The active TSconfig of the linkvalidator is stored in the LinkAnalyzer and made
publicly available to the link checkers.

The TSconfig is read either from the currently active TSconfig in the Backend
Expand All @@ -32,7 +32,7 @@ Usage:
Impact
======

The method signature of `\TYPO3\CMS\Linkvalidator::LinkAnalyser::init()` is changed. A new parameter has been added
The method signature of `\TYPO3\CMS\Linkvalidator::LinkAnalyzer::init()` is changed. A new parameter has been added
for submitting the current TSconfig. This can break third party code that extends this method.


Expand Down
Expand Up @@ -14,7 +14,7 @@ The Flashmessages API has been moved from `TYPO3.Flashmessages` to `top.TYPO3.Fl

Now we introduce the new JavaScript Notification API and remove the refactoring of the FlashMessage API which was made for TYPO3 CMS 7.0.

The compatibility layer for TYPO3.FlashMessage has changed to use the new Notification API and will be removed with TYPO3 CMS 9 as before.
The compatibility layer for TYPO3.FlashMessage has changed to use the new Notification API and will be removed with TYPO3 v9 as before.

The new Notification API works similar to old Flashmessages, you can use it from the Top-Frame, where is it loaded one time for the complete backend.

Expand Down
Expand Up @@ -41,7 +41,7 @@ The slot class:
* Receives a signal before the record is analyzed
*
* @param array $results Array of broken links
* @param array $record Record to analyse
* @param array $record Record to analyze
* @param string $table Table name of the record
* @param array $fields Array of fields to analyze
* @param LinkAnalyzer $parentObject Parent object
Expand Down
Expand Up @@ -277,7 +277,7 @@ Just a few of the capabilities you gain:
* You can change which Expression Node types are possible to use in templates rendered with your context, for example disabling
ternary expressions or adding a custom type of expression of your own.
* You can change which TemplateProcessors will be used to process templates when rendered with your context, to do whatever you
like - transform, analyse and so on the template source.
like - transform, analyze and so on the template source.

All of these parts are possible to replace via the provided RenderingContext - you don't necessarily have to create your own -
but when creating multiple implementations it is often easier to combine those in a custom RenderingContext and just provide
Expand Down
Expand Up @@ -10,14 +10,14 @@ Description
===========

The language module in the backend offers the possibility to activate and deactivate language packs.
If deactivating a language pack that previously had been loaded, the data stays in `typo3conf/l10n/<locale>/`.
If deactivating a language pack that previously had been loaded, the data stays in `<labels-path>/<locale>/`.
A remove button has been added to the actions. With the remove action the language is disabled and the data is removed
from the `typo3conf/l10n/<locale>/` directory.
from the `<labels-path>/<locale>/` directory.


Impact
======

The language data can now be removed from the installation file system using the backend user interface.

.. index:: Backend
.. index:: Backend
Expand Up @@ -16,7 +16,7 @@ and :php:`\TYPO3\CMS\Backend\Controller\PageLayoutController::new_unique_uid`.
Impact
======

Installation of EXT:compatibility7 is required to continue using this members until they are removed in TYPO3 CMS 9.
Installation of EXT:compatibility7 is required to continue using this members until they are removed in TYPO3 v9.


Affected Installations
Expand Down
Expand Up @@ -31,7 +31,7 @@ The functionality is automatically added if you are importing
:file:`EXT:rte_ckeditor/Configuration/RTE/Editor/Plugins.yaml` in your custom RTE preset. If your
custom RTE preset can't rely on that file, you can explicitly import this plugin as shown:

.. code-block::
.. code-block:: yaml
editor:
externalPlugins:
Expand All @@ -40,6 +40,7 @@ custom RTE preset can't rely on that file, you can explicitly import this plugin
# set whether the shortcut for this plugin is activated or not
enableShortcut: true
How to add the button in a custom RTE preset
''''''''''''''''''''''''''''''''''''''''''''

Expand Down

0 comments on commit d8cde0e

Please sign in to comment.