-
Notifications
You must be signed in to change notification settings - Fork 184
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
Fix: hide notification #669
Fix: hide notification #669
Conversation
- we can't switch to paid lts version, temp fix = hide notification - update .pre-commit.config.yaml (fix pre-commit) - fix pre-commit error about using double quotes instead of single ones
- this file is not used anymore (still contains the notification)
- the part describing how to run tests was not working
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #669 +/- ##
=======================================
Coverage 81.79% 81.79%
=======================================
Files 20 20
Lines 912 912
Branches 122 122
=======================================
Hits 746 746
Misses 138 138
Partials 28 28 ☔ View full report in Codecov by Sentry. |
@corentinbettiol Can you build the |
@fsbraun I just took the file content from cdn.jsdelivr.net/npm/[email protected]/ckeditor.js, formatted it, removed the notification code, and re-minified it.
I don't understand this part. The content of the file on the master branch is minified. |
@corentinbettiol Sorry, for being unclear. Yes, the distributed versions of ckeditor4 are minified. But since we're about to change it, the license requires a "source". As described in https://github.com/django-cms/djangocms-text-ckeditor/blob/master/UPGRADE.md , could you try building ckeditor4 from source (non-minified) and then remove the warning code? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This will now be closed due to inactivity, but feel free to reopen it. |
As explained in #668, ckeditor started showing notifications about the current version being "insecure". This PR removes the code making it check the version and show the notification.