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:T12] Migrate Page indexing stack to TYPO3 12+ API #3540

Conversation

dkd-kaehm
Copy link
Collaborator

@dkd-kaehm dkd-kaehm commented Mar 10, 2023

Fixes: #3529
Relates: #3376

@dkd-kaehm dkd-kaehm force-pushed the task/3376_3529_page_indexing_stack branch from 9e596f1 to 4b704e0 Compare March 10, 2023 17:33
### Changes on `IndexQueue\FrontendHelper\AbstractFrontendHelper`:

* declared as singleton
* added `$isActivated = false;` class property
* removed:
  * `disableFrontendOutput()` method and registrations of
    `$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['isOutputting']` hook.
    See:
    * [Core: Deprecation: #91012 - Various hooks related to TypoScriptFrontendController](https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/10.4/Deprecation-91012-VariousHooksRelatedToTypoScriptFrontendController.html)
    * [Core: Breaking: #91473 - Deprecated functionality removed](https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/11.0/Breaking-91473-DeprecatedFunctionalityRemoved.html)
  * `disableCaching()` method and registrations of
    `$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['tslib_fe-PostProc']` hook.
    The caching is disblad in `\ApacheSolrForTypo3\Solr\Middleware\PageIndexerInitialization::process()` by `->withAttribute('noCache', true)`
    See:
    * [Core: Deprecation: #86279 - Various Hooks and PSR-15 Middlewares](https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/9.5/Deprecation-86279-VariousHooksAndPSR-15Middlewares.html)
    * [Core: Breaking: #87193 - Deprecated functionality removed](https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/10.0/Breaking-87193-DeprecatedFunctionalityRemoved.html)
   

Fixes: TYPO3-Solr#3529
Relates: TYPO3-Solr#3376
@dkd-kaehm dkd-kaehm force-pushed the task/3376_3529_page_indexing_stack branch from 4b704e0 to bb18522 Compare March 16, 2023 15:32
This change contains chenges for indexing stack related to TYPO3 Core BC #98303
[!!!][FEATURE] Add generic language overlay PSR-14 events instead of hooks

Fixes: TYPO3-Solr#3529
Relates: TYPO3-Solr#3376
@dkd-kaehm dkd-kaehm force-pushed the task/3376_3529_page_indexing_stack branch from 3c2164e to 3c0fe27 Compare March 17, 2023 15:14
@dkd-kaehm dkd-kaehm force-pushed the task/3376_3529_page_indexing_stack branch from 237c1a9 to d7d6bea Compare March 24, 2023 16:25
@dkd-kaehm dkd-kaehm merged commit 6ec289e into TYPO3-Solr:task/3376-TYPO3_12_compatibility Mar 24, 2023
3 of 5 checks passed
@dkd-kaehm dkd-kaehm deleted the task/3376_3529_page_indexing_stack branch March 24, 2023 16:40
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.

None yet

1 participant