Activity
From 2019-10-22 to 2019-11-20
2019-11-20
- 17:30 Revision d777bf11: [TASK] Do not use constants in low-level classes
- There are certain PHP classes used in the testing framework that
use constants like "LF" which are defined by the Sys... - 17:28 Revision e132be40: [BUGFIX] Synchronize TCA enable columns from workspace version
- In case workspace placeholders (new or move) are involved corresponding
explicit TCA control settings in either shado... - 16:42 Revision f16f9859: [BUGFIX] Do not add entries to cache_treelist when logged into BE
- When accessing cache_treelist / cObj->getTreeList()
this information should not be cached at all when logged
into the... - 16:34 Revision b9af0000: [BUGFIX] Synchronize TCA enable columns from workspace version
- In case workspace placeholders (new or move) are involved corresponding
explicit TCA control settings in either shado... - 15:31 Revision a08c6b09: [BUGFIX] Do not add entries to cache_treelist when logged into BE
- When accessing cache_treelist / cObj->getTreeList()
this information should not be cached at all when logged
into the... - 15:19 Revision 8fd13e6d: [TASK] Do not use constants in low-level classes
- There are certain PHP classes used in the testing framework that
use constants like "LF" which are defined by the Sys... - 07:42 Revision 98301f5c: [TASK] Remove unused log-related TYPO3_CONF_VARS
- The options
- systemLog
- systemLogLevel
have been marked as unused with TYPO3 v9.0,
and should be removed from any...
2019-11-19
- 14:31 Revision 2b23ef35: [TASK] Avoid processing empty entity ids in DataMapProcessor
- Avoid executing (more expensive) queries in DataMapProcessor in case
there are actually no entity ids to be retrieved... - 13:46 Revision 669fab81: [TASK] Update nikic/php-parser to ^4.3
- composer require nikic/php-parser:"^4.3"
Bump version as PHP 5 support is not necessary for TYPO3
version 10 and mod... - 11:26 Revision 6319bd57: [TASK] Prevent superfluous filters in DataMapProcessor
- For consistency in the filterNumericIds method of DataMapProcessor,
there should only be one result be returned. This...
2019-11-18
- 13:59 Revision fa7bda8f: [BUGFIX] Start nighly test run at 3am rather than 0:03am
- The test runs need to finish one after another, the master
currently overlaps with the 9.5, causing unneccessary load... - 12:37 Revision 485fdc53: [TASK] Update doctrine/dbal to 2.10.0
- With this change the new release of doctrine/dbal will be applied,
which will solve different bugfixes and introduce ... - 10:38 Revision cf2bbe5b: [BUGFIX] Ensures configuration for resolveAnchorLink is an array
- Strict typing requires $conf to be an array as parameter for
resolveAnchorLink, however it may also be null. The fix ...
2019-11-17
- 19:49 Revision dda1896e: [BUGFIX] Ensures configuration for resolveAnchorLink is an array
- Strict typing requires $conf to be an array as parameter for
resolveAnchorLink, however it may also be null. The fix ... - 17:08 Revision d5c7615b: [BUGFIX] Respect config.intTarget and extTarget in default ParseFunc
- Fluid Styled Content's "lib.parseFunc" always sets the extTarget (target for
external URLs) to the constant, but neve... - 16:15 Revision 7450b782: [BUGFIX] Respect config.intTarget and extTarget in default ParseFunc
- Fluid Styled Content's "lib.parseFunc" always sets the extTarget (target for
external URLs) to the constant, but neve... - 14:35 Revision d3fa861b: [TASK] Add Maori locale and flag
- This patch adds the locale Maori and it's flag for New Zealand.
Resolves: #89693
Releases: master, 9.5
Change-Id: I7... - 10:42 Revision d7895f27: [TASK] Add examples to ext:backend ViewHelpers
- Following ViewHelpers now also feature proper examples:
* AvatarViewHelper
* ThumbnailViewHelper
As the ViewHelpers ... - 10:33 Revision a8c16c45: [TASK] Add Maori locale and flag
- This patch adds the locale Maori and it's flag for New Zealand.
Resolves: #89693
Releases: master, 9.5
Change-Id: I7... - 10:21 Revision fb6925b1: [TASK] Re-activate acceptance tests for introduction package
- Now that EXT:introduction is released with site support (v4.2.0),
the tests can be re-enabled again.
Resolves: #8932... - 10:12 Revision 4088b0b1: [TASK] Add examples to ext:backend ViewHelpers
- Following ViewHelpers now also feature proper examples:
* AvatarViewHelper
* ThumbnailViewHelper
As the ViewHelpers ... - 00:11 Revision 2507a32f: [FEATURE] Add additional configuration for external URLs
- Additional configuration is added to customize settings for checking
external URLs.
Resolves: #86918
Related: #89287...
2019-11-15
- 14:19 Revision c04110ec: [FEATURE] Replace FAL signals with new PSR-14 events
- All FAL-related signals are migrated to PSR-14 compatible Events.
Existing signals are moved to a compatibility clas... - 14:02 Revision 034baf30: [BUGFIX] Prevent PHP type error and stale language cache
- In EXT:workspaces, as consequence of changes in #89008,
PHP is raising an error if $pageId cannot be resolved to an
i...
2019-11-14
- 17:17 Revision b6df1bc5: [DOCS] Add missing semicolon in rst file
- Releases: master, 9.5
Resolves: #89676
Change-Id: Id215d40c18b28cf9b36a32b33c9a5e88d7840f5f
Reviewed-on: https://revi... - 17:09 Revision e26157bb: [DOCS] Fix minor typos in form documentation
- Some typos are fixed. Additionally the spelling of "customise" was
adjusted to en-us.
Resolves: #89674
Releases: mas... - 17:04 Revision 125d94c1: [DOCS] Remove confusing "cron command" ambiguity.
- Remove the ambiguity of “cron command” that causes confusion for a
first time reader, as happened in https://forge.ty... - 17:01 Revision 0eadbf38: [TASK] Update dependency CmsComposerInstaller
- This package should be raised to 2.2.3 as
this provides PHP 7.4 compatible tests.
This means, that this package is n... - 16:42 Revision f5953ce3: [DOCS] Add missing semicolon in rst file
- Releases: master, 9.5
Resolves: #89676
Change-Id: Id215d40c18b28cf9b36a32b33c9a5e88d7840f5f
Reviewed-on: https://revi... - 16:32 Revision e6831b0d: [TASK] Update dependency CmsComposerInstaller
- This package should be raised to 2.2.3 as
this provides PHP 7.4 compatible tests.
This means, that this package is n... - 12:45 Revision bcd4d4a7: [TASK] Rename USER_INT related variables in TSFE
- The cryptic variables $INTiS_config and internal names are improved
by using "nonCacheable" as naming (everywhere whe... - 10:11 Revision 26addb57: [DOCS] Fix minor typos in form documentation
- Some typos are fixed. Additionally the spelling of "customise" was
adjusted to en-us.
Resolves: #89674
Releases: mas... - 05:34 Revision ae97e2d8: [BUGFIX] Use correct ViewHelper namespace in PHPDoc of SubmitViewHelper
- In the PHPDoc's example of SubmitViewHelper a wrong namespace was used.
This adds the correct ViewHelper namespace `f...
2019-11-13
- 14:14 Revision 67365e2d: [TASK] Re-order Frontend Content building process
- This patch streamlines the execution code when a base page is generated
by moving all logic into a few smaller method... - 11:02 Revision f150b2d4: [TASK] Trigger nightly test builds with more time in between
- Resolves: #89661
Releases: master, 9.5, 8.7
Change-Id: I0b6bd4336037ede11f4218f5c6868025173e4470
Reviewed-on: https:/... - 11:01 Revision ef0f06fd: [TASK] Trigger nightly test builds with more time in between
- Resolves: #89661
Releases: master, 9.5, 8.7
Change-Id: I0b6bd4336037ede11f4218f5c6868025173e4470
Reviewed-on: https:/... - 11:00 Revision e1710db2: [TASK] Trigger nightly test builds with more time in between
- Resolves: #89661
Releases: master, 9.5, 8.7
Change-Id: I0b6bd4336037ede11f4218f5c6868025173e4470
Reviewed-on: https:/... - 09:37 Revision e56df02a: [TASK] Move page layout resolving into a separate class
- The functionality "getData = pagelayout" resolves the
selected backend layout for the current page, which is
used in ... - 09:10 Revision 8a6abf58: [BUGFIX] Add empty alt attribute to decorative images
- Decorative images should have an empty alt attribute to hide
them from screenreaders.
See https://www.w3.org/WAI/WCAG... - 08:42 Revision 5d00a3bd: [TASK] Put logic of fetching page content from cache into more readable format
- The process of checking if
a) the page content (or parts of the page incl. instructions for uncached objects)
b) the ... - 06:01 Revision 20ec656f: [TASK] Use Environment API to fetch application context
- The application context is stored in the Environment class since TYPO3 v9,
which is the correct place instead of Gene...
2019-11-12
- 22:17 Revision dd7893a1: [DOCS] Fix broken link in fluid_styled_content docs
- Fixed a broken link which points to the "register extension key" page.
Releases: master, 9.5
Resolves: #89642
Change... - 18:30 Revision debef965: [TASK] Use consistent checks for USER_INT logic
- A few places in TYPO3 Core do manual checks if there
are non-cacheables on a page, which could be simplified
by just ... - 14:47 Revision ec4a5628: [TASK] Move preparation of non-cacheable headerdata into TSFE
- In order to centralize USER_INT ("non-cacheables") into TSFE logic,
some functionality is moved into TSFE regarding h... - 13:55 Revision f2631623: [BUGFIX] Fix exception in IpAnonymizationTask after upgrade from TYPO3 8
- This patch adds a cast to the property `$mask` before handing it over to
`IpAnonymizationUtility::anonymizeIp()` as t... - 13:15 Revision cbf573a1: [BUGFIX] Fix exception in IpAnonymizationTask after upgrade from TYPO3 8
- This patch adds a cast to the property `$mask` before handing it over to
`IpAnonymizationUtility::anonymizeIp()` as t...
2019-11-11
- 14:34 Revision 0c86e553: [DOCS] Fix minor typo in changelog
- The word 'The' was misspelled.
Additionally, the readability of the last sentence was slightly improved.
Releases: ... - 09:32 Revision 1fd86304: [BUGFIX] Listen to message when setting an avatar
- Due to the IRRE rewrite done in #88182 the avatar selection for backend
users broke, since the Setup module doesn't u...
2019-11-10
- 21:22 Revision 2978ff3b: [BUGFIX] Remove dots from piVars set by _DEFAULT_PI_VARS
- Make it possible to set defaults vars for plugins based on the
AbstractPlugin.
Resolves: #17283
Releases: master
Cha... - 10:02 Revision d0c5a1f7: [TASK] Move field "description" to SEO tab in page properties
- The description field is one of the most important fields
for SEO. When EXT:seo is installed, the description field c... - 09:27 Revision ac7ffd0e: [BUGFIX] Consider all elements in typo3temp/assets/ when clearing
- Only first level elements were considered when clearing assets in
typo3temp/assets/ using corresponding functionality... - 08:00 Revision 464195d8: [TASK] Fix CGL in tests (static calls)
- Resolves: #89630
Releases: master
Change-Id: I00021fb1aaf64f2fcc9ee5c8557837c1c90cff4d
Reviewed-on: https://review.ty...
2019-11-09
- 22:39 Revision 2ee8a262: [BUGFIX] Add fallback identifier to IRRE fields
- In case of IRRE in site context not the full form engine variables
are available - therefor a fallback has been imple... - 22:01 Revision f3c16924: [BUGFIX] Add fallback identifier to IRRE fields
- In case of IRRE in site context not the full form engine variables
are available - therefor a fallback has been imple... - 21:48 Revision 837694be: [BUGFIX] Remove htmlspecialchars from path_Workspace
- Remove htmlspecialchars in GridDataService
for path_Workspace and path_Live.
Resolves: #87069
Releases: master, 9.5
... - 21:37 Revision 85573949: [BUGFIX] Remove htmlspecialchars from path_Workspace
- Remove htmlspecialchars in GridDataService
for path_Workspace and path_Live.
Resolves: #87069
Releases: master, 9.5
... - 19:57 Revision bdc9b55f: [TASK] Move clipboard inline JavaScript into separate modules
- This patch moves the inline JavaScript for clipboard handling into a
separate module that is re-used in record list a... - 19:48 Revision 3f2d98c4: [TASK] Consistent version restrictions for PSR packages
- composer require "psr/http-message":"^1.0"
composer require "psr/log":"^1.0"
Releases: master
Resolves: #89626
C... - 19:22 Revision 0037e82b: [BUGFIX] IRRE: Create a correct original value identifier
- The value of `data-table-unique-original-value` was accidentally of type
array. This causes runtime errors since a st... - 19:02 Revision 9b426a5a: [BUGFIX] IRRE: Create a correct original value identifier
- The value of `data-table-unique-original-value` was accidentally of type
array. This causes runtime errors since a st... - 19:00 Revision 2c2f28e2: [DOCS] Extend migration example of deprecation 84993
- Change a variable name in migration example for
getPagesTSconfig().
Adds further migration example for getPagesTScon... - 18:58 Revision df8049ea: [FEATURE] Show link to online docs in extension manager
- The export of extensions provided by https://extensions.typo3.org
has been extended with the link to the documentatio... - 18:58 Revision 1963bdcd: [BUGFIX] Respect language restrictions for direct page title editing
- If the user has no access to edit the title of the page due to language
restrictions, the pencil next to the title in... - 18:57 Revision 98ccbed1: [BUGFIX] Make EXT:backend independent of EXT:install
- EXT:backend generates a URL to EXT:install, but has no dependency. This
can lead to composer setups with EXT:backend ... - 18:36 Revision 538bb7cb: [BUGFIX] Respect language restrictions for direct page title editing
- If the user has no access to edit the title of the page due to language
restrictions, the pencil next to the title in... - 18:11 Revision 2a499357: [BUGFIX] Deactivate link element's explanation toggle after change
- Dynamically fetching/applying additional data for the link explanation
seems to be overdone, so we simply deactivate ... - 18:00 Revision 3a1af2fc: [BUGFIX] Allow usage of uid in slug generation via Ajax
- This commit adds an option to the slug input type which allows it
to use the uid of a record when the update slug but... - 18:00 Revision 39797983: [BUGFIX] Make GifBuilder calculation of filename hash faster
- The GifBuilder calculation does not need all of setup
to calculate the values for the filename.
Therefore, only the ... - 17:36 Revision 29af6f5c: [BUGFIX] Allow usage of uid in slug generation via Ajax
- This commit adds an option to the slug input type which allows it
to use the uid of a record when the update slug but... - 17:35 Revision 51174ee1: [BUGFIX] Set default controller name in ExtbasePluginEnhancer
- The `defaultController` setting is only applied if both `action` and
`controller` parameters are empty. In Extbase co... - 17:25 Revision d0bd9b73: [BUGFIX] Log invalid hash generation in FAL Indexer
- The FAL Indexer uses the driver to get a hash for a file. In certain
circumstances (and with 3rd party drivers) the h... - 17:22 Revision a017b4b9: [FEATURE] Page title providers visible in admin panel
- The PageTitleProviders are now visible within the adminpanel debug panel.
Since this information is in no way availab... - 17:22 Revision 4f12e25e: [BUGFIX] Set default controller name in ExtbasePluginEnhancer
- The `defaultController` setting is only applied if both `action` and
`controller` parameters are empty. In Extbase co... - 16:51 Revision 4582ae56: [TASK] Add clarification and tests to SiteBasedRedirectResolver
- The original issue for endless redirect loops is already fixed via
https://forge.typo3.org/issues/88032
whereas the q... - 16:51 Revision 3e2758d1: [BUGFIX] Log invalid hash generation in FAL Indexer
- The FAL Indexer uses the driver to get a hash for a file. In certain
circumstances (and with 3rd party drivers) the h... - 16:41 Revision fea0bdcf: [BUGFIX] Consider all elements in typo3temp/assets/ when clearing
- Only first level elements were considered when clearing assets in
typo3temp/assets/ using corresponding functionality... - 16:37 Revision 917c7d8b: [BUGFIX] Decode tag attributes during HTML parsing
- When parsing HTML in parsefunc, we need to make sure
that the attributes that are extracted for further processing
ar... - 16:28 Revision 4e880df6: [TASK] Add clarification and tests to SiteBasedRedirectResolver
- The original issue for endless redirect loops is already fixed via
https://forge.typo3.org/issues/88032
whereas the q... - 16:19 Revision 9477f2e3: [BUGFIX] Make EXT:backend independent of EXT:install
- EXT:backend generates a URL to EXT:install, but has no dependency. This
can lead to composer setups with EXT:backend ... - 16:01 Revision c6f589f3: [BUGFIX] Decode tag attributes during HTML parsing
- When parsing HTML in parsefunc, we need to make sure
that the attributes that are extracted for further processing
ar... - 15:33 Revision 2485bdf5: [FEATURE] Use SiteLanguageAwareInterface to check for trait existence
- In AspectFactory::enrich(), the function would use class_uses() to
determine, if an aspect uses the trait SiteLanguag... - 14:59 Revision 5e4018fc: [BUGFIX] RTE: Support anchors without `href`
- Removes enforcing of href attribute when storing RTE text into the
database. Removes adding of absolute scheme on a t... - 14:58 Revision ad3267ec: [FEATURE] Provide a way to sort form lists in ext:form
- Forms in ext:form were previously not sorted in any manner, but just
outputted in the order they were read from the f... - 14:51 Revision c13aa8be: [BUGFIX] Deactivate link element's explanation toggle after change
- Dynamically fetching/applying additional data for the link explanation
seems to be overdone, so we simply deactivate ... - 14:49 Revision 40f7d52b: [BUGFIX] Ignore unique evaluation in l10n_mode exclude
- The l10n_mode "exclude" explains to copy the field value from
source language, so unique evaluation should be ignored... - 14:39 Revision 4487d5b1: [BUGFIX] RTE: Support anchors without `href`
- Removes enforcing of href attribute when storing RTE text into the
database. Removes adding of absolute scheme on a t... - 14:39 Revision 819db04f: [BUGFIX] Use indexed menu item array for directory menu
- This prevents overwriting existing entries when a mount point
and its target have the same parent.
Resolves: #89402
... - 14:19 Revision 7422eff2: [BUGFIX] Reenable input field for page ID when setting a link via RTE
- Remove obsolete dot to make following setting work again:
RTE.default.buttons.link.pageIdSelector.enabled = 1
This n... - 14:12 Revision 8f8994e9: [BUGFIX] Fix from usage of database restriction within lowlevel scripts
- Resolves: #89495
Releases: 8.7
Change-Id: I006f3f36089bf6963a330f620ea000409e422d31
Reviewed-on: https://review.typo3... - 14:05 Revision 0780cfbd: [BUGFIX] Reenable input field for page ID when setting a link via RTE
- Remove obsolete dot to make following setting work again:
RTE.default.buttons.link.pageIdSelector.enabled = 1
This n... - 14:04 Revision 020f22dc: [BUGFIX] Substitute form references for array keys as well in ext:form
- In ext:form, string placeholders, like "{text-1}", can be used inside
the finisher to place form inputs, made by the ... - 13:57 Revision 84e50d22: [TASK] Add forceUid option to Import Command
- Add possibility to force UIDs from Command Line
when importing a t3d/xml file.
Releases: master
Resolves: #87414
Cha... - 13:57 Revision 3fa18fab: [FEATURE] Support nomodule for JavaScript includes
- Add the property 'nomodule="nomodule"' to JavaScript files via TypoScript
page.includeJSlibs.<array>.nomodule = 1
Th... - 13:44 Revision 3fde1b1d: [TASK] Deprecate \TYPO3\CMS\Extbase\Mvc\Controller\AbstractController
- The AbstractController is an internal class which never
really had any functionality than to provide some basic
metho... - 13:43 Revision 7378035e: [FEATURE] Mark broken file links in RTE
- Broken file links are now marked in RTE with yellow background and red
border.
This patch uses the previously introd... - 13:43 Revision 3669742d: [BUGFIX] Respect richtextConfiguration set via TCA
- If richtextConfiguration is set via TCA for a specific text field
(e.g. for custom elements or within TCA-overrides),... - 11:23 Revision 39dd66d8: [TASK] Update doctrine/dbal to minimum ^2.10
- composer require doctrine/dbal:"^2.10"
Releases: master
Resolves: #89625
Change-Id: I1f0591d2544c34d1785c3cd3ee4b8a6... - 10:50 Revision 2ba16773: [BUGFIX] Use correct icon for menu separator if hidden in menu
- Now pages of doktype "menu separator" are using the correct icon
if `nav_hide` is set.
Resolves: #89615
Releases: ma... - 10:14 Revision 433fac84: [TASK] Add additional workspaces tests covering enable fields
- Resolves: #89623
Releases: master, 9.5
Change-Id: Ibb2738c792173e8f40f0c98350629754379b74cb
Reviewed-on: https://revi... - 10:08 Revision 6fe57280: [DOCS] Fix RTE preset example
- The example for overwriting preset of a single field for specific type
(e.g. CType) was wrong. This is now fixed.
Al... - 10:06 Revision bce22ba7: [BUGFIX] Respect cacheHash excludedParameters in TSFE::reqCHash()
- * Requests with a parameter from "excludedParameters" settings
will not raise a cHash comparison error
* Requests w... - 10:03 Revision 188c01a7: [TASK] Add additional workspaces tests covering enable fields
- Resolves: #89623
Releases: master, 9.5
Change-Id: Ibb2738c792173e8f40f0c98350629754379b74cb
Reviewed-on: https://revi... - 10:02 Revision f610f55b: [BUGFIX] Use correct icon for menu separator if hidden in menu
- Now pages of doktype "menu separator" are using the correct icon
if `nav_hide` is set.
Resolves: #89615
Releases: ma... - 09:41 Revision e94aefa0: [BUGFIX] Respect cacheHash excludedParameters in TSFE::reqCHash()
- * Requests with a parameter from "excludedParameters" settings
will not raise a cHash comparison error
* Requests w... - 09:39 Revision e89e1a5a: [DOCS] Fix RTE preset example
- The example for overwriting preset of a single field for specific type
(e.g. CType) was wrong. This is now fixed.
Al... - 08:18 Revision a6b7e323: [BUGFIX] Pluralize term dynamically
- This adds a static method `pluralize` to dynamically pluralize
a term which changes during runtime to prevent a gramm... - 07:57 Revision ff6c916f: [BUGFIX] Prevent indexing of XML sitemaps by search engines
- The content of a XML sitemap should not be listed on search engine result
pages. This patch adds the HTTP header "X-R...
2019-11-08
- 23:40 Revision cdab7938: [BUGFIX] Prevent indexing of XML sitemaps by search engines
- The content of a XML sitemap should not be listed on search engine result
pages. This patch adds the HTTP header "X-R... - 18:38 Revision c8a3f998: [TASK] Extend TCA shadowColumns instead of overriding them
- ext:irre_tutorial is extending corresponding TCA settings now.
Resolves: #89624
Resolves: master, 9.5, 8.7
Change-Id... - 18:38 Revision 0d53e80a: [TASK] Extend TCA shadowColumns instead of overriding them
- ext:irre_tutorial is extending corresponding TCA settings now.
Resolves: #89624
Resolves: master, 9.5, 8.7
Change-Id... - 18:37 Revision ddaeb563: [TASK] Extend TCA shadowColumns instead of overriding them
- ext:irre_tutorial is extending corresponding TCA settings now.
Resolves: #89624
Resolves: master, 9.5, 8.7
Change-Id... - 16:12 Revision 9bfad5f3: [BUGFIX] Don't escape decimal character group
- Releases: master, 9.5, 8.7
Resolves: #87471
Change-Id: I0d139369c5ddc3acd8acbd278fe9841961002ca0
Reviewed-on: https:/... - 16:11 Revision 489ea99d: [BUGFIX] Don't escape decimal character group
- Resolves: #87471
Releases: master, 9.5, 8.7
Change-Id: I0d139369c5ddc3acd8acbd278fe9841961002ca0
Reviewed-on: https:/... - 16:11 Revision 65dfbeed: [BUGFIX] Don't escape decimal character group
- Resolves: #87471
Releases: master, 9.5, 8.7
Change-Id: I0d139369c5ddc3acd8acbd278fe9841961002ca0
Reviewed-on: https:/... - 15:56 Revision 652e0f8e: [BUGFIX] Remove references to "alternativeTempPath"
- The previous TypoScript option "alternativeTempPath"
was removed some years ago (before 6.2), but the option
was stil... - 15:49 Revision acefb080: [TASK] Avoid using deprecated Doctrine types
- Issue #89592 upgraded Doctrine to v2.10.0 - usages of deprecated
`TYPE::*` constants have not been adjusted (see doct... - 15:48 Revision 19fbdfae: [BUGFIX] Remove references to "alternativeTempPath"
- The previous TypoScript option "alternativeTempPath"
was removed some years ago (before 6.2), but the option
was stil... - 15:31 Revision 8c0993ed: [BUGFIX] Remove references to "alternativeTempPath"
- The previous TypoScript option "alternativeTempPath"
was removed some years ago (before 6.2), but the option
was stil... - 13:17 Revision c59b01ff: [BUGFIX] Pluralize term dynamically
- This adds a static method `pluralize` to dynamically pluralize
a term which changes during runtime to prevent a gramm... - 12:44 Revision 6d55ec35: [BUGFIX] Fix PHPDoc of BackendUtility::getRecordLocalization
- Now the return annotation states out that an empty array will
be returned if no localized records can be found and FA... - 11:30 Revision bee275c3: [BUGFIX] Streamline SoftReferenceIndex references
- This patch streamlines the return values for softref type typoscript and typoscript_tag. Furthermore tests for the AP...
- 09:56 Revision 8fafe43c: [BUGFIX] Fix tests in ConditionMatcher regarding applicationContext
- The applicationContext tests were only checking
the string "applicationContext" and not the actual
object that was in... - 09:26 Revision 6ea6b1af: [TASK] Update doctrine/dbal to 2.10.0
- With this change the new release of doctrine/dbal will be applied,
which will solve different bugfixes and introduce ... - 09:10 Revision cb437123: [BUGFIX] Fix tests in ConditionMatcher regarding applicationContext
- The applicationContext tests were only checking
the string "applicationContext" and not the actual
object that was in... - 06:14 Revision cb2c6818: [FEATURE] Make site title configurable per website language
- The site title can now be configured with the site module instead of
using the sys_template record. If you don't need...
2019-11-07
- 22:37 Revision 5c716ee9: Revert "[TASK] Speed up DB query for tables with versions"
- This reverts commit 28c285e7db92a8d8249c774ef15839c78ef9258c.
The change resulted in AJAX timeouts when dealing with... - 22:36 Revision 8f3d8dde: Revert "[TASK] Speed up DB query for tables with versions"
- This reverts commit 0dab9b4183208040c76e84ea845396b742d91fab.
The change resulted in AJAX timeouts when dealing with... - 22:36 Revision 642c1e67: Revert "[TASK] Speed up DB query for tables with versions"
- This reverts commit 98c74eb212b728db2818c256994c501a6173ab7b.
The change resulted in AJAX timeouts when dealing with... - 17:43 Revision 8a1679b4: [TASK] Enable php 7.4 for runTests.sh script
- The newly provided docker image with php7.4 can now
be used to execute tests with this PHP version.
Resolves: #89609... - 17:15 Revision 48ff3118: [TASK] Enable php 7.4 for runTests.sh script
- The newly provided docker image with php7.4 can now
be used to execute tests with this PHP version.
Resolves: #89609... - 12:42 Revision 3471b870: [BUGFIX] Explicitly initialize DateTime picker for form fields
- The InputDateTimeElement now takes an element identifier to initialize a
field as a date time picker. The DateTimePic... - 11:21 Revision c0ed7925: [TASK] Update Guzzle to latest version (6.4.1)
- Guzzle is our HTTP fetching library, which should
be updated to the latest version due to some
bugfixes regarding coo... - 11:21 Revision 0d77450b: [FEATURE] Mark broken external links in RTE
- Before this change, only broken page links were marked
in RTE.
In general: If a broken link is to be marked in the R... - 11:14 Revision 5f05593e: [BUGFIX] Improve accessibility of backend login
- To improve the accessibility of the backend login,
the following changes are applied:
- Remove wrong role from login... - 10:10 Revision d12c3548: [TASK] Update Guzzle to latest version (6.4.1)
- Guzzle is our HTTP fetching library, which should
be updated to the latest version due to some
bugfixes regarding coo... - 09:16 Revision 88cd6740: [BUGFIX] Improve accessibility of backend login
- To improve the accessibility of the backend login,
the following changes are applied:
- Remove wrong role from login... - 08:37 Revision aa2052d1: [BUGFIX] SysLanguageViewHelper fetches proper DB connection
- A simple copy/paste error fetches a wrong DB connection when having
multiple database connections configured.
Resolv... - 06:02 Revision 507d56ea: [BUGFIX] SysLanguageViewHelper fetches proper DB connection
- A simple copy/paste error fetches a wrong DB connection when having
multiple database connections configured.
Resolv...
2019-11-06
- 21:56 Revision 75aa958b: [BUGFIX] Streamline SoftReferenceIndex references
- This patch streamlines the return values for softref type typoscript and typoscript_tag. Furthermore tests for the AP...
- 20:09 Revision 6404d04e: [DOCS] Fix explanation of content element TypoScript example
- The example makes use of a reference, not a copy. This is now reflected
by the text.
Releases: master, 9.5
Resolves:... - 17:40 Revision d82d725a: [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... - 16:53 Revision deebd9f4: [BUGFIX] Do not fall back to routes on invalid “id”
- Prevents a logic issue where any failure to load
a record from “pages” based on $_GET[‘id’]
would cause incorrect beh... - 16:48 Revision a20e5c22: [TASK] Rename TSconfig labels section in page properties
- "TypoScript Configuration" renamed to "Page TSconfig"
"Include Page TSconfig (from extensions)" renamed to "Include s... - 07:01 Revision 9b09fae9: [BUGFIX] Have backend layouts in DB respect workspace versions
- Resolves: #24737
Releases: master, 9.5
Change-Id: I5a5f1b0a26951266a0e90c46af670602247693e5
Reviewed-on: https://revi...
2019-11-05
- 20:07 Revision 8db9bd87: [BUGFIX] OtherLanguageContent: show fallback language icon
- Since the default language can be different from site
configuration to site configuration, "flags-multiple" icon
is u... - 20:01 Revision a1e0405f: [TASK] Remove mod.web_func filter in InfoPageTyposcriptConfigController
- The func module has been removed. The according PageTsConfig filter
has been removed as well.
Resolves: #88821
Relea... - 19:55 Revision 838b6f78: [TASK] Cleanup \TYPO3\CMS\Extbase\Persistence\Generic\Mapper\ColumnMap
- This commit cleans up the ColumnMap class by removing
unused, superfluous methods and constants and by defining
the v... - 19:51 Revision 990f8fe4: [BUGFIX] Have backend layouts in DB respect workspace versions
- Resolves: #24737
Releases: master, 9.5
Change-Id: I5a5f1b0a26951266a0e90c46af670602247693e5
Reviewed-on: https://revi... - 17:46 Revision a6af4fd5: [BUGFIX] Check parsed url for query part in BE Shortcuts
- This change adds null coalescing operators at multiple places
in `ShortcutRepository` to avoid type errors if the sho... - 17:22 Revision a6d87ab7: [BUGFIX] Remove 2nd double quotes from exception messages
- There were two double quotes within two exception messages.
That could lead to irritation whether one was part of hea... - 16:59 Revision 8edc8241: [BUGFIX] Check parsed url for query part in BE Shortcuts
- This change adds null coalescing operators at multiple places
in `ShortcutRepository` to avoid type errors if the sho... - 16:50 Revision b5431379: [TASK] Initialize TSFE language at an earlier stage
- The languageService and pageRenderer instantiate their
language / locale information at a very late point, allowing
t... - 14:18 Revision 874dde16: [BUGFIX] Remove 2nd double quotes from exception messages
- There were two double quotes within two exception messages.
That could lead to irritation whether one was part of hea... - 09:39 Revision e474def1: [BUGFIX] Add lang attribute to html tag in Backend
- The current language of the TYPO3 Backend user is now added as
attribute 'lang' to the html tag of any module using t...
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...
Also available in: Atom