Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Cherry-Pick relevant changes from release-12.0.x into main #4238

Merged

Conversation

dkd-kaehm and others added 7 commits November 28, 2024 17:51
Fixes deprecation notices in Dockerfile:

 - MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label (line 2)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 3)

Ports: TYPO3-Solr#4110
If an index document has no representation in the index queue,
EXT:solr fails to remove the item on deletions or updates of
the corresponding record in TYPO3.

By adjusting the checks in the record monitor, garbage remover
and update handler this issue is resolved. The
ConfigurationAwareRecordService is no longer using
BackendUtility::getRecord() as this would return hidden records.

Resolves: TYPO3-Solr#4107
Due of troubles within CI builds, the scrutinizer must be removed.

Cherry-Picked from: TYPO3-Solr@ac09602
Ports: TYPO3-Solr#4143
This PR re-introduces the template variables in the SearchFormViewHelper

Cherry-Picked from: TYPO3-Solr@8f60143
Fixes: TYPO3-Solr#4117
Ports: TYPO3-Solr#4118
@dkd-kaehm dkd-kaehm merged commit f7ad16a into TYPO3-Solr:main Nov 29, 2024
6 checks passed
@dkd-kaehm dkd-kaehm deleted the task/4174_Cherry-Pick_things_from_12.0.x branch November 29, 2024 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TASK] Cherry-Pick relevant changes from release-12.0.x into main
3 participants