Skip to content

Commit fb5d5d4

Browse files
committed
[DOCS] Fix a couple of changelogs
Resolves: #98708 Releases: main Change-Id: Ia0db3b56b54de7835707ff97db255730a81573d7 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76233 Tested-by: Stefan Bürk <[email protected]> Tested-by: core-ci <[email protected]> Tested-by: Andreas Fernandez <[email protected]> Tested-by: Oliver Bartsch <[email protected]> Reviewed-by: Stefan Bürk <[email protected]> Reviewed-by: Andreas Fernandez <[email protected]> Reviewed-by: Oliver Bartsch <[email protected]>
1 parent 0388f05 commit fb5d5d4

5 files changed

+16
-14
lines changed

Documentation/Changelog/12.0/Breaking-96291-DisallowDBConnectionBeforeTCAIsLoaded.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ that access database API before TCA is loaded.
3131
Migration
3232
=========
3333

34-
Database API can be accessed earliest in :php:`BootCompleted` event.
34+
Database API can be accessed earliest in the
35+
:php:`\TYPO3\CMS\Core\Core\Event\BootCompletedEvent`.
3536

3637
.. index:: Database, NotScanned, ext:core

Documentation/Changelog/12.0/Breaking-98281-MakeAbstractPluginInternal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Extending the class :php:`\TYPO3\CMS\Frontend\Plugin\AbstractPlugin` is not a
1515
recommended way of developing Frontend plugins anymore. This class is not
1616
maintained anymore and may be removed in future versions without further notice.
1717

18-
The TypoScript property :typoscript`plugin.tx_myextension_pi1._DEFAULT_PI_VARS`
18+
The TypoScript property :typoscript:`plugin.tx_myextension_pi1._DEFAULT_PI_VARS`
1919
has only been used in the class :php:`AbstractPlugin`. It is therefore not public
2020
API anymore.
2121

Documentation/Changelog/12.0/Feature-97232-NewTCATypeDatetime.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ The TCA type :php:`datetime` features the following column configuration:
4141

4242
.. note::
4343

44-
The :php:`eval=int` option is now automatically set for the element in
45-
case no specific :php:`dbType` has been defined. It should therefore be
46-
removed from the TCA configuration.
44+
The :php:`eval=integer` option is now automatically set for the element
45+
in case no specific :php:`dbType` has been defined. It should therefore
46+
be removed from the TCA configuration.
4747

4848
.. note::
4949

5050
The :php:`format` option defines how the display of the field value
5151
will be in e.g. FormEngine. The storage format is defined via :php:`dbType`
52-
or :php:`eval=int`.
52+
and falls back to :php:`eval=integer`.
5353

5454
The following column configuration can be overwritten by page TSconfig:
5555

Documentation/Changelog/12.0/Important-97031-RemovedLogSubmoduleFromInfoModule.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ See :issue:`97031`
1111
Description
1212
===========
1313

14-
The info module in the TYPO3 backend does no longer provide the "Log"
14+
The info module in the TYPO3 backend does no longer provide the :guilabel:`Log`
1515
submodule. It has been removed since related page and record logs can
1616
be accessed via the history module since TYPO3 v9.
1717

Documentation/Changelog/12.1/Feature-91499-AdditionalAttributesForIncludeJSIncludeCSSAndAllOtherInclude.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Description
1212
PageRenderer supports additional tag attributes for CSS and JavaScript files.
1313
These data attributes can be configured using a key-value list via TypoScript.
1414

15-
* :ts:`page.includeCSS`
16-
* :ts:`page.includeCSSLibs`
17-
* :ts:`page.includeJS`
18-
* :ts:`page.includeJSFooter`
19-
* :ts:`page.includeJSLibs`
20-
* :ts:`page.includeJSFooterlibs`
15+
* :typoscript:`page.includeCSS`
16+
* :typoscript:`page.includeCSSLibs`
17+
* :typoscript:`page.includeJS`
18+
* :typoscript:`page.includeJSFooter`
19+
* :typoscript:`page.includeJSLibs`
20+
* :typoscript:`page.includeJSFooterlibs`
2121

2222

2323
Impact
@@ -32,7 +32,7 @@ Example
3232

3333
Configuration:
3434

35-
.. code-block:: ts
35+
.. code-block:: typoscript
3636
3737
page = PAGE
3838
page {
@@ -63,6 +63,7 @@ Configuration:
6363
}
6464
6565
Reserved keywords which will not be mapped to attributes are:
66+
6667
- compress
6768
- forceOnTop
6869
- allWrap

0 commit comments

Comments
 (0)