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

Email integration package #17849

Open
wants to merge 98 commits into
base: master-it84
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
98 commits
Select commit Hold shift + click to select a range
6dd2c46
Init email package.
Mati365 Jan 31, 2025
7180d78
Fix import.
Mati365 Jan 31, 2025
a60a2df
Simplify table checks construction.
Mati365 Feb 3, 2025
012f7d5
Init GHS plugin skeleton.
Mati365 Feb 3, 2025
8d22b85
Adjust imports.
Mati365 Feb 3, 2025
f28256f
Add basic GHS plugin implementation.
Mati365 Feb 3, 2025
75dabc0
Fix GHS testing.
Mati365 Feb 3, 2025
3046316
Adjust GHS plugin.
Mati365 Feb 3, 2025
ec3fc3d
Minor CR fixes.
Mati365 Feb 3, 2025
1d3903a
Add suppress logs function check.
Mati365 Feb 3, 2025
c937230
Fix manual tests
Mati365 Feb 3, 2025
614059c
Simplify `_validateConfigColorValue`.
Mati365 Feb 3, 2025
7cd23a8
More strict testing.
Mati365 Feb 3, 2025
d2d8990
Sort deps.
Mati365 Feb 3, 2025
d6ce9c9
Improve docs.
Mati365 Feb 3, 2025
84dfedb
Rename error codes a bit.
Mati365 Feb 3, 2025
85f853c
Docs: warning language review. [skip ci]
godai78 Feb 3, 2025
8d66ae0
Update packages/ckeditor5-email/src/emailintegrationconfig.ts
godai78 Feb 4, 2025
5cfa581
Update packages/ckeditor5-email/src/emailintegrationutils.ts
godai78 Feb 4, 2025
24e3e4c
Update packages/ckeditor5-email/src/emailintegrationutils.ts
godai78 Feb 4, 2025
2e850d8
Sorting dependenecies.
godai78 Feb 4, 2025
20fda48
Add console info warnings in emptyblock and exportinlinestyles integr…
Mati365 Feb 4, 2025
0de872d
Docs: update API links [short flow]
godai78 Feb 4, 2025
05e3fd4
Restore warning in export inline styles integration checker.
Mati365 Feb 4, 2025
23924ff
Merge remote-tracking branch 'origin' into ck/epic/email-editing
Mati365 Feb 4, 2025
dab8242
Add empty block doc section.
Mati365 Feb 4, 2025
79b17b1
Docs: minor fixes. [short flow]
godai78 Feb 4, 2025
99d8122
Docs: lead in. [short flow]
godai78 Feb 4, 2025
609c411
Update packages/ckeditor5-email/docs/features/email.md
godai78 Feb 4, 2025
16edc5a
Update packages/ckeditor5-email/src/emailintegrationutils.ts
godai78 Feb 4, 2025
f655616
Update packages/ckeditor5-email/src/emailintegrationutils.ts
godai78 Feb 4, 2025
fa77ab3
Update packages/ckeditor5-email/src/emailintegrationutils.ts
godai78 Feb 4, 2025
64b6622
Update packages/ckeditor5-email/src/integrations/list.ts
godai78 Feb 4, 2025
6de45e9
Update packages/ckeditor5-email/tests/manual/emailintegration.md
godai78 Feb 4, 2025
15387ea
Update packages/ckeditor5-email/docs/features/email.md
godai78 Feb 4, 2025
a72cbb4
Extend the FullPage plugin with ability to render styles from <head> …
pszczesniak Feb 4, 2025
73574cc
Add missing `@module` to `email/index.ts`.
Mati365 Feb 4, 2025
f6713a8
Reorder imports.
Mati365 Feb 4, 2025
487f903
Added tests for 'allowRenderStylesFromHead' option.
pszczesniak Feb 4, 2025
7f19a9e
Change color warnings descriptions.
Mati365 Feb 5, 2025
ed892d6
Split color validation functions.
Mati365 Feb 5, 2025
51e6afe
Add missing unit tests for `_logInfo()`.
Mati365 Feb 5, 2025
f28f4f9
Check table / font config only when the table / font plugins are pres…
Mati365 Feb 5, 2025
3b01c42
Fix typo in docs.
Mati365 Feb 5, 2025
9cb494f
Improve inspector attach.
Mati365 Feb 5, 2025
f9db1dc
Update packages/ckeditor5-email/docs/_snippets/features/email.js
godai78 Feb 5, 2025
3b44877
Added 'sanitizeCss' config option.
pszczesniak Feb 5, 2025
90f005e
Added tests for 'sanitizeCss' option.
pszczesniak Feb 5, 2025
098e1cd
Use editors domParser.
pszczesniak Feb 6, 2025
1caf9aa
Api docs fixes. [skip ci]
pszczesniak Feb 6, 2025
b0231e0
Typo fix. [skip ci]
pszczesniak Feb 6, 2025
ac40945
Api docs fixes. [skip ci]
pszczesniak Feb 6, 2025
0bef7bb
Docs: related features. [skip ci]
godai78 Feb 6, 2025
2df1785
Update of the manual test description. [skip ci]
pszczesniak Feb 6, 2025
540e00c
Fix typo in docs.
Mati365 Feb 6, 2025
022812b
Add more unsupported color formats.
Mati365 Feb 6, 2025
825fa25
Add `rgba` to unsupported formats.
Mati365 Feb 6, 2025
7755161
Fix minor typos in docs.
Mati365 Feb 6, 2025
137541f
Remove styles from head of the main document while editor is destroyed.
pszczesniak Feb 6, 2025
e8cac27
Removed unnecessary function from tests.
pszczesniak Feb 6, 2025
abf83b5
Docs: minor snippet cleanup. [short flow]
godai78 Feb 6, 2025
f5eac62
Add `dll:build` to `package.json`.
Mati365 Feb 6, 2025
3c2ae8a
Revert webpack config
Mati365 Feb 6, 2025
6692cbd
Fix deps.
Mati365 Feb 6, 2025
cd396bd
Center the plain table in the output.
mmotyczynska Feb 6, 2025
e788e43
Adjust manual test.
mmotyczynska Feb 6, 2025
378d334
Update tests for plain tables.
mmotyczynska Feb 6, 2025
b6b8cab
Add test for consuming 'table' class.
mmotyczynska Feb 6, 2025
cacbf1e
Normalize imports, apply CR remarks.
Mati365 Feb 7, 2025
ca7c113
Check for non-glue plugins in font plugin asseration.
Mati365 Feb 7, 2025
e69a4eb
Print `Markdown` as unsupported plugin.
Mati365 Feb 7, 2025
0119e0d
Fix email integration sample
Mati365 Feb 7, 2025
72c01c2
Review suggestions applied.
pszczesniak Feb 10, 2025
eeb4737
Restore `skipComments` option on reinitialization of the data process…
Mati365 Feb 10, 2025
6413857
Fixes after review.
pszczesniak Feb 10, 2025
ce8cc6a
Merge branch 'ck/epic/email-editing' into ck/13482-render-style-eleme…
pszczesniak Feb 10, 2025
d087026
Merge pull request #17889 from ckeditor/ck/17888-plain-table-not-alig…
mmotyczynska Feb 10, 2025
72a5a99
Merge pull request #17880 from ckeditor/ck/13482-render-style-element…
pszczesniak Feb 11, 2025
11d3b64
Merge branch 'master' into ck/epic/email-editing
pszczesniak Feb 11, 2025
6f794d8
Fixed missing comma.
pszczesniak Feb 11, 2025
64b9e8e
Extend guide for Full page HTML feature.
pszczesniak Feb 11, 2025
743d471
Merge branch 'master-it84' into ck/epic/email-editing
Mati365 Feb 11, 2025
33c9f1e
Removed property 'parsedDocument' from the 'HtmlPageDataProcessor' to…
pszczesniak Feb 11, 2025
c057ee0
Merge pull request #17907 from ckeditor/ck/13482-html-page-data-proce…
niegowski Feb 11, 2025
53a8620
Docs: Proofread the Full page HTML guide.
gorzelinski Feb 11, 2025
91369f7
Merge pull request #17906 from ckeditor/ck/13482-render-style-element…
pszczesniak Feb 12, 2025
1980877
Merge branch 'master-it84' into ck/epic/email-editing
pszczesniak Feb 12, 2025
60b8e89
Drop `Demo` section from email guide as there is no demo.
Mati365 Feb 12, 2025
fe19a66
Drop `TODO` in fullpage for now.
Mati365 Feb 12, 2025
17fd8d5
Drop more demo links.
Mati365 Feb 12, 2025
ac9bfa2
Added link for Full page HTML feature in error code API docs.
pszczesniak Feb 12, 2025
1119b9d
Merge pull request #17916 from ckeditor/ck/13482-extending-api-docs-o…
pszczesniak Feb 12, 2025
098b57f
Warn about missing TableLayout plugin.
mmotyczynska Feb 12, 2025
b3b2ee0
Add basic tests for TableLayout for code coverage.
mmotyczynska Feb 12, 2025
3e23e5e
Fix: Small tweaks.
gorzelinski Feb 13, 2025
a8fe7df
Docs: Tweak the warn message.
gorzelinski Feb 13, 2025
c4c567e
Update method description.
mmotyczynska Feb 13, 2025
153636c
Merge pull request #17920 from ckeditor/ck/warn-about-missing-table-l…
mmotyczynska Feb 13, 2025
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
2 changes: 0 additions & 2 deletions packages/ckeditor5-html-support/src/fullpage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ export default class FullPage extends Plugin {
* it is strongly recommended to define a sanitize function that will clean up the CSS
* which is present in the `<head>` in editors content in order to avoid XSS vulnerability.
*
* For a detailed overview, check the {@glink TODO} documentation.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo: Revert it after fixing docs

*
* @error html-embed-provide-sanitize-function
*/
logWarning( 'css-full-page-provide-sanitize-function' );
Expand Down