Activity
From 2019-10-06 to 2019-11-04
2019-11-04
- 21:46 Revision 94da5755: [BUGFIX] SoftReferenceIndex parses new TypoLink format correct
- Since the introduction of the new TypoLink format like t3://page?uid=1
the SoftReferenceIndex is parsing these TypoLi... - 21:45 Revision e007089b: [BUGFIX] Fix stdWrap.replacement boolean properties handling
- Cast the properties useRegExp and useOptionSplitReplace
to boolean and fix the if condition logic.
Resolves: #85015
... - 17:21 Revision bef44dd5: [BUGFIX] Fix stdWrap.replacement boolean properties handling
- Cast the properties useRegExp and useOptionSplitReplace
to boolean and fix the if condition logic.
Resolves: #85015
... - 17:19 Revision 0130e536: [BUGFIX] Don't process ifEmpty/ifBlank stdWrap if content is available
- Resolves: #86969
Releases: master, 9.5
Change-Id: I75c7d5a5467871b0a40df605059c0ebd1bca0438
Reviewed-on: https://revi... - 17:09 Revision d208d09a: [BUGFIX] SoftReferenceIndex parses new TypoLink format correct
- Since the introduction of the new TypoLink format like t3://page?uid=1
the SoftReferenceIndex is parsing these TypoLi... - 16:39 Revision ba43decc: [BUGFIX] Don't process ifEmpty/ifBlank stdWrap if content is available
- Resolves: #86969
Releases: master, 9.5
Change-Id: I75c7d5a5467871b0a40df605059c0ebd1bca0438
Reviewed-on: https://revi... - 16:11 Revision 62ab5cc2: [DOCS] Use correct filename in documentation of fluid styled content
- Use correct filename (like in previous paragraph).
Releases: master, 9.5, 8.7
Resolves: #89570
Change-Id: Ieb34118a1... - 11:55 Revision 05117f87: [BUGFIX] Fix parameter descriptions of bulkInsert
- The `$data` array can contain column-value pairs or just the values.
The `$columns` array only contains the column na... - 11:30 Revision f13d25ee: [BUGFIX] Fix parameter descriptions of bulkInsert
- The `$data` array can contain column-value pairs or just the values.
The `$columns` array only contains the column na...
2019-10-30
- 22:28 Revision 14b3abb8: [TASK] Set TYPO3 version to 8.7.30-dev
- Change-Id: Iecd306eadd4cd485a7421533159e7354b008fb34
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/621... - 22:11 Revision 9acd2032: [TASK] Set TYPO3 version to 9.5.12-dev
- Change-Id: I3baf15e4a4b137851083ffb3d95e59ca8d1be91d
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/621... - 22:00 Revision 0b3d96d3: [RELEASE] Release of TYPO3 8.7.29
- Change-Id: Ic103d9867b585398d40d0597dcd5648cf94b19ac
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/621... - 21:46 Revision 7254d679: [RELEASE] Release of TYPO3 9.5.11
- Change-Id: Ie4cefbcc34aa3e150f8a17d7afb7ac6180447f08
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/621... - 17:12 Revision 8ac5965d: [TASK] Update Fluid Standalone to 2.6.6
- A new fluid standalone version 2.6.6 reverted the changes
that had regressions in v2.6.5 and v2.6.4.
This patch upda... - 16:53 Revision 23bd5482: [TASK] Update Fluid Standalone to 2.6.6
- A new fluid standalone version 2.6.6 reverted the changes
that had regressions in v2.6.5 and v2.6.4.
This patch upda... - 16:49 Revision 869eeedd: [TASK] Update Fluid Standalone to 2.6.6
- A new fluid standalone version 2.6.6 reverted the changes
that had regressions in v2.6.5 and v2.6.4.
Composer comman... - 16:05 Revision 71673a3a: [BUGFIX] Properly trimExplode allowed file extensions in IRRE / FAL
- When a custom FAL / sys_file_reference inline element is registered, and
there are custom allowed file extensions, th... - 13:58 Revision bc4d3832: [FEATURE] Provide feature flag for new translation server's export
- The feature switch `betaTranslationServer` makes it possible for users
to test and use the new translation server.
T... - 13:58 Revision 9c3328d1: [BUGFIX] Correctly check TSFE->rootLine
- The existing check on the data-type of $rootLine has to be adjusted
since the default value is now an array.
Resolve... - 13:58 Revision 0c34cdf1: [BUGFIX] Properly trimExplode allowed file extensions in IRRE / FAL
- When a custom FAL / sys_file_reference inline element is registered, and
there are custom allowed file extensions, th... - 13:55 Revision 30d293d3: [BUGFIX] Remove more options from LinkBrowser in redirects
- Hide the following options in the LinkBrowser of a sys_redirect record
because those don't work for redirects and con... - 13:53 Revision 71425712: [BUGFIX] Allow redirects to specific records
- Creating links to specific records (LinkHandler functionality) does require
a global TSFE object. In addition, callin... - 13:04 Revision e907140f: [BUGFIX] Correctly check TSFE->rootLine
- The existing check on the data-type of $rootLine has to be adjusted
since the default value is now an array.
Resolve... - 13:02 Revision d10eafa6: [BUGFIX] Allow redirects to specific records
- Creating links to specific records (LinkHandler functionality) does require
a global TSFE object. In addition, callin... - 13:01 Revision b40190d9: [BUGFIX] Remove more options from LinkBrowser in redirects
- Hide the following options in the LinkBrowser of a sys_redirect record
because those don't work for redirects and con... - 07:22 Revision f47a8e71: [BUGFIX] Use strict type checking for in_array() calls in JsonView
- If the JsonView traverses array with numeric indexes and an exclude
configuration is set, the first array element is ...
2019-10-29
- 16:48 Revision b7a9e095: [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... - 16:48 Revision 7ce5dc5d: [BUGFIX] Apply proper typecast
- All database result values must be proper typecasted
as database drivers may use and return different data types.
Re... - 16:17 Revision efbc7d8a: [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... - 15:39 Revision d1c06c96: [BUGFIX] Apply proper typecast
- All database result values must be proper typecasted
as database drivers may use and return different data types.
Re... - 11:20 Revision 84c6dccc: [BUGFIX] Handle l10n_parent with TCA type group correctly
- Resolves: #88768
Releases: 8.7
Change-Id: Ia26e1db82a2745c4ab89cfc1f301d8f39da79cb7
Reviewed-on: https://review.typo3...
2019-10-28
- 20:55 Revision fdc3e542: [BUGFIX] Use strict type checking for in_array() calls in JsonView
- If the JsonView traverses array with numeric indexes and an exclude
configuration is set, the first array element is ... - 20:55 Revision 5da79722: [BUGFIX] Display most searched words again
- Resolves: #89079
Releases: master, 9.5
Change-Id: Iac9f58064a54fb64ae7fad82d35bbbbaecd2ae95
Reviewed-on: https://revi... - 20:50 Revision 0afcb393: [BUGFIX] Backup last typolink URL before processing ATagParams
- This prevents typolinks called in the stdWrap of ATagParams
from modifying the original link URL.
Resolves: #89521
R... - 20:50 Revision 1deca3ee: [DOCS] Use working examples in linkvalidator documentation
- Fields without softref are not being checked. Since pages:media does not
have softref set in its TCA it will never ge... - 20:33 Revision 25a8b704: [TASK] Consolidate cache clearing in TypoScript edit backend controllers
- The TypoScript editing module "Template" currently has different
cache flush behaviours, depending on *how* the data ... - 20:25 Revision b8cc136f: [BUGFIX] Display most searched words again
- Resolves: #89079
Releases: master, 9.5
Change-Id: Iac9f58064a54fb64ae7fad82d35bbbbaecd2ae95
Reviewed-on: https://revi... - 20:18 Revision a92338fe: [DOCS] Use working examples in linkvalidator documentation
- Fields without softref are not being checked. Since pages:media does not
have softref set in its TCA it will never ge... - 20:14 Revision 3f4058ed: [BUGFIX] Use strict type checking for in_array() calls in JsonView
- If the JsonView traverses array with numeric indexes and an exclude
configuration is set, the first array element is ... - 20:04 Revision ddd4310e: [BUGFIX] Backup last typolink URL before processing ATagParams
- This prevents typolinks called in the stdWrap of ATagParams
from modifying the original link URL.
Resolves: #89521
R...
2019-10-26
- 11:13 Revision 85231603: [DOCS] Add hints to disable rendering hreflang and canonical tags
- In some edge cases you may want to disable rendering of hreflang and
canonical links. We added some hints how to disa... - 11:10 Revision 81830ef4: [BUGFIX] Proper form definition validation if backend language changes
- If a form element property is not defined through a form editor
inspector, the "predefinedDefaults" value from the fo... - 11:09 Revision c274a4b4: [BUGFIX] Proper form definition validation if backend language changes
- If a form element property is not defined through a form editor
inspector, the "predefinedDefaults" value from the fo... - 10:55 Revision b594b0aa: [DOCS] Add hints to disable rendering hreflang and canonical tags
- In some edge cases you may want to disable rendering of hreflang and
canonical links. We added some hints how to disa... - 10:55 Revision e6a2f88f: [BUGFIX] Make the $target parameter for addSecurityRelValues nullable
- In the typoLink() function of ContentObjectRenderer, not all links will
have a 'target' value. - If the protocol is n...
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 ...
Also available in: Atom