[TASK] Move md5.js into an AMD module
The file `md5.js` used to generate a MD5 hash in JavaScript is deprecated and replaced by an AMD module `TYPO3/CMS/Backend/Hashing/Md5`. Resolves: #88432 Releases: master Change-Id: Ibc4db2af011e79f304cee5bd9de91e6505a9c138 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60790 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org>
Showing
- Build/Sources/TypeScript/backend/Resources/Public/TypeScript/Hashing/Md5.ts 251 additions, 0 deletions...Script/backend/Resources/Public/TypeScript/Hashing/Md5.ts
- Build/Sources/TypeScript/backend/Tests/Hashing/Md5Test.ts 26 additions, 0 deletionsBuild/Sources/TypeScript/backend/Tests/Hashing/Md5Test.ts
- Build/Sources/TypeScript/filelist/Resources/Public/TypeScript/ContextMenuActions.ts 5 additions, 4 deletions...ilelist/Resources/Public/TypeScript/ContextMenuActions.ts
- Build/types/TYPO3/index.d.ts 0 additions, 1 deletionBuild/types/TYPO3/index.d.ts
- typo3/sysext/backend/Resources/Public/JavaScript/FormEngineValidation.js 2 additions, 2 deletions...ckend/Resources/Public/JavaScript/FormEngineValidation.js
- typo3/sysext/backend/Resources/Public/JavaScript/Hashing/Md5.js 13 additions, 0 deletions...sysext/backend/Resources/Public/JavaScript/Hashing/Md5.js
- typo3/sysext/backend/Resources/Public/JavaScript/md5.js 1 addition, 0 deletionstypo3/sysext/backend/Resources/Public/JavaScript/md5.js
- typo3/sysext/backend/Tests/JavaScript/Hashing/Md5Test.js 13 additions, 0 deletionstypo3/sysext/backend/Tests/JavaScript/Hashing/Md5Test.js
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-88432-ReplacedMd5jsWithAnAMDModule.rst 33 additions, 0 deletions...master/Deprecation-88432-ReplacedMd5jsWithAnAMDModule.rst
- typo3/sysext/filelist/Resources/Public/JavaScript/ContextMenuActions.js 1 addition, 1 deletion...ilelist/Resources/Public/JavaScript/ContextMenuActions.js
Please register or sign in to comment