Activity
From 2019-09-26 to 2019-10-25
2019-10-25
- 22:10 Revision 1a56969c: [TASK] Upgrade typo3/phar-stream-wrapper to v3.1.3 (PHP 7.4)
- Ensure PHP 7.4 compatibility by using recent release of the package.
composer require typo3/phar-stream-wrapper:^3.1... - 22:10 Revision d54a2030: [TASK] Upgrade typo3/phar-stream-wrapper to v3.1.3 (PHP 7.4)
- Ensure PHP 7.4 compatibility by using recent release of the package.
composer require typo3/phar-stream-wrapper:^3.1... - 20:57 Revision ae8e0113: [DOCS] Extend seo extension docs
- Add TypoScript examples and general recommendations.
Resolves: #89497
Releases: master
Change-Id: I4e39e389763b9065a... - 20:51 Revision 19d93e08: [BUGFIX] Reset highlighting of active menu module item
- Change highlighting of :hover, :focus and active states to lighter
background as it was in TYPO3 7.
Resolves: #88269... - 20:51 Revision 63b27f51: [BUGFIX] Reset highlighting of active menu module item
- Change highlighting of :hover, :focus and active states to lighter
background as it was in TYPO3 7.
Resolves: #88269... - 20:23 Revision 226ac97e: [BUGFIX] Reset highlighting of active menu module item
- Change highlighting of :hover, :focus and active states to lighter
background as it was in TYPO3 7.
Resolves: #88269... - 20:20 Revision 5ee18c48: [DOCS] Extend seo extension docs
- Add TypoScript examples and general recommendations.
Resolves: #89497
Releases: master
Change-Id: I4e39e389763b9065a... - 19:18 Revision ffd69f0b: [FEATURE] Add feature switch to reorder redirect middlewares
- A new feature switch has been introduced to change the ordering
of the redirect middleware and the base redirect midd... - 19:13 Revision 496543cd: [TASK] Update eslint packages
- This patch updates all related eslint packages to their latest versions.
Executed commands:
yarn add --dev eslint... - 18:01 Revision b57a7ab7: [DOCS] Use descriptive example and add block for custom fields
- * Use a less abstract example that should help TYPO3 beginners for better
understanding
* Switch DataProcessor and pr... - 17:24 Revision 0d7ab16d: [BUGFIX] Fix incompatible dataProvider comment with method name
- With #89290 comment spelling issues were fixed, but due to a
missing adjustment of the corresponding dataProvider met... - 14:47 Revision 0b5d8c14: [BUGFIX] Fix missed assert* call in test file
- The newly introduced php-cs-fixer rule was not applied to this
test file, so it breaks the nightly cgl integration jo... - 14:28 Revision 4ce09eeb: [FEATURE] Allow multiple sitemaps in parallel
- Add the possibility to have config like this:
seo_googlenews < seo_sitemap
seo_googlenews.typeNum = 1571859552... - 12:02 Revision 1c4f3ac9: [DOCS] Streamline used code block directive within docs
- Always use the same directive to create code blocks.
This allows for easier searching and processing in the future.
... - 12:01 Revision 42c7a537: [DOCS] Streamline used code block directive within docs
- Always use the same directive to create code blocks.
This allows for easier searching and processing in the future.
... - 11:49 Revision 9bdbeea0: [TASK] Make alternative text more prominent in backend
- Changed position of fields to show the importance of alternative text. Also a description is added to tell editors wh...
- 11:31 Revision 8d6d7f84: [DOCS] Streamline used code block directive within docs
- Always use the same directive to create code blocks.
This allows for easier searching and processing in the future.
... - 11:14 Revision 196bd2c8: [TASK] Use namespaced MockObject interface in tests
- This patch replaces the usages of interface
\PHPUnit_Framework_MockObject_MockObject with
\PHPUnit\Framework\MockObje... - 11:07 Revision 84765971: [TASK] Deprecate injection of EnvironmentService in Web Request
- The EnvironmentService is not needed any longer in the Web
Request of Extbase, therefore the property and the injecti... - 10:56 Revision 0b58a8af: [TASK] Introduce constants for sys log writer method arguments
- There are several places in the core where messages are written
to the database table sys_log. Said table has the fol... - 10:08 Revision b5828dd8: [TASK] Use dedicated PHPUnit assertion methods
- PHPUnit assertion method calls like ::assertSame(true, $foo)
should be written with dedicated method like ::assertTru...
2019-10-24
- 19:26 Revision c3d8232f: [TASK] Use short returns in PHPUnit tests
- Usage of PHPUnit’s mock e.g. ->will($this->returnValue(..)) must be
replaced by its shorter equivalent such as ->will... - 18:37 Revision ead118da: [TASK] Add functional tests with pdo_* drivers to nightly build
- The nighly test run receives to new batches of functional test runs
with pdo_sqlsrv and pdo_mysql database drivers.
... - 15:19 Revision 738518a6: [DOCS] Improve chapter for adding content elements
- - Simplify wording
- Add one more example for Data Processor use case
- Add crosslink to icon registry and data proce... - 14:42 Revision 362affba: [TASK] Call static PHPUnit methods via self:: instead of $this->
- Class \PHPUnit\Framework\TestCase provides many assertion methods
that can be called statically and dynamically in th... - 10:34 Revision 50223f64: [BUGFIX] Use prepared statements for pdo_mysql per default
- With this change prepared statements will be used per default for the
driver `pdo_mysql` to retrieve native data type... - 10:06 Revision f801a55e: [TASK] Add functional tests with pdo_* drivers to nightly build
- The nighly test run receives to new batches of functional test runs
with pdo_sqlsrv and pdo_mysql database drivers.
...
2019-10-23
- 17:50 Revision 7c0902b8: [BUGFIX] Mark typo3fluid/fluid version 2.6.5 as conflicting
- A failing nightly test is fixed by avoiding the fluid version
to be raised until the cause can be resolved.
Resolves... - 17:44 Revision 9b05f597: [BUGFIX] Mark typo3fluid/fluid version 2.6.5 as conflicting
- A failing nightly test is fixed by avoiding the fluid version
to be raised until the cause can be resolved.
Resolves... - 16:49 Revision 4e9c9ac3: [BUGFIX] Respect changed indexes within schema migration
- With this change all indexes identified as "changed" will get proper
SQL statements to update them (e.g. DROP and ADD... - 16:31 Revision ac4e3bfa: [BUGFIX] Respect changed indexes within schema migration
- With this change all indexes identified as "changed" will get proper
SQL statements to update them (e.g. DROP and ADD... - 15:54 Revision ff42b234: [BUGFIX] Use Hreflang for HTML tag
- With the introduction of sites the wrong siteLanguage attribute was
taken to generate the HTML tag lang attribute.
T... - 15:42 Revision d83c0fe8: [BUGFIX] Fix 'pidonly' check in backend search
- The TCA setting 'pidonly', which is used to limit a field to be only
searched in the single page view in the list mod... - 14:48 Revision d2dfb8a6: [BUGFIX] Use Hreflang for HTML tag
- With the introduction of sites the wrong siteLanguage attribute was
taken to generate the HTML tag lang attribute.
T... - 12:20 Revision 160348b6: [BUGFIX] Show Broken Links of Pages on the Page itself
- Choose pages by uid and other records by pid to determine which ones
should be shown for a certain level in the Backe... - 12:03 Revision 36f635c9: [TASK] Add security section to README
- Resolves: #89481
Releases: master, 9.5, 8.7
Change-Id: I91406b5678f11b6fc0ec433e58325dd81dbfc17a
Reviewed-on: https:/... - 11:59 Revision f904279c: [TASK] Add security section to README
- Resolves: #89481
Releases: master, 9.5, 8.7
Change-Id: I91406b5678f11b6fc0ec433e58325dd81dbfc17a
Reviewed-on: https:/... - 11:58 Revision 0cf65f88: [BUGFIX] Fix 'pidonly' check in backend search
- The TCA setting 'pidonly', which is used to limit a field to be only
searched in the single page view in the list mod... - 11:38 Revision 26d76912: [TASK] Add security section to README
- Resolves: #89481
Releases: master, 9.5, 8.7
Change-Id: I91406b5678f11b6fc0ec433e58325dd81dbfc17a
Reviewed-on: https:/... - 10:57 Revision 30a059d1: [TASK] Add seo extension docs
- Provide a starting point to find all the SEO related information
directly from the extension seo.
Resolves: #89469
R... - 10:54 Revision 06e9eb79: [FEATURE] Add method LazyLoadingProxy::getUid()
- Adding method getUid() to the LazyLoadingProxy class allows for
fetching the uid of proxied objects without fetching ... - 10:54 Revision 3b4468fa: [TASK] Add seo extension docs
- Provide a starting point to find all the SEO related information
directly from the extension seo.
Resolves: #89469
R... - 10:54 Revision 4cdea5b7: [BUGFIX] Set correct default value for TSFE properties
- As the properties rootLine and page of TSFE are arrays, the default
value must be set to an empty array instead of an... - 10:51 Revision 7a277979: [BUGFIX] RedirectService respects parameters
- Respect additional parameters from typolink for redirects.
Resolves: #88963
Releases: master, 9.5
Change-Id: I3506c0... - 10:42 Revision b7c5abc8: [BUGFIX] Show Broken Links of Pages on the Page itself
- Choose pages by uid and other records by pid to determine which ones
should be shown for a certain level in the Backe... - 10:40 Revision 48838db8: [TASK] Update .rst file for 87623
- Add correct `EXT:` path to configuration file in
Breaking-87623-ReplaceConfigpersistenceclassesTyposcriptConfiguratio... - 09:38 Revision cd53af4d: [BUGFIX] Set correct default value for TSFE properties
- As the properties rootLine and page of TSFE are arrays, the default
value must be set to an empty array instead of an... - 09:25 Revision 82631921: [BUGFIX] Mark typo3fluid/fluid version 2.6.5 as conflicting
- A failing nightly test is fixed by avoiding the fluid version
to be raised until the cause can be resolved.
Resolves...
2019-10-22
- 16:44 Revision acd41a34: [TASK] Change to named keys in EXT:seo when using generateMetaTags hook
- For EXT:seo we now use named keys for the hooks we register for
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['TYPO3\CMS\... - 16:27 Revision 9d7c1a3a: [TASK] Change to named keys in EXT:seo when using generateMetaTags hook
- For EXT:seo we now use named keys for the hooks we register for
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['TYPO3\CMS\... - 15:55 Revision d30baaf0: [BUGFIX] Unify return types for PDO drivers
- With this change custom drivers for PDO get introduced, to unify the return
types from the database. Main topic is, t... - 10:02 Revision 6e7d5e4d: [BUGFIX] Unify return types for PDO drivers
- With this change custom drivers for PDO get introduced, to unify the return
types from the database. Main topic is, t... - 09:54 Revision 8fe3e41d: [BUGFIX] Add initialization of DataMapper on QueryResult object wakeup
- `DataMapper` object initialization is missed in this place.
And it leads to error `Call to a member function map() on... - 09:50 Revision c9ad7408: [TASK] Update Microsoft SQL server docker images for tests
- With this change the deprecated location for the Microsoft SQL server
images will be updated to the current one.
Res...
2019-10-21
- 19:16 Revision 1368d88e: [BUGFIX] Add initialization of DataMapper on QueryResult object wakeup
- `DataMapper` object initialization is missed in this place.
And it leads to error `Call to a member function map() on... - 16:45 Revision ba0e5c39: [TASK] Update Microsoft SQL server docker images for tests
- With this change the deprecated location for the Microsoft SQL server
images will be updated to the current one.
Res... - 16:15 Revision 607f9354: [BUGFIX] RedirectService respects parameters
- Respect additional parameters from typolink for redirects.
Resolves: #88963
Releases: master, 9.5
Change-Id: I3506c0... - 15:58 Revision 7139d4ca: [DOCS] Fix missing backtick in Changelog file for 88669
- The rendering of the last paragraph missed a backtick at the end of the PHP snippet.
Resolves: #89467
Related: #8866... - 14:38 Revision cffb6e0f: [BUGFIX] Use GeneralUtility for initialization of PageRenderer
- The PageRenderer is set via GeneralUtility::setSingletonInstance()
by TSFE. This circumvents the DI concept and has t... - 12:59 Revision 90ed984c: [TASK] Fix return type annotation of Extbase getArgument method
- It is possible to have an array as argument, e.g. select, checkbox, …
Therefore also arrays can be returned by this m... - 12:58 Revision b5acd62e: [TASK] Fix return type annotation of Extbase getArgument method
- It is possible to have an array as argument, e.g. select, checkbox, …
Therefore also arrays can be returned by this m... - 12:34 Revision 17404c45: [TASK] Fix return type annotation of Extbase getArgument method
- It is possible to have an array as argument, e.g. select, checkbox, …
Therefore also arrays can be returned by this m... - 09:53 Revision bfab2c65: [TASK] Introduce bit operation and helper methods in BitSet class
- This commit introduces the following set of bit operation methods
- and
- or
- xor
- andNot
as well as the followin...
2019-10-20
- 15:15 Revision 7a5286c3: [BUGFIX] Fix TEXT value property type in t3editor
- Releases: master, 9.5
Resolves: #89411
Change-Id: Idea0fbfe6067115e09588a4b81f2fe5cbfc6fa50
Reviewed-on: https://revi... - 15:00 Revision e80fc068: [BUGFIX] Fix TEXT value property type in t3editor
- Releases: master, 9.5
Resolves: #89411
Change-Id: Idea0fbfe6067115e09588a4b81f2fe5cbfc6fa50
Reviewed-on: https://revi...
2019-10-18
- 14:30 Revision 8ba188d3: [TASK] Upgrade typo3/phar-stream-wrapper to v3.1.3 (PHP 7.4)
- Ensure PHP 7.4 compatibility by using recent release of the package.
composer require typo3/phar-stream-wrapper:^3.1... - 13:15 Revision 495b136b: [TASK] Fix return type annotation of get_dirs method
- As three different return types can be returned, they should all be
documented. This allows for better autocompletion... - 13:14 Revision 7ef63018: [TASK] Fix return type annotation of get_dirs method
- As three different return types can be returned, they should all be
documented. This allows for better autocompletion... - 12:39 Revision fefeddda: [TASK] Fix return type annotation of get_dirs method
- As three different return types can be returned, they should all be
documented. This allows for better autocompletion... - 12:19 Revision aa20c0f2: [BUGFIX] Use alias for constraining languages while translating
- This patch fixes a regression that led to an uncaught exception
during the translation of content elements for non ad... - 11:58 Revision a09d55ca: [BUGFIX] Use alias for constraining languages while translating
- This patch fixes a regression that led to an uncaught exception
during the translation of content elements for non ad... - 09:15 Revision 78681afb: [BUGFIX] Clipboard: Check whether FAL object is an existing file
- The clipboard now checks whether a FAL object is a valid and existing
file before creating an export link.
Resolves:...
2019-10-17
- 19:00 Revision 782b9503: [BUGFIX] Clipboard: Check whether FAL object is an existing file
- The clipboard now checks whether a FAL object is a valid and existing
file before creating an export link.
Resolves:... - 18:14 Revision df2f2d10: [BUGFIX] Clipboard: Check whether FAL object is an existing file
- The clipboard now checks whether a FAL object is a valid and existing
file before creating an export link.
Resolves:... - 16:41 Revision 89e9896a: [BUGFIX] Add missing parenthesis
- This adds a missing parenthesis in the label `config.backendLogo` for
extension configuration `backend.backendLogo`.
... - 16:24 Revision 0d177a33: [BUGFIX] Add missing parenthesis
- This adds a missing parenthesis in the label `config.backendLogo` for
extension configuration `backend.backendLogo`.
... - 15:37 Revision 5a3375e4: [FEATURE] Add "storeSession" argument to Widget ViewHelpers
- Widget ViewHelpers, by default, can store the widgets session in the
database by utilizing a cookie. In frontend cont... - 15:35 Revision ccfa6dac: [TASK] Fix param type annotation of Extbase methods
- It is possible to provide null for these arguments.
The defaults are even null. Therefore this should be documented, ... - 15:35 Revision 15ba89e8: [TASK] Fix param type annotation of Extbase methods
- It is possible to provide null for these arguments.
The defaults are even null. Therefore this should be documented, ... - 14:57 Revision 80f5b0cf: [TASK] Fix param type annotation of Extbase methods
- It is possible to provide null for these arguments.
The defaults are even null. Therefore this should be documented, ... - 09:58 Revision b39c3eb4: [BUGFIX] Set pageInfo in ElementInformation popup for non-related records
- When accessing a non-versioned record, pageInfo needs to be fetched as well,
otherwise "live" records will never allo... - 09:41 Revision fdd0e67c: [BUGFIX] Set pageInfo in ElementInformation popup for non-related records
- When accessing a non-versioned record, pageInfo needs to be fetched as well,
otherwise "live" records will never allo...
2019-10-15
- 14:29 Revision f5f44175: [BUGFIX] Render FlashMessages at ClearCache
- Custom Clear Cache implementations can provide their own summary of results.
The content of a JSON response can send ... - 11:19 Revision e9a93e9f: [TASK] Set TYPO3 version to 9.5.11-dev
- Change-Id: I5530d9f7bf7e5f94d72163bba49afcf1ec310d58
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/619... - 11:18 Revision ea5b41df: [TASK] Set TYPO3 version to 8.7.29-dev
- Change-Id: I58c381d8a9c6c65931060bf8fdf291ff75acc253
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/619... - 09:29 Revision e7fe858f: [RELEASE] Release of TYPO3 9.5.10
- Change-Id: I05eb5f7681a3d81fbc546b8d9f96a2e175a16257
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/619... - 09:21 Revision 7bc2b36f: [RELEASE] Release of TYPO3 8.7.28
- Change-Id: I18427dae607bae294b6b7c42c44262ff91763baa
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/619... - 08:56 Revision ffff00db: Revert "[TASK] Move "Refresh required" modal interception into JavaScript land"
- This reverts commit edbaf520fdeb212d6fc263a63ded10cfeffeb2b1.
Reason for revert: The introduced code breaks the conf...
2019-10-14
- 17:16 Revision 05b906b7: [TASK] Update ckeditor to 4.13.0
- This patch updates ckeditor to its latest release 4.13.0. However, the
original npm package has been deprecated and m... - 17:04 Revision da00315b: [TASK] Update ckeditor to 4.13.0
- This patch updates ckeditor to its latest release 4.13.0. However, the
original npm package has been deprecated and m... - 15:42 Revision 52fa0a0b: [TASK] Update ckeditor to 4.13.0
- This patch updates ckeditor to its latest release 4.13.0. However, the
original npm package has been deprecated and m... - 09:08 Revision 0a4890e3: [BUGFIX] Use AjaxDataHandler to delete records from context menu
- The AjaxDataHandler is now used to invoke record deletion. This way, any
messages are passed to the response and may ...
2019-10-13
- 18:33 Revision f4e7e7df: [BUGFIX] Use AjaxDataHandler to delete records from context menu
- The AjaxDataHandler is now used to invoke record deletion. This way, any
messages are passed to the response and may ... - 18:28 Revision 213c3d3a: [BUGFIX] Prevent double encoding of link test in index search
- Resolves: #88208
Releases: master, 9.5
Change-Id: I5ccf147f67de2a768fce344a33a8c6d80eece3f6
Reviewed-on: https://revi... - 18:27 Revision 5ec37b60: [BUGFIX] Use event target for extension update action
- Since TypeScript is in place, the previously used `$(this)` doesn't work
anymore due to the binding of `this` to eith... - 18:09 Revision 2ef6359f: [BUGFIX] Prevent double encoding of link test in index search
- Resolves: #88208
Releases: master, 9.5
Change-Id: I5ccf147f67de2a768fce344a33a8c6d80eece3f6
Reviewed-on: https://revi... - 17:56 Revision 2e91d9a3: [TASK] Style error message on trying to access a restricted record
- If editors try to edit a record, which they have no access to, the
EditFormController will show an error message like... - 17:36 Revision 350c5039: [TASK] Remove duplicated implementation of ContentProviderInterface
- Resolves: #89396
Releases: master
Change-Id: I01eea64534fe61faf41cb61a249d9a8c14293c8e
Reviewed-on: https://review.ty...
2019-10-12
- 09:49 Revision 24ea0524: [TASK] Provide AcceptanceTest for stand alone install tool
- A simple test asserting the login and logout mechanics for
the stand alone install tool are functional.
Cards in the ...
2019-10-11
- 21:47 Revision 9c696a3a: [TASK] Warn in [SYS][UTF8filesystem] that a valid UTF-8 locale is necessary
- Add a small warning in the "Configure Installation-Wide Options" modal
for [SYS][UTF8filesystem], that warns users ab... - 21:04 Revision 311df415: [BUGFIX] Reset user settings if an invalid selection is stored
- In the case that an old setting exists an exception was shown in
the reports module, because makeInstance was called ... - 20:44 Revision ab6707ae: [BUGFIX] Reset user settings if an invalid selection is stored
- In the case that an old setting exists an exception was shown in
the reports module, because makeInstance was called ... - 20:39 Revision 4c6a07ed: [BUGFIX] Reload backend module menu after extension configuration change
- Resolves: #83713
Releases: master, 9.5
Change-Id: I407d179f2354e97c79112c122e46c8f39804ef37
Reviewed-on: https://revi... - 15:25 Revision 48c603a7: [TASK] Give better info about no records
- This patch adds a better info text when no records of a specific type
don't exist, instead of giving the generic answ... - 11:18 Revision d8004ef5: [BUGFIX] Add pre access check to install tool
- If Install Tool is locked or access is not granted, silent configuration
update is not called.
Resolves: #89385
Rele... - 10:48 Revision de58dbbf: [TASK] Adjust composer.json declarations of system extensions
- In order to compatible with https://getcomposer.org/doc/04-schema.md
composer.json declarations had to be adjusted an... - 09:59 Revision 401db8f9: [TASK] Adjust composer.json declarations of system extensions
- In order to compatible with https://getcomposer.org/doc/04-schema.md
composer.json declarations had to be adjusted an... - 09:24 Revision 488b53e8: [BUGFIX] Make Modal.loadUrl working again
- With the migration to TypeScript (#82596) a regression was merged.
This patch fixes the broken loadUrl method of the ... - 09:12 Revision 39b2f0ab: [BUGFIX] Prevent broken AND where statement in cObj->searchWhere()
- If searchWhere() in ContentObjectRenderer is called with search words
that are smaller than 3 characters in length, a... - 08:52 Revision 4bd76360: [TASK] Adjust composer.json declarations of system extensions
- In order to compatible with https://getcomposer.org/doc/04-schema.md
composer.json declarations had to be adjusted an... - 08:49 Revision 3b6e94ee: [BUGFIX] Make Modal.loadUrl working again
- With the migration to TypeScript (#82596) a regression was merged.
This patch fix the broken loadUrl method of the Mo...
2019-10-10
- 17:13 Revision 76877807: [BUGFIX] Add unit test for linkvalidator (preprocessUrl)
- Resolves: #89378
Releases: master, 9.5
Change-Id: Ifbca076342fd04d758d2dd1a2ae2f7487751d58c
Reviewed-on: https://revi... - 16:50 Revision 9fec751a: [BUGFIX] Add tests and fix broken MailMessage
- This patch add tests for the MailMessage class and fix broken
functionality since migration to Symfony Mailer.
Resol... - 16:46 Revision 4edd28c4: [BUGFIX] Prevent broken AND where statement in cObj->searchWhere()
- If searchWhere() in ContentObjectRenderer is called with search words
that are smaller than 3 characters in length, a... - 16:41 Revision 16bed383: [BUGFIX] Allow multiple search words for file search
- This functionality was removed with the refactoring of
the search API in FAL and is therefore restored.
Resolves: #8... - 16:08 Revision 4824d457: [BUGFIX] Allow multiple search words for file search
- This functionality was removed with the refactoring of
the search API in FAL and is therefore restored.
Resolves: #8... - 16:03 Revision fe83520d: [BUGFIX] Add missing quotation mark in doc example
- Fix syntax in php example for documented deprecation
Releases: master
Resolves: #89391
Change-Id: I77b7aaf9f717050c6... - 15:59 Revision 24beb494: [TASK] Adjust search syntax for suggest wizard
- Use double quotes for exact phrases and space as delimiter
for multiple words/phrases.
Also allow to search for numb... - 15:47 Revision 62575836: [BUGFIX] Fix preprocessing of external URLs in linkvalidator
- Fix the preprocessing of external URLs that was originally
introduced to handle domains with special characters (conv... - 15:37 Revision b2817e3c: [BUGFIX] Add missing quotation mark in doc example
- Fix syntax in php example for documented deprecation
Releases: master
Resolves: #89391
Change-Id: I77b7aaf9f717050c6... - 15:35 Revision f0eba627: [TASK] Adjust search syntax for suggest wizard
- Use double quotes for exact phrases and space as delimiter
for multiple words/phrases.
Also allow to search for numb... - 14:55 Revision b858d635: [TASK] Future-proof Fluid template namespace imports
- Corrects Fluid templates which use a space around the
equals sign in namespace imports - a notation which
will not be... - 11:37 Revision d1793e59: [TASK] Give better info about no records
- This patch adds a better info text when no records of a specific type
don't exist, instead of giving the generic answ... - 11:19 Revision f44a6f05: [BUGFIX] Reload backend module menu after extension configuration change
- Resolves: #83713
Releases: master, 9.5
Change-Id: I407d179f2354e97c79112c122e46c8f39804ef37
Reviewed-on: https://revi... - 11:14 Revision efb1bb49: [BUGFIX] Add pre access check to install tool
- If Install Tool is locked or access is not granted, silent configuration
update is not called.
Resolves: #89385
Rele... - 10:12 Revision aea66552: [BUGFIX] Set tasks backend:lock & backend:unlock as not schedulable
- The tasks `backend:lock` and `backend:unlock` must only be triggered
by commandline and not via backend as this doesn... - 09:27 Revision 26c9a8e3: [BUGFIX] Set tasks backend:lock & backend:unlock as not schedulable
- The tasks `backend:lock` and `backend:unlock` must only be triggered
by commandline and not via backend as this doesn... - 04:46 Revision 9573a903: [BUGFIX] Show exception in linkvalidator report
- For \GuzzleHttp\Exception\RequestException the exception message
is now shown as well (as for the other exceptions). ...
2019-10-09
- 13:52 Revision 05eaac74: [BUGFIX] Show exception in linkvalidator report
- For \GuzzleHttp\Exception\RequestException the exception message
is now shown as well (as for the other exceptions). ... - 13:04 Revision 1a8583a3: [BUGFIX] Check for access permissions to record in context menu
- When clicking the context menu of a record, only show the edit link if
the editor has all necessary access permission... - 11:31 Revision 0e7d6ad6: [BUGFIX] Hide edit link for records the user has no edit permissions for
- tt_content records that were translated in "free mode" are still visible
to users in the list view, even if they don'... - 10:15 Revision 57aee0aa: [BUGFIX] Hide edit link for records the user has no edit permissions for
- tt_content records that were translated in "free mode" are still visible
to users in the list view, even if they don'... - 10:13 Revision 228c8175: [BUGFIX] Generate unique id for checkboxes in flexform sections
- Use a checksum of the element's name as additional identifier to generate
an unique id for checkboxes in flexform sec... - 09:56 Revision f0bff592: [BUGFIX] Generate unique id for checkboxes in flexform sections
- Use a checksum of the element's name as additional identifier to generate
an unique id for checkboxes in flexform sec... - 09:53 Revision 203f94e7: [TASK] Update list of external libraries
- The list of external libraries in the backend is not up to date.
The following changes were made:
- Remove Swiftmail... - 08:22 Revision f2ebf473: [BUGFIX] Reset belog search constraints on memory exhaustion
- If a backend user uses the search in belog with no boundaries or sets a
custom date limit with boundaries that are to...
2019-10-08
- 15:45 Revision 7efe0535: [BUGFIX] Check for access permissions to record in context menu
- When clicking the context menu of a record, only show the edit link if
the editor has all necessary access permission... - 15:26 Revision da2e3e80: [BUGFIX] Check for access permissions to record in context menu
- When clicking the context menu of a record, only show the edit link if
the editor has all necessary access permission... - 15:24 Revision 04958988: [BUGFIX] Enable link fields with softref url or email
- Enables checking of links in fields that have softrefs "url" or "email"
in their TCA configuration.
This is achieved... - 15:19 Revision dd06a91e: [BUGFIX] Fix "Show" link in the context menu of page translations
- In the list module, when opening the context menu of a
"Page Translation" record, a "Show" link will be shown, which ... - 15:08 Revision fe658389: [BUGFIX] Prevent 500 Internal server error in flexform
- Resolves: #89358
Releases: master, 9.5
Change-Id: I0bbffe2a45c5b241338a19033d5cc1181e0f16df
Reviewed-on: https://revi... - 15:00 Revision f3fae3a4: [BUGFIX] Fix "Show" link in the context menu of page translations
- In the list module, when opening the context menu of a
"Page Translation" record, a "Show" link will be shown, which ... - 13:54 Revision d42d4106: [BUGFIX] Prevent 500 Internal server error in flexform
- Resolves: #89358
Releases: master, 9.5
Change-Id: I0bbffe2a45c5b241338a19033d5cc1181e0f16df
Reviewed-on: https://revi... - 10:15 Revision 3ec52ea7: Revert "[BUGFIX] Provide UpgradeWizard for outdated be_users uc settings"
- This reverts commit e8b5652d5a2a9c16d628804387dbff32dcb68f5f.
The patch was not ready yet and needs further polishin... - 09:38 Revision e8b5652d: [BUGFIX] Provide UpgradeWizard for outdated be_users uc settings
- Backend users each have a serialized array of individual user
configuration, called "uc" persisted in the be_users ta... - 09:34 Revision 1960fac6: [BUGFIX] Reset belog search constraints on memory exhaustion
- If a backend user uses the search in belog with no boundaries or sets a
custom date limit with boundaries that are to... - 08:08 Revision 31dd958a: Revert "[TASK] Keep old value on confirmation modal close"
- This reverts commit c529deacba10349c588014696c0ac59334e9ac68.
The patch only addressed a single use-case. In favour ... - 08:07 Revision 5734432d: Revert "[TASK] Keep old value on confirmation modal close"
- This reverts commit c529deacba10349c588014696c0ac59334e9ac68.
The patch only addressed a single use-case. In favour ... - 07:54 Revision 370dcbee: [TASK] Show peak memory usage in MB
- For better readability, the peak memory usage is now converted to
megabytes.
Resolves: #89354
Releases: master, 9.5
... - 06:08 Revision 660c6514: [TASK] Show peak memory usage in MB
- For better readability, the peak memory usage is now converted to
megabytes.
Resolves: #89354
Releases: master, 9.5
...
2019-10-07
- 21:43 Revision 04ebac3d: [BUGFIX] Allow public access to DataHandler $historyRecords info
- DataHandler hooks do not have an concrete view of what really changed.
Releases: master,9.5
Resolves: #89303
Change-... - 15:17 Revision c529deac: [TASK] Keep old value on confirmation modal close
- When changing the doktype a confirmation modal appears. This patch
reverts the value of the field to the original val... - 14:58 Revision 406058a7: [TASK] Replace FrontendCacheInterface
- Replace inexistent FrontendCacheInterface by FrontendInterface
Releases: master
Resolves: #89321
Change-Id: I961dcbd... - 14:56 Revision 015520cd: [BUGFIX] AbstractSubModule implements ContentProviderInterface by default
- Because all submodules must implement the interface anyway, it's now
implemented by default in the AbstractSubModule.... - 14:49 Revision 58703507: [BUGFIX] Add additional headers for checking external links
- This addresses some problems that were reported on checking
external links.
Resolves: #86918
Releases: master, 9.5
C... - 14:28 Revision 4c107309: [BUGFIX] Allow public access to DataHandler $historyRecords info
- DataHandler hooks do not have an concrete view of what really changed.
Releases: master,9.5
Resolves: #89303
Change-... - 14:21 Revision 5a32b998: [DOCS] Adjust path to Page TSconfig
- Adjust the recommended path to Page TSconfig according to
https://docs.typo3.org/m/typo3/reference-coreapi/master/en-... - 14:17 Revision a841cb87: [BUGFIX] AbstractSubModule implements ContentProviderInterface by default
- Because all submodules must implement the interface anyway, it's now
implemented by default in the AbstractSubModule.... - 13:49 Revision bbd25997: [DOCS] Adjust path to Page TSconfig
- Adjust the recommended path to Page TSconfig according to
https://docs.typo3.org/m/typo3/reference-coreapi/master/en-... - 13:25 Revision 70045e1b: [BUGFIX] Add additional headers for checking external links
- This addresses some problems that were reported on checking
external links.
Resolves: #86918
Releases: master, 9.5
C... - 12:35 Revision de051a15: [BUGFIX] Fix several typos in php comments
- Make spelling in TYPO3 great again.
Resolves: #89290
Releases: master
Change-Id: I520840dd0774aa5d658ce6a45811aa6282... - 12:28 Revision 3fe27aed: [TASK] Use node v12 to build assets
- The minimum node version is raised to v12. This patch also updates the
upgrade task of runTests.sh to fetch new JS co... - 09:47 Revision 24640c5c: [TASK] Deprecate legacy FormEngine functions
- This patch deprecates the last remaining legacy functions in FormEngine:
- setFormValueOpenBrowser()
- setFormValueF...
2019-10-06
- 22:50 Revision 6625a4ff: [BUGFIX] Escape url parameters in tree rendering
- This enables navigation in the Configuration module for tree
nodes having url-sensitive characters in the name, like ... - 22:43 Revision a2308e28: [BUGFIX] Render correct preview link in page module
- If a page is translated and a translation is selected in the columns module of the
page module, the view webpage butt... - 22:32 Revision dde6e183: [BUGFIX] Fix TypeScript path in Grunt watcher
- Resolves: #89343
Releases: master
Change-Id: I1c14b46923c21bbe8547bc9a40bcabbecef67bb6
Reviewed-on: https://review.ty... - 22:23 Revision 22b93451: [BUGFIX] Escape url parameters in tree rendering
- This enables navigation in the Configuration module for tree
nodes having url-sensitive characters in the name, like ...
2019-10-04
- 23:12 Revision 491e550f: [TASK] Fill original attribute properly
- The attribute original should be filled with a useful information
instead of dummy value "messages".
This string is ... - 13:07 Revision 626d1e26: [TASK] Fill original attribute properly
- The attribute original should be filled with a useful information
instead of dummy value "messages".
This string is ... - 08:44 Revision edacd3ee: [TASK] Add resname attribute to trans-unit tags in XLF files
- Resolves: #89335
Releases: master, 9.5
Change-Id: I73de72a8bf4a837347a69183088c212d0a958d74
Reviewed-on: https://revi... - 08:40 Revision 06ad4b1f: [TASK] Add resname attribute to trans-unit tags in XLF files
- Crowdin doesn't show the information stored in the attribute "id".
If we want to have that visible, the attribute mus...
2019-10-02
- 16:46 Revision fe7c2705: [TASK] Fix typo and formatting in documentation for #84545
- * Fix typo in folder name.
* Format lists properly.
* Add missing text roles.
Resolves: #89329
Releases: master, 9.5... - 15:47 Revision decf3684: [TASK] Fix typo and formatting in documentation for #84545
- * Fix typo in folder name.
* Format lists properly.
* Add missing text roles.
Resolves: #89329
Releases: master, 9.5... - 15:26 Revision 06daffd3: [TASK] Add configuration for Crowdin
- Crowdin requires a basic configuration which defines where the
XLIFF files and their translations are located. The co... - 15:06 Revision ab844d60: [TASK] Add configuration for Crowdin
- Crowdin requires a basic configuration which defines where the
XLIFF files and their translations are located. The co...
2019-10-01
- 11:31 Revision cb42dac2: [TASK] Set TYPO3 version to 10.2.0-dev
- Change-Id: I81e89208e45b689b32f5c8df2392e8c2b24b8392
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/618... - 10:18 Revision 0669019f: [RELEASE] Release of TYPO3 10.1.0
- Change-Id: I6491f0abe1148a2fbea8b37709dd16b071657b35
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/618... - 09:52 Revision 4416f09a: [BUGFIX] Adjust visibility of IRRE controls
- Previously, if constraints in an IRRE container were met, the control
container's visibility has been toggled. Howeve...
2019-09-30
- 20:50 Revision 50d24ac1: [BUGFIX] Re-implement record deletion via EditDocumentController
- The change of #89033 removed the callback for deleting records within
EditDocumentController, resulting in JavaScript... - 20:50 Revision 9ec1d3b0: [BUGFIX] Streamline site configuration import in distribution packages
- Site configuration shipped in distribution packages had a couple of flaws
during import process which are tackled wit... - 19:40 Revision 1d11c313: [BUGFIX] Pass SiteFinder to RedirectService instance
- The patch for #89317 extended the RedirectService, but didn't adjust all
constructors. In this case, IntegrityService... - 16:25 Revision 4394a9af: [BUGFIX] Manage Language Packs: Render empty column if language pack is downloaded
- If a language pack is available for an extension, the matrix now renders
an empty column to fix wrong positioning of ... - 15:05 Revision 63ca4288: [BUGFIX] Prevent auto-fill in user setup
- This patch adds the correct value for autocomplete on password field.
Reference: https://developer.mozilla.org/en-US... - 14:59 Revision 2991114f: [BUGFIX] Prevent auto-fill in user setup
- This patch adds the correct value for autocomplete on password field.
Reference: https://developer.mozilla.org/en-US... - 14:31 Revision c80c5270: [BUGFIX] Prevent auto-fill in user setup
- This patch adds the correct value for autocomplete on password field.
Reference: https://developer.mozilla.org/en-US... - 14:24 Revision aaaf7ecb: [BUGFIX] Manage Language Packs: Render empty column if language pack is downloaded
- If a language pack is available for an extension, the matrix now renders
an empty column to fix wrong positioning of ... - 14:21 Revision 006652a1: [BUGFIX] Render correct preview link in page module
- If a page is translated and a translation is selected in the columns module of the
page module, the view webpage butt... - 11:48 Revision c37ea271: [BUGFIX] Load Clearable in system configuration
- Resolves: #89309
Related: #89215
Releases: master
Change-Id: I6994039d5c2e7d99224336ecfd66a14b0580feac
Reviewed-on: h... - 10:52 Revision b5a0b082: [TASK] Move changelog files into 10.1 folder
- Preparation for TYPO3 10.1 release, all changelog files
are reviewed, adjusted and moved to the corresponding version... - 10:35 Revision 1c12d518: [TASK] Update grunt and friends
- This patch updates grunt and plugins to their latest version.
Executed command:
yarn upgrade --pattern grunt --la...
2019-09-29
- 10:58 Revision c8d49a19: [FEATURE] Auto slug update and redirect creation on slug change
- If EXT:redirects is installed and a slug is updated by a backend user,
a redirect from the old URL to the new URL wil...
2019-09-28
- 19:10 Revision cbc1ea43: [BUGFIX] Correctly unpack CorrelationId version
- Resolves: #89299
Releases: master
Change-Id: Ib4e63b7baadb604ca77469e66af5bc060f79a8f6
Reviewed-on: https://review.ty... - 18:10 Revision da4f3421: [TASK] Introduce CorrelationId model
- Resolves: #89298
Releases: master
Change-Id: Icb2d406d8ba3759c8f999966fc68b8e31b046c01
Reviewed-on: https://review.ty... - 16:05 Revision 72a9cca0: [BUGFIX] Ensure correct site is used when redirecting
- The RedirectService recives a NullSite instance from the current
request. This patch checks whether the redirect targ... - 14:32 Revision 29b35b8f: [BUGFIX] Enable link fields with softref url or email
- Enables checking of links in fields that have softrefs "url" or "email"
in their TCA configuration.
This is achieved... - 11:15 Revision da61657a: [BUGFIX] Enable link fields with softref url or email
- Enables checking of links in fields that have softrefs "url" or "email"
in their TCA configuration.
This is achieved... - 10:59 Revision d92b5726: [BUGFIX] Page preview respects language fallbacks
- When a default language page is hidden, it should also be visible
when a translated page is rendered but not availabl... - 10:53 Revision 86544089: [BUGFIX] Page preview respects language fallbacks
- When a default language page is hidden, it should also be visible
when a translated page is rendered but not availabl...
2019-09-27
- 18:32 Revision 25583543: [BUGFIX] Load clearable module in recycler
- It was forgotten to load the new clearable module in the recycler
module.
Resolves: #89288
Related: #89215
Releases:... - 13:57 Revision 99c8137c: [FEATURE] Add support for RecordHistory correlation ids in DataHandler
- Resolves: #89292
Related: #89143
Releases: master
Change-Id: Ie10bcbfca7f43a60b80a2a6634759584043c7cf4
Reviewed-on: h... - 13:36 Revision e2b26d97: [BUGFIX] Fix regression due to Doctrine DBAL refactoring
- As added in change 6ef46cab02f754d0809daf751ec3385021ab9387
see https://review.typo3.org/c/Packages/TYPO3.CMS/+/49530... - 13:06 Revision 991b102e: [BUGFIX] Fix regression due to Doctrine DBAL refactoring
- As added in change 6ef46cab02f754d0809daf751ec3385021ab9387
see https://review.typo3.org/c/Packages/TYPO3.CMS/+/49530... - 12:07 Revision b1cf4f25: [BUGFIX] Fix regression due to Doctrine DBAL refactoring
- As added in change 6ef46cab02f754d0809daf751ec3385021ab9387
see https://review.typo3.org/c/Packages/TYPO3.CMS/+/49530...
2019-09-26
- 14:03 Revision f6457f3b: Revert "[FEATURE] Read site setting file and populate them with the site object"
- This reverts commit 0e70168d7aa74bd7e1f686952db731e239a6e86e.
Reason for revert: postponed to after 10.1
Change-Id:... - 13:19 Revision 0d611eb3: Revert "[TASK] Edit Site Settings in Site Module"
- This reverts commit 4989d5af6e37fc9083742c43fed105bb8cd3750e.
Reason for revert: once more after 10.1.
Resolves: #89... - 12:15 Revision 954a83e2: [TASK] Move documentation of #86577 into correct folder
- The patch related to #86577 has been merged into v10 and v9, but the
ReST file was created in the wrong directory. Th... - 12:00 Revision ba4ecc7a: [TASK] Move documentation of #86577 into correct folder
- The patch related to #86577 has been merged into v10 and v9, but the
ReST file was created in the wrong directory. Th... - 10:27 Revision 55eb882a: [TASK] Update CodeMirror to 5.49.0
- This patch updates CodeMirror to version 5.49.0.
Executed command:
yarn add --dev codemirror@^5.49.0
Resolves: #... - 08:18 Revision 411e3b48: Revert "[TASK] Avoid slow array functions in loops"
- This reverts commit e531ddce9a6874e5ad289ae58f6474565dab9218.
Reason for revert: immature merge
Change-Id: Ia312485... - 08:14 Revision 9bc0fea3: [TASK] Fix CGL violation in FileList
- https://review.typo3.org/c/Packages/TYPO3.CMS/+/57414 introduced
a CGL violation that was not discovered because the ...
Also available in: Atom