Project

General

Profile

Activity

From 2020-05-23 to 2020-06-21

2020-06-21

16:50 Revision 8cb2b243: [BUGFIX] Allow deserialization of Area objects for processed files
Currently \TYPO3\CMS\Core\Imaging\ImageManipulation\Area objects
are serialized in processing configuration, therefor...
Helmut Hummel
15:47 Revision f25454b9: [BUGFIX] Allow deserialization of Area objects for processed files
Currently \TYPO3\CMS\Core\Imaging\ImageManipulation\Area objects
are serialized in processing configuration, therefor...
Helmut Hummel
14:32 Revision e5c3f707: [BUGFIX] Allow deserialization of Area objects for processed files
Currently \TYPO3\CMS\Core\Imaging\ImageManipulation\Area objects
are serialized in processing configuration, therefor...
Helmut Hummel

2020-06-20

21:45 Revision 07a7fcfd: [!!!][TASK] Remove TBE_EDITOR.fieldChanged_fName
The JavaScript functions TBE_EDITOR.fieldChanged_fName` and its legacy
alias `TBE_EDITOR_fieldChanged_fName` used to ...
Andreas Fernandez
15:22 Revision db2b2ca6: [TASK] Use DocumentService.ready() in non-jQuery modules
Some modules have been rewritten to not use jQuery in the past. However,
there was still a dependency due to missing ...
Andreas Fernandez
10:35 Revision caa671ac: [BUGFIX] Register workspace preview middleware earlier
The current workspace preview middleware runs at a point
after the Page ID (and PageArguments) has been resolved by
t...
Benni Mack

2020-06-19

16:36 Revision 31b32c28: [BUGFIX] Register workspace preview middleware earlier
The current workspace preview middleware runs at a point
after the Page ID (and PageArguments) has been resolved by
t...
Benni Mack

2020-06-14

21:25 Revision 032f1f63: [BUGFIX] Use proper language label for hidden headlines in preview
A wrong label was used when using "Fluid based page module".
This resulted in "[]" instead of "[Hidden]" for records ...
Daniel Siepmann
21:09 Revision 270b5f4a: [BUGFIX] Use proper language label for hidden headlines in preview
A wrong label was used when using "Fluid based page module".
This resulted in "[]" instead of "[Hidden]" for records ...
Daniel Siepmann

2020-06-09

11:23 Revision 8637e392: [TASK] Set TYPO3 version to 10.4.5-dev
Change-Id: Iee9c54c415d56a51b74073c6d060ef756432a9fb
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/648...
Benni Mack
11:15 Revision e3505066: [TASK] Set TYPO3 version to 9.5.20-dev
Change-Id: I1355e33fcc0474611b992a4fc10690b66d5884e8
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/648...
Benni Mack
10:56 Revision 9fdbcac7: [RELEASE] Release of TYPO3 10.4.4
Change-Id: I53a1ee728a4c05f422ae8a8aa855d5cc94abbd24
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/648...
Benni Mack
10:44 Revision 481259e2: [RELEASE] Release of TYPO3 9.5.19
Change-Id: I35387b2f33eb82cc443556e5209e16ef77416d60
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/648...
Benni Mack
09:50 Revision 99bc093a: [BUGFIX] Ensure only empty route requirements for aspects are defined
Overriding route requirements with `.+` allows to have slashes in route
parameters. This is different to Symfony's de...
Oliver Hader
09:49 Revision cf75611e: [BUGFIX] Ensure only empty route requirements for aspects are defined
Overriding route requirements with `.+` allows to have slashes in route
parameters. This is different to Symfony's de...
Oliver Hader
09:29 Revision 960090d6: [BUGFIX] Ensure only empty route requirements for aspects are defined
Overriding route requirements with `.+` allows to have slashes in route
parameters. This is different to Symfony's de...
Oliver Hader

2020-06-08

22:25 Revision 234d24b8: [BUGFIX] Show content for columns with colPos set only
Setting up backend layouts with colPos not set will show the content of
column 0 because of an excplicit cast of the ...
Simon Gilli
22:07 Revision 3cb0d3bb: [BUGFIX] Show content for columns with colPos set only
Setting up backend layouts with colPos not set will show the content of
column 0 because of an excplicit cast of the ...
Simon Gilli
19:46 Revision f3a4442d: [TASK] Use hash_equals when comparing cryptographic hash values
Direct hash comparison is replaced by cryptographic-safe `hash_equals`.
Changes in this patch set basically don't hav...
Oliver Hader
19:46 Revision 46e53dca: [TASK] Use hash_equals when comparing cryptographic hash values
Direct hash comparison is replaced by cryptographic-safe `hash_equals`.
Changes in this patch set basically don't hav...
Oliver Hader
19:45 Revision 3e066d2c: [TASK] Use hash_equals when comparing cryptographic hash values
Direct hash comparison is replaced by cryptographic-safe `hash_equals`.
Changes in this patch set basically don't hav...
Oliver Hader

2020-06-07

12:42 Revision ee347761: [BUGFIX] Ensure PageContentErrorHandler content is served correctly
Use only the body and the content-type header of the internal
sub-request. Everything else of the sub-request can be ...
Markus Klein
12:20 Revision 0d822ba4: [BUGFIX] Ensure PageContentErrorHandler content is served correctly
Use only the body and the content-type header of the internal
sub-request. Everything else of the sub-request can be ...
Markus Klein

2020-06-05

18:03 Revision f1ad8077: [!!!][TASK] Remove CSS/JS inclusion via PHP in TSFE
TypoScriptFrontendController has had functionality to dynamically
load JavaScript and CSS code, also in non-cacheable...
Benni Mack
17:29 Revision 4b378e4b: [TASK] Use more specific array type annotations in GeneralUtility
Having PHPDoc parameter and return type annotations like "string[]"
instead of the generic "array" will help both sta...
Oliver Klee
16:34 Revision 07a4fb76: [TASK] Avoid $GLOBALS[TYPO3_REQUEST] in TSFE
In order to reduce the amount of accessing
globals in the future, and especially TYPO3_REQUEST
which was born because...
Benni Mack
16:28 Revision 1c3b12f9: [BUGFIX] Allow multiline comments in SqlReader
When using c-style multiline comments in the ext_tables.sql of an
extension, the SchemaMigrator would then ignore the...
Christian Eßl
15:53 Revision 80782455: [TASK] Harden internal state handling
Internal components using `unserialize` are enforced to disallow
classes in their internal state representation. This...
Oliver Hader
15:53 Revision d5e7f853: [TASK] Harden internal state handling
Internal components using `unserialize` are enforced to disallow
classes in their internal state representation. This...
Oliver Hader
15:43 Revision 15e23367: [TASK] Avoid $GLOBALS[TYPO3_REQUEST] in TSFE
In order to reduce the amount of accessing
globals in the future, and especially TYPO3_REQUEST
which was born because...
Benni Mack
15:25 Revision 412dbfd3: [BUGFIX] Search for site root only in default language pages
Resolves: #91550
Releases: master, 10.4, 9.5
Change-Id: I1de1eadbac4b4973250bba2dbf887efb19df872d
Reviewed-on: https:...
Ian Solo
15:24 Revision abc757fe: [BUGFIX] Search for site root only in default language pages
Resolves: #91550
Releases: master, 10.4, 9.5
Change-Id: I1de1eadbac4b4973250bba2dbf887efb19df872d
Reviewed-on: https:...
Ian Solo
14:57 Revision 32b213c3: [TASK] Simplify rendering of ModuleTemplate with PageRenderer
PageRenderer does not need to care about the actual content.
Instead of re-running everything in PageRenderer, Module...
Benni Mack
14:25 Revision fc753005: [!!!][TASK] Remove XML-based label parsing
This leaves TYPO3 to only handle "XLF" files for language labels
natively.
Resolves: #91482
Related: #91473
Releases...
Benni Mack
14:14 Revision f7b98773: [BUGFIX] Search for site root only in default language pages
Resolves: #91550
Releases: master, 10.4, 9.5
Change-Id: I1de1eadbac4b4973250bba2dbf887efb19df872d
Reviewed-on: https:...
Ian Solo
12:36 Revision b7f379bb: [TASK] Harden internal state handling
Internal components using `unserialize` are enforced to disallow
classes in their internal state representation. This...
Oliver Hader
12:33 Revision 0914c0bc: [BUGFIX] Ensure linkText is returned for missing languages
This patch ensures the linkText is returned and used if
the target page is not available in the current language.
Re...
Nicole Cordes
11:07 Revision 2854030f: [BUGFIX] Ensure linkText is returned for missing languages
This patch ensures the linkText is returned and used if
the target page is not available in the current language.
Re...
Nicole Cordes

2020-06-04

21:36 Revision 69afe130: [TASK] Compare hardcoded legacy password directly
This is a preparation for starting with RIPS scanner.
Resolves: #91566
Releases: master, 10.4, 9.5
Change-Id: I6f994...
Oliver Hader
21:36 Revision fae4865a: [TASK] Compare hardcoded legacy password directly
This is a preparation for starting with RIPS scanner.
Resolves: #91566
Releases: master, 10.4, 9.5
Change-Id: I6f994...
Oliver Hader
21:11 Revision 38588720: [TASK] Compare hardcoded legacy password directly
This is a preparation for starting with RIPS scanner.
Resolves: #91566
Releases: master, 10.4, 9.5
Change-Id: I6f994...
Oliver Hader
21:05 Revision b83f0c03: [BUGFIX] Fix local path discovery for external files in indexed_search
This fixes encoding issues in paths with URL-encoded spaces and other
characters when indexed_search translates index...
Henri Nathanson
20:51 Revision 735693ab: [BUGFIX] Fix local path discovery for external files in indexed_search
This fixes encoding issues in paths with URL-encoded spaces and other
characters when indexed_search translates index...
Henri Nathanson
20:33 Revision 848d0680: [BUGFIX] Fix local path discovery for external files in indexed_search
This fixes encoding issues in paths with URL-encoded spaces and other
characters when indexed_search translates index...
Henri Nathanson
20:24 Revision fcd58d3c: [BUGFIX] Use https:// in comments and docs
Common URLs like typo3.org, tools.ietf.org or php.net are nowadays
available as HTTPS, however some places in TYPO3 s...
Benni Mack
17:20 Revision c4439e66: [!!!][TASK] Remove TEMPLATE cObject
The cObject "TEMPLATE" in TypoScript is now removed. It only had little
use without a given "FILE" cObject.
TEMPLATE...
Benni Mack
15:10 Revision 970a41fd: [BUGFIX] Use https:// in comments and docs
Common URLs like typo3.org, tools.ietf.org or php.net are nowadays
available as HTTPS, however some places in TYPO3 s...
Benni Mack

2020-06-03

23:34 Revision 1ca53019: [BUGFIX] Reintroduce filtering out non accessible pages on query time
Filter out pages user has no access to on query time in page tree.
This patch reintroduce a change which was reverted...
Tymoteusz Motylewski
21:40 Revision 88dbb594: [BUGFIX] Reintroduce filtering out non accessible pages on query time
Filter out pages user has no access to on query time in page tree.
This patch reintroduce a change which was reverted...
Tymoteusz Motylewski
21:25 Revision 32d9f05c: [BUGFIX] Reintroduce filtering out non accessible pages on query time
Filter out pages user has no access to on query time in page tree.
This patch reintroduce a change which was reverted...
Tymoteusz Motylewski
18:18 Revision 36a0dc60: [TASK] Move felogin pi_flexform into plugin tab
The plugin configuration of felogin is moved to the
common used "Plugin" tab, to unify the position
through the core....
Oliver Bartsch
18:06 Revision a3f56917: [TASK] Move felogin pi_flexform into plugin tab
The plugin configuration of felogin is moved to the
common used "Plugin" tab, to unify the position
through the core....
Oliver Bartsch
14:27 Revision 967971f9: [TASK] Cover BackendUserAuthentication->returnWebmounts() with test
Also fix misleading comment about permissions.
Resolves: #91454
Releases: 9.5, master
Change-Id: I1a399f1be613f00744...
Tymoteusz Motylewski
11:51 Revision abdc30ac: [!!!][TASK] Remove non-public extbase property injection
The property injection with non-public properties had been
deprecated with #82975 and has been forgotten to be remove...
Alexander Schnitzler
11:47 Revision a4b7457e: [BUGFIX] Cast meta tag values to string in generateMetaTagHtml
It is possible for values returned by stdWrap to be of type int.
RequestHandler->generateMetaTagHtml() expects meta t...
Nikita Hovratov
10:56 Revision f274ff3d: [BUGFIX] Cast meta tag values to string in generateMetaTagHtml
It is possible for values returned by stdWrap to be of type int.
RequestHandler->generateMetaTagHtml() expects meta t...
Nikita Hovratov
10:27 Revision f334e5cd: [BUGFIX] Cast meta tag values to string in generateMetaTagHtml
It is possible for values returned by stdWrap to be of type int.
RequestHandler->generateMetaTagHtml() expects meta t...
Nikita Hovratov
09:57 Revision be569e7d: [BUGFIX] Avoid additional SQL query in slug lookup for pages
PageRepository->fixVersioningPid() needs "t3ver_wsid" and "t3ver_oid"
to resolve a version, otherwise previewing in w...
Benni Mack
09:40 Revision 595d94d9: [BUGFIX] Avoid additional SQL query in slug lookup for pages
PageRepository->fixVersioningPid() needs "t3ver_wsid" and "t3ver_oid"
to resolve a version, otherwise previewing in w...
Benni Mack
09:25 Revision ef695e4f: [BUGFIX] Show hidden records that are unhidden in workspace
When a live record that is hidden, but gets unhidden in a
workspace version, the record should also be resolved withi...
Frank Nägler
09:21 Revision b179399d: [BUGFIX] Avoid additional SQL query in slug lookup for pages
PageRepository->fixVersioningPid() needs "t3ver_wsid" and "t3ver_oid"
to resolve a version, otherwise previewing in w...
Benni Mack

2020-06-02

19:08 Revision 20042027: [BUGFIX] Only render title attribute when given in image
In change https://git.typo3.org/Packages/TYPO3.CMS.git/commit/e6e40cd214acc8581729ef9f6e98c5d9324ec11c
of bugfix #906...
Benni Mack
19:05 Revision 4f913d95: [TASK] Avoid usages of TYPO3_MODE
All code that is using the constant TYPO3_MODE is hard to test,
as this needs to be encapsulated into various places....
Benni Mack
18:48 Revision 691fa745: [BUGFIX] Only render title attribute when given in image
In change https://git.typo3.org/Packages/TYPO3.CMS.git/commit/e6e40cd214acc8581729ef9f6e98c5d9324ec11c
of bugfix #906...
Benni Mack
16:37 Revision d093e3e2: [TASK] Avoid usages of TYPO3_MODE
All code that is using the constant TYPO3_MODE is hard to test,
as this needs to be encapsulated into various places....
Benni Mack
07:31 Revision a104a8d9: [TASK] Provide acceptance test suite for stand alone Install Tool
The acceptance tests folder 'InstallTool' holds tests that ensure
the proper display of options in the stand alone In...
Anja Leichsenring
07:24 Revision 583fe026: [TASK] Switch to json_encode for file folder tree
Scalar values sent via HTTP query parameters to
FileSystemNavigationFrameController are using `json_encode` instead
o...
Oliver Hader
07:23 Revision 237f4950: [TASK] Switch to json_encode for file folder tree
Scalar values sent via HTTP query parameters to
FileSystemNavigationFrameController are using `json_encode` instead
o...
Oliver Hader
07:10 Revision d46a06b5: [TASK] Switch to json_encode for file folder tree
Scalar values sent via HTTP query parameters to
FileSystemNavigationFrameController are using `json_encode` instead
o...
Oliver Hader

2020-06-01

20:25 Revision c1506d69: [!!!][TASK] Remove DelegateInterface related code from core
Resolves: #91551
Releases: master
Change-Id: If26ad358d0a8ef750d983a7221e4d000d4b8cd4f
Reviewed-on: https://review.ty...
Frank Nägler
20:11 Revision f3e4dc32: [BUGFIX] Show hidden records that are unhidden in workspace
When a live record that is hidden, but gets unhidden in a
workspace version, the record should also be resolved withi...
Benni Mack
20:10 Revision 36e800bb: [!!!][TASK] Remove backend module related deprecated code
The T3_RETURN_URL and T3_THIS_LOCATION javascript constants
are removed, in addition to all code relevant in ModuleCo...
Benni Mack
19:56 Revision 561f95ba: [BUGFIX] Show hidden records that are unhidden in workspace
When a live record that is hidden, but gets unhidden in a
workspace version, the record should also be resolved withi...
Benni Mack
11:53 Revision 34ff0a40: [!!!][TASK] Remove deprecated code from Record History
Resolves: #91544
Related: #91473
Releases: master
Change-Id: I04ce71e83d6e98835c8a8c29e82398d43de2af5c
Reviewed-on: h...
Benni Mack
08:58 Revision 70e68b22: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/142 from susannemoog/master
[TASK] styleguide: New CI Setup + Cleanup Benni Mack

2020-05-31

15:52 Revision 4c6d801e: [!!!][TASK] Various deprecation removals
Various classes and methods are removed, that have been marked
as deprecated before.
Resolves: #91543
Related: #9147...
Benni Mack
14:10 Revision a48ec2dc: [!!!][TASK] Remove pi-base plugin of felogin
The feature "felogin.extbase" is now always activated.
The class
* TYPO3\CMS\Felogin\Controller\FrontendLoginControl...
Benni Mack
10:15 Revision b5f34156: [TASK] Reduce inline JavaScript in ext:setup
This change aims to reduce the amount of inline JavaScript by
removing `onchange` or `onclick` events and dynamically...
Oliver Hader
09:58 Revision c87e8e6d: [TASK] Reduce inline JavaScript in ext:setup
This change aims to reduce the amount of inline JavaScript by
removing `onchange` or `onclick` events and dynamically...
Oliver Hader
09:10 Revision 7ca6021e: [!!!][TASK] Remove deprecated autocomplete widget
The Fluid widget <f:widget.autocomplete> has been deprecated in TYPO3
10 and is now removed without any replacement.
...
Alexander Schnitzler
08:37 Revision 98cf5d69: [!!!][TASK] Remove support for deprecated CLI command configuration
Configuration via Commands.php had been superseded by tag based
DI service configuration which allowed to configure D...
Benjamin Franzke
07:31 Revision 55eb17f2: [TASK] Remove legacy font formats
eot, otf and ttf font formats were used to support very old browsers
like <= IE8. Since TYPO3 v10 does only support m...
Nikita Hovratov
07:10 Revision 4bf7f4a1: [TASK] Remove legacy font formats
eot, otf and ttf font formats were used to support very old browsers
like <= IE8. Since TYPO3 v10 does only support m...
Nikita Hovratov

2020-05-30

20:33 Revision 15dbf20a: [BUGFIX] Only send no_cache parameter if not disabled
If $TYPO3_CONF_VARS[FE][disableNoCacheParameter] is
set, then the backend view button in FormEngine should
not add th...
Benni Mack
19:49 Revision bfa69a5e: [!!!][TASK] Remove deprecated Extbase Domain Models / Repositories / Converters
The following classes are removed:
- TYPO3\CMS\Extbase\Domain\Model\AbstractFileCollection
- TYPO3\CMS\Extbase\Domai...
Benni Mack
13:51 Revision 70a88b75: [TASK] Rephrase notifications in Admin Tools
This patch rephrases the notifications rendered in the Admin Tools. Some
notifications now contain a better descripti...
Andreas Fernandez
13:34 Revision ddb5310a: [!!!][TASK] Remove deprecated FAL functionality
The following FAL related core methods have been removed:
* Resource\File-> _getMetaData
* Resource\FileRepository->s...
Benni Mack
13:19 Revision f65802b8: [!!!][TASK] Remove deprecated class aliases
The following class aliases are removed:
* `TYPO3\CMS\Frontend\Page\PageRepository`
* `TYPO3\CMS\Frontend\Page\PageR...
Wouter Wolters
13:07 Revision ef3af1af: [!!!][TASK] Remove deprecated TSFE properties
The unused properties are removed
* $TSFE->divSection
* $TSFE->domainStartPage
* $TSFE->fePreview
* $TSFE->sys_langu...
Benni Mack
12:59 Revision d26efc02: [TASK] Rephrase notifications in Admin Tools
This patch rephrases the notifications rendered in the Admin Tools. Some
notifications now contain a better descripti...
Andreas Fernandez
12:40 Revision 4af5abc5: [TASK] Cleanup runtimeActivatedPackages deprecation removal
Remove a stale comment wrt PackageManager->activePackageDuringRuntime()
as that method has been removed in #91477. Dr...
Benjamin Franzke
10:16 Revision 7c89b343: [TASK] Switch to json_encode for tx_cms_showpic parameters
Scalar values sent via HTTP query parameters to ShowImageController
are using `json_encode` instead of `unserialize`....
Oliver Hader
10:16 Revision b1810f8e: [TASK] Switch to json_encode for tx_cms_showpic parameters
Scalar values sent via HTTP query parameters to ShowImageController
are using `json_encode` instead of `unserialize`....
Oliver Hader
10:15 Revision 55fd3c16: [TASK] Switch to json_encode for tx_cms_showpic parameters
Scalar values sent via HTTP query parameters to ShowImageController
are using `json_encode` instead of `unserialize`....
Oliver Hader
09:50 Revision fbeb1675: [!!!][TASK] Remove deprecated functionality in ContentObjectRenderer
All deprecated code within ContentObjectRenderer is removed.
This also includes hooks
* $GLOBALS['TYPO3_CONF_VARS']...
Wouter Wolters
09:47 Revision b3bd3ceb: [!!!][TASK] Remove v8->v9 upgrade wizards
Upgrade wizards created to upgrade from v8 to v9
are removed now.
Resolves: #91478
Releases: master
Change-Id: I12ec...
Wouter Wolters
00:56 Revision b791a64c: [TASK] Remove leftover SIGNAL_PostProcessTreeData constant
Constant should have been removed within #91474
Resolves: #91540
Related: #91474
Releases: master
Change-Id: I45081c...
Wouter Wolters
00:16 Revision 6b207cf2: [!!!][TASK] Remove deprecated TSFE code superseded by AssetCollector
AssetCollector takes over logic that was previously built in TSFE, to decouple
more functionality from TSFE going mor...
Benni Mack

2020-05-29

23:08 Revision 16735394: [!!!][TASK] Remove deprecated web response class
The Web Response subclass of Extbase's MVC framework is removed
in favor of the main base Response object, which serv...
Alexander Schnitzler
22:55 Revision f1bc20d0: [!!!][TASK] Remove deprecated "forceTemplateParsing" option
The public property "forceTemplateParsing" in TSFE and TemplateService
is substituted in favor of the Context API (Ty...
Benni Mack
22:20 Revision 8a4acb72: [!!!][TASK] Remove deprecated web request class
The Web request class is removed in favor of Extbase's
base request object.
For this change, the testing framework h...
Alexander Schnitzler
21:36 Revision d4d97e2b: [!!!][TASK] Remove deprecated method ObjectAccess::buildSetterMethodName
Releases: master
Resolves: #91535
Related: #91473
Change-Id: I98db08e8fef297b47bd11fed13d3fe91af3ba1cd
Reviewed-on: h...
Alexander Schnitzler
21:33 Revision 533b5019: [!!!][TASK] Remove cHash options from UriBuilders, ViewHelper + Routing
The cHash options in ViewHelpers and UriBuilders were a no-op
in TYPO3 v10 and Site Handling, and triggered deprecati...
Benni Mack
21:03 Revision c1d8f4e7: [!!!][TASK] Remove deprecated code from FormEngine
Resolves: #91486
Releases: master
Change-Id: I4767e5395aad52fbe14f37d74af37609cd69e4ff
Reviewed-on: https://review.ty...
Andreas Fernandez
20:58 Revision fcbc68f3: [!!!][TASK] Remove language-related deprecated functionality
The global variable 'LOCAL_LANG' is now removed, as all labels
should always be fetched via LanguageService.
In addi...
Benni Mack
19:39 Revision e15776cd: [!!!][TASK] Remove deprecated functionality in DataHandler
The Permission handling within DataHandler has been migrated
into PagePermissionAssembler in TYPO3 v10.
All other pr...
Benni Mack
17:47 Revision a957a676: [!!!][TASK] Remove deprecated AbstractController
The class AbstractController is removed in favor of
ActionController within Extbase, where all extension
controllers ...
Alexander Schnitzler
17:32 Revision 3738e1bd: [!!!][TASK] Remove deprecated method TypeHandlingUtility::hex2bin
The method is removed in favor of PHP's native hex2bin()
function.
Releases: master
Resolves: #91529
Related: #91473...
Alexander Schnitzler
17:27 Revision e6e5ffa7: [!!!][TASK] Remove deprecated constructor arguments in TSFE
Since TYPO3 v10 the god-object TSFE is now built with
everything that is mandatory for rendering the Frontend:
* Cont...
Benni Mack
17:01 Revision 44e8b54b: [BUGFIX] Use hash_equals when comparing cryptographic hash values
Resolves: #91510
Releases: master, 10.4, 9.5
Change-Id: I5bfda8310342718dc696b182fd87b1954a6cdc39
Reviewed-on: https:...
Andreas Fernandez
16:41 Revision e758457a: [BUGFIX] Use hash_equals when comparing cryptographic hash values
Resolves: #91510
Releases: master, 10.4, 9.5
Change-Id: I5bfda8310342718dc696b182fd87b1954a6cdc39
Reviewed-on: https:...
Oliver Hader
16:35 Revision ca44f463: [TASK] styleguide: New CI Setup + Cleanup
- Github CI Setup
- CGL Fixes
- Github Issue Templates
- PHPLint
- new Acceptance Test setup (incl. CodeCeption Upgrade)
Susanne Moog
12:59 Revision 65448078: [!!!][TASK] Remove deprecated functionality in GeneralUtility
The following deprecated methods are now removed:
- \TYPO3\CMS\Core\Utility\GeneralUtility::compressIPv6
- \TYPO3\CM...
Benni Mack
12:39 Revision 8d0509fc: [BUGFIX] Use hash_equals when comparing cryptographic hash values
Resolves: #91510
Releases: master, 10.4, 9.5
Change-Id: I5bfda8310342718dc696b182fd87b1954a6cdc39
Reviewed-on: https:...
Oliver Hader
12:31 Revision 8a24c013: [BUGFIX] Fix typo in exception of TcaRadioItems
Resolves: #91501
Releases: master, 10.4, 9.5
Change-Id: I7b77a3ee8aceac2cbdb6f3d4e0a02930b66eb863
Reviewed-on: https:...
Georg Ringer
12:07 Revision a2cfdec8: [BUGFIX] Acceptance Tests: wait for "Manage languages" being available
Resolves: #91520
Related: #62085
Releases: master
Change-Id: I7bdda47bf1906fe4ad085265ef67fdcaa9a39380
Reviewed-on: h...
Andreas Fernandez
10:41 Revision 81fb9230: [BUGFIX] Fix typo in exception of TcaRadioItems
Resolves: #91501
Releases: master, 10.4, 9.5
Change-Id: I7b77a3ee8aceac2cbdb6f3d4e0a02930b66eb863
Reviewed-on: https:...
Georg Ringer
10:14 Revision c5ec20b4: [!!!][TASK] Remove deprecated class DocumentTemplate
One of the marker-based legacy class DocumentTemplate is now
removed for TYPO3 v11.
In addition, some tests regardin...
Benni Mack
10:13 Revision 13738a2a: [TASK] Provide acceptance test suite for stand alone Install Tool
The acceptance tests folder 'InstallTool' holds tests that ensure
the proper display of options in the stand alone In...
Anja Leichsenring
09:37 Revision 69b42225: [BUGFIX] Fix typo in exception of TcaRadioItems
Resolves: #91501
Releases: master, 10.4, 9.5
Change-Id: I7b77a3ee8aceac2cbdb6f3d4e0a02930b66eb863
Reviewed-on: https:...
Georg Ringer
09:30 Revision fad1b200: [!!!][TASK] Remove deprecated md5.js
The library md5.js has been removed in favor of the
TYPO3/CMS/Backend/Hashing/Md5 module.
Resolves: #91485
Releases:...
Andreas Fernandez

2020-05-28

06:58 Revision 799d9f3a: [!!!][TASK] Remove deprecated code from backend.js
Resolves: #91484
Releases: master
Change-Id: Ic589bd298b4f6892bb0459a1396d2d2b95d456f7
Reviewed-on: https://review.ty...
Andreas Fernandez
06:57 Revision 5016ea36: [!!!][TASK] Remove deprecated module jquery.clearable
The module `jquery.clearable` has been removed in favor of
TYPO3/CMS/Backend/Input/Clearable.
Resolves: #91483
Relea...
Andreas Fernandez
06:57 Revision ff990fbb: [!!!][TASK] Remove deprecated functionality in BackendUtility
The following previously deprecate static methods
are now removed:
- TYPO3\CMS\Backend\Utility\BackendUtility::getRa...
Benni Mack
06:56 Revision 8713405c: [!!!][TASK] Remove TCA + DB definition for pages_language_overlay
The TCA schema and the database of page translations within "pages_language_overlay"
was still available for legacy r...
Benni Mack

2020-05-26

22:31 Revision 4a0502ee: [!!!][TASK] Remove deprecated constants and runtime activated packages
This change removes the unneeded public constants
- FILE_DENY_PATTERN_DEFAULT
- PHP_EXTENSIONS_DEFAULT
- TYPO3_copyr...
Benni Mack
20:58 Revision 0f947544: [!!!][TASK] Remove deprecated TSFE hooks and output functionality
This change removes deprecated hooks and methods from TSFE
related to output:
* TSFE->isOutputting()
* TSFE->process...
Benni Mack
19:33 Revision 4dc79486: [!!!][TASK] Remove deprecated Signals from SignalSlot Dispatcher
This change removes all triggers ("SlotReplacement classes") to Signals
that were used until TYPO3 v10 LTS.
The Sign...
Benni Mack
14:49 Revision e6646d04: [TASK] Raise friendsoftypo3/typo3-phpstan
Used composer command:
composer req "friendsoftypo3/phpstan-typo3:^0.3.0" --dev
Resolves: #91494
Releases: master...
Benni Mack
12:59 Revision d73681a6: [BUGFIX] Add FIRST_INSTALL to .gitignore
In order to avoid accidentally committing a FIRST_INSTALL
for developers starting to contribute to TYPO3 Core
and usi...
Thomas Pronold
10:25 Revision d33f7da6: [BUGFIX] Add FIRST_INSTALL to .gitignore
In order to avoid accidentally committing a FIRST_INSTALL
for developers starting to contribute to TYPO3 Core
and usi...
Thomas Pronold
10:11 Revision ab7b019d: [BUGFIX] Add FIRST_INSTALL to .gitignore
In order to avoid accidentally committing a FIRST_INSTALL
for developers starting to contribute to TYPO3 Core
and usi...
Thomas Pronold
08:26 Revision a3f486da: [TASK] Raise version to 11.0.0-dev
This change reflects the master branch to be targeted to v11.
Testing framework is raised as well to support v11.
T...
Benni Mack

2020-05-25

23:06 Revision 803d936b: [TASK] Add 10.4 builds to Bamboo
Resolves: #91472
Releases: 10.4
Change-Id: I1a28d8a1f3d42bcc4e6fbbf0c328cd712927bb72
Reviewed-on: https://review.typo...
Andreas Fernandez
21:19 Revision e20883e6: [BUGFIX] Use proper version range in Git hook
Resolves: #91471
Releases: master, 10.4, 9.5
Change-Id: Ib008a46cc2edb368fed3fc937858f1f3870938b5
Reviewed-on: https:...
Oliver Hader
21:19 Revision 3d51f2f9: [BUGFIX] Use proper version range in Git hook
Resolves: #91471
Releases: master, 10.4, 9.5
Change-Id: Ib008a46cc2edb368fed3fc937858f1f3870938b5
Reviewed-on: https:...
Oliver Hader
21:18 Revision 3fa9d7be: [BUGFIX] Use proper version range in Git hook
Resolves: #91471
Releases: master, 10.4, 9.5
Change-Id: Ib008a46cc2edb368fed3fc937858f1f3870938b5
Reviewed-on: https:...
Oliver Hader
18:38 Revision d1c9e409: [BUGFIX] Disallow deleting extensions in Composer mode
Deleting an extension in Extension Manager doesn't make much sense in a
Composer-based installation. For this reason,...
Andreas Fernandez
17:30 Revision de26b0b1: [BUGFIX] Avoid PHP 7.4 notices with nikic/php-parser
TYPO3 v9 is loaded with nikic/php-parser 4.2.2, however
only 4.3.0 or higher fixed some PHP 7.4 compatibility
issues....
Benni Mack
17:15 Revision f238fde4: [TASK] Cover BackendUserAuthentication->returnWebmounts() with test
Also fix misleading comment about permissions.
Resolves: #91454
Releases: 9.5, master
Change-Id: I1a399f1be613f00744...
Tymoteusz Motylewski
17:12 Revision 2491f759: [BUGFIX] Disallow deleting extensions in Composer mode
Deleting an extension in Extension Manager doesn't make much sense in a
Composer-based installation. For this reason,...
Andreas Fernandez

2020-05-23

10:19 Revision f2b9dacb: [BUGFIX] Correctly evaluate PageTS in TemplateModule
Set the current page id early, so that PageTS is fetched
from the correct page instead of id 0.
Releases: 9.5, maste...
Helmut Hummel
 

Also available in: Atom