Project

General

Profile

Activity

From 2020-10-28 to 2020-11-26

2020-11-26

21:04 Revision 90ca7677: [!!!][TASK] Remove lockToIP UserTsConfig flag
The UserTsConfig setting `options.lockToIP` is
removed, which was only active the global setting
$GLOBALS['TYPO3_CONF...
Benni Mack
15:01 Revision f7f3bde0: [DOCS] Fix hook registration example in changelog
The `makeSearchStringConstraints` hook in DatabaseRecordList
expects a class name to be given as value. The method to...
Remo Schneider
15:00 Revision 5bfea017: [DOCS] Fix hook registration example in changelog
The `makeSearchStringConstraints` hook in DatabaseRecordList
expects a class name to be given as value. The method to...
Remo Schneider
15:00 Revision 5782f4aa: [!!!][TASK] Remove global option "lockBeUserToDBmounts"
The global configuration option, which is always active by
default, restricts ALL non-administrators to be locked in ...
Benni Mack
13:30 Revision eba30abf: [DOCS] Fix hook registration example in changelog
The `makeSearchStringConstraints` hook in DatabaseRecordList
expects a class name to be given as value. The method to...
Remo Schneider
08:59 Revision 2bef387e: [DOCS] Add missing descriptions to ViewHelper arguments
Add missing descriptions to ViewHelpers, improving the
usability within the IDE as also on the ViewHelpers docs,
sinc...
Oliver Bartsch
07:25 Revision c9ff1339: [BUGFIX] Fix performance issue with mail spools
This patch removes the concatenation of the queued messages of the
spools in the __toString() methods which is needed...
Markus Gerdes
06:58 Revision aff26dd9: [BUGFIX] Fix performance issue with mail spools
This patch removes the concatenation of the queued messages of the
spools in the __toString() methods which is needed...
Markus Gerdes

2020-11-25

16:41 Revision 3f718f4c: [DOCS] Add missing descriptions to ViewHelper arguments
Add missing descriptions to ViewHelpers, improving the
usability within the IDE as also on the ViewHelpers docs,
sinc...
Oliver Bartsch
16:40 Revision 0d268526: [BUGFIX] Update sessions in RedisBackend correctly
On updating an existing session we must use the un-hashed
sessionId to query the existing session.
Resolves: #92869
...
Markus Klein
16:21 Revision 4e4ce968: [BUGFIX] Update sessions in RedisBackend correctly
On updating an existing session we must use the un-hashed
sessionId to query the existing session.
Resolves: #92869
...
Markus Klein
12:58 Revision 2933fdb4: [BUGFIX] Update sessions in RedisBackend correctly
On updating an existing session we must use the un-hashed
sessionId to query the existing session.
Resolves: #92869
...
Markus Klein

2020-11-24

18:25 Revision c9234b48: [DOCS] Fix formatting in master changelogs
Resolves: #92905
Releases: master
Change-Id: Id42f4f97bd43c78a326be0bb6d9248ba8f9a4b03
Reviewed-on: https://review.ty...
Oliver Bartsch
18:18 Revision d39955e0: [TASK] Raise Doctrine dependencies to be PHP 8 compatible
used composer commands
* composer req "doctrine/annotations:^1.11.0"
* composer req "doctrine/instantiator:^1.4.0"
* ...
Benni Mack
18:17 Revision 3ecaadd1: [TASK] Add deprecation warning to Widget ViewHelper
Developers using the current 10.4 version should be urged in all
appropriate places not to start using Fluid widgets,...
Remo Schneider
16:57 Revision 3021b334: [TASK] Always use fluid based page module
The feature toggle for `fluidBasedPageModule` is removed
to enforce the use of the new fluid based page module.
The ...
Georg Ringer

2020-11-23

08:03 Revision 8e102f49: [BUGFIX] Fix translation wizard when there are elements with language "All"
Translation wizard will hang if there are new content elements to
translate and there is an element with language "Al...
Dmitry Dulepov

2020-11-22

18:48 Revision 2305c9ae: [BUGFIX] Add focus to user confirmation password field
Since #92836 backend users have to confirm their
password on accessing the install tool in the backend.
The correspo...
Oliver Bartsch
17:54 Revision e3746d44: [BUGFIX] Add focus to user confirmation password field
Since #92836 backend users have to confirm their
password on accessing the install tool in the backend.
The correspo...
Oliver Bartsch

2020-11-21

20:23 Revision ece2506f: [BUGFIX] Allow keyboard navigation for form duplication wizard
This patch adds keyboard navigation for the multi-step wizard handling
duplication of existing forms in backend and i...
Elias Häußler
20:23 Revision 6bf68b40: [BUGFIX] Make sure external link checks time out
The HTTP requests for checking external links did not have a
timeout. The timeout from Global Configuration was used
...
Sybille Peters
20:22 Revision a21f3041: [BUGFIX] Use a HTML button for the collapsable IRRE header
Also add aria-expanded and aria-controls arguments for screen readers
Resolves: #92682
Releases: master, 10.4
Change...
Olaf Schmidt-Wischhöfer
20:21 Revision a5dff712: [TASK] Cleanup unused variables and functions in linkvalidator
Resolves: #92894
Releases: master
Change-Id: I21ab03f80924f27af267c9e4a401b53358ea6327
Reviewed-on: https://review.ty...
Sybille Peters
10:24 Revision 9e6baf85: [BUGFIX] Require PHP 7.4 for "composer min" stages
Resolves: #92896
Related: #92888
Releases: master
Change-Id: Icda106771196a1bcabd10651170f553bb56a7ffa
Reviewed-on: h...
Andreas Fernandez

2020-11-20

20:51 Revision e8e9323a: [FEATURE] Add button to create sys_note records directly in modules
System notes are being displayed in various modules.
Previously one however had to always switch to the list
module t...
Oliver Bartsch
19:44 Revision 48eb23df: [!!!][TASK] Remove method canProcessRequest
With this patch method canProcessRequest() of class
\TYPO3\CMS\Extbase\Mvc\Controller\ActionController has
been remov...
Alexander Schnitzler
16:18 Revision a5bec18b: [BUGFIX] Pass new folder object in PostFolderRenameSignal
The old folder object is already available in the PreFolderRenameSignal.
The new folder object is expected, similarly...
Xavier Perseguers
16:04 Revision 9ded7c21: [TASK] Provide label for email field in forget password form
Add a visible label for the email input field in the
forget password form.
Releases: master
Resolves: #92627
Change-...
Matthias Weber
16:03 Revision c7755c76: [BUGFIX] Use button tag for modal buttons in InlineControlContainer
Instead of <a href="#" ...> or <span ...>, a <button> tag is used for
inline relations to enable proper keyboard navi...
Olaf Schmidt-Wischhöfer
16:00 Revision c7ff1304: [BUGFIX] Use a HTML button for the collapsable IRRE header
Also add aria-expanded and aria-controls arguments for screen readers
Resolves: #92682
Releases: master, 10.4
Change...
Olaf Schmidt-Wischhöfer
15:57 Revision 96cb0313: [BUGFIX] Make sure external link checks time out
The HTTP requests for checking external links did not have a
timeout. The timeout from Global Configuration was used
...
Sybille Peters
15:50 Revision 38c68069: [BUGFIX] Allow keyboard navigation for form duplication wizard
This patch adds keyboard navigation for the multi-step wizard handling
duplication of existing forms in backend and i...
Elias Häußler
15:27 Revision 06bbcb12: [!!!][BUGFIX] Fix behaviour of inverted TCA checkboxes
States of checkboxes defined in the TCA with "invertStateDisplay" enabled
are announced in the same way as the visual...
Martin Kutschker
15:18 Revision 26dcf802: [BUGFIX] Use button tag for modal buttons in InlineControlContainer
Instead of <a href="#" ...> or <span ...>, a <button> tag is used for
inline relations to enable proper keyboard navi...
Olaf Schmidt-Wischhöfer
14:43 Revision 40582650: [BUGFIX] Set the correct PageUid in the MountpointInfos
Replace the uid of the translated page with
the uid of the original page in the mountpoint parameter.
Resolves: #913...
Devid Messner
14:08 Revision 9b92b3bc: [BUGFIX] Fix removal of broken link from list
When a broken link is fixed by using the pencil icon
in list of broken links, the broken link should get
removed from...
Sybille Peters
14:07 Revision 1529e993: [TASK] Raise PHP requirements to PHP 7.4
The PHP version that is required now, is PHP 7.4,
more specifically PHP 7.4.1, which fixed a
hard issue on the JIT co...
Benni Mack
13:55 Revision f8ce4c4a: [BUGFIX] Set the correct PageUid in the MountpointInfos
Replace the uid of the translated page with
the uid of the original page in the mountpoint parameter.
Resolves: #913...
Devid Messner
13:51 Revision eceaa0c3: [!!!][TASK] Remove LinkHandler class in linkvalidator
Linkvalidator ships with several Linktype classes that are
used to check specific links such as ExternalLinktype,
Fil...
Sybille Peters
13:46 Revision a2414983: [BUGFIX] Fix removal of broken link from list
When a broken link is fixed by using the pencil icon
in list of broken links, the broken link should get
removed from...
Sybille Peters
13:37 Revision 4126ef18: [BUGFIX] Make external link checking more robust
Previously, some URLs could result in errors which were not caught and
caused the link checking task to abort.
Exter...
Sybille Peters
13:31 Revision 830ef3e1: [TASK] Output test run overview at end of local test run
In order to improve quick result accessment, a summary
is now outputted at the very end of the local test run.
Detail...
Anja Leichsenring
13:30 Revision 13f3a7be: [TASK] Output test run overview at end of local test run
In order to improve quick result accessment, a summary
is now outputted at the very end of the local test run.
Detail...
Anja Leichsenring
13:23 Revision db0d7549: [BUGFIX] Make non-visible l10n_parent fields of type group
The l10n_parent fields of sys_file_metadata and sys_file_reference are
never shown anywhere. Having them as type 'sel...
Markus Klein
13:05 Revision 342c2da7: [TASK] Respect CGL for TsConfig
The TsConfig CGL are described:
https://docs.typo3.org/m/typo3/reference-coreapi/master/en-us/CodingGuidelines/CglTsC...
Eric Chavaillaz
13:00 Revision d9ca46d7: [TASK] Apply button style to edit record icon in linkvalidator report
The edit record icon now has a proper button style to unify the
appearance between the modules (e.g. redirect module)...
Sybille Peters
12:51 Revision 25dc2d33: [TASK] Wrap for {searchWord.sword} in EXT:indexed_search
Additional wrapper around the sword in the search result template.
Allowing CSS Styling to the word, but not the labe...
Joachim Eckerlin
12:47 Revision 24d5db5b: [TASK] Output test run overview at end of local test run
In order to improve quick result accessment, a summary
is now outputted at the very end of the local test run.
Detail...
Anja Leichsenring
12:47 Revision 988e099c: [BUGFIX] Register icons not being part of TYPO3.Icons again
Since #92689 the IconRegistry is fed by a JSON file taken from the
TYPO3.Icons repository and does not grab all PNG a...
Andreas Fernandez
12:46 Revision 22c0fa3a: [BUGFIX] Make non-visible l10n_parent fields of type group
The l10n_parent fields of sys_file_metadata and sys_file_reference are
never shown anywhere. Having them as type 'sel...
Markus Klein
12:36 Revision 3054f50b: [TASK] Increase input placeholder contrast ratio
Set the color of placeholders to #767676 to meet WCAG AA
conformance for background-color #fefefe.
Resolves: #92621
...
Matthias Weber
12:29 Revision 8859c625: [BUGFIX] Ignore deleted form elements for form's reference count
The usage count of forms in the form module must not count deleted
elements.
Resolves: #92880
Releases: master, 10.4...
Georg Ringer
11:38 Revision 2ae540d5: [TASK] Variable type hints for makeInstance(self::class)
It seems the DynamicReturnTypePlugin for PhpStorm does
not deal with 'self::class'. Change a couple of
makeInstance()...
Christian Kuhn
11:36 Revision 0a5d6e2f: [BUGFIX] Register icons not being part of TYPO3.Icons again
Since #92689 the IconRegistry is fed by a JSON file taken from the
TYPO3.Icons repository and does not grab all PNG a...
Andreas Fernandez
11:29 Revision 96a2030d: [TASK] Remove PHP < 7.4 from build plans
With upcoming TYPO3 v11, support for PHP versions older than 7.4 is
cancelled. Due to this, we don't have to check th...
Andreas Fernandez
11:26 Revision b3eb42e4: [DOCS] Switch extensionname and pluginname in ext:form
These two parameters are switched.
Releases: master, 10.4, 9.5
Resolves: #92887
Change-Id: I7a896a167f39b8a68664ef6f...
Sebastian Müller
11:26 Revision 116273b5: [DOCS] Switch extensionname and pluginname in ext:form
These two parameters are switched.
Releases: master, 10.4, 9.5
Resolves: #92887
Change-Id: I7a896a167f39b8a68664ef6f...
Sebastian Müller
11:04 Revision 153e7f50: [DOCS] Switch extensionname and pluginname in ext:form
These two parameters are switched.
Releases: master, 10.4, 9.5
Resolves: #92887
Change-Id: I7a896a167f39b8a68664ef6f...
Sebastian Müller
10:32 Revision 9c9663bb: [BUGFIX] Release locks in middleware to prevent locking deadlock
In the frontend middleware chain PrepareTypoScriptFrontendRendering
interacts with TSFE and calls getFromCache() whic...
Christian Kuhn
10:04 Revision 55c917ca: [BUGFIX] Release locks in middleware to prevent locking deadlock
In the frontend middleware chain PrepareTypoScriptFrontendRendering
interacts with TSFE and calls getFromCache() whic...
Christian Kuhn
09:35 Revision d2c52d56: [BUGFIX] Ignore deleted form elements for form's reference count
The usage count of forms in the form module must not count deleted
elements.
Resolves: #92880
Releases: master, 10.4...
Georg Ringer

2020-11-19

20:55 Revision 5e1af012: [TASK] Public method to retrieve class loader
To bootstrap TYPO3 sub requests, the testing framework needs an
instance of the class loader. There is no good way to...
Christian Kuhn
20:53 Revision d141e12f: [FEATURE] AbstractApplication implements PSR-15 RequestHandlerInterface
Frontend, backend and install tool application classes are the
main entry points to create a response from a request ...
Christian Kuhn
15:05 Revision 8b9c3b06: [BUGFIX] Correct uri in functional test
Handing over '/' as $uri to InternalRequest() in functional
tests triggers an ugly fallback mechanism that changes th...
Christian Kuhn
15:04 Revision 797ea366: [BUGFIX] Correct uri in functional test
Handing over '/' as $uri to InternalRequest() in functional
tests triggers an ugly fallback mechanism that changes th...
Christian Kuhn
15:04 Revision 2648ba09: [BUGFIX] Do not change TCA in ext_tables in test_datahandler
Test related fixture extension 'test_datahandler' still has calls
in ext_tables.php that changes $GLOBALS['TCA']. Thi...
Christian Kuhn
15:04 Revision fa2d363f: [BUGFIX] Do not change TCA in ext_tables in test_datahandler
Test related fixture extension 'test_datahandler' still has calls
in ext_tables.php that changes $GLOBALS['TCA']. Thi...
Christian Kuhn
15:04 Revision 8f4b043a: [BUGFIX] Do not change TCA in ext_tables in irre_tutorial
Test related fixture extension 'irre_tutorial' still has calls
in ext_tables.php that changes $GLOBALS['TCA']. This i...
Christian Kuhn
15:03 Revision 647d4916: [BUGFIX] Do not change TCA in ext_tables in irre_tutorial
Test related fixture extension 'irre_tutorial' still has calls
in ext_tables.php that changes $GLOBALS['TCA']. This i...
Christian Kuhn
11:58 Revision 9e73ae1b: [BUGFIX] Use hashed sessionId to find existing session
The backend module for backend users needs to use the hashed sessionId
to check the online status if the session back...
Markus Klein
11:58 Revision 98e13ca4: [BUGFIX] Use hashed sessionId to find existing session
The backend module for backend users needs to use the hashed sessionId
to check the online status if the session back...
Markus Klein

2020-11-18

22:21 Revision 8b18d2c2: [BUGFIX] Use hashed sessionId to find existing session
The backend module for backend users needs to use the hashed sessionId
to check the online status if the session back...
Markus Klein

2020-11-17

18:37 Revision 319f2cb8: [BUGFIX] Assume image dimension of SVGs with no dimension
Extracting SVG processing to its own processor did not
respect that previously SVG files without dimensions were
hand...
Helmut Hummel
14:37 Revision b90897db: [BUGFIX] Assume image dimension of SVGs with no dimension
Extracting SVG processing to its own processor did not
respect that previously SVG files without dimensions were
hand...
Helmut Hummel
14:18 Revision f4dcf7d7: [BUGFIX] Reimplement mod.defLangBinding for fluid-based page module
If the TSconfig setting is turned on, translations of content elements
are bound to the default record in the display...
Georg Ringer
14:18 Revision d224f38a: [BUGFIX] Process cropped images only once
To avoid loss of quality and spawning unnecessary imagemagick
processes, cropping and scaling of images is now done
w...
Helmut Hummel
14:02 Revision dd001fdf: [BUGFIX] Reimplement mod.defLangBinding for fluid-based page module
If the TSconfig setting is turned on, translations of content elements
are bound to the default record in the display...
Georg Ringer
13:58 Revision 844f024a: [BUGFIX] Process cropped images only once
To avoid loss of quality and spawning unnecessary imagemagick
processes, cropping and scaling of images is now done
w...
Helmut Hummel
11:03 Revision 5f69b3ac: [TASK] Set TYPO3 version to 10.4.11-dev
Change-Id: Ifd0fa7241ebb797c0bbc0be719ab18ca8726fea2
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/666...
Oliver Hader
11:03 Revision e2725d71: [TASK] Set TYPO3 version to 9.5.24-dev
Change-Id: Ic1e5b558749e932354c44e6eab580424b8fca596
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/666...
Oliver Hader
10:03 Revision 05dd328b: [RELEASE] Release of TYPO3 10.4.10
Change-Id: I1b2a18813779d0f3c7b7bd8c50f371dcdbd7007e
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/666...
Oliver Hader
09:57 Revision e444d449: [RELEASE] Release of TYPO3 9.5.23
Change-Id: I670b5e1551626d776d5746a8a7eec50dbdd82fdb
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/666...
Oliver Hader
08:52 Revision c577de8b: [SECURITY] Disallow XXE in RSS dashboard widget
Processing XML external entities is explicitly disallowed when retrieving
RSS/XML data from a remote service. Code-wi...
Oliver Hader
08:51 Revision 13964141: [SECURITY] Protect persisted session IDs from being used directly
Instead of storing session IDs with their corresponding storage
backends in plain text, their HMAC-SHA256 (Redis) or ...
Oliver Hader
08:51 Revision 6a972407: [SECURITY] Encode passed arguments in Fluid view helpers
* XSS in `f:be.labels.csh` in argument `label`
* XSS in `f:be.menus.actionMenu` in argument `label`
* XSS in `f:form`...
Oliver Hader
08:51 Revision 0228e371: [SECURITY] Upgrade typo3fluid/fluid to v2.6.10
Change-Id: Ie2adfafff4ab57cac9426d9a5784b794f459ea7c
Resolves: #92829
Releases: master
Security-Bulletin: TYPO3-CORE-...
Oliver Hader
08:51 Revision 73a7a902: [SECURITY] Disallow XXE in RSS dashboard widget
Processing XML external entities is explicitly disallowed when retrieving
RSS/XML data from a remote service. Code-wi...
Oliver Hader
08:51 Revision 0b96d4bd: [SECURITY] Protect persisted session IDs from being used directly
Instead of storing session IDs with their corresponding storage
backends in plain text, their HMAC-SHA256 (Redis) or ...
Oliver Hader
08:51 Revision a69e1d65: [SECURITY] Encode passed arguments in Fluid view helpers
* XSS in `f:be.labels.csh` in argument `label`
* XSS in `f:be.menus.actionMenu` in argument `label`
* XSS in `f:form`...
Oliver Hader
08:50 Revision 0dd7ba33: [SECURITY] Upgrade typo3fluid/fluid to v2.6.10
Change-Id: Ie2adfafff4ab57cac9426d9a5784b794f459ea7c
Resolves: #92829
Releases: master
Security-Bulletin: TYPO3-CORE-...
Oliver Hader
08:50 Revision dc26a4ac: [SECURITY] Protect persisted session IDs from being used directly
Instead of storing session IDs with their corresponding storage
backends in plain text, their HMAC-SHA256 (Redis) or ...
Oliver Hader
08:49 Revision 0f6b7b79: [SECURITY] Encode passed arguments in Fluid view helpers
* XSS in `f:be.labels.csh` in argument `label`
* XSS in `f:be.menus.actionMenu` in argument `label`
* XSS in `f:form`...
Oliver Hader
08:49 Revision c23113e1: [SECURITY] Upgrade typo3fluid/fluid to v2.6.10
Change-Id: Ie2adfafff4ab57cac9426d9a5784b794f459ea7c
Resolves: #92829
Releases: master
Security-Bulletin: TYPO3-CORE-...
Oliver Hader
08:46 Revision c3fef522: [BUGFIX] Do not try to evaluate fe_groups for page overlays
The access settings is an exclude field and hence
the value is synchronized to the translation.
Fetching the translat...
Markus Klein
08:31 Revision e4e66109: [BUGFIX] Do not try to evaluate fe_groups for page overlays
The access settings is an exclude field and hence
the value is synchronized to the translation.
Fetching the translat...
Markus Klein
08:19 Revision 0127c68c: [BUGFIX] Do not try to evaluate fe_groups for page overlays
The access settings is an exclude field and hence
the value is synchronized to the translation.
Fetching the translat...
Markus Klein
08:06 Revision a41f4cf9: [BUGFIX] Do not use AdminPanel reference in EXT:frontend code
With this change an undefined symbol is included when not having
AdminPanel loaded: https://review.typo3.org/c/Packag...
Benni Mack

2020-11-16

20:28 Revision f8363ceb: [TASK] Make ActionController abstract
Since there is no dedicated AbstractController any more and
ActionController cannot be dispatched without being exten...
Alexander Schnitzler
19:27 Revision f2ff23e5: [BUGFIX] Do not use AdminPanel reference in EXT:frontend code
With this change an undefined symbol is included when not having
AdminPanel loaded: https://review.typo3.org/c/Packag...
Benni Mack
16:52 Revision 71693dfa: [TASK] Introduce resource Content-Security-Policy check
Introduces Content-Security-Policy HTTP header check on
fileadmin/ resources.
This can be seen as follow-up up to TY...
Oliver Hader
16:52 Revision 444b05e6: [TASK] Introduce resource Content-Security-Policy check
Introduces Content-Security-Policy HTTP header check on
fileadmin/ resources.
This can be seen as follow-up up to TY...
Oliver Hader
16:52 Revision 430d6b57: [TASK] Introduce resource Content-Security-Policy check
Introduces Content-Security-Policy HTTP header check on
fileadmin/ resources.
This can be seen as follow-up up to TY...
Oliver Hader
15:21 Revision f79c9685: [TASK] Introduce sudo mode for install tool accessed via backend
The session expiration time for the install tool is reduced from
60 to 15 minutes. When accessing the install tool vi...
Oliver Hader
15:19 Revision 9f82910a: [TASK] Introduce sudo mode for install tool accessed via backend
The session expiration time for the install tool is reduced from
60 to 15 minutes. When accessing the install tool vi...
Oliver Hader
15:17 Revision 7af1bf4f: [TASK] Introduce sudo mode for install tool accessed via backend
The session expiration time for the install tool is reduced from
60 to 15 minutes. When accessing the install tool vi...
Oliver Hader
15:06 Revision 5074e96f: [TASK] Use PageRenderer hooks in t3editor and rte_ckeditor
Instead of instantiating PageRenderer early in
ext_localconf, the additional require js for
t3editor and rte_ckeditor...
Christian Kuhn
15:05 Revision af9181d0: [TASK] Correct formatting of example in deprecation rst
Resolves: #92854
Related: #92062
Releases: master
Change-Id: I416d747877aa3d7f56e8ddbd3438db27576c0ce4
Reviewed-on: h...
Chris Müller
14:31 Revision b6f88474: [TASK] Correct role in feature rst
Resolves: #92851
Releases: master
Change-Id: If7249e411165e1050b55d1d7aa9da6896fe3d9ba
Reviewed-on: https://review.ty...
Chris Müller
14:25 Revision 128aa651: [BUGFIX] Update localized records when publishing default translation
If an editor only published the default language,
then the localized records are left "hanging in" a workspace,
and a...
Benni Mack
13:30 Revision 2f780fbd: [BUGFIX] Do not use AdminPanel reference in EXT:frontend code
With this change an undefined symbol is included when not having
AdminPanel loaded: https://review.typo3.org/c/Packag...
Benni Mack
13:26 Revision f24c2e1d: [BUGFIX] Show flag for language "All" in the Page module
When switching to the "Language" module in the Backend, the module
will show language flags and titles for content el...
Dmitry Dulepov
10:41 Revision 09c9d79a: [TASK] Drop deprecated testing-framework method usages
Functional test case methods getFrontendResponse() and
getFrontendResult() have been deprecated a while ago
but their...
Christian Kuhn
10:40 Revision f4b38502: [TASK] Drop deprecated testing-framework method usages
Functional test case methods getFrontendResponse() and
getFrontendResult() have been deprecated a while ago
but their...
Christian Kuhn
09:13 Revision 2375da55: [TASK] Split up BackendUserAuthentication webmount check
In order to build the group resolving more flexible, the major method
"fetchGroupData()" is now separated into a smal...
Benni Mack

2020-11-14

20:17 Revision 196dc8b3: [BUGFIX] Make login loading text always readable
If the loading text of the login box is too large, the text exceeds the size
of the login button.
This patch allow t...
Eric Chavaillaz
19:38 Revision 98b68e3e: [BUGFIX] Make login loading text always readable
If the loading text of the login box is too large, the text exceeds the size
of the login button.
This patch allow t...
Eric Chavaillaz
19:16 Revision 81121750: [BUGFIX] Implement deferred BE image processing consistently
Change the implementation of backend deferred image processing
to use a file processor, which is only but always used...
Helmut Hummel
18:44 Revision 9738f3d0: [!!!][TASK] Drop workspace additional services
Back in 6.2 at ExtJS times, a feature has been introduced
to the workspace module to extend the shown 'data grid'
wit...
Christian Kuhn
11:36 Revision 337e8f9c: [!!!][TASK] Remove setting mod.web_layout.disableAdvanced
The TSconfig setting `mod.web_layout.disableAdvanced` has been used to disable
the "clear cache"-button in the page m...
Georg Ringer
11:23 Revision 9ef41e60: [TASK] styleguide: Suppress DataHandler logging in TCA data generator
Logging all the operations when creating or deleting TCA
test records pollutes sys_log quite a bit with test / demo
r...
Christian Kuhn

2020-11-13

20:16 Revision 20413001: [BUGFIX] Install tool database row updater works with mssql
SqlServer can not handle a transaction for a table, if the
same table is queried currently. The install tool database...
Christian Kuhn
19:54 Revision 1a9bc67d: [BUGFIX] Install tool database row updater works with mssql
SqlServer can not handle a transaction for a table, if the
same table is queried currently. The install tool database...
Christian Kuhn
17:28 Revision 59b9a1e7: [TASK] Streamline server response check
* replace string states with specific StatusMessage models
* combine file path and base URL in new FileLocation model...
Oliver Hader
17:28 Revision 16501d77: [TASK] Streamline server response check
* replace string states with specific StatusMessage models
* combine file path and base URL in new FileLocation model...
Oliver Hader
17:28 Revision e859ce49: [TASK] Streamline server response check
* replace string states with specific StatusMessage models
* combine file path and base URL in new FileLocation model...
Oliver Hader
15:23 Revision eea5662b: [TASK] Update @typo3/icons to 2.0.4
The package @typo3/icons can be updated to version 2.0.4 which adds some
new icons and reverts the icons "actions-edi...
Andreas Fernandez
15:08 Revision 3fa3dd9e: [TASK] Update @typo3/icons to 2.0.4
The package @typo3/icons can be updated to version 2.0.4 which adds some
new icons and reverts the icons "actions-edi...
Andreas Fernandez
13:16 Revision 359f4165: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:backend
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
10:38 Revision 5aebabcb: [TASK] Streamline usage of contrib packages in TypeScript
No need to use a fully qualified namespace for
3rd party modules that are placed in TYPO3/CMS/Core/Contrib.
There are...
Benjamin Franzke
07:20 Revision da5741e2: [BUGFIX] Remove upper limits of imagewidth & imageheight of tt_content
Remove the upper range from the TCA of the fields imagewidth and
imageheight of tt_content. There is no reason to set...
Georg Ringer
05:56 Revision 068351ea: [TASK] Avoid using ControllerContext, and use Extbase Request instead
This change adds the methods
* setRequest()
* getRequest()
* getUriBuilder()
to the RenderingContext of EXT:Fluid.
...
Benni Mack

2020-11-12

17:51 Revision d973386c: [DOCS] Improve documentation for Fluid f:translate viewhelper
Resolves: #92821
Releases: master, 10.4, 9.5
Change-Id: Ife0999560d3da75051b663b55d46e0f6a5e03dfb
Reviewed-on: https:...
Peter Kraume
17:51 Revision 6d134bda: [DOCS] Improve documentation for Fluid f:translate viewhelper
Resolves: #92821
Releases: master, 10.4, 9.5
Change-Id: Ife0999560d3da75051b663b55d46e0f6a5e03dfb
Reviewed-on: https:...
Peter Kraume
17:36 Revision 93dc0273: [DOCS] Improve documentation for Fluid f:translate viewhelper
Resolves: #92821
Releases: master, 10.4, 9.5
Change-Id: Ife0999560d3da75051b663b55d46e0f6a5e03dfb
Reviewed-on: https:...
Peter Kraume
17:27 Revision 6d66da90: Revert "[BUGFIX] Update localized records when publishing default translation"
This reverts commit a71f5ed73f5eb102a4a87056b850dcea85fb5ee0.
Reason for revert: the tests are broken. Patch gets re...
Anja Leichsenring
12:57 Revision 4284c568: [BUGFIX] Do not consider empty files being an image or media file
When creating a new image file, the indexing process must not
try to extract with and height, when the file is empty ...
Helmut Hummel
09:46 Revision 74899ecf: [!!!][TASK] Do not create new version placeholders in workspaces anymore
Creating a new record in a workspace adds two database rows.
One that is the "placeholder", which - since v10.4 - co...
Benni Mack
09:01 Revision 319b24a3: [BUGFIX] Felogin allows redirect to any site
With #86219 the migration from sys_domain records to Sites was faulty.
Formerly all known domain records were inspect...
Markus Klein
08:53 Revision 1e85f091: [DOCS] Improve documentation about change of tt_content fields configuration
In #92659 the tt_content fields `imagewidth` and `imageheight` have
been adjusted to not limit user input per default...
Oliver Bartsch
07:12 Revision a71f5ed7: [BUGFIX] Update localized records when publishing default translation
If an editor only published the default language,
then the localized records are left "hanging in" a workspace,
and a...
Benni Mack
06:36 Revision 2ccd30ed: [TASK] Use current mime types for fonts
Use the current W3C recommended mime types for
fonts in htaccess base file, see
https://www.iana.org/assignments/med...
Guido Schmechel

2020-11-11

21:32 Revision 7b3ead26: [TASK] Use current mime types for fonts
Use the current W3C recommended mime types for
fonts in htaccess base file, see
https://www.iana.org/assignments/med...
Guido Schmechel
21:24 Revision ff316096: [TASK] Streamline usage of contrib packages in TypeScript
No need to use a fully qualified namespace for
3rd party modules that are placed in TYPO3/CMS/Core/Contrib.
There are...
Benjamin Franzke
21:19 Revision 8da21da3: [TASK] Enable EXT:impexp to include presets in export
Only tables with TCA configurations are available for the export of a
TYPO3 instance. The stored export configuration...
Alexander Nitsche
20:58 Revision 9cddf73b: [TASK] Enable EXT:impexp to include presets in export
Only tables with TCA configurations are available for the export of a
TYPO3 instance. The stored export configuration...
Alexander Nitsche
20:25 Revision 19c5ed0e: [BUGFIX] Disable no_cache functionality for new installations
In order to ensure best practices security-wise,
it is recommended to have the flag "disableNoCacheParameter"
enabled...
Benni Mack
20:07 Revision 4a5768c3: [TASK] Remove unneeded BE user context set up from TreeController test
The BE user aspect is correctly initialized since TestingFramework 6.4.6
So the initailization can be removed from th...
Tymoteusz Motylewski
20:03 Revision 656b5eba: [BUGFIX] Reintroduce the check on options.saveDocNew
Due to a refactoring and "unrolling" of buttons in TYPO3 v9, the TSconfig
options.saveDocNew has been forgotten when ...
Xavier Perseguers
20:00 Revision 4a276979: [BUGFIX] Reintroduce the check on options.saveDocNew
Due to a refactoring and "unrolling" of buttons in TYPO3 v9, the TSconfig
options.saveDocNew has been forgotten when ...
Xavier Perseguers
19:46 Revision 7877f53a: [BUGFIX] Reintroduce the check on options.saveDocNew
Due to a refactoring and "unrolling" of buttons in TYPO3 v9, the TSconfig
options.saveDocNew has been forgotten when ...
Xavier Perseguers
19:44 Revision 8c82cceb: [FEATURE] Add options to locally test on composer min and max stages
Two new options for the famous Build/Scripts/runTests.sh script
have been added, that allow to quickly set up local e...
Anja Leichsenring
19:19 Revision bee026d6: [FEATURE] Add options to locally test on composer min and max stages
Two new options for the famous Build/Scripts/runTests.sh script
have been added, that allow to quickly set up local e...
Anja Leichsenring
19:12 Revision 448edba0: [FEATURE] Allow more DBMS-Versions for local testing
The formerly hard coded DBMS versions the local testing script
Build/Scripts/runTests.sh received more options to run...
Anja Leichsenring
18:43 Revision 2c21bcb1: [FEATURE] Add options to locally test on composer min and max stages
Two new options for the famous Build/Scripts/runTests.sh script
have been added, that allow to quickly set up local e...
Anja Leichsenring
13:16 Revision 389edca5: [TASK] Raise typo3/testing-framework to 6.4.7
Contains a change for an upcoming workspace related
core patch.
composer require --dev typo3/testing-framework ^6.4....
Benni Mack
13:16 Revision c64c2578: [TASK] Raise typo3/testing-framework to 6.4.7
Contains a change for an upcoming workspace related
core patch.
composer require --dev typo3/testing-framework ^6.4....
Christian Kuhn
10:01 Revision e3d720e9: [TASK] styleguide: Drop travis-ci badge from README
Christian Kuhn
09:24 Revision 590440d8: [DOCS] Remove Developer page from Linkvalidator docs
The Developer page explained how link handling is done
in the RTE. This is not specific to linkvalidator and
may chan...
Sybille Peters

2020-11-10

22:26 Revision b3b4fd86: [BUGFIX] Better handling of "too many redirects" in linkvalidator
Previously, if there were too many redirects, an error message
"A redirect loop occurred" was displayed. This was mis...
Sybille Peters
22:00 Revision 33d6afc1: [TASK] Removed unknown aria attribute from modules menu
Removed an unknown aria attribute from the modules menu
and added an `aria-controls` attribute to 1st level menu
item...
Torben Hansen
21:39 Revision 7e057100: [FEATURE] Add `expandAll` option for renderType=selectCheckBox
The renderType `selectCheckbox` allows for grouping of items,
which are rendered as collapsed per default.
A new TCA...
spthiel
21:38 Revision d72ed9c2: [TASK] styleguide: Add example for selectCheckBox with dividers
https://github.com/TYPO3-CMS/styleguide/pull/146
Relates to https://forge.typo3.org/issues/91859
Anja Leichsenring
21:15 Revision 6e8a6770: [TASK] styleguide: Port Testing to Github Actions
https://github.com/TYPO3-CMS/styleguide/pull/168
Drop travis, it did a good job but its time is over now.
Anja Leichsenring
20:24 Revision 8f5f8080: [BUGFIX] Add focus style to button on login form
Adds a focus style to the button on the login form
so it is visible that the button has the focus.
Resolves: #92620
...
Torben Hansen
19:52 Revision 80cedc5f: [BUGFIX] Add focus style to button on login form
Adds a focus style to the button on the login form
so it is visible that the button has the focus.
Resolves: #92620
...
Torben Hansen
19:05 Revision 08cb7b6d: [TASK] Removed unknown aria attribute from modules menu
Removed an unknown aria attribute from the modules menu
and added an `aria-controls` attribute to 1st level menu
item...
Torben Hansen
18:38 Revision 0371f346: [!!!][BUGFIX] Do not render type attribute for style and link tags
It is recommended for <style> and <link> HTML tags
to not use the "type" attribute anymore.
Details:
* https://devel...
Benni Mack
10:31 Revision c2942387: [!!!][TASK] Remove feature security.frontend.keepSessionDataOnLogout
The feature flag "security.frontend.keepSessionDataOnLogout"
was introduced as part of a security bugfix to still ena...
Benni Mack
10:28 Revision 9737936d: [FEATURE] Allow more DBMS-Versions for local testing
The formerly hard coded DBMS versions the local testing script
Build/Scripts/runTests.sh received more options to run...
Anja Leichsenring
09:24 Revision 0d2476e1: [FEATURE] Allow more DBMS-Versions for local testing
The formerly hard coded DBMS versions the local testing script
Build/Scripts/runTests.sh received more options to run...
Anja Leichsenring

2020-11-09

22:16 Revision b775ab66: [!!!][TASK] Extract failed login email notifications into separate class
One of TYPO3's major "fat" classes AbstractUserAuthentication
is now thinned out as the "email when X failed login ha...
Benni Mack
15:31 Revision f31c4ee6: [!!!][TASK] Remove unused possibility for user-based authentication timeout field
The AbstractUserAuthentication property "auth_timeout_field"
was used in the past (until TYPO3 8.0) to be filled for ...
Benni Mack
14:32 Revision 617f9c05: [BUGFIX] Moving pages in workspaces updates pid correctly
* (v10) Moving a page that exists in live within
workspaces multiple times does not upate the pid of
the t3ver_st...
Christian Kuhn
14:32 Revision daa1216a: [BUGFIX] Moving pages in workspaces updates pid correctly
* (v10) Moving a page that exists in live within
workspaces multiple times does not upate the pid of
the t3ver_st...
Christian Kuhn
12:48 Revision df07e393: [BUGFIX] Disable no_cache functionality for new installations
In order to ensure best practices security-wise,
it is recommended to have the flag "disableNoCacheParameter"
enabled...
Benni Mack

2020-11-07

12:51 Revision 63ed9f2a: [BUGFIX] Fix type error in TCA table wizard for null values
When using renderType textTable for text fields in TCA, the controller
will pass the currently stored value to underl...
Daniel Siepmann
12:37 Revision 9d124ea8: [TASK] Upgrade typo3/phar-stream-wrapper to v3.1.6
PHP versions 8.0-RC1, 7.4.12, 7.3.24 introduced a different behavior
for `stream_wrapper_restore()` and would throw a...
Oliver Hader
12:26 Revision 14a0d7cb: [TASK] Upgrade typo3/phar-stream-wrapper to v3.1.6
PHP versions 8.0-RC1, 7.4.12, 7.3.24 introduced a different behavior
for `stream_wrapper_restore()` and would throw a...
Oliver Hader
12:26 Revision b0f1a3e7: [TASK] Upgrade typo3/phar-stream-wrapper to v3.1.6
PHP versions 8.0-RC1, 7.4.12, 7.3.24 introduced a different behavior
for `stream_wrapper_restore()` and would throw a...
Oliver Hader
12:10 Revision 323bba65: [TASK] Enforce Composer 2 usage for TYPO3 development
To benefit from faster operations and cleaner updates
Composer 2 usage is now enforced by requiring ^2.0
of composer-...
Helmut Hummel
12:02 Revision 1c2b5b88: [BUGFIX] Fix type error in TCA table wizard for null values
When using renderType textTable for text fields in TCA, the controller
will pass the currently stored value to underl...
Daniel Siepmann
11:56 Revision 3d712565: [TASK] Enforce Composer 2 usage for TYPO3 development
To benefit from faster operations and cleaner updates
Composer 2 usage is now enforced by requiring ^2.0
of composer-...
Helmut Hummel
10:33 Revision 3743a109: [BUGFIX] Fix type error in TCA table wizard for null values
When using renderType textTable for text fields in TCA, the controller
will pass the currently stored value to underl...
Daniel Siepmann
08:54 Revision 6dff0931: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:extbase
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler

2020-11-06

13:06 Revision ffba5bfe: [BUGFIX] Avoid database errors when translating sys_file (metadata) records
The TCA definitions for sys_file.fileinfo and sys_file_metadata.fileinfo
were marked "user" but without any database ...
Benni Mack
12:37 Revision b9262085: [BUGFIX] Avoid database errors when translating sys_file (metadata) records
The TCA definitions for sys_file.fileinfo and sys_file_metadata.fileinfo
were marked "user" but without any database ...
Benni Mack
10:50 Revision 6e25f9ad: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:backend
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
10:18 Revision b0a7e789: [TASK] Add autocomplete attributes to Login form
Add autocomplete attributes to Login form and ForgetPasswordForm Inputs
Use `autocomplete="email"`, `autocomplete="u...
Manuel Winkelhofer
10:10 Revision 1c319b43: [BUGFIX] Fix workspace select / deselect all buttons
The "select all" and "deselect all" buttons in the "Send to stage"
modal in workspaces are now proper button tags.
T...
Oliver Bartsch
10:09 Revision 365bc02c: [BUGFIX] Allow keyboard usage of file upload dropzone
The dropzone for file uploads now uses two <button> tags
instead of <div> tags. One for the dropzone itself and
the o...
Olaf Schmidt-Wischhöfer
08:51 Revision 23b09b8f: [!!!][TASK] Make Extbase handle PSR-7 responses only
With this patch, Extbase does no longer handle/return
extbase responses whose api was defined by the extbase
Response...
Alexander Schnitzler
08:35 Revision d7835432: [TASK] Optimize color contrast for login input fields
Increased contrast ratio to at least 3:1 for input fields
of the class "input-login" and also a box shadow has been
a...
Torben Hansen

2020-11-05

19:54 Revision 8fefaaa3: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:extbase
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
17:01 Revision 1fba0823: [BUGFIX] Allow keyboard usage of file upload dropzone
The dropzone for file uploads now uses two <button> tags
instead of <div> tags. One for the dropzone itself and
the o...
Olaf Schmidt-Wischhöfer
16:59 Revision 90640146: [BUGFIX] Fix workspace select / deselect all buttons
The "select all" and "deselect all" buttons in the "Send to stage"
modal in workspaces are now proper button tags.
T...
Oliver Bartsch
14:32 Revision dd5e6892: [BUGFIX] Workspace preview uncheck all button
In workspace frontend preview, clicking the "Send to stage"
button renders a modal to select mail recipients to notif...
Christian Kuhn
10:45 Revision abfef033: [BUGFIX] Workspace preview uncheck all button
In workspace frontend preview, clicking the "Send to stage"
button renders a modal to select mail recipients to notif...
Christian Kuhn
10:15 Revision 16024b88: [TASK] Use SVG icon sprites
This patch updates @typo3/icons to version 2.x delivering icon sprites.
Using icon sprites greatly improves backend p...
Andreas Fernandez

2020-11-04

19:46 Revision 2d6ed648: [TASK] Use SVG icon sprites
This patch updates @typo3/icons to version 2.x delivering icon sprites.
Using icon sprites greatly improves backend p...
Andreas Fernandez
19:16 Revision e0fc675e: Revert "[BUGFIX] Fix count for custom queries with group by statement"
This reverts commit 206cd379dc1032dc938b85348729c43f71997c89.
Reason for revert: fails on mssql
Change-Id: I8affaf9...
Anja Leichsenring
19:16 Revision ea98a1d2: Revert "[BUGFIX] Fix count for custom queries with group by statement"
This reverts commit 605b3e51c57b71ea363d18d3e002a0abd06b4261.
Reason for revert: fails on mssql
Change-Id: Ia576730...
Anja Leichsenring
15:00 Revision cc17f3ef: [TASK] Remove BootstrapInterface from Extbase
The BootstrapInterface was used in the original
design to allow interchangeability, but was never
flexible enough and...
Benni Mack
12:57 Revision 0dd674fe: [BUGFIX] Provide colPos for each cell in defLangBinding view
When dragging content elements in page module, the colPos
value of the dragged element is updated based on the droppe...
Oliver Bartsch
10:10 Revision 7a024930: [BUGFIX] Allow slug recreation if postModifiers are defined
Slug fields currently only support slug recreation if the given
generator fields are directly visible in the backend....
Elias Häußler
09:23 Revision 39663f21: [BUGFIX] Provide colPos for each cell in defLangBinding view
When dragging content elements in page module, the colPos
value of the dragged element is updated based on the droppe...
Oliver Bartsch
00:17 Revision 3de24c3d: [BUGFIX] Provide colPos for each cell in defLangBinding view
When dragging content elements in page module, the colPos
value of the dragged element is updated based on the droppe...
Oliver Bartsch

2020-11-03

23:32 Revision ce36139d: [BUGFIX] Allow slug recreation if postModifiers are defined
Slug fields currently only support slug recreation if the given
generator fields are directly visible in the backend....
Elias Häußler
21:09 Revision 206cd379: [BUGFIX] Fix count for custom queries with group by statement
When using the extbase persistence and setting a custom query
with group by statements via $query->statement($stateme...
Stefan Froemken
20:04 Revision 605b3e51: [BUGFIX] Fix count for custom queries with group by statement
When using the extbase persistence and setting a custom query
with group by statements via $query->statement($stateme...
Stefan Froemken
14:05 Revision 6889e440: [TASK] Enforce Composer 2 usage for TYPO3 development
To benefit from faster operations and cleaner updates
Composer 2 usage is now enforced by requiring ^2.0
of composer-...
Helmut Hummel

2020-11-01

19:25 Revision 57af29e4: [TASK] Add page ID prefix to page cache and lock identifiers
This make it easier to debug/monitor cache/lock related issues.
Resolves: #92724
Releases: master
Change-Id: I045232...
Tymoteusz Motylewski
19:24 Revision 73bcf9a1: [TASK] Use Symfony Routing for Backend Routing
This is a pre-cursor for enhancing Backend Routing in general.
This change implements Symfony Routing for Backend
Ro...
Benni Mack
19:21 Revision f1431536: [BUGFIX] Return timestamp as integer in DateTimeAspect
The DateTimeAspect which supersedes the superglobals
like $GLOBALS['EXEC_TIME'] now properly returns the
timestamp as...
Oliver Bartsch
17:54 Revision 45dcd546: [BUGFIX] Use requested php version for testing also in web container
Resolves: #92744
Related: #92335
Releases: master, 10.4
Change-Id: Id003abf300f63096cd521d4a050254736dc919d0
Reviewed...
Anja Leichsenring
17:40 Revision 696bab22: [BUGFIX] Use requested php version for testing also in web container
Resolves: #92744
Related: #92335
Releases: master, 10.4
Change-Id: Id003abf300f63096cd521d4a050254736dc919d0
Reviewed...
Anja Leichsenring

2020-10-31

12:10 Revision 8b93d540: [BUGFIX] Fix exclusive values in FormEngine's selectMultipleSideBySide
With splitting the FormEngine in smaller parts, a regression has been
introduced in the behavior of selectMultipleSid...
Andreas Fernandez
11:46 Revision 3c5a2367: [BUGFIX] Fix exclusive values in FormEngine's selectMultipleSideBySide
With splitting the FormEngine in smaller parts, a regression has been
introduced in the behavior of selectMultipleSid...
Andreas Fernandez
09:10 Revision 981bdb43: [BUGFIX] Apply fixes from newer php-cs-fixer
Resolves: #92739
Related: #92735
Releases: master, 10.4, 9.5
Change-Id: I94dc49ec3ef1c55a565cecab8a4d1553099acefa
Rev...
Andreas Fernandez
09:03 Revision 44716b7c: [BUGFIX] Apply fixes from newer php-cs-fixer
Resolves: #92739
Related: #92735
Releases: master, 10.4, 9.5
Change-Id: I94dc49ec3ef1c55a565cecab8a4d1553099acefa
Rev...
Andreas Fernandez
08:57 Revision efae160e: [BUGFIX] Apply fixes from newer php-cs-fixer
Resolves: #92739
Related: #92735
Releases: master, 10.4, 9.5
Change-Id: I94dc49ec3ef1c55a565cecab8a4d1553099acefa
Rev...
Andreas Fernandez

2020-10-30

14:21 Revision 8b191e58: [BUGFIX] Use default page id for fetching a site in SlugService
The rebuildSlugsForSlugChange function of SlugService updates
slugs of sub pages and also creates redirects for them,...
Oliver Bartsch
13:32 Revision 67dde9c0: [BUGFIX] Use default page id for fetching a site in SlugService
The rebuildSlugsForSlugChange function of SlugService updates
slugs of sub pages and also creates redirects for them,...
Oliver Bartsch
10:12 Revision ffca74d2: [BUGFIX] Use button tag for buttons in IRRE header
Resolves: #92681
Releases: master, 10.4
Change-Id: Ibd8af66dbcbab596d2f1538e2342092235a98f2c
Reviewed-on: https://rev...
Olaf Schmidt-Wischhöfer
09:46 Revision ccdce819: [TASK] Update build plans to support Composer 2
Executed commands:
composer require --dev friendsofphp/php-cs-fixer:^2.16.7
composer update typo3/class-alias-lo...
Andreas Fernandez
09:46 Revision 637e6fed: [TASK] Update build plans to support Composer 2
Executed command:
composer require --dev friendsofphp/php-cs-fixer:^2.16.7
Resolves: #92735
Releases: master, 10....
Andreas Fernandez
09:46 Revision 818abee9: [TASK] Update build plans to support Composer 2
Executed command:
composer require --dev friendsofphp/php-cs-fixer:^2.16.7
Resolves: #92735
Releases: master, 10....
Andreas Fernandez
09:27 Revision a1b7be50: [BUGFIX] Use button tag for buttons in IRRE header
Resolves: #92681
Releases: master, 10.4
Change-Id: Ibd8af66dbcbab596d2f1538e2342092235a98f2c
Reviewed-on: https://rev...
Olaf Schmidt-Wischhöfer
09:14 Revision a40240a5: [TASK] Skip disabled tabs for keyboard users
Add tabindex of -1 to disabled tab links to remove them from the tab
keyboard navigation
Resolves: #91701
Releases: ...
Thorsten Griebenow

2020-10-29

22:48 Revision c0e03198: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Database
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
21:42 Revision 30755cfd: [TASK] Fix phpstan checkFunctionArgumentTypes errors in ext:core Database
This patch fixes incompatible type usage in function arguments
and is preparatory work for introducing native type hi...
Alexander Schnitzler
19:13 Revision 2b6b2d39: [TASK] Add aria-label atributes to topbar icons
To announce the buttons correctly when using assistive technologies
there needs to be an aria-label, as there will no...
Manuel Winkelhofer
14:24 Revision 60133c69: [BUGFIX] Remove upper limits of imagewidth & imageheight of tt_content
Remove the upper range from the TCA of the fields imagewidth and
imageheight of tt_content. There is no reason to set...
Georg Ringer
13:40 Revision ee621d92: [DOCS] Wrong API example for FluidEmail in changelog
The actual method name is format, not setFormat, that should be
respected by changelog docs.
Resolves: #92732
Releas...
Daniel Siepmann
11:44 Revision 5401e549: [DOCS] Wrong API example for FluidEmail in changelog
The actual method name is format, not setFormat, that should be
respected by changelog docs.
Resolves: #92732
Releas...
Daniel Siepmann
00:00 Revision 78ad2e85: [TASK] Stop JsonView from setting headers
JsonView did set content type headers in its render method which
is a problem since the view should only be responsib...
Alexander Schnitzler

2020-10-28

23:59 Revision 5a8a4d35: [DOCS] Add documentation for working with Linkvalidator
Information for working with Linkvalidator as editor
is added.
Resolves: #92718
Releases: master
Change-Id: I5c116c4...
Sybille Peters
22:29 Revision 0c791223: [DOCS] Add master to changelog again
With the release of v10.4 the changes of master were removed
from the changelog. Now it is here again.
Resolves: #92...
Chris Müller
16:27 Revision 457602f7: [BUGFIX] Always show edit button to edit page title in page module
Always show the edit button so that users know this functionality.
Additionally the element is transformed from an li...
Georg Ringer
13:00 Revision ceb90326: [TASK] Drop a series of unused code occurences
A couple of not needed assignments throughout the
core and a 'too many arguments' fix.
Resolves: #92605
Releases: ma...
Christian Kuhn
12:50 Revision ae79e25b: Revert "[BUGFIX] Remove invalid button attribute"
This reverts commit e6bd4f02ad77de5881c8c0ab1fe47fa4a004f2ff.
Reason for revert: Firefox acts funny with missing aut...
Christian Kuhn
12:40 Revision bfb14cfa: [DOCS] Update Linkvalidator documentation: start page
Resolves: #92717
Releases: master
Change-Id: Id6aee19c74ff3fe1765d0c2bb9caa91a4d425648
Reviewed-on: https://review.ty...
Sybille Peters
10:57 Revision e6bd4f02: [BUGFIX] Remove invalid button attribute
This merge request removes the autocomplete attribute of the login
button.
Resolves: #92619
Releases: master, 10.4
C...
Mark Leutl
10:52 Revision b2e3e4b5: [TASK] Change linktext in CopyRightNotice
To clarify the purpose of the link, change the text from
"click for details" to "details about licences"
Resolves: #...
Manuel Winkelhofer
10:39 Revision 3f15c26e: [TASK] Remove unneeded BE user context set up from TreeController test
The BE user aspect is correctly initialized since TestingFramework 6.4.6
So the initailization can be removed from th...
Tymoteusz Motylewski
10:39 Revision db54f9ff: [DOCS] Update linkvalidator documentation: Administration
Resolves: #92716
Releases: master, 10.4, 9.5
Change-Id: I0ad629f08cac11fbbffc2d61e9c4c8d7b2de7a23
Reviewed-on: https:...
Sybille Peters
10:38 Revision 52b14ce4: [DOCS] Update linkvalidator documentation: Administration
Resolves: #92716
Releases: master, 10.4, 9.5
Change-Id: I0ad629f08cac11fbbffc2d61e9c4c8d7b2de7a23
Reviewed-on: https:...
Sybille Peters
10:10 Revision df281c1c: [DOCS] Remove Linkvalidator documentation "Next Steps"
The chapter "Next Steps" contained very little information.
Resolves: #92719
Releases: master
Change-Id: I2cacf4081c...
Sybille Peters
10:07 Revision 2424288c: [DOCS] Update linkvalidator documentation: Administration
Resolves: #92716
Releases: master, 10.4, 9.5
Change-Id: I0ad629f08cac11fbbffc2d61e9c4c8d7b2de7a23
Reviewed-on: https:...
Sybille Peters
10:03 Revision ddcc0fed: [BUGFIX] Use correct format character in CleanerTaskTest
The CleanerTaskTest creates a DateInterval and formats it
to return the day representation of the difference. Therefo...
Oliver Bartsch
09:49 Revision 2b658fd0: [BUGFIX] Use correct format character in CleanerTaskTest
The CleanerTaskTest creates a DateInterval and formats it
to return the day representation of the difference. Therefo...
Oliver Bartsch
 

Also available in: Atom