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

Revert "Updated TinyMCE to 6.8 via composer 🚀" #3705

Merged
merged 1 commit into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
/app/etc/modules/Cm_RedisSession.xml
/lib/Credis

# TinyMCE library
/js/tinymce

# Add a base setup for running unit Tests with code coverage and send them to SonarCloud
# https://github.com/OpenMage/magento-lts/pull/1836
/dev/testfield
Expand Down
15 changes: 2 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,13 @@
"colinmollenhour/magento-redis-session": "^3.2.0",
"cweagans/composer-patches": "^1.7",
"magento-hackathon/magento-composer-installer": "^3.1 || ^2.1 || ^4.0",
"mklkj/tinymce-i18n": "^23.11",
"pelago/emogrifier": "^7.0",
"phpseclib/mcrypt_compat": "^2.0.3",
"phpseclib/phpseclib": "^3.0.14",
"shardj/zf1-future": "1.23.5",
"sreichel/composer-plugin-file-copy": "^1.0",
"symfony/polyfill-php74": "^1.27",
"symfony/polyfill-php80": "^1.27",
"symfony/polyfill-php81": "^1.27",
"tinymce/tinymce": "^6.8"
"symfony/polyfill-php81": "^1.27"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
Expand Down Expand Up @@ -93,13 +90,6 @@
}
},
"extra": {
"file-copy" : [{
"source": "tinymce/tinymce",
"target": "js/tinymce"
}, {
"source": "mklkj/tinymce-i18n/langs6",
"target": "js/tinymce/langs"
}],
"magento-root-dir": ".",
"magento-deploystrategy": "copy",
"magento-deploystrategy-dev": "symlink",
Expand All @@ -125,8 +115,7 @@
"allow-plugins": {
"magento-hackathon/magento-composer-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"cweagans/composer-patches": true,
"sreichel/composer-plugin-file-copy": true
"cweagans/composer-patches": true
},
"platform": {
"php": "7.4"
Expand Down
158 changes: 2 additions & 156 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions js/tinymce/icons/default/icons.min.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions js/tinymce/langs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This is where language files should be placed.

Please DO NOT translate these directly, use this service instead: https://crowdin.com/project/tinymce
1 change: 1 addition & 0 deletions js/tinymce/langs/ar.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/tinymce/langs/az.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/tinymce/langs/be.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/tinymce/langs/bg_BG.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/tinymce/langs/bn_BD.js

Large diffs are not rendered by default.

Loading
Loading