[TASK] Remove jQuery from Install Tool modules
This patch removes the jQuery usages from all Install Tool modules. It's done in one go because of the dependency of the modules on a abstract class that provides methods returning jQuery objects. The miration of the installer (the module that performs the initial setup) is left for another patch, as it is basically a distinct tool and out of scope for this patch. Also the jquery-based chosen-js library will be replaced separately. Resolves: #101655 Releases: main Change-Id: I6c7dc7e156bdd65fbf36d0cab6654e5efb06e7a9 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80516 Tested-by:Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benjamin Franzke <ben@bnf.dev> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benjamin Franzke <ben@bnf.dev>
Showing
- Build/Sources/TypeScript/install/installer.ts 2 additions, 3 deletionsBuild/Sources/TypeScript/install/installer.ts
- Build/Sources/TypeScript/install/module/abstract-inline-module.ts 3 additions, 3 deletions...urces/TypeScript/install/module/abstract-inline-module.ts
- Build/Sources/TypeScript/install/module/abstract-interactable-module.ts 59 additions, 12 deletions...TypeScript/install/module/abstract-interactable-module.ts
- Build/Sources/TypeScript/install/module/environment/environment-check.ts 7 additions, 9 deletions...ypeScript/install/module/environment/environment-check.ts
- Build/Sources/TypeScript/install/module/environment/folder-structure.ts 28 additions, 34 deletions...TypeScript/install/module/environment/folder-structure.ts
- Build/Sources/TypeScript/install/module/environment/image-processing.ts 10 additions, 10 deletions...TypeScript/install/module/environment/image-processing.ts
- Build/Sources/TypeScript/install/module/environment/mail-test.ts 22 additions, 20 deletions...ources/TypeScript/install/module/environment/mail-test.ts
- Build/Sources/TypeScript/install/module/environment/php-info.ts 4 additions, 3 deletions...Sources/TypeScript/install/module/environment/php-info.ts
- Build/Sources/TypeScript/install/module/environment/system-information.ts 4 additions, 3 deletions...peScript/install/module/environment/system-information.ts
- Build/Sources/TypeScript/install/module/maintenance/cache.ts 4 additions, 4 deletionsBuild/Sources/TypeScript/install/module/maintenance/cache.ts
- Build/Sources/TypeScript/install/module/maintenance/clear-tables.ts 21 additions, 20 deletions...ces/TypeScript/install/module/maintenance/clear-tables.ts
- Build/Sources/TypeScript/install/module/maintenance/clear-typo3temp-files.ts 25 additions, 21 deletions...cript/install/module/maintenance/clear-typo3temp-files.ts
- Build/Sources/TypeScript/install/module/maintenance/create-admin.ts 28 additions, 24 deletions...ces/TypeScript/install/module/maintenance/create-admin.ts
- Build/Sources/TypeScript/install/module/maintenance/database-analyzer.ts 54 additions, 56 deletions...ypeScript/install/module/maintenance/database-analyzer.ts
- Build/Sources/TypeScript/install/module/maintenance/dump-autoload.ts 4 additions, 4 deletions...es/TypeScript/install/module/maintenance/dump-autoload.ts
- Build/Sources/TypeScript/install/module/maintenance/language-packs.ts 86 additions, 309 deletions...s/TypeScript/install/module/maintenance/language-packs.ts
- Build/Sources/TypeScript/install/module/maintenance/reset-backend-user-uc.ts 2 additions, 2 deletions...cript/install/module/maintenance/reset-backend-user-uc.ts
- Build/Sources/TypeScript/install/module/password-strength.ts 34 additions, 20 deletionsBuild/Sources/TypeScript/install/module/password-strength.ts
- Build/Sources/TypeScript/install/module/settings/change-install-tool-password.ts 15 additions, 13 deletions...t/install/module/settings/change-install-tool-password.ts
- Build/Sources/TypeScript/install/module/settings/extension-configuration.ts 96 additions, 114 deletions...Script/install/module/settings/extension-configuration.ts
Please register or sign in to comment