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] Migrate javascript modules #3794

Commits on Sep 21, 2023

  1. [TASK] Migrate top.fsMod

    JavaScript top.fsMod is deprecated since TYPO3 11.4, this commit
    replaces the old top.fsMod usage with the ModuleStateStorage,
    now the ImmediateActionElement is used.
    
    Resolves: TYPO3-Solr#3489
    dkd-friedrich committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    719d5cc View commit details
    Browse the repository at this point in the history
  2. [TASK] Replace RequireJS

    RequireJS integration is deprecated in TYPO3 12 and will be removed
    with TYPO3 13, thus search statistics JavaScript is adapted for
    ECMAScript v6.
    
    An update to Chart.js 3.9.1 is also done, which provides ES6 support.
    Integration in Chart.js 4 is currently faulty and is postponed.
    
    Resolves: TYPO3-Solr#3489
    dkd-friedrich committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    3533d32 View commit details
    Browse the repository at this point in the history