Project

General

Profile

Activity

From 2021-01-28 to 2021-02-26

2021-02-26

12:42 Revision c4e71261: [TASK] gitlab-ci nightly slack notification
Resolves: #93592
Releases: master, 10.4, 9.5
Change-Id: If851b9264d7d9e3b2a18df49d2c445f034aa5a80
Reviewed-on: https:...
Christian Kuhn
12:41 Revision b3604284: [TASK] gitlab-ci nightly slack notification
Resolves: #93592
Releases: master, 10.4, 9.5
Change-Id: If851b9264d7d9e3b2a18df49d2c445f034aa5a80
Reviewed-on: https:...
Christian Kuhn

2021-02-25

23:19 Revision 91ffa2dc: [TASK] gitlab-ci nightly slack notification
Resolves: #93592
Releases: master, 10.4, 9.5
Change-Id: If851b9264d7d9e3b2a18df49d2c445f034aa5a80
Reviewed-on: https:...
Christian Kuhn
22:32 Revision d84b617f: [TASK] styleguide: Remove an obsolete todo
https://github.com/TYPO3-CMS/styleguide/pull/194
Custom options are already defined in
$GLOBALS['TYPO3_CONF_VARS']['...
Lina Wolf
20:17 Revision 3e67d252: [TASK] Remove group limit for FE and BE users
Group assignment for a backend- and frontend user
is currently limited to max. 20 groups per backend
user and max. 50...
Torben Hansen
18:30 Revision 4a9d4abf: [BUGFIX] Fix TypeError in TypoScript "split" under DebugExceptionHandler
This fix adds a check for the non-existing array member that is passed
to a function that expects an array. In the de...
Dmitry Dulepov
17:26 Revision 6d4d5d78: [TASK] Inject cache into IconRegistry
This is to avoid calling IconRegistry::setCache during early bootstrap.
That hack was needed back when CacheManager w...
Benjamin Franzke
17:21 Revision 78923aac: [TASK] Make PopulatePageSlugs extendable
This makes it easier to extend this upgrade wizard for working with own
tables and field configurations.
Resolves: #...
Philipp Kitzberger
17:21 Revision 7d21718c: [TASK] Replace string parsing in Message with unpack
Replaces an inefficient string parsing using strlen, for
and ord, to use unpack instead. Saves one call to strlen
per...
Claus Due
17:01 Revision 705078e5: [TASK] Replace string parsing in Message with unpack
Replaces an inefficient string parsing using strlen, for
and ord, to use unpack instead. Saves one call to strlen
per...
Claus Due
16:20 Revision 10bd347e: [BUGFIX] Enforce closing tags in Fluid f:form.button ViewHelper
It's mandatory for HTML button elements to provide both,
the starting and the ending tag, even if no phrasing content...
Oliver Bartsch
16:04 Revision bd1a4a5d: [BUGFIX] Enforce closing tags in Fluid f:form.button ViewHelper
It's mandatory for HTML button elements to provide both,
the starting and the ending tag, even if no phrasing content...
Oliver Bartsch
13:01 Revision fea95086: [TASK] Update @typo3/icons to 2.2.2
The package @typo3/icons can be updated to version 2.2.2 which adds some new icons.
Executed commands:
cd Build
...
Tobias Wojtylak
10:01 Revision e0ec3476: [BUGFIX] Set request object in EXT:form EmailFinisher
Because the request object was not set for the FluidEmail
variant of the EXT:form EmailFinisher, the TYPO3 logo as
we...
Oliver Bartsch
09:40 Revision da8a2402: [BUGFIX] Set request object in EXT:form EmailFinisher
Because the request object was not set for the FluidEmail
variant of the EXT:form EmailFinisher, the TYPO3 logo as
we...
Oliver Bartsch
09:39 Revision c0994bc0: [BUGFIX] Recognize removed columns on PostgreSQL
This patch ensures columns of tables which have been removed from
ext_tables.sql definitions are recognized on Postgr...
Stephan Großberndt
09:16 Revision fd83ee6e: [BUGFIX] Recognize removed columns on PostgreSQL
This patch ensures columns of tables which have been removed from
ext_tables.sql definitions are recognized on Postgr...
Stephan Großberndt

2021-02-24

21:48 Revision 672cec3e: [TASK] Merge test splitter scripts to core
The acceptance and functional test splitter scripts
from typo3/testing-framework are tailored for core
specific needs...
Christian Kuhn
21:31 Revision 0734441f: [TASK] Merge test splitter scripts to core
The acceptance and functional test splitter scripts
from typo3/testing-framework are tailored for core
specific needs...
Christian Kuhn
20:20 Revision 43bca4b5: [FEATURE] Possibility to disable hreflang per page
If you have a good reason to disable the default rendering of
hreflang tags, you can now use a TypoScript setting.
T...
Richard Haeser
15:46 Revision 4eee7f08: [TASK] Do not require sudo mode in development context
The sudo mode, introduced in #92836, is required whenever
the install tool is accessed in the backend.
Especially in...
Oliver Bartsch
15:44 Revision 3668220f: [TASK] Do not require sudo mode in development context
The sudo mode, introduced in #92836, is required whenever
the install tool is accessed in the backend.
Especially in...
Oliver Bartsch
15:36 Revision abf8e005: [TASK] Use younger selenium/standalone-chrome
This brings a recent chrome version. Some tests
need minor adaptions to deal with changed exceptions
and behaviour.
...
Christian Kuhn
14:52 Revision 5b215327: [TASK] Do not require sudo mode in development context
The sudo mode, introduced in #92836, is required whenever
the install tool is accessed in the backend.
Especially in...
Oliver Bartsch
12:34 Revision a8c12da3: [BUGFIX] Clean up Tooltip initialization
This change cleans up the tooltip initialization where done manually
(e.g. in Recordlist it's its own class).
Instea...
Benni Mack

2021-02-23

14:37 Revision 3f889be2: [BUGFIX] Import data from yaml imports in declaration order
For plain arrays it's sometimes important that the items
appear in the order in which they are imported. For example
...
Jigal van Hemert
12:59 Revision 12589e41: [BUGFIX] Import data from yaml imports in declaration order
For plain arrays it's sometimes important that the items
appear in the order in which they are imported. For example
...
Jigal van Hemert
08:10 Revision f22a1278: [TASK] Set TYPO3 version to 11.2.0-dev
Change-Id: I27ce98bf74121f0e30a39d5c078901a2ecdb9242
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/680...
Benni Mack
07:58 Revision 7ec120fa: [BUGFIX] Add PHP8 compatibility to phpdocumentor packages
TYPO3 already ships with latest versions for our
phpdocumentor dependencies, but in order to run
our test suite, the ...
Daniel Goerz
07:54 Revision dd31f363: [BUGFIX] Revert "Recognize removed columns on PostgreSQL"
This change reverts commit e23f15f2df49a679db11210d573a0d134dd70477
as this introduced some behavior related to DBMS ...
Benni Mack
07:47 Revision 1571d498: [RELEASE] Release of TYPO3 11.1.0
Change-Id: I88d5f2a08c28e121705be557dc3c9278902f69e4
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/680...
Benni Mack
07:43 Revision 79303bb8: [BUGFIX] Revert "Recognize removed columns on PostgreSQL"
This change reverts commit 154606e34b78f5b57801e2d4e81103a874332dbd
as this introduced some behavior related to DBMS ...
Benni Mack
01:41 Revision abe62183: [DOCS] Fix typo in changelog
Resolves: #93567
Releases: master
Change-Id: Ic9ed222fb6aaf58c1a29e1fa5df1f06d12300519
Reviewed-on: https://review.ty...
Oliver Bartsch

2021-02-22

22:12 Revision 2688e02c: [TASK] MFA providers should check their internal state
Since there are use cases in which the internal state of a provider may
have changed since the view was initially ren...
Oliver Bartsch
20:18 Revision 738d5261: [BUGFIX] Add PHP8 compatibility to phpdocumentor packages
TYPO3 already ships with latest versions for our
phpdocumentor dependencies, but in order to run
our test suite, the ...
Benni Mack
16:28 Revision 8f13a6c4: [BUGFIX] Adjust dataset target for Bootstrap 5 in Admin Panel
Update previous dataset attribute selector from `data-target`
to `data-bs-target` in Admin Panel preview.
Resolves: ...
Oliver Hader
15:12 Revision 0cc4b206: [TASK] styleguide: Add an example for renderType belayoutwizard
https://github.com/TYPO3-CMS/styleguide/pull/192 Lina Wolf
14:11 Revision d2dfa13a: [TASK] Inject dependencies into ProviderConfigurationLoader
Inject dependencies as singleton lookup via
GeneralUtility::makeInstance is to be avoid
whenever possible.
Releases:...
Benjamin Franzke
13:57 Revision 400b013a: [BUGFIX] Fix table headers in Info module Localization Overview
This change fixes the table header in the Info
module in the Localization Overview, and also
now uses the Site Langua...
Benni Mack
13:48 Revision e23f15f2: [BUGFIX] Recognize removed columns on PostgreSQL
This patch ensures columns of tables which have been removed from
ext_tables.sql definitions are recognized on Postgr...
Stephan Großberndt
13:43 Revision 34d8fc57: [TASK] Default TS has to be set in ext_typoscript_setup
Releases: master, 10.4
Resolves: #93543
Change-Id: I5d35b1fd24ff94941cb59aecf082415fbe7ed246
Reviewed-on: https://rev...
Stefan Frömken
13:30 Revision 154606e3: [BUGFIX] Recognize removed columns on PostgreSQL
This patch ensures columns of tables which have been removed from
ext_tables.sql definitions are recognized on Postgr...
Stephan Großberndt
13:27 Revision 17839a86: [BUGFIX] Page module CE's in workspace with defLangBinding=1
Changing a content element in a workspace when
mod.web_layout.defLangBinding = 1 is set on some upper
page makes the ...
Christian Kuhn
13:26 Revision 8fe902b0: [TASK] Default TS has to be set in ext_typoscript_setup
Releases: master, 10.4
Resolves: #93543
Change-Id: I5d35b1fd24ff94941cb59aecf082415fbe7ed246
Reviewed-on: https://rev...
Stefan Frömken
10:46 Revision 0b5b51e0: [BUGFIX] Fix styling in AdminPanel
Since Bootstrap 5, the legacy.scss is also included
in the Admin Panel, which breaks the layout.
The change removes ...
Kevin Appelt
09:24 Revision a1f5d0f7: [BUGFIX] Revert CSS changes regarding panel collapse state
The changes done in #93453 introduced a CSS change that broke all
regular collapsible panels as their carets don't ro...
Andreas Fernandez
08:53 Revision 3eee476f: [TASK] Move TYPO3 v11.1 Changelog files to dedicated folder
For the upcoming release, changelog files are moved from master folder
into the dedicated version folder 11.1.
Resol...
Anja Leichsenring

2021-02-19

21:27 Revision 3500a5ca: [TASK] Refactor low level console commands to avoid full boot
This will allow for low level commands like cache:warmup (or flush)
to be implemented.
Commands that're registered in...
Benjamin Franzke
14:38 Revision 39145a46: [FEATURE] Introduce MFA in Core
A new API is introduced, providing multi-factor
authentication for the Core. The API is furthermore
directly used to ...
Oliver Bartsch

2021-02-18

17:59 Revision 25a9262a: [TASK] Clean up Info module code
This change:
* Removes any usages of TYPO3_REQUEST for the info module
by handing over the current $request object ...
Benni Mack
08:48 Revision 2b355a71: [DOCS] Fix inline code declaration
Releases: master
Resolves: #93541
Change-Id: I97a47fb4496d0381fc385db726a0f540247f7d5b
Reviewed-on: https://review.ty...
Martin Bless
08:46 Revision 4169a6dc: [TASK] Streamline Web->Template module UI
This change reduces technical debt on the HTML/CSS side
by utilizing Fluid templates and Bootstrap 5 utilities in fav...
Benni Mack

2021-02-17

21:32 Revision 964eeb20: [TASK] Build / CI: Get all exception codes of TYPO3 on CLI
All exception codes of the current TYPO3 version can be output
to stdout without checking for missing and duplicate e...
Alexander Nitsche
21:32 Revision 1f46b0c5: [TASK] Build / CI: Get all exception codes of TYPO3 on CLI
All exception codes of the current TYPO3 version can be output
to stdout without checking for missing and duplicate e...
Alexander Nitsche
20:26 Revision 11cbe790: [TASK] Build / CI: Get all exception codes of TYPO3 on CLI
All exception codes of the current TYPO3 version can be output
to stdout without checking for missing and duplicate e...
Alexander Nitsche
20:16 Revision 5ddff8d9: [BUGFIX] Use site name rather than pageUid for calling context menu
PageTree Acceptance tests must not rely on pageUids, as those can
change unexpected. Better to find the page via its ...
Anja Leichsenring
20:09 Revision 75fe0ee1: [BUGFIX] Use site name rather than pageUid for calling context menu
PageTree Acceptance tests must not rely on pageUids, as those can
change unexpected. Better to find the page via its ...
Anja Leichsenring
19:56 Revision fdb8a018: [BUGFIX] Use site name rather than pageUid for calling context menu
PageTree Acceptance tests must not rely on pageUids, as those can
change unexpected. Better to find the page via its ...
Anja Leichsenring
18:58 Revision aec15dea: [BUGFIX] Do not try to resolve TypoScript [ELSE] condition
Symfony Expression language can't resolve the TypoScript
[ELSE] condition. Instead a parsing error is logged which
is...
Torben Hansen
18:41 Revision 5456ab51: [BUGFIX] Do not try to resolve TypoScript [ELSE] condition
Symfony Expression language can't resolve the TypoScript
[ELSE] condition. Instead a parsing error is logged which
is...
Torben Hansen
12:52 Revision 89cce676: [FEATURE] Add Folder Tree as SVG Tree with filter
The file list module now also has a tree component
which is not based on an iframe anymore, and now behaves
similar t...
Benni Mack

2021-02-16

15:53 Revision 4e515f88: [TASK] Add examples to AjaxRequest code
Resolves: #93518
Releases: master, 10.4
Change-Id: I9a745fc608b1f1ce24af8005910ce776cd00a163
Reviewed-on: https://rev...
Oliver Hader
15:40 Revision a150539f: [TASK] Add examples to AjaxRequest code
Resolves: #93518
Releases: master, 10.4
Change-Id: I9a745fc608b1f1ce24af8005910ce776cd00a163
Reviewed-on: https://rev...
Oliver Hader
15:02 Revision 23b52490: [BUGFIX] Fix installtool padding when opened inside backend
Remove a stray inline padding-top definition that has
been forgotten to be removed in #93489. The padding
is no longe...
Benjamin Franzke
15:02 Revision f9b2d9d2: [BUGFIX] Fix margins of form labels
Labels within FormEngine are bold, but due to Boostrap 5
all labels in all places were bold and created margin, makin...
Benni Mack
11:34 Revision 1aa9a738: [BUGFIX] Correctly create section menu for pages showing content of other pages
This commit fills the section menu if no page is configured in the ce
and the current page uses the content of anothe...
Christoph Lehmann
11:21 Revision 19209631: [BUGFIX] Correctly create section menu for pages showing content of other pages
This commit fills the section menu if no page is configured in the ce
and the current page uses the content of anothe...
Christoph Lehmann
07:36 Revision f85413c7: [TASK] Set TYPO3 version to 10.4.14-dev
Change-Id: I884aded8027c0a8b248b44ddb12978c4e15487c5
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/679...
Benni Mack
06:23 Revision 735c20ca: [RELEASE] Release of TYPO3 10.4.13
Change-Id: Ibcc7205310b762f21d119ddfb3bae6ce1476c919
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/679...
Benni Mack
06:19 Revision 419012d4: [BUGFIX] Ensure search statistics are written
If the search string in indexed_search is longer
than 255 characters, no SQL error is thrown anymore
if the statistic...
Anja Leichsenring

2021-02-15

20:17 Revision 432e0da1: [BUGFIX] Quote identifier `colPos` in documentation example
The `colPos` identifier must be quoted - triggered by `{#colPos}`
in TypoScript - to make the database query work on ...
Stephan Großberndt
19:57 Revision 9722b335: [BUGFIX] Avoid SQL error in indexed_search statistics
When an entered search word longer than 50 characters
was used in indexed_search previously, a TYPO3 Exception
was th...
Anja Leichsenring
19:55 Revision c1c144af: [BUGFIX] Quote identifier `colPos` in documentation example
The `colPos` identifier must be quoted - triggered by `{#colPos}`
in TypoScript - to make the database query work on ...
Stephan Großberndt
19:42 Revision d4784666: [BUGFIX] Avoid SQL error in indexed_search statistics
When an entered search word longer than 50 characters
was used in indexed_search previously, a TYPO3 Exception
was th...
Benni Mack
15:41 Revision 2f5bd9be: [BUGFIX] Show system news at login when only one item is available
After recent changes, system news was only shown when more than 1 item
was available. With this change, also a single...
Richard Haeser
14:55 Revision 7ae33021: [BUGFIX] runTests.sh: Fix macos user detection
Check for user in /etc/passwd, if it does not exist create
a temporary passwd to get values from.
Resolves: #93372
R...
Jochen Roth
13:49 Revision 264fd7ef: [BUGFIX] runTests.sh: Fix macos user detection
Check for user in /etc/passwd, if it does not exist create
a temporary passwd to get values from.
Resolves: #93372
R...
Jochen Roth
13:16 Revision dc66c587: [BUGFIX] runTests.sh: Fix macos user detection
Check for user in /etc/passwd, if it does not exist create
a temporary passwd to get values from.
Resolves: #93372
R...
Jochen Roth
09:53 Revision 1bda5f46: [TASK] runTests.sh: Proper validation of -a option
Plus: No variable fallback magick in docker-compose.yml,
this belongs to runTests.sh
Resolves: #93514
Releases: mast...
Christian Kuhn
09:40 Revision 4cdee851: [TASK] runTests.sh: Proper validation of -a option
Plus: No variable fallback magick in docker-compose.yml,
this belongs to runTests.sh
Change-Id: I9ec8d1ecba695061155...
Christian Kuhn
09:33 Revision 0aad6dfc: [TASK] Additional tests to check output of TypoScript settings for page titles
Verify the output of TypoScript settings config.pageTitleFirst and
config.pageTitleSeparator
Resolves: #93414
Releas...
Richard Haeser
09:04 Revision 768285b3: [TASK] Refactor client-side FlexForm handling
This patch refactors the client-side rendering of FlexForm sections. Now,
there are two modules in place:
- FlexForm...
Andreas Fernandez
09:00 Revision c3e4c1e7: [TASK] Additional tests to check output of TypoScript settings for page titles
Verify the output of TypoScript settings config.pageTitleFirst and
config.pageTitleSeparator
Resolves: #93414
Releas...
Richard Haeser
08:54 Revision 6d3cdd68: [BUGFIX] Fix accessibility issues of system news
The system news slider implements the ARIA pattern "carousel"
except for the omission of aria-roledescription which h...
Martin Kutschker
07:50 Revision e037bd63: [TASK] Deprecate usage of jQuery in Tooltip module
Passing jQuery objects to the methods `show()` and `hide()` of the module
`TYPO3/CMS/Backend/Tooltip` has been marked...
Andreas Fernandez
07:42 Revision 68c748fe: [TASK] Remove legacy vendor prefixes from SCSS
Clean up CSS by removing vendor prefixes that are
handled by autoprefixer.
The commit also removes SCSS mixins that ...
Martin Kutschker

2021-02-14

20:07 Revision 953b6e4d: [BUGFIX] styleguide: runTests.sh: update command references typo3/core-testing-* images
Christian Kuhn
20:00 Revision 0cee07a1: [TASK] styleguide: Minor cgl fix in ext_tables.sql
Christian Kuhn
19:59 Revision 529b9129: [TASK] styleguide: Use whitespace instead of tabs in ext_tables.sql
Christian Kuhn
19:21 Revision d1aa1088: [RELEASE] styleguide: 11.0.4 A series of additional scenarios used in TCA reference docs
Christian Kuhn
19:19 Revision 18cbd0d3: [TASK] styleguide: Use input_1 as title field in type and typeforeign tables
Christian Kuhn
19:14 Revision eca59832: [TASK] styleguide: Simplify two field names
Christian Kuhn
19:07 Revision e878f9c1: [TASK] styleguide: Have two 'ctrl' example tables
https://github.com/TYPO3-CMS/styleguide/pull/186 Lina Wolf
15:55 Revision 211d8e3e: [TASK] styleguide: Have an example for a ctrl-type value from a different table
https://github.com/TYPO3-CMS/styleguide/pull/188 Lina Wolf
14:55 Revision d748ed9e: [TASK] styleguide: Add checkbox examples to flex
https://github.com/TYPO3-CMS/styleguide/pull/182
This slightly overlaps with basic "in flex", but it does not
hurt t...
Lina Wolf
14:39 Revision c52c1ab5: [TASK] styleguide: Add examples for rte with richtextConfiguration
https://github.com/TYPO3-CMS/styleguide/pull/181 Lina Wolf
14:18 Revision 42f27908: [TASK] styleguide: Improve 'type' example with a columnsOverrides
https://github.com/TYPO3-CMS/styleguide/pull/187 Lina Wolf
13:41 Revision 57d9e52c: [TASK] styleguide: Another group_db example, property hideSuggest
https://github.com/TYPO3-CMS/styleguide/pull/183 Lina Wolf
13:27 Revision ec9712c4: [TASK] styleguide: Flex form example with config in separate file
https://github.com/TYPO3-CMS/styleguide/pull/189 Lina Wolf
12:42 Revision 95679c50: [TASK] styleguide: Another typo=check example in valuesdefault
https://github.com/TYPO3-CMS/styleguide/pull/190 Lina Wolf
12:27 Revision 8478907c: [TASK] styleguide: More type=radio vaulesdefault examples
https://github.com/TYPO3-CMS/styleguide/pull/191
Some more type=radio examples in valuesdefault table
to show more p...
Lina Wolf
12:03 Revision 4d220fb8: [BUGFIX] styleguide: select_singlebox_2 label
https://github.com/TYPO3-CMS/styleguide/pull/184 Lina Wolf

2021-02-13

15:34 Revision d8ff26da: [TASK] Update @types/bootstrap
Executed command:
yarn add --dev @types/bootstrap
Resolves: #93595
Releases: master
Change-Id: I24ab01d3e1ef9d621...
Andreas Fernandez
14:42 Revision e2c2937e: [RELEASE] styleguide: 11.0.3 Bug fixes and improved core v11 compatibility
Christian Kuhn
14:33 Revision 5d91ae17: [TASK] styleguide: Another minor README.md update
Christian Kuhn
14:30 Revision b126bc84: [TASK] styleguide: README.md: Add a section about test execution and usage
Christian Kuhn
14:18 Revision 2f657967: [TASK] styleguide: Proper version example in README.md release section
Christian Kuhn
14:17 Revision 675bae76: [TASK] styleguide: Minor README.md improvements
Christian Kuhn
14:12 Revision d0d32210: [TASK] styleguide: Update README.md to be more useful
Christian Kuhn
13:03 Revision d9523555: [BUGFIX] styleguide: Typo in TCA group_db_3
'disable' should be 'disabled'
Fixes 160
Christian Kuhn
12:46 Revision e210cac6: [TASK] styleguide: Update issue template
Christian Kuhn
11:09 Revision f605c6c6: [FEATURE] styleguide: Add group_db_10 used in TCA Reference
https://github.com/TYPO3-CMS/styleguide/pull/177
group_db_10 is used in docs TCA reference. It's a 'max=1, allowed=p...
Lina Wolf

2021-02-12

22:43 Revision b8e2bb11: [TASK] styleguide: Have a daily github action tests workflow run
Maybe next time we now see that the test pipeline is
red before someone submits a pull request ...
Christian Kuhn
22:34 Revision e8c15779: [TASK] styleguide: Add github actions tests status badge
Christian Kuhn
22:33 Revision 0424d892: [TASK] styleguide: Switch to typo3/core-testing-* docker images in testing
The typo3/core-testing-* images are much smaller than
the typo3gmbh/* images.
Christian Kuhn
22:22 Revision db472a7d: [TASK] styleguide: Use dev-master for --dev core dependencies
To be more up-to-date with core master, the dev dependencies
are switched to dev-master in v11/master branch now.
co...
Christian Kuhn
22:09 Revision 7a4acdef: Revert "[TASK] styleguide: Temporarily add cms-core as require dependency"
This reverts commit 548e959191f5640e06489f5c657e6ec3dfe38d98. Christian Kuhn
20:43 Revision 74b627da: [TASK] Use position sticky for docheader
Avoid JavaScript based offset and height calculations.
Position sticky can do that in all supported browsers for us.
...
Benjamin Franzke
20:31 Revision fde1b695: [TASK] styleguide: Fix a docs link
Christian Kuhn
20:21 Revision edbb7076: [TASK] styleguide: Minor documentation update
Christian Kuhn
20:18 Revision 548e9591: [TASK] styleguide: Temporarily add cms-core as require dependency
Christian Kuhn
20:15 Revision 343f13cc: [TASK] Update Bootstrap to 5.0.0-beta2
This beta fixes various issues related to positioning of tooltips
and popovers.
See https://blog.getbootstrap.com/20...
Benni Mack
20:07 Revision f6ca3566: [TASK] styleguide: Update documentation
Christian Kuhn
19:14 Revision 09f299a4: [TASK] styleguide: Update README.md for em installation instructions
Christian Kuhn
19:04 Revision 154930f0: [TASK] styleguide: github actions publish workflow
Christian Kuhn
19:04 Revision 0f0c1c32: [TASK] styleguide: composer req --dev typo3/tailor
Christian Kuhn
19:01 Revision 513190e8: [TASK] styleguide: Rename ci.yml to tests.yml in github workflows
Christian Kuhn

2021-02-11

21:24 Revision 081de46e: [TASK] Inject cache into SiteConfiguration
Do not use global state by looking up the CacheManager from
GeneralUtility, when we can actually inject the required ...
Benjamin Franzke
21:11 Revision bf5f2106: [BUGFIX] Render hreflang tags for languages with fallbacks
Even when the page record is not translated, a hreflang tag
should be rendered for languages with a fallback.
Resolv...
Richard Haeser
20:51 Revision e833d08d: [BUGFIX] Render hreflang tags for languages with fallbacks
Even when the page record is not translated, a hreflang tag
should be rendered for languages with a fallback.
Resolv...
Richard Haeser
20:16 Revision 0ef20281: [TASK] Update typo3/testing-framework to ^6.6.2
Brings a minor gfx fix and a massive memory footprint
reduction for functional tests: As example master
chunk 1/10 is...
Christian Kuhn
20:15 Revision 141c77f0: [TASK] Update typo3/testing-framework to ^6.6.2
Brings a minor gfx fix and a massive memory footprint
reduction for functional tests: As example master
chunk 1/10 is...
Christian Kuhn
18:57 Revision 53a3afd7: [TASK] Show full url in InputLinkElement
If an external url is provided in a link field, the full url should be
shown instead of only the domain. Hiding all o...
Georg Ringer
18:27 Revision 4de0c6c8: [BUGFIX] Restore styling of Form Framework Wizard
This fixes step indicators and button margins in the modal footer.
Resolves: #93168
Releases: master
Change-Id: Ic5e...
Jonas Eberle
16:07 Revision 232a0b57: [TASK] Split two functional tests into smaller parts
The EnhancerLinkGeneratorTest and EnhancerSiteGeneratorTest have
524 and 460 tests. Hack these into smaller parts usi...
Christian Kuhn
14:20 Revision cc738fd9: [BUGFIX] Silently resolve invalid current page in paginator
Passing a current page number which exceeds the maximum
number of pages to the paginator is now silently resolved
by ...
Oliver Bartsch
14:19 Revision ebfb2f8f: [BUGFIX] Never fetch content with delete placeholder
The content fetcher did not consider delete placeholders.
This task was done using a method in GridColumnItem which
w...
Oliver Bartsch
13:34 Revision 6ecbcdf5: [BUGFIX] Never fetch content with delete placeholder
The content fetcher did not consider delete placeholders.
This task was done using a method in GridColumnItem which
w...
Oliver Bartsch
13:32 Revision 20280171: [BUGFIX] Silently resolve invalid current page in paginator
Passing a current page number which exceeds the maximum
number of pages to the paginator is now silently resolved
by ...
Oliver Bartsch
13:12 Revision ab2f9ada: [BUGFIX] Drop manual SiteConfiguration in PageTree ac test
The styleguide extension generator creates a site configuration
for its page tree for a while already. The manual cre...
Christian Kuhn
13:11 Revision 2a3f2565: [BUGFIX] Drop manual SiteConfiguration in PageTree ac test
The styleguide extension generator creates a site configuration
for its page tree for a while already. The manual cre...
Christian Kuhn
12:22 Revision 1d026804: [TASK] Improve page access failure log entries
Page access failure log entries emitted by the
TypoScriptFrontendController previously only
included the same basic i...
Oliver Bartsch
09:12 Revision 9ca731de: [TASK] Add Build/gitlab-ci.yml to v9
Build/gitlab-ci.yml for v9. Specifies jobs executed
via gitlab CI for 9.5 pre-merge and nightly builds.
Resolves: #9...
Anja Leichsenring

2021-02-10

19:38 Revision b2fb60f4: [TASK] Clean up SvgTree code
Now that jQuery has gone and TypeScript is in place for Tree components,
the next step is to consolidate and sort out...
Benni Mack
19:01 Revision 4ea0adc4: [TASK] Update typo3/testing-framework to latest bugfix releases
6.6.1 for master & v10
4.15.3 for v9
Brings a bugfix to make the test splitter deterministic.
composer req --dev ty...
Christian Kuhn
19:01 Revision e6cacd64: [TASK] Update typo3/testing-framework to latest bugfix releases
6.6.1 for master & v10
4.15.3 for v9
Brings a bugfix to make the test splitter deterministic.
composer req --dev ty...
Christian Kuhn
19:00 Revision 813d656a: [TASK] Update typo3/testing-framework to latest bugfix releases
6.6.1 for master & v10
4.15.3 for v9
Brings a bugfix to make the test splitter deterministic.
composer req --dev ty...
Christian Kuhn
15:13 Revision 66cd4ab5: [TASK] Rework Drag+Drop for SVG trees
This change splits up Drag+Drop handling in general
for SVG-based trees into PageTree specific logic, and
common usag...
Benni Mack
10:36 Revision ad978d80: [BUGFIX] Fix redirects to access restricted pages
The RedirectService is using typolink to build links
to the defined target, e.g. a page. In case the redirect
target ...
Oliver Bartsch
10:12 Revision 26960825: [BUGFIX] Fix redirects to access restricted pages
The RedirectService is using typolink to build links
to the defined target, e.g. a page. In case the redirect
target ...
Oliver Bartsch
10:11 Revision 8e7f27b0: [BUGFIX] Respect auth mode in page module again
If a non-admin does not have permissions to access
a specific CType, disallowed via AD mode, the header
icons, e.g. e...
Oliver Bartsch
09:58 Revision f5f08810: [BUGFIX] Respect auth mode in page module again
If a non-admin does not have permissions to access
a specific CType, disallowed via AD mode, the header
icons, e.g. e...
Oliver Bartsch
09:51 Revision 63f18945: [BUGFIX] Fix wrong language parameters in language menu shortcut links
When a shortcut page is used for a translated page, but its parent
is not of type shortcut, the generated link would ...
Christian Eßl
09:50 Revision df23dba2: [TASK] Blind smtp password value in mail preset of Install Tool
The input type of the configuration `MAIL/transport_smtp_password`
should be set to `password` instead of `text`.
Re...
Georg Ringer
09:36 Revision fedfd85f: [BUGFIX] Allow quoting in TypoScript's select for leftjoin & rightjoin
By fixing a typo, the field quoting also works for `leftjoin` and `rightjoin`.
Resolves: #93449
Releases: master, 10...
Georg Ringer
09:34 Revision db48b8c4: [TASK] Blind smtp password value in mail preset of Install Tool
The input type of the configuration `MAIL/transport_smtp_password`
should be set to `password` instead of `text`.
Re...
Georg Ringer
09:33 Revision 65dc0603: [BUGFIX] Fix wrong language parameters in language menu shortcut links
When a shortcut page is used for a translated page, but its parent
is not of type shortcut, the generated link would ...
Christian Eßl
08:45 Revision 096b54d0: [BUGFIX] Allow quoting in TypoScript's select for leftjoin & rightjoin
By fixing a typo, the field quoting also works for `leftjoin` and `rightjoin`.
Resolves: #93449
Releases: master, 10...
Georg Ringer

2021-02-09

23:19 Revision 993c9286: [BUGFIX] Allow quoting in TypoScript's select for leftjoin & rightjoin
By fixing a typo, the field quoting also works for `leftjoin` and `rightjoin`.
Resolves: #93449
Releases: master, 10...
Georg Ringer
21:21 Revision 277c92fc: [TASK] Improve PageTree search input alignment
Align the search input to the toolbar icons.
Releases: master
Resolves: #93476
Related: #93474
Change-Id: I50c8344f2...
Benjamin Franzke
20:09 Revision 063000c7: [TASK] Replace <style> for compliance with CSP header in svgs
SVG with inline styles are not loaded when the Content-Security-Policy
header contains the widely used setting "style...
Ute Flierl
19:35 Revision 68ff4256: [TASK] Streamline Page Tree toolbar UX
The PageTree toolbar now displays both menu
areas ("main menu" and "submenu") all the time
and removes the submenu to...
Benni Mack
14:40 Revision c257bfdf: [BUGFIX] Stabilize Page Tree acceptance tests
Make sure that the first root node is selected before
the tests are executed.
Resolves: #93471
Releases: master, 10....
Richard Haeser
13:23 Revision 478c69cb: [TASK] Migrate SvgTree items to TypeScript
This change migrates all left-over components of
* SvgTree
* SelectTree (a.k.a. CategoryTree)
* and PageTree
to Type...
Benni Mack
13:13 Revision 8330dabb: [TASK] Replace <style> for compliance with CSP header in svgs
SVG with inline styles are not loaded when the Content-Security-Policy
header contains the widely used setting "style...
Ute Flierl
12:42 Revision ac4b783f: [BUGFIX] Stabilize Page Tree acceptance tests
Make sure that the first root node is selected before
the tests are executed.
Resolves: #93471
Releases: master, 10....
Richard Haeser
09:39 Revision 38121e34: [FEATURE] Implement lazy console command list
Based on the configuration syntax of the Symfony Console
feature https://github.com/symfony/symfony/pull/39851
…but i...
Benjamin Franzke

2021-02-08

21:16 Revision daf0b2d5: [FEATURE] Restrict Backend Routes to specified HTTP methods
Because TYPO3 Backend is based on the symfony/routing
components, it is now possible to also limit a route to only
e....
Benni Mack
18:43 Revision 1af354a5: [BUGFIX] Fix frameset module property for FileList
BackendController::generateJavascript() creates the
top.fsMod object to provide frameset modules an easy
way of stori...
Oliver Bartsch
17:50 Revision df2b1557: [TASK] Add Build/gitlab-ci.yml to v10
Build/gitlab-ci.yml for v10. Specifies jobs executed
via gitlab CI for 10.4 pre-merge and nightly builds.
Resolves: ...
Anja Leichsenring
17:46 Revision 8cbd504f: [TASK] Drop unneeded renderElement from lit-helper
renderElement() was added in patchset 2 of #93446.
The code was then refactored to use renderHTML, but the method was...
Benjamin Franzke
15:35 Revision f4f7bdda: [TASK] Clean up gitlab-ci
* Acceptance tests in nightly run can use just one out of our
supported databases, that should be enough.
* Some r...
Anja Leichsenring
15:34 Revision ebc0360b: [TASK] Remove unused wizard-backendlayout icon definition
This wizard-backendlayout icon has been added in #72853
as icon for the backend layout wizard, but was later
forgotte...
Benjamin Franzke
10:05 Revision 248c616e: [BUGFIX] Add autocomplete attribute for LoginRefresh form
The Backend LoginRefresh password field now also
contains "autocomplete=current-password" just like
the login-form.
...
Benni Mack
07:36 Revision 85c7264b: [TASK] Clean up Drag&Drop Handling in PageTree
The PageTree components for the navigation area consists of:
* PageTreeElement (container for rendering the navigatio...
Benni Mack

2021-02-06

21:43 Revision 6887ea3b: [BUGFIX] Fix frameset module property for FileList
BackendController::generateJavascript() creates the
top.fsMod object to provide frameset modules an easy
way of stori...
Oliver Bartsch
21:21 Revision 17746d95: [BUGFIX] Restore styling of localization wizard
Updated styling and javascript to restore styling of the
localization wizard after the update to bootstrap 5.
Resolv...
Richard Haeser
21:21 Revision 33c7f31f: [TASK] Load TypeScript declarations for sortablejs
This patch adds the TypeScript declaration for the sortablejs library.
Since the imported module has a different nami...
Andreas Fernandez
21:21 Revision 136ef8c6: [TASK] Load TypeScript declarations for sortablejs
This patch adds the TypeScript declaration for the sortablejs library.
Since the imported module has a different nami...
Andreas Fernandez
21:16 Revision 876389bc: [BUGFIX] Migrate carousel classes within the MultiStepWizard component
While updating bootstrap to 5.0.0-beta1
(https://review.typo3.org/c/Packages/TYPO3.CMS/+/67215)
The 'a) Carousel "ite...
Ralf Zimmermann

2021-02-05

17:45 Revision fcd53a92: [TASK] gitlab-ci: Simplify gerrit voting
Change-Id: Ic60be2582afee8c8fe45e25cafb853285343265f
Resolves: #93447
Releases: master
Reviewed-on: https://review.ty...
Christian Kuhn
09:14 Revision 353c476e: [TASK] Run CI pre-merge suite for gerrit changes only
When a patch is pushed to gerrit, the gerrit-adapter
middleware also synchronizes the master branch. This
triggers tw...
Christian Kuhn

2021-02-04

21:32 Revision c5198cdf: [BUGFIX] Avoid access to missing mbstring functions
This patch removes usages of mbstring functions which are missing in the
fallback package symfony/polyfill-mbstring.
...
Simon Gilli
18:27 Revision ac54283f: [DOCS] Fix AssetCollector information regarding inclusion of CSS
Earlier, documentation erroneously stated that CSS could be moved to
the bottom of <body>. This is not the case (and ...
Jonas Eberle
18:26 Revision 426c0a25: [BUGFIX] Avoid access to missing mbstring functions
This patch removes usages of mbstring functions which are missing in the
fallback package symfony/polyfill-mbstring.
...
Simon Gilli
18:14 Revision 4b50bec1: [DOCS] Fix AssetCollector information regarding inclusion of CSS
Earlier, documentation erroneously stated that CSS could be moved to
the bottom of <body>. This is not the case (and ...
Jonas Eberle
15:07 Revision 825c0365: [BUGFIX] Allow stage actions with invalid mailer configuration
When changing the stage of workspace records, e.g.
"Publish to live", it's possible to send notification emails
to in...
Oliver Bartsch
14:35 Revision 2bf78401: [TASK] gitlab-ci votes patches on gerrit
Resolves: #93434
Releases: master
Change-Id: I9d6918f5bbfc6f12d09b1459405e6749f04b2c0c
Reviewed-on: https://review.ty...
Christian Kuhn
13:11 Revision 13efb6b3: [TASK] Remove jQuery from Tree components
This change aims to reduce the overhead by using
jQuery in favor of Vanilla JS in various Tree-related
JS files in pr...
Benni Mack
12:29 Revision a6bfd190: [TASK] Migrate TreeToolbar to TypeScript
This change migrate the TreeToolbar (used in FormEngine
Category Tree for example) to TypeScript,
removing effectivel...
Benni Mack
12:11 Revision d7cdf916: [BUGFIX] Allow stage actions with invalid mailer configuration
When changing the stage of workspace records, e.g.
"Publish to live", it's possible to send notification emails
to in...
Oliver Bartsch
08:55 Revision ea823022: [TASK] Adapt for upcoming Symfony 5.3 command tag properties
With the Symfony PR https://github.com/symfony/symfony/pull/39851
new depndency injection console.command tag propert...
Benjamin Franzke
08:44 Revision 72c01923: [TASK] Adapt for upcoming Symfony 5.3 command tag properties
With the Symfony PR https://github.com/symfony/symfony/pull/39851
new depndency injection console.command tag propert...
Benjamin Franzke

2021-02-03

21:10 Revision 5bdd303a: [TASK] Move help button of access module to the toolbar
The help button belongs to the toolbar and not within the
content area.
Resolves: #93416
Releases: master
Change-Id:...
Georg Ringer
21:03 Revision 1dc8b12f: [TASK] Add Build/gitlab-ci.yml and includes
A first Build/gitlab-ci.yml for master. Core v10 and
v9 will have dedicated patches.
This specifies jobs executed vi...
Christian Kuhn
16:34 Revision d52b2bc3: [BUGFIX] Do not render empty type attribute
PageRenderer now omits empty type attributes
also for scripts added through includeJSLibs
or includeJSFooterlibs.
Re...
Oliver Bartsch
16:16 Revision 14c03711: [BUGFIX] Do not render empty type attribute
PageRenderer now omits empty type attributes
also for scripts added through includeJSLibs
or includeJSFooterlibs.
Re...
Oliver Bartsch
16:06 Revision 385b3b7a: [BUGFIX] Re-allow rendering of IRRE subitems in Workspaces GridView
In previous TYPO3 versions (until the Workspace module was refactored
in TYPO3 v8) it was possible to manipulate the ...
Benni Mack
16:06 Revision a9eeacb7: [BUGFIX] Re-allow rendering of IRRE subitems in Workspaces GridView
In previous TYPO3 versions (until the Workspace module was refactored
in TYPO3 v8) it was possible to manipulate the ...
Benni Mack
15:10 Revision c9a17261: [TASK] Update links in dashboard widgets to right version of documentation
Point the links in the documentation widgets for the dashboard to the
right version of the documentation.
Resolves: ...
Richard Haeser

2021-02-02

12:24 Revision bb971f78: [BUGFIX] Properly position ContextMenu again
With #89496 the ContextMenu got keyboard support
added. However, the underlying code does still
use only a click even...
Benni Mack
10:42 Revision 683f6668: [TASK] Use d3 v6 microlibraries
In order to avoid loading an unnecessarily large complete d3 bundle,
we now only pull in the small amount of modules ...
Benjamin Franzke

2021-02-01

22:19 Revision 1963ee59: [TASK] runTests.sh: Acceptance tests with mysql and postgres
Allow mysql & postgres for acceptance tests in
addition to default mariadb:
* Build/Script/runTests.sh -s acceptance...
Christian Kuhn
22:07 Revision e13c4592: [BUGFIX] Allow backend login with invalid mailer notification
When a TYPO3 installation has `warning_email_addr` set,
but the mailer configuration is wrong (e.g. cannot connect
to...
Benni Mack
21:54 Revision a03cc2f8: [TASK] runTests.sh: Acceptance tests with mysql and postgres
Allow mysql & postgres for acceptance tests in
addition to default mariadb:
* Build/Script/runTests.sh -s acceptance...
Christian Kuhn
21:54 Revision b48a9e20: [BUGFIX] Strip tags from RSS items in Dashboard widget
As the output of the widgets in the Dashboard is processed
by htmlspecialchars(), the tags need to be stripped before...
Chris Müller
21:40 Revision 27ff588c: [TASK] runTests.sh: Acceptance tests with mysql and postgres
Allow mysql & postgres for acceptance tests in
addition to default mariadb:
* Build/Script/runTests.sh -s acceptance...
Christian Kuhn
21:24 Revision bef361be: [BUGFIX] Strip tags from RSS items in Dashboard widget
As the output of the widgets in the Dashboard is processed
by htmlspecialchars(), the tags need to be stripped before...
Chris Müller
20:42 Revision a6ecc6c4: [TASK] runTests.sh: Switch to a new set of test images
New images are to be found on official TYPO3
https://hub.docker.com/u/typo3 account.
Most images are based on alpine...
Christian Kuhn
20:41 Revision cdfe386c: [TASK] runTests.sh: Switch to a new set of test images
New images are to be found on official TYPO3
https://hub.docker.com/u/typo3 account.
Most images are based on alpine...
Christian Kuhn
20:36 Revision 20314cb4: [TASK] runTests.sh: Switch to a new set of test images
New images are to be found on official TYPO3
https://hub.docker.com/u/typo3 account.
Most images are based on alpine...
Christian Kuhn
20:11 Revision c730176b: [BUGFIX] Fix PageTree drag-end animation
During the migration to d3 v6 in #93394
one event listener was forgotten to be
updated for the changes callback signa...
Benjamin Franzke
20:09 Revision faf6fc0c: [BUGFIX] Allow backend login with invalid mailer notification
When a TYPO3 installation has `warning_email_addr` set,
but the mailer configuration is wrong (e.g. cannot connect
to...
Benni Mack
20:08 Revision 49cbb111: [BUGFIX] Only show workspace next/prev stage buttons with access
The buttons in the info dialog of a record in the workspaces
module shows the buttons "Publish to live" (or send to n...
Benni Mack
18:48 Revision 21821f8d: [TASK] Drop two unit tests that heavily rely on environment
* The file permission related LocalDriverTest basically test
getPermissions() that is a set of native PHP methods t...
Christian Kuhn
18:48 Revision 793cd0cd: [TASK] Drop two unit tests that heavily rely on environment
* The file permission related LocalDriverTest basically test
getPermissions() that is a set of native PHP methods t...
Christian Kuhn
18:47 Revision fbfab06e: [TASK] Drop two unit tests that heavily rely on environment
* The file permission related LocalDriverTest basically test
getPermissions() that is a set of native PHP methods t...
Christian Kuhn
18:35 Revision 3c52d828: [BUGFIX] Drop UFT-8 BOM on some files
Some documentation related files contain a UTF-8 BOM
while they shouldn't.
Usually, script Build/Scripts/checkUtf8Bom...
Christian Kuhn
18:35 Revision aa4904c5: [BUGFIX] Drop UFT-8 BOM on some files
Some documentation related files contain a UTF-8 BOM
while they shouldn't.
Usually, script Build/Scripts/checkUtf8Bom...
Christian Kuhn
18:35 Revision 536e7005: [BUGFIX] Drop UTF-8 BOM on some files
Some documentation related files contain a UTF-8 BOM
while they shouldn't.
Usually, script Build/Scripts/checkUtf8Bom...
Christian Kuhn
18:34 Revision 7dfbfa1a: [TASK] runTests.sh: Minor cleanups
* Run postgres with hard coded user to avoid connection isssues
* Add some missing reports.xml for acceptance tests
*...
Christian Kuhn
18:34 Revision f1096255: [TASK] runTests.sh: Minor cleanups
* Run postgres with hard coded user to avoid connection isssues
* Add some missing reports.xml for acceptance tests
*...
Christian Kuhn
18:34 Revision deab12f7: [TASK] runTests.sh: Minor cleanups
* Run postgres with hard coded user to avoid connection isssues
* Add some missing reports.xml for acceptance tests
*...
Christian Kuhn
16:36 Revision 109c781a: [BUGFIX] Only show workspace next/prev stage buttons with access
The buttons in the info dialog of a record in the workspaces
module shows the buttons "Publish to live" (or send to n...
Benni Mack
15:49 Revision c6655939: [BUGFIX] Return unique doktypes in TreeController::getDokTypes()
Resolves: #93393
Releases: master, 10.4
Change-Id: I827e421eef1696edfdc47d7544d8ebc2dd40c052
Reviewed-on: https://rev...
Tobias Wojtylak
14:57 Revision 0f6371ef: [TASK] Migrate to D3.js v6
D3.js v6 contains quite some changes, but most
are irrelevant for TYPO3, as we already migrated
from d3-request to co...
Benjamin Franzke
14:54 Revision 99382e05: [BUGFIX] Return unique doktypes in TreeController::getDokTypes()
Resolves: #93393
Releases: master, 10.4
Change-Id: I827e421eef1696edfdc47d7544d8ebc2dd40c052
Reviewed-on: https://rev...
Tobias Wojtylak
14:30 Revision 6532b6ec: [BUGFIX] Decouple id selectors from SvgTree and PageTree
The PageTree component (added in TYPO3 v9) is based on SVG Tree,
which was added in a previous version (TYPO3 v8).
H...
Benni Mack
06:34 Revision 826d15b8: [BUGFIX] Improve exceptions when BE.adminOnly or BE.IPmaskList is used
TYPO3 now returns a HTTP 403 status code, when BE.adminOnly is
configured or when the clients IP address does not mat...
Torben Hansen

2021-01-31

21:28 Revision 9f7ed147: [BUGFIX] Improve exceptions when BE.adminOnly or BE.IPmaskList is used
TYPO3 now returns a HTTP 403 status code, when BE.adminOnly is
configured or when the clients IP address does not mat...
Torben Hansen
15:40 Revision 8171c9e6: [DOCS] Added condition to snippet for social media fallback images
It is possible to have multiple og:image meta tags by the specs. By
adding the condition to your TypoScript setup, th...
Richard Haeser
15:25 Revision def73f27: [DOCS] Added condition to snippet for social media fallback images
It is possible to have multiple og:image meta tags by the specs. By
adding the condition to your TypoScript setup, th...
Richard Haeser
09:28 Revision 2f16ad1f: [BUGFIX] Avoid double CSH wraps in linkvalidator tasks settings
Labels in linkvalidator's additional field settings for the schedule
are actually invoking `BackendUtility::wrapInHel...
Oliver Hader
09:15 Revision fd38e794: [BUGFIX] Avoid double CSH wraps in linkvalidator tasks settings
Labels in linkvalidator's additional field settings for the schedule
are actually invoking `BackendUtility::wrapInHel...
Oliver Hader
07:54 Revision d30a0b25: [BUGFIX] Avoid double CSH wraps in linkvalidator tasks settings
Labels in linkvalidator's additional field settings for the schedule
are actually invoking `BackendUtility::wrapInHel...
Oliver Hader

2021-01-29

13:13 Revision ce50934c: [TASK] Migrate some PageTree components to TypeScript
+ removed NavigationComponentInterface - actually no
class-like component did implement it
+ introduced TreeInterfa...
Oliver Hader
12:49 Revision 789882d6: [TASK] Show full url in InputLinkElement
If an external url is provided in a link field, the full url should be
shown instead of only the domain. Hiding all o...
Georg Ringer
09:28 Revision 011f8370: [TASK] Remove not helpful parts from log entries
Log entries in the log module show some internal log numbers like `(msg#255.3.2)`
which is neither understandable nor...
Georg Ringer
08:09 Revision a0d0e14f: [BUGFIX] Do not render empty title attributes in ImageViewHelper
The ImageViewHelper uses strict types for checking if
the `title` property of the image is not an empty string.
Since...
Oliver Bartsch

2021-01-28

18:21 Revision 5bfb9b29: [BUGFIX] Do not render empty title attributes in ImageViewHelper
The ImageViewHelper uses strict types for checking if
the `title` property of the image is not an empty string.
Since...
Oliver Bartsch
 

Also available in: Atom