[TASK] Replace jQuery.dataTables with tablesort
This patch replaces DataTables with the lightweight alternative tablesort and adjusts all usages of DataTables. Since using DataTables with TYPO3 is neither documented nor propagated, removing this library isn't considered as breaking change. Resolves: #86343 Releases: master Change-Id: Ied7a3a8d471d508f00cc568a15fb930eec4f274b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63958 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- Build/Gruntfile.js 2 additions, 1 deletionBuild/Gruntfile.js
- Build/Sources/Sass/backend.scss 5 additions, 0 deletionsBuild/Sources/Sass/backend.scss
- Build/Sources/Sass/libs/_tablesort.scss 30 additions, 0 deletionsBuild/Sources/Sass/libs/_tablesort.scss
- Build/Sources/Sass/typo3/_element_table.scss 0 additions, 1 deletionBuild/Sources/Sass/typo3/_element_table.scss
- Build/Sources/TypeScript/extensionmanager/Resources/Public/TypeScript/Main.ts 62 additions, 143 deletions...ript/extensionmanager/Resources/Public/TypeScript/Main.ts
- Build/Sources/TypeScript/extensionmanager/Resources/Public/TypeScript/Repository.ts 21 additions, 55 deletions...xtensionmanager/Resources/Public/TypeScript/Repository.ts
- Build/Sources/TypeScript/extensionmanager/Resources/Public/TypeScript/Update.ts 3 additions, 4 deletions...pt/extensionmanager/Resources/Public/TypeScript/Update.ts
- Build/Sources/TypeScript/extensionmanager/Resources/Public/TypeScript/UploadForm.ts 0 additions, 1 deletion...xtensionmanager/Resources/Public/TypeScript/UploadForm.ts
- Build/Sources/TypeScript/scheduler/Resources/Public/TypeScript/Scheduler.ts 5 additions, 6 deletions...Script/scheduler/Resources/Public/TypeScript/Scheduler.ts
- Build/package.json 2 additions, 3 deletionsBuild/package.json
- Build/types/TYPO3/index.d.ts 0 additions, 6 deletionsBuild/types/TYPO3/index.d.ts
- Build/types/tablesort.d.ts 6 additions, 0 deletionsBuild/types/tablesort.d.ts
- Build/yarn.lock 5 additions, 14 deletionsBuild/yarn.lock
- typo3/sysext/about/Resources/Private/Partials/ExternalLibraries.html 2 additions, 2 deletions...t/about/Resources/Private/Partials/ExternalLibraries.html
- typo3/sysext/backend/Resources/Public/Css/backend.css 1 addition, 1 deletiontypo3/sysext/backend/Resources/Public/Css/backend.css
- typo3/sysext/core/Classes/Page/PageRenderer.php 5 additions, 1 deletiontypo3/sysext/core/Classes/Page/PageRenderer.php
- typo3/sysext/core/Documentation/Changelog/master/Important-86343-ReplaceJQueryDataTablesWithTablesort.rst 21 additions, 0 deletions.../Important-86343-ReplaceJQueryDataTablesWithTablesort.rst
- typo3/sysext/core/Resources/Public/JavaScript/Contrib/jquery.dataTables.js 0 additions, 166 deletions.../Resources/Public/JavaScript/Contrib/jquery.dataTables.js
- typo3/sysext/core/Resources/Public/JavaScript/Contrib/tablesort.dotsep.js 6 additions, 0 deletions...e/Resources/Public/JavaScript/Contrib/tablesort.dotsep.js
- typo3/sysext/core/Resources/Public/JavaScript/Contrib/tablesort.js 6 additions, 0 deletions...ext/core/Resources/Public/JavaScript/Contrib/tablesort.js
Please register or sign in to comment