[!!!][TASK] Merge EXT:t3editor into backend
This patch merges the "t3editor" extension into EXT:backend. The overall benefit is a globally available syntax highlighting at various places, without the need to have an extra extension installed. Another benefit it the removal of installation checks of EXT:t3editor and fallbacks if the "soft requirement" is not fulfilled, reducing soft-cross-dependencies. Resolves: #102440 Releases: main Change-Id: I76301c9cff08f61a5721fa34f4e3e950687b67b0 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81799 Reviewed-by:Stefan Bürk <stefan@buerk.tech> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Stefan Bürk <stefan@buerk.tech>
Showing
- .gitattributes 0 additions, 3 deletions.gitattributes
- Build/Gruntfile.js 35 additions, 27 deletionsBuild/Gruntfile.js
- Build/Sources/TypeScript/backend/code-editor/autocomplete/completion-result.ts 2 additions, 2 deletions...ipt/backend/code-editor/autocomplete/completion-result.ts
- Build/Sources/TypeScript/backend/code-editor/autocomplete/ts-code-completion.ts 6 additions, 6 deletions...pt/backend/code-editor/autocomplete/ts-code-completion.ts
- Build/Sources/TypeScript/backend/code-editor/autocomplete/ts-parser.ts 3 additions, 3 deletions.../TypeScript/backend/code-editor/autocomplete/ts-parser.ts
- Build/Sources/TypeScript/backend/code-editor/autocomplete/ts-ref.ts 1 addition, 1 deletion...ces/TypeScript/backend/code-editor/autocomplete/ts-ref.ts
- Build/Sources/TypeScript/backend/code-editor/element/code-mirror-element.ts 23 additions, 1 deletion...Script/backend/code-editor/element/code-mirror-element.ts
- Build/Sources/TypeScript/backend/code-editor/language/typoscript.ts 3 additions, 3 deletions...ces/TypeScript/backend/code-editor/language/typoscript.ts
- Build/Sources/TypeScript/backend/code-editor/stream-parser/typoscript.ts 0 additions, 0 deletions...ypeScript/backend/code-editor/stream-parser/typoscript.ts
- Build/Sources/TypeScript/backend/grid-editor.ts 1 addition, 1 deletionBuild/Sources/TypeScript/backend/grid-editor.ts
- Build/Sources/TypeScript/backend/pagetsconfig/pagetsconfig-includes.ts 2 additions, 2 deletions.../TypeScript/backend/pagetsconfig/pagetsconfig-includes.ts
- Build/Sources/TypeScript/tstemplate/template-analyzer.ts 2 additions, 2 deletionsBuild/Sources/TypeScript/tstemplate/template-analyzer.ts
- Build/tsconfig.json 0 additions, 3 deletionsBuild/tsconfig.json
- Build/web-test-runner.config.mjs 40 additions, 40 deletionsBuild/web-test-runner.config.mjs
- composer.json 0 additions, 3 deletionscomposer.json
- composer.lock 1 addition, 1 deletioncomposer.lock
- typo3/sysext/adminpanel/Documentation/Settings.cfg 0 additions, 1 deletiontypo3/sysext/adminpanel/Documentation/Settings.cfg
- typo3/sysext/backend/Classes/CodeEditor/Addon.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/CodeEditor/Addon.php
- typo3/sysext/backend/Classes/CodeEditor/CodeEditor.php 10 additions, 13 deletionstypo3/sysext/backend/Classes/CodeEditor/CodeEditor.php
- typo3/sysext/backend/Classes/CodeEditor/Exception/InvalidModeException.php 1 addition, 1 deletion...end/Classes/CodeEditor/Exception/InvalidModeException.php
Please register or sign in to comment