Commit Graph

213 Commits (d436711365a534619d22264aca5ce54244dbd0d1)

Author SHA1 Message Date
Dave Long 74da82a314
Issue #3439923 by alexpott, longwave, thejimbirch, Wim Leers, phenaproxima, immaculatexavier, nedjo, bircher, deviantintegral, franz, narendraR, omkar.podey, srishtiiee, Rajab Natshah, millnut, mondrake, amateescu, larowlan, sonfd, tasc, vasike: Add recipes api as experimental API to core 2024-05-07 10:28:58 +01:00
quietone 918b86294c
Issue #3442395 by smustgrave, andypost, catch, Wim Leers: ckeditor5 and editor module test config exports/stubs rely on hook_editor_presave() bc layers 2024-05-03 12:46:26 +12:00
catch f9d3ce1046 Issue #3444566 by mondrake: Fix remaining deprecated string array keys in data sets returned by data provider methods that do not match the parameter names 2024-05-01 18:21:37 +01:00
xjm 88b92b94aa
Issue #3442167 by mondrake, xjm, larowlan: Fix string array keys in data sets returned by data provider methods that do not match the parameter names in Kernel tests 2024-04-29 18:30:56 -05:00
Alex Pott d18ca8ba04
Issue #3399036 follow-up by Wim Leers, godotislate: CKEditor5PluginManager: use PHP attributes instead of doctrine annotations 2024-04-29 19:53:09 +01:00
Alex Pott db51845290
Issue #3399036 by godotislate, quietone, Wim Leers, kim.pepper, Keshav Patel, smustgrave, alexpott, larowlan: CKEditor5PluginManager: use PHP attributes instead of doctrine annotations 2024-04-29 10:12:17 +01:00
catch 360a9c5855 Issue #3439769 by quietone, catch: Remove all the pre-10.3.0 updates hooks 2024-04-19 19:12:58 +01:00
Dave Long f4e9c07001
Issue #3441718 by mondrake: Fix string array keys in data sets returned by data provider methods that do not match the parameter names in Unit tests 2024-04-19 18:13:58 +01:00
Alex Pott 8f95f51a84
Issue #3280279 by AleexGreen, Wim Leers, sandeepraib, kim.pepper, smustgrave, alexpott, quietone, pradhumanjain2311, bruno.bicudo, longwave, claudiu.cristea, larowlan: Allow sites to programmatically opt in to accept more image type uploads in CKEditor 5: TIFF, SVG… 2024-04-16 14:23:15 +01:00
Alex Pott ce1fa38bf0
Issue #3399388 by mstrelan: Add declare(strict_types=1) to all Kernel tests 2024-04-10 15:09:58 +01:00
Alex Pott 8ae0a0230f
Issue #3426506 by kim.pepper, smustgrave, mstrelan, alexpott: Create enums for File exists options and deprecate consts 2024-04-09 08:50:53 +01:00
Alex Pott 762d5b9adf
Issue #3364884 by codebymikey, Dylan Donkersgoed, sivakarthik229, DamienMcKenna, _utsavsharma, ramprassad, Znak, nod_, pradhumanjain2311, Wim Leers, smustgrave, kevinvanhove: [DrupalHtmlEngine] HTML-reserved characters (>, <, &) in <script> and <style> tag are converted to HTML entities 2024-04-01 12:48:32 +01:00
catch ec22f88c1d Issue #3239012 by Wim Leers, quietone, smustgrave, xjm, catch, longwave: [11.x] Remove the CKEditor 4 upgrade path 2024-03-22 15:19:03 +00:00
Dave Long 9c9935d05d
Issue #3432052 by catch: @group slow for more Kernel tests 2024-03-19 22:13:57 +00:00
Dave Long 5d5dde4357
Issue #3396742 by ReINFaTe, smustgrave, Wim Leers, nod_: CKEditor 5 doesn't save updated value if form submitted right after the change 2024-03-13 15:52:49 +00:00
Alex Pott 1d07b82287
Issue #3421012 by sorlov, quietone, sakthi_dev, mstrelan, Wim Leers: Convert Filter plugin discovery to attributes 2024-03-08 11:03:56 +00:00
Dave Long 991ec83120
Issue #3420740 by quietone, BramDriesen, smustgrave: Fix words in tests using ignore 2024-03-06 23:07:09 +00:00
catch 971747f197 Issue #3424920 by mondrake: Change core modules test data providers to static, simple cases 2024-03-01 15:00:17 +00:00
catch 83874f2bcf Issue #3412361 by Wim Leers, phenaproxima, catch, effulgentsia: Mark Editor config schema as fully validatable 2024-03-01 14:03:59 +00:00
catch e182bb3350 Issue #3415041 by alexpott, Wim Leers: Creating blocks that depend on content via the config installer often generates a warning 2024-03-01 11:18:58 +00:00
Dave Long e3fab52019
Issue #3399746 by mstrelan, acbramley: Add declare(strict_types=1) to all Functional tests 2024-02-28 10:38:35 +00:00
Dave Long 654b1f2074
Issue #3353210 by mondrake, PrabuEla, Spokje: [PHPUnit 10] @dataProvider methods must be declared static and public 2024-02-14 13:38:28 +00:00
catch 54a8e1befa Issue #3421248 by quietone, longwave: Clean cspell:ignore lines and rebuild dictionary 2024-02-14 10:20:17 +00:00
Dave Long b501becfe3
Issue #3409362 by quietone, smustgrave: Fix spelling of some words with 'un' prefix 2024-01-26 15:00:15 +00:00
Alex Pott 34258c0884
Revert "Issue #3413665 by Spokje: Enable modules through Nightwatch API when not testing module enabling"
This reverts commit a2f51b88d5.
2024-01-18 18:12:31 +00:00
Dave Long a2f51b88d5
Issue #3413665 by Spokje: Enable modules through Nightwatch API when not testing module enabling 2024-01-12 18:30:49 +00:00
Dave Long 95348401e9
Issue #3413135 by Spokje: Replace deprecated functions in Nightwatch tests 2024-01-12 18:17:35 +00:00
Dave Long 3d1fd96ad0
Issue #3413935 by Spokje: Make CKEditor5ToolbarTest and TableTest extend WebDriverTestBase 2024-01-12 18:08:24 +00:00
catch eb98cb83e8 Issue #3413933 by Spokje: Remove astray $session->getPage(); from CKEditor5FragmentLinkTest::testFragmentLink 2024-01-11 20:54:20 +00:00
Lee Rowlands 9add7f71ff
Issue #3399373 by mstrelan, xjm, longwave, quietone: Add declare(strict_types=1) to all Unit tests 2024-01-03 15:25:34 +10:00
catch ffc56d52d5 Issue #3406732 by longwave, lauriii, Wim Leers: Update CKEditor 5 to 40.2.0 2023-12-13 09:52:17 +00:00
Lee Rowlands 5247e64236
Issue #3400018 by mstrelan, xjm: Add declare(strict_types=1) to all Functional JavaScript tests 2023-12-13 08:27:06 +10:00
xjm b70dfff449
Issue #3401994 by mstrelan, dww, xjm, smustgrave, nicxvan: Add declare(strict_types=1) to all test traits 2023-12-09 08:40:55 -06:00
Dave Long bcf5a9159e
Issue #3396628 by Wim Leers, smustgrave, lauriii, xjm, catch: Fix <ol start> → native CKEditor 5 functionality and fix bug in SourceEditingRedundantTagsConstraintValidator that allowed it to slip by 2023-11-28 22:29:53 +00:00
Lauri Eskola e8d2c22ac1
Issue #3347721 by Wim Leers, dabley, lauriii, smustgrave, witeksocha, Reinmar, thatipudir: [Style] Warn the user about styles for unsupported elements 2023-11-17 13:24:29 +02:00
Lauri Eskola 2a95e3fd3e
Issue #3316274 by Wim Leers, catch, nod_, alexpott, longwave, bnjmnm: Stabilize FunctionalJavascript testing AJAX: add ::assertExpectedAjaxRequest() 2023-11-16 15:56:19 +02:00
xjm 35cfa70992
Issue #3399754 by mstrelan, smustgrave, xjm: Fix strict type errors in functional JavaScript tests 2023-11-15 13:22:04 -06:00
Dave Long 5f533ca660
Issue #3017054 by alexpott, deviantintegral, percoction, mattwith, ankithashetty, Wim Leers, jwilson3, longwave, bircher: Consistently sort filter formats to simplify config exports 2023-11-11 12:38:56 +00:00
Dave Long 66716dc920
Issue #3342874 by star-szr, Wim Leers, DamienMcKenna: Allow inline HTML comments in CKEditor 5 2023-11-11 12:12:12 +00:00
catch 8c351e0298 Issue #3393557 by Wim Leers, Spokje, catch, smustgrave, niegowski, witeksocha: [upstream] Update CKEditor 5 to 40.0.0 2023-11-03 13:24:57 +00:00
Lauri Eskola 116c87e47e
Issue #3378890 by Wim Leers, mikesimmons, smustgrave, pmkanse, witeksocha: Add the "Show Blocks" functionality that existed in CKEditor 4 and was added to CKEditor 5 38.1.0 2023-10-11 09:47:42 +03:00
Alex Pott ae55070f94
Issue #3391268 by quietone: Fix spelling of words only misspelled in tests, part 4 2023-10-05 16:21:57 +01:00
Alex Pott 201ae2e354
Issue #2441811 by longwave, daffie, andypost, edurenye, lauriii, joseph.olstad, Wim Leers, smustgrave, effulgentsia, alexpott, larowlan, chx, jibran: Upgrade filter system to HTML5 2023-10-04 09:39:17 +01:00
Lauri Eskola c669e40652
Issue #3388505 by catch: CKEditor 5's Functional JS tests take a long time to run 2023-09-29 13:08:03 +03:00
Lauri Eskola f638625bb0
Issue #3390341 by quietone, smustgrave: Remove words removed from file but still in cspell:ignore lines 2023-09-29 10:26:24 +03:00
Lauri Eskola 43169249b6
Issue #3389839 by catch: Mark some more tests #slow 2023-09-28 22:52:16 +03:00
Lauri Eskola e1fc76a1d2
Issue #3273986 by ifrik, xurizaemon, rpayanm, Wim Leers, Charles Belov, jonathan_hunt: Third option for the CKEditor 5 "Language" button: site_configured (in addition to un and all) 2023-09-28 12:00:06 +03:00
Lauri Eskola 22576037d7
Issue #3264940 by star-szr, jungle, smustgrave, lauriii: Add optional parameter to Nightwatch drupalInstallModule command to enable module dependencies 2023-09-27 20:19:52 +03:00
Lauri Eskola b00c941076
Issue #3362386 by JeroenT, Wim Leers, smustgrave: CKEditor 5 should respect <textarea disabled> 2023-09-27 19:28:32 +03:00
Lee Rowlands 6d93485084
Issue #3386458 by catch, quietone, alexpott, larowlan: Add GenericModuleTestBase and use it to test general module things 2023-09-26 09:14:17 +10:00