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

Remove configuration options language etc. that were removed with removal of pseudo site handlinge, e.g .sys_language_uid (10.0) #288

Closed
sypets opened this issue Feb 27, 2020 · 0 comments
Assignees
Milestone

Comments

@sypets
Copy link
Contributor

sypets commented Feb 27, 2020

Also related PR:

This change removes the compatibility layer of Site Handling,
called "PseudoSite" handling.

Any TypoScript-related Language properties are removed.

  • config.sys_language_uid
  • config.sys_language_mode
  • config.sys_language_overlay
  • config.locale_all
  • config.language
  • config.typolinkEnableLinksAcrossDomains
  • typolink.useCacheHash

The hook
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tstemplate.php']['linkData-PostProc']
is removed.


In addition, all tests related to PseudoSite and linking
without SiteHandling are removed, linking to pages without
a site will not be linked anymore.

PR was already merged in T3explained: TYPO3-Documentation/TYPO3CMS-Reference-CoreApi#779


Adding useCacheHash to typolink triggers a
"this does not do anything anymore" deprecation message.

Further related removals (old "pageNotFound" handling
and "useCacheHash" in all viewhelpers), are removed
separately.

@sypets sypets changed the title Remove configuration options for pseudo site handling (10.0) Remove configuration options language etc. that were removed with removal of pseudo site handlinge, e.g .sys_language_uid (10.0) Feb 27, 2020
brotkrueml added a commit to brotkrueml/TYPO3CMS-Reference-Typoscript that referenced this issue May 11, 2020
The following TypoScript options have been removed in TYPO3 v10.0:
- config.concatenateJsAndCss
- config.defaultGetVars
- config.htmlTag_langKey
- config.htmlTag_dir
- config.language
- config.language_alt
- config.locale_all
- config.sys_language_isocode
- config.sys_language_isocode_default
- config.sys_language_mode
- config.sys_language_overlay
- config.sys_language_uid
- config.titleTagFunction
- config.tx_extbase.objects
- config.typolinkCheckRootline
- config.typolinkEnableLinksAcrossDomains
- config.USERNAME_substToken
- config.USERUID_substToken

See also: https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/10.0/Breaking-87193-DeprecatedFunctionalityRemoved.html

Related: TYPO3-Documentation#288
sypets pushed a commit that referenced this issue Jun 21, 2020
The following TypoScript options have been removed in TYPO3 v10.0:
- config.concatenateJsAndCss
- config.defaultGetVars
- config.htmlTag_langKey
- config.htmlTag_dir
- config.language
- config.language_alt
- config.locale_all
- config.sys_language_isocode
- config.sys_language_isocode_default
- config.sys_language_mode
- config.sys_language_overlay
- config.sys_language_uid
- config.titleTagFunction
- config.tx_extbase.objects
- config.typolinkCheckRootline
- config.typolinkEnableLinksAcrossDomains
- config.USERNAME_substToken
- config.USERUID_substToken

See also: https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/10.0/Breaking-87193-DeprecatedFunctionalityRemoved.html

Related: #288
@sypets sypets added this to the 10.0 milestone Aug 9, 2020
linawolf added a commit that referenced this issue Jan 3, 2021
@linawolf linawolf self-assigned this Jan 3, 2021
linawolf added a commit that referenced this issue Jan 3, 2021
fix typo

resolves #288

preport to master
linawolf added a commit that referenced this issue Jan 5, 2021
* Remove all references to the removed configurations

resolves #288

preport to master

* Update Documentation/DataTypes/Properties/GetText.rst.txt

Co-authored-by: flicstar <flicstar@users.noreply.github.com>

Co-authored-by: flicstar <flicstar@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants