Activity
From 2019-04-29 to 2019-05-28
2019-05-27
- 22:59 Revision 6c3eb7c7: [BUGFIX] Fix several typos in comments
- Fix a few typos in comments with the word "exits".
Resolves: #88396
Releases: master, 9.5
Change-Id: Ie1bff70e9f451c... - 22:42 Revision 2809b604: [BUGFIX] Fix several typos in comments
- Fix a few typos in comments with the word "exits".
Resolves: #88396
Releases: master, 9.5
Change-Id: Ie1bff70e9f451c... - 07:03 Revision 8a1e581c: [BUGFIX] Respect sys_language_uid when fetching records for link browser
- The link browser now respects the sys_language_uid of the active
page record when selecting content elements to link ... - 06:44 Revision 2fd159f5: [BUGFIX] Respect sys_language_uid when fetching records for link browser
- The link browser now respects the sys_language_uid of the active
page record when selecting content elements to link ...
2019-05-24
- 21:13 Revision 4aeec26f: [TASK] Add information on how to create custom workspaces
- The documentation had no information where to create custom workspaces in the backend.
That information has been adde... - 15:23 Revision f5503fab: [BUGFIX] Allow to send multiple HTTP headers with the same name
- HTTP allows to send multiple headers with the same name.
Espacially this is needed for the "Set-Cookie" header to sen... - 15:22 Revision e1a408ba: [TASK] Move md5.js into an AMD module
- The file `md5.js` used to generate a MD5 hash in JavaScript is deprecated
and replaced by an AMD module `TYPO3/CMS/Ba... - 15:06 Revision 1683f107: [BUGFIX] Allow to send multiple HTTP headers with the same name
- HTTP allows to send multiple headers with the same name.
Espacially this is needed for the "Set-Cookie" header to sen... - 14:56 Revision ae298bfa: [BUGFIX] Allow leading zeros in croncommand
- The Scheduler system extension requires a valid cron command or
seconds between scheduler runs.
With this commit, th... - 14:50 Revision 266acc15: [TASK] Deprecate top.openUrlInWindow
- The global JavaScript function `top.openUrlInWindow()` has been marked as
deprecated. This method was used to open li... - 14:14 Revision 760d19ca: [BUGFIX] Require `jquery` before using it when rendering ckeditor
- In rare cases it might occur that jquery is not available on ckeditor
initialization, but it's used already. Interest... - 14:14 Revision 26ba10c4: [TASK] Delete unused ColorPicker.js file
- The js module „TYPO3/CMS/Backend/Wizard/Colorpicker“ is not used
anymore. The PHP code was removed with #80913.
This ... - 14:14 Revision 3521a8ea: [BUGFIX] Require `jquery` before using it when rendering ckeditor
- In rare cases it might occur that jquery is not available on ckeditor
initialization, but it's used already. Interest... - 13:47 Revision dc42abec: [TASK] Harden \TYPO3\CMS\Extbase\Service\ExtensionService
- - Use strict type mode
- Use type hints whereever possible
- Use strict type comparison for in_array
Releases: maste... - 13:04 Revision d34060b3: [TASK] Deprecate `top.rawurlencode` and `top.str_replace`
- The global JavaScript functions `top.rawurlencode()` and
`top.str_replace()` were introduced in 2009 and have been ma... - 12:52 Revision 0399b318: [BUGFIX] Require `jquery` before using it when rendering ckeditor
- In rare cases it might occur that jquery is not available on ckeditor
initialization, but it's used already. Interest... - 12:38 Revision df1bdb52: [!!!][TASK] Remove config.defaultGetVars
- The TypoScript option config.defaultGetVars is not
evaluated anymore, as this conflicts with TypoScript
logic itself:... - 12:34 Revision 881f8ae2: [!!!][TASK] Remove jsfunc.evalfield.js
- The file `jsfunc.evalfield.js` responsible for form value evaluation and
validation has been removed. This job is now... - 12:01 Revision 0842cea9: [!!!][TASK] Refactor client-side IRRE
- This patch refactors the IRRE handling on client side, the JavaScript
land has been rewritten to have a better struct... - 11:54 Revision 7c8ab513: [TASK] Typo in "validate"
- Releases: master
Resolves: #88409
Change-Id: Iff722b6b6f4206e4912fd2d2f7bc8e55d860133f
Reviewed-on: https://review.ty... - 11:44 Revision 97206015: [TASK] Migrate TYPO3/CMS/Filelist/* to TypeScript
- This commit also removes superfluous code and streamlines the search
template.
Resolves: #88333
Releases: master
Cha... - 09:57 Revision 65bc70dc: [TASK] Add information on how to create custom workspaces
- The documentation had no information where to create custom workspaces in the backend.
That information has been adde... - 09:51 Revision e9422c8a: [BUGFIX] Ensure correct initialization of selectTree value
- This patch provides the current set database value in a hidden field as
early as the whole select tree JavaScript is ... - 09:43 Revision 08f54279: [TASK] Optimize tests for request function in expression language
- Resolves: #88345
Releases: master
Change-Id: I1da8e97558b0a4697db8aae6b1a098e2628fa519
Reviewed-on: https://review.ty... - 09:42 Revision 1fcc4a09: [BUGFIX] Ensure correct initialization of selectTree value
- This patch provides the current set database value in a hidden field as
early as the whole select tree JavaScript is ... - 09:16 Revision c870cbe3: [!!!][TASK] Remove TBE_EDITOR.typo3form
- This patch removes the TBE_EDITOR.typo3form object, which is unused for
a long time now. This "API" was used to eithe...
2019-05-22
- 19:33 Revision 3c275ff1: [!!!][TASK] Deprecate useCacheHash/noCacheHash
- Having Site Handling in place, the option "useCacheHash"
rendered useless as it is added by TYPO3 Core automatically
... - 08:54 Revision e34c76db: [BUGFIX] Respect argument showLabel in AbstractButtonViewHelper
- The argument `showLabel` must be used while creating a button.
Resolves: #88408
Releases: master, 9.5
Change-Id: I5b... - 08:36 Revision 01626d64: [BUGFIX] Respect argument showLabel in AbstractButtonViewHelper
- The argument `showLabel` must be used while creating a button.
Resolves: #88408
Releases: master, 9.5
Change-Id: I5b...
2019-05-21
- 15:36 Revision 0031cb2c: [BUGFIX] Remove superflous parameter that blocks the test
- assertNotNull takes only one parameter, but due to a left over
from former refactoring, it got two, and the first one... - 15:31 Revision 08c00ab8: [!!!][TASK] Remove deprecated code from ConditionMatcher
- The following methods changed from protected to private:
ConditionMatcher->determinePageId()
ConditionMatcher->getPa... - 12:45 Revision 45cb70b8: [!!!][TASK] Remove legacy "pageNotFound_handling" options
- With the introduction of site handling, the old "pageNotFound_handling"
mechanisms can be removed. If a site configur...
2019-05-20
- 17:21 Revision ef0991c3: [BUGFIX] Use VersionState constants instead of numbers
- A few places still use t3ver_state instead of the available
constants in VersionState. To increase
the semantics of t... - 15:52 Revision 91d5f80b: [TASK] Update typo3/testing-framework, phpunit and codeception
- commands:
composer update typo3/testing-framework
composer require --dev codeception/codeception:^3
composer updat... - 12:00 Revision 65d07872: [BUGFIX] Use VersionState constants instead of numbers
- A few places still use t3ver_state instead of the available
constants in VersionState. To increase
the semantics of t...
2019-05-16
- 11:58 Revision 828f4262: [!!!][TASK] Streamline caching framework caches
- Due to some heavy history on the caching framework, all
Database caches start with "cf_cache_", which is optimized
so...
2019-05-15
- 21:42 Revision f998e96f: [!!!][TASK] Remove Pseudo-Site Handling
- This change removes the compatibility layer of Site Handling,
called "PseudoSite" handling.
Any TypoScript-related L... - 21:20 Revision 18411d12: [BUGFIX] Ensure correct initialization of selectTree value
- This patch provides the current set database value in a hidden field as
early as the whole select tree JavaScript is ... - 21:15 Revision 1003a0f1: [!!!][TASK] Remove database field "t3ver_id"
- The database field "t3ver_id" which is managed by TYPO3 to store the
number of the version for a specific version is ... - 21:04 Revision 497e1a8c: [BUGFIX] Ensure correct value for JsonResponse in InstallerController
- Set the correct status value for the JsonResponse returned in case no
database is selected.
Additionally, a typo in t... - 14:44 Revision ec908fe3: [TASK] Set TYPO3 version to 8.7.27-dev
- Change-Id: Ie61a0eef50a004dab85328766a684f1ddb06ebe4
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/607... - 14:38 Revision 79b954e3: [TASK] Set TYPO3 version to 9.5.8-dev
- Change-Id: I2840b32dff68287c5752c3373439bf4becbb8b48
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/607... - 13:41 Revision 298c3d4c: [RELEASE] Release of TYPO3 9.5.7
- Change-Id: I74718d884a95b7015787bdad3efd14381df2ebdf
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/607... - 13:24 Revision 2c8df8f5: [RELEASE] Release of TYPO3 8.7.26
- Change-Id: I0f137971bcbc85e93573b1885d5eb0140c3f954c
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/607... - 13:19 Revision ff2b8280: [TASK] Upgrade typo3/phar-stream-wrapper to v3.1.2
- https://github.com/TYPO3/phar-stream-wrapper/releases/tag/v3.1.2
* #34: Normalize resolved Windows path to Unix-styl... - 12:54 Revision ccd0bdff: [TASK] Upgrade typo3/phar-stream-wrapper to v3.1.2
- https://github.com/TYPO3/phar-stream-wrapper/releases/tag/v3.1.2
* #34: Normalize resolved Windows path to Unix-styl... - 12:34 Revision 8e377804: [TASK] Upgrade typo3/phar-stream-wrapper to v3.1.2
- https://github.com/TYPO3/phar-stream-wrapper/releases/tag/v3.1.2
* #34: Normalize resolved Windows path to Unix-styl... - 12:25 Revision 2776cef8: [TASK] Switch functional tests to site handling
- All functional tests that run a frontend subrequest
should be tested against Site Handling, as the
PseudoSite Handlin... - 11:43 Revision d37ac15b: [BUGFIX] Fix record preview
- A wrong evaluation of the null coalesce
assignment (?? is evaluted and && later-on),
the if() condition was always tr... - 11:23 Revision 617f0633: [BUGFIX] Fix record preview
- A wrong evaluation of the null coalesce
assignment (?? is evaluted and && later-on),
the if() condition was always tr... - 09:50 Revision 3d271bbf: [BUGFIX] Avoid realpath resolving in PharStreamWrapperInterceptor
- Given that e.g. public/typo3conf/ext/my_extension is symlinked to
packages/my_extension, PharStreamWrapper denies inv... - 09:49 Revision 58c40c13: [BUGFIX] Avoid realpath resolving in PharStreamWrapperInterceptor
- Given that e.g. public/typo3conf/ext/my_extension is symlinked to
packages/my_extension, PharStreamWrapper denies inv... - 09:10 Revision 2dddd29b: [BUGFIX] Avoid realpath resolving in PharStreamWrapperInterceptor
- Given that e.g. public/typo3conf/ext/my_extension is symlinked to
packages/my_extension, PharStreamWrapper denies inv... - 08:53 Revision ccaa33a2: [TASK] Prepare core tests for phpunit v8
- Resolves: #88335
Releases: master, 9.5
Change-Id: I40569702c9cec50aa9150c666488c7a71c28b47b
Reviewed-on: https://revi...
2019-05-13
- 21:43 Revision 05a9b263: [BUGFIX] Remove non existing source map reference
- Resolves: #86804
Releases: master, 9.5, 8.7
Change-Id: I81332dd5d5ede768f4ca90bac9d4d3a611f91d2e
Reviewed-on: https:/... - 21:42 Revision bcda688f: [BUGFIX] Remove non existing source map reference
- Resolves: #86804
Releases: master, 9.5, 8.7
Change-Id: I81332dd5d5ede768f4ca90bac9d4d3a611f91d2e
Reviewed-on: https:/... - 21:36 Revision 3858203a: [TASK] Remove unused variable
- Resolves: #88334
Releases: master, 9.5
Change-Id: I380c0aa3dd63ab6d1a8587138e0ff33df6941ca4
Reviewed-on: https://revi... - 21:10 Revision 1c46278f: [TASK] Remove unused variable
- Resolves: #88334
Releases: master, 9.5
Change-Id: I380c0aa3dd63ab6d1a8587138e0ff33df6941ca4
Reviewed-on: https://revi... - 10:45 Revision 17a2fc2b: [BUGFIX] Remove non existing source map reference
- Resolves: #86804
Releases: master, 9.5, 8.7
Change-Id: I81332dd5d5ede768f4ca90bac9d4d3a611f91d2e
Reviewed-on: https:/... - 06:31 Revision 3199eee3: [BUGFIX] Ignore PATH_INFO in NormalizedParams scriptName calculation
- When NormalizedParams was introduced, the code that was refactored from
GeneralUtility:getIndpEnv did not take into a... - 06:12 Revision 5435881b: [BUGFIX] Properly initialize image property of FrontendUser
- Resolves: #88315
Releases: master, 9.5
Change-Id: I76f75986b39ff15bd2d57ab94ec290a509381275
Reviewed-on: https://revi... - 06:12 Revision 739efe45: [BUGFIX] Ignore PATH_INFO in NormalizedParams scriptName calculation
- When NormalizedParams was introduced, the code that was refactored from
GeneralUtility:getIndpEnv did not take into a...
2019-05-12
- 22:27 Revision d8bd7129: [BUGFIX] Properly initialize image property of FrontendUser
- Resolves: #88315
Releases: master, 9.5
Change-Id: I76f75986b39ff15bd2d57ab94ec290a509381275
Reviewed-on: https://revi...
2019-05-10
- 18:50 Revision 38eb1650: [TASK] Migrate TYPO3/CMS/RteCkeditor/* to TypeScript
- Resolves: #87924
Releases: master
Change-Id: I50332d97fbbfa9b04f1a2d8de761aabe84b3c367
Reviewed-on: https://review.ty... - 17:04 Revision a776d58d: [BUGFIX] Ensure correct value for JsonResponse in InstallerController
- Set the correct status value for the JsonResponse returned in case no
database is selected.
Additionally, a typo in t... - 16:49 Revision 76740dd2: [TASK] Unify spelling for TSconfig
- Resolves: #87647
Releases: master
Change-Id: I4f2a9db50481c12f84682ebe0147b962c8d8438d
Reviewed-on: https://review.ty... - 16:47 Revision 7c328484: [BUGFIX] Migrate "Revert selection" of SelectCheckboxElement
- With #87324 parts of the FormEngine have been split into smaller,
maintainable parts. However, `SelectCheckboxElement... - 16:18 Revision cb1fbf04: [TASK] Slim down .editorconfig file
- This patch aims to reduce the size of the .editorconfig file used by IDEs
to get rid of duplicated configuration (ind... - 15:04 Revision 2209a8f2: [BUGFIX] Fix querying form element when clicking "Install" button
- Resolves: #88226
Related: #88040
Releases: master
Change-Id: Ie8726b689362119a3d4d087582b3be2cb2b86e4b
Reviewed-on: h...
2019-05-09
- 00:20 Revision 82429eb0: [BUGFIX] Set `hasErrors` depending on existing errors
- The bugfix for #87971 assumes that every requesting hitting
SimpleDataHandlerController without setting `prErr` expli...
2019-05-08
- 23:05 Revision 3a2b54a1: [BUGFIX] Make php-intl work with older ICU versions
- On old OS with ICU < 4.6, the constant INTL_IDNA_VARIANT_UTS46
is not available, even if php-intl is installed.
Ther... - 23:05 Revision 0feb1eec: [BUGFIX] Make php-intl work with older ICU versions
- On old OS with ICU < 4.6, the constant INTL_IDNA_VARIANT_UTS46
is not available, even if php-intl is installed.
Ther... - 09:42 Revision f2371546: [TASK] Set TYPO3 version to 8.7.26-dev
- Change-Id: I4670c865d8d78ac2d9808dc5dafb28e17364569c
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/607... - 09:42 Revision d92ab251: [TASK] Set TYPO3 version to 9.5.7-dev
- Change-Id: If74cdabf333919da42ea61a538fb60ae6566ffe8
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/607...
2019-05-07
- 12:16 Revision 77f092b4: [RELEASE] Release of TYPO3 9.5.6
- Change-Id: I2e1eb752807e39ed1b71c3bccef4200cf07dfc70
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/607... - 12:05 Revision 3ca26fbd: [RELEASE] Release of TYPO3 8.7.25
- Change-Id: I89f8d10d179828ab0a820fa799e33cedda0b0d6b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/607... - 11:56 Revision b1b148ed: [BUGFIX] Fix RST rendering in Documentation file
- Due to some encoding issue, documentation
of the new feature for slug TCA hooks
is broken.
The patch adapts the RST ... - 11:45 Revision e845d90b: [SECURITY] Enclose file type scope when invoking ImageMagick
- In order to enclose and avoid type guessing done by ImageMagick based
on mime-type and internal file content checks, ... - 11:44 Revision f644cd72: [SECURITY] Destroy sessions on password change
- On DataHandler update or when updating a users
password via EXT:felogin, all existing
sessions are destroyed except f... - 11:44 Revision 055bef5d: [SECURITY] Avoid logging sensitive information during authentication
- In order to avoid logging sensitive information during authentication
using the logging framework, according log leve... - 11:43 Revision bba64ab9: [SECURITY] Hide items in page tree a user does not have access to
- Due to a pass-by-reference error pages a user does not have access
to were still visible in the page tree.
Resolves:... - 11:43 Revision 2c04eeac: [SECURITY] Enclose file type scope when invoking ImageMagick
- In order to enclose and avoid type guessing done by ImageMagick based
on mime-type and internal file content checks, ... - 11:43 Revision 0c94aba1: [SECURITY] Destroy sessions on password change
- On DataHandler update or when updating a users
password via EXT:felogin, all existing
sessions are destroyed except f... - 11:43 Revision 5e17a168: [SECURITY] Avoid logging sensitive information during authentication
- In order to avoid logging sensitive information during authentication
using the logging framework, according log leve... - 11:42 Revision ce503aa5: [SECURITY] Hide items in page tree a user does not have access to
- Due to a pass-by-reference error pages a user does not have access
to were still visible in the page tree.
Resolves:... - 11:42 Revision 51fdb774: [SECURITY] Enclose file type scope when invoking ImageMagick
- In order to enclose and avoid type guessing done by ImageMagick based
on mime-type and internal file content checks, ... - 11:42 Revision 67c34ed8: [SECURITY] Destroy sessions on password change
- On DataHandler update or when updating a users
password via EXT:felogin, all existing
sessions are destroyed except f... - 11:39 Revision fbf68c15: [BUGFIX] Fix RST rendering in Documentation file
- Due to some encoding issue, documentation
of the new feature for slug TCA hooks
is broken.
The patch adapts the RST ... - 11:34 Revision 2df4046f: [SECURITY] Raise Fluid Standalone dependency
- Raise Fluid Standalone dependency to the next stable version
which fixes an important XSS issue when escaping
ternary... - 11:33 Revision 686d8f28: [SECURITY] Raise Fluid Standalone dependency
- Raise Fluid Standalone dependency to the next stable version
which fixes an important XSS issue when escaping
ternary... - 11:33 Revision 3d048b30: [SECURITY] Raise Fluid Standalone dependency
- Raise Fluid Standalone dependency to the next stable version
which fixes an important XSS issue when escaping
ternary... - 10:03 Revision ca6c68e4: [BUGFIX] Avoid showing password on MacBook touch bar in backend forms
- The auto suggest feature of MacBook's touch bar shows information of
just entered passwords when editing a record con... - 10:03 Revision cf02b443: [BUGFIX] Avoid showing password on MacBook touch bar in backend forms
- The auto suggest feature of MacBook's touch bar shows information of
just entered passwords when editing a record con... - 09:31 Revision 63d46242: [BUGFIX] Do not apply stdWrap on USER_INT
- When converting a USER to USER_INT ContentObject
the stdWrap is now executed only once instead
of multiple times.
Re... - 09:15 Revision e855f9cf: [BUGFIX] Do not remove page cache for redirects issued by plugins
- This reverts commit 3139b5608c87e7a5c2a49aa48cc683654db71e39.
"[BUGFIX] Do not cache content with different status co... - 09:08 Revision 20e303a2: [BUGFIX] Respect uniqueInSite when moving records
- When a page is moved from one site to another site
(two pagetrees with different sites), currently a duplicate
slug i... - 08:56 Revision d9d0db43: [BUGFIX] Avoid showing password on MacBook touch bar in backend forms
- The auto suggest feature of MacBook's touch bar shows information of
just entered passwords when editing a record con... - 08:54 Revision a224d955: [BUGFIX] Do not apply stdWrap on USER_INT
- When converting a USER to USER_INT ContentObject
the stdWrap is now executed only once instead
of multiple times.
Re... - 08:46 Revision 1f5ce464: [BUGFIX] Show error messages for AJAX editing actions in page/list module
- In case error occurred (due to missing permission) when editing content
in page or list module, those messages have n... - 08:45 Revision f4f20c08: [TASK] Add functional tests for hreflang tag generation
- To make sure rendering of hreflang tags will not change unexpectedly,
some functional tests are added.
Resolves: #88... - 08:43 Revision 5c60f470: [BUGFIX] Do not remove page cache for redirects issued by plugins
- This reverts commit 3139b5608c87e7a5c2a49aa48cc683654db71e39.
"[BUGFIX] Do not cache content with different status co... - 08:42 Revision 3e787e77: [FEATURE] API to search for files including meta data based on folder
- Instead of globally selecting all files with matching
meta data, we now base each search on the selected folder.
To ... - 05:57 Revision ee6b87b9: [FEATURE] API to search for files including meta data based on folder
- Instead of globally selecting all files with matching
meta data, we now base each search on the selected folder.
To ... - 05:44 Revision 46784c01: [BUGFIX] Remove duplicated types of `AbstractFileFolder::$originalResource`
- Technically, it's sufficient to annotate $originalResource as type of
ResourceInterface because all other annotated t... - 05:42 Revision 67eddfc1: [BUGFIX] Respect uniqueInSite when moving records
- When a page is moved from one site to another site
(two pagetrees with different sites), currently a duplicate
slug i... - 05:30 Revision 6c38e760: [BUGFIX] Do not remove page cache for redirects issued by plugins
- This reverts commit 3139b5608c87e7a5c2a49aa48cc683654db71e39.
"[BUGFIX] Do not cache content with different status co...
2019-05-06
- 23:24 Revision 17d983f8: [TASK] Add functional tests for hreflang tag generation
- To make sure rendering of hreflang tags will not change unexpectedly,
some functional tests are added.
Resolves: #88... - 22:39 Revision eb642036: [TASK] Upgrade and streamline typo3/phar-stream-wrapper to v3.1.1
- Phar Stream Wrapper has been upgraded to version 3.1.1 in order to
solve performance and alias resolving issues. The ... - 22:39 Revision 1ef5b1f8: [TASK] Upgrade and streamline typo3/phar-stream-wrapper to v3.1.1
- Phar Stream Wrapper has been upgraded to version 3.1.1 in order to
solve performance and alias resolving issues. The ... - 22:39 Revision 0b037532: [TASK] Upgrade and streamline typo3/phar-stream-wrapper to v3.1.1
- Phar Stream Wrapper has been upgraded to version 3.1.1 in order to
solve performance and alias resolving issues. The ... - 18:56 Revision b78d6af2: [BUGFIX] Support concurrent requests without 503 responses
- Instead of offloading the work to wait for the final page content,
concurrent requests now wait for the real page con... - 18:55 Revision b8775ca3: [BUGFIX] Support concurrent requests without 503 responses
- Instead of offloading the work to wait for the final page content,
concurrent requests now wait for the real page con... - 17:37 Revision a7d1189c: [BUGFIX] Remove non-breaking-space after list element in contenttable
- The for HTMLtableCells in parseFunc_RTE has been removed.
Empty cells still contain the non-breaking space.
R... - 15:23 Revision 3c0ac41e: [BUGFIX] Disable caching if fluid debugging is enabled
- Resolves: #86675
Releases: 8.7
Change-Id: Ife47f1fe8c78899785fbad73e21e2a2bf9b8441a
Reviewed-on: https://review.typo3... - 12:54 Revision 6d5d3668: [TASK] bamboo plan for security pre-merge tests
- Change-Id: Ic1e1d0f8fd1a128e542e7cada389d681ac41e10f
Resolves: #88265
Releases: master, 9.5, 8.7
Reviewed-on: https:/... - 12:54 Revision e420088d: [TASK] bamboo plan for security pre-merge tests
- Change-Id: Ic1e1d0f8fd1a128e542e7cada389d681ac41e10f
Resolves: #88265
Releases: master, 9.5, 8.7
Reviewed-on: https:/... - 12:49 Revision 174a43ce: [TASK] bamboo plan for security pre-merge tests
- Change-Id: Ic1e1d0f8fd1a128e542e7cada389d681ac41e10f
Resolves: #88265
Releases: master, 9.5, 8.7
Reviewed-on: https:/... - 10:52 Revision 3db77fbc: [BUGFIX] Do not open EditDocumentController in modal
- If `mod.web_layout.disableNewContentElementWizard=1` is set, the
"New Content Element" wizard is skipped and EditDocu... - 08:47 Revision 55e53523: [BUGFIX] Allow TypoScript conditions to access PageArguments
- In order to access resolved route parts by enhancers,
the TypoScript RequestWrapper should allow to access
the PageAr... - 08:39 Revision 06c6c1eb: [BUGFIX] Unhide page translations by default
- In TYPO3 v8, new page translations within pages_language_overlay
were visible by default when using plain DataHandler... - 07:40 Revision d619ecfc: [BUGFIX] Allow TypoScript conditions to access PageArguments
- In order to access resolved route parts by enhancers,
the TypoScript RequestWrapper should allow to access
the PageAr... - 07:09 Revision 8316a770: [TASK] Mitigate migration of EXT:sv and saltedpasswords into core
- Both extensions have vanished and code
has been moved into EXT:core, however
if third-party extensions use
ExtensionM... - 06:58 Revision 2a09a4a9: [BUGFIX] Do not open EditDocumentController in modal
- If `mod.web_layout.disableNewContentElementWizard=1` is set, the
"New Content Element" wizard is skipped and EditDocu...
2019-05-05
- 23:00 Revision 45501703: [BUGFIX] Support concurrent requests without 503 responses
- Instead of offloading the work to wait for the final page content,
concurrent requests now wait for the real page con... - 21:48 Revision c098ac5c: [BUGFIX] Make sure a twitter:card metatag is rendered
- To get a valid Twitter card, you need to specify the type of card
by setting the twitter:card metatag. The value of t... - 21:25 Revision 3b35164f: [BUGFIX] Make sure a twitter:card metatag is rendered
- To get a valid Twitter card, you need to specify the type of card
by setting the twitter:card metatag. The value of t...
2019-05-04
- 12:30 Revision b355c8fc: [BUGFIX] Check correct setting on extension upload
- With #82368, the Configuration API is used in the Extension Manager to
check specific configuration.
However, for au... - 12:13 Revision 56e4ade4: [BUGFIX] Check correct setting on extension upload
- With #82368, the Configuration API is used in the Extension Manager to
check specific configuration.
However, for au...
2019-05-03
- 22:34 Revision c0157883: [BUGFIX] Remove duplicated types of `AbstractFileFolder::$originalResource`
- Technically, it's sufficient to annotate $originalResource as type of
ResourceInterface because all other annotated t... - 05:42 Revision 913c310c: [BUGFIX] Allow Extbase FileReference in ImageService
- While hardening the ImageService it was restricted to core's
FileReference instead of also allowing extbase FileRefer...
2019-05-02
- 12:55 Revision f033a550: [BUGFIX] Avoid raising a warning in SimpleLockStrategyTest
- The touch command raises a PHP WARNING if the test file can not be
created, but the next line would already skip the ... - 12:41 Revision 4e81b610: [BUGFIX] Avoid raising a warning in SimpleLockStrategyTest
- The touch command raises a PHP WARNING if the test file can not be
created, but the next line would already skip the ... - 12:22 Revision 5801d8dc: [BUGFIX] Avoid raising a warning in SimpleLockStrategyTest
- The touch command raises a PHP WARNING if the test file can not be
created, but the next line would already skip the ...
2019-04-30
- 22:59 Revision 92af996e: [BUGFIX] Sanitize undefined TCA columns required for data integrity
- TCA's 'ctrl' section allows to define several database columns that
shall be used to store according integrity inform... - 22:04 Revision 5a3ee8c3: [BUGFIX] Unhide page translations by default
- In TYPO3 v8, new page translations within pages_language_overlay
were visible by default when using plain DataHandler... - 16:42 Revision ecccdc49: [BUGFIX] Only show records from current language in XML Sitemap
- When generating the XML sitemap for records, the language of the
records will be checked. Only records from the curre... - 14:25 Revision fceffe98: [BUGFIX] Only show records from current language in XML Sitemap
- When generating the XML sitemap for records, the language of the
records will be checked. Only records from the curre... - 07:33 Revision e09fe783: [BUGFIX] Use correct ViewHelper argument description
- Resolves: #88246
Releases: master, 9.5, 8.7
Change-Id: Iad8558cbe22caaefd659fef1681452a962b5cdf7
Reviewed-on: https:/...
2019-04-29
- 22:57 Revision c7267770: [FEATURE] Add custom generator options via hook
- In order to allow custom functionality like "Skip pages of type XYZ", a new
hook is added to the SlugHelper which can... - 22:47 Revision 7d4397c5: [BUGFIX] Have RecordState support versioning
- In the initial implementation a "versioning" state was missing
in the record state for TYPO3 v9.5.
If now an editor ... - 22:40 Revision 98961576: [FEATURE] Add custom generator options via hook
- In order to allow custom functionality like "Skip pages of type XYZ", a new
hook is added to the SlugHelper which can... - 22:22 Revision bd5c47eb: [BUGFIX] Invoke delete command via AJAX
- The delete command triggered by the page tree's context menu was invoked
by loading a URL in the module iframe which ... - 22:06 Revision d6b7f940: [BUGFIX] Use correct ViewHelper argument description
- Resolves: #88246
Releases: master, 9.5, 8.7
Change-Id: Iad8558cbe22caaefd659fef1681452a962b5cdf7
Reviewed-on: https:/... - 22:03 Revision 082de0c6: [BUGFIX] Have RecordState support versioning
- In the initial implementation a "versioning" state was missing
in the record state for TYPO3 v9.5.
If now an editor ... - 21:42 Revision 312e4662: [BUGFIX] Use correct ViewHelper argument description
- Resolves: #88246
Releases: master, 9.5, 8.7
Change-Id: Iad8558cbe22caaefd659fef1681452a962b5cdf7
Reviewed-on: https:/... - 20:43 Revision 2407febb: [BUGFIX] Invoke delete command via AJAX
- The delete command triggered by the page tree's context menu was invoked
by loading a URL in the module iframe which ... - 10:21 Revision 5bc663f1: [BUGFIX] Let Install Tool use core's bootstrap
- The Install Tool ships bootstrap on its own, which doesn't make much sense
right now, since other components get used... - 10:00 Revision 2df92f01: [BUGFIX] Let Install Tool use core's bootstrap
- The Install Tool ships bootstrap on its own, which doesn't make much sense
right now, since other components get used... - 09:12 Revision d6f72d72: [BUGFIX] Let Install Tool use core's bootstrap
- The Install Tool ships bootstrap on its own, which doesn't make much sense
right now, since other components get used... - 08:00 Revision 6c50b838: [BUGFIX] Check existence of properties before usage
- The ImageViewHelper uses properties 'title' and 'alternative' from file
without checking whether they exist or not. T...
Also available in: Atom