Issue #2845319: The highlighting of the 'Home' menu-link does not respect query strings and fragment identifiers
2 unresolved threads
Merge request reports
Activity
added 26 commits
-
8eeaac23...e182007f - 22 commits from branch
project:9.3.x
- 63de9643 - update docs
- 16ae526c - add new tests, modify existing ones and gaddress some edge cases in the JavaScript
- 182c02fc - Merge remote-tracking branch 'origin/9.3.x' into 2845319-the-highlighting-of
- 0edb17ed - cspell
Toggle commit list-
8eeaac23...e182007f - 22 commits from branch
added 357 commits
-
4d685d6d...deb93f5f - 356 commits from branch
project:9.3.x
- b8bdc232 - Merge 9.3.x and reroll changes to UrlTest
-
4d685d6d...deb93f5f - 356 commits from branch
32 52 let selectors; 33 53 34 54 // If this is the front page, we have to check for the <front> path as 35 55 // well. 36 56 if (path.isFront) { 37 originalSelectors.push('[data-drupal-link-system-path="<front>"]'); 57 if (path.currentQuery) { 58 originalSelectors.push( 59 `[data-drupal-link-system-path="<front>"]${queryMatchSelector}`, 60 ); 61 originalSelectors.push( 62 `[data-drupal-link-system-path="<front>"]${queryEmptySelector}`, 63 ); 64 originalSelectors.push( 65 `[data-drupal-link-system-path="<front>"]${noQuerySelector}`, 66 ); - Comment on lines +57 to +66
57 if (path.currentQuery) { 58 originalSelectors.push( 59 `[data-drupal-link-system-path="<front>"]${queryMatchSelector}`, 60 ); 61 originalSelectors.push( 62 `[data-drupal-link-system-path="<front>"]${queryEmptySelector}`, 63 ); 64 originalSelectors.push( 65 `[data-drupal-link-system-path="<front>"]${noQuerySelector}`, 66 ); 57 if (path.currentQuery) { 58 originalSelectors.push( 59 `[data-drupal-link-system-path="<front>"]${queryMatchSelector}`, 60 `[data-drupal-link-system-path="<front>"]${queryEmptySelector}`, 61 `[data-drupal-link-system-path="<front>"]${noQuerySelector}`, 62 );
58 originalSelectors.push( 59 `[data-drupal-link-system-path="<front>"]${queryMatchSelector}`, 60 ); 61 originalSelectors.push( 62 `[data-drupal-link-system-path="<front>"]${queryEmptySelector}`, 63 ); 64 originalSelectors.push( 65 `[data-drupal-link-system-path="<front>"]${noQuerySelector}`, 66 ); 67 } else { 68 originalSelectors.push( 69 `[data-drupal-link-system-path="<front>"]${queryEmptySelector}`, 70 ); 71 originalSelectors.push( 72 `[data-drupal-link-system-path="<front>"]${noQuerySelector}`, 73 ); - Comment on lines +68 to +73
68 originalSelectors.push( 69 `[data-drupal-link-system-path="<front>"]${queryEmptySelector}`, 70 ); 71 originalSelectors.push( 72 `[data-drupal-link-system-path="<front>"]${noQuerySelector}`, 73 ); 68 originalSelectors.push( 69 `[data-drupal-link-system-path="<front>"]${queryEmptySelector}`, 70 `[data-drupal-link-system-path="<front>"]${noQuerySelector}`, 71 ); 72
added 1474 commits
-
fc5e6ced...b7e8bd49 - 89 commits from branch
project:9.3.x
- 577a6344 - Drupal 9.4.x-dev
- 4063e76c - Issue #3186992 by hinal05, djsagar, kiran.kadam911, hitvika_verma,...
- f4ff1b59 - Issue #3214170 by Sakthivel M, manojithape, mitthukumawat, tushar_sachdeva:...
- a9113534 - Issue #3246053 by quietone: Fix file_managed table for ds9.txt
- b3a30bae - Issue #3227821 by wtrv: Broken svg element with "Auto convert linebreaks" (autop) filter
- 4c20b339 - Issue #3038596: Mechanism that adds custom drupalci.yml configurations does...
- f5fdfe31 - Issue #2569381 by alx_benjamin, init90, vasi, deepakaryan1988,...
- 8512e0e9 - Issue #3213644 by Beakerboy, daffie:...
- 10ca9797 - Issue #3246595 by andypost: Update dependencies for 9.3.x
- 055054d5 - Issue #3245820 by paul121, dww, eojthebrave: Remove references to removed node publish actions
- 9aa1d53c - Issue #3232074 by bbrala, daffie, effulgentsia, catch, gabesullice, alexpott:...
- a427549e - Revert "Issue #3232074 by bbrala, daffie, effulgentsia, catch, gabesullice,...
- 5c78c189 - Issue #3232074 by bbrala, daffie, alexpott, effulgentsia, catch, gabesullice:...
- 76b86646 - Issue #3163663 by mpp, chrisolof, alexpott, quietone: Too many open files...
- 04f25785 - Issue #3087332 by quietone, huzooka, amateescu, danflanagan8: Deprecate the...
- 0949c10c - Issue #3239509 by hooroomoo, larowlan, bnjmnm, lauriii: Add String.includes...
- 2aee2c17 - Issue #3212891 by vaish, brentgees@gmail.com, srilakshmier, mikelutz,...
- 9f6cef72 - Issue #3028837 by quietone, joachim, alexpott: views_hooks group has nothing in it
- ea01173e - Issue #3248156 by alexpott, longwave: Update dependencies prior to 9.3.0 beta
- f96b7fba - Issue #3232095 by daffie, dww, longwave, andypost, catch, larowlan: [Symfony...
- 84e8b971 - Issue #3214921 by daffie, xurizaemon, alexpott, mondrake, andypost, Taran2L,...
- b4a6273e - Issue #3231683 by daffie, longwave: [Symfony 6] A number of methods of the...
- 9e3837a2 - Issue #3158289 by alexpott, barboza: Deprecate hook_init for theme engines
- 84ef68cf - Issue #3247901 by danflanagan8, longwave: ContentTranslationUITestBase should not rely on Classy
- 55a804ce - Issue #2975461 by quietone, Matroskeen, Lendude: Convert query string to array...
- 7f6603b6 - Issue #3248600 by andypost, longwave: Update dependencies for 9.3.x
- f8a197f5 - Issue #3244621 by mherchel, rikki_iki, catch, cathwaldron, rachel_norfolk,...
- 1e05f804 - Issue #3248649 by alexpott:...
- ec87fa9b - Issue #3243041 by Gábor Hojtsy: Mark Olivero stable
- 35972c91 - Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett,...
- 9d75e740 - Issue #3247650 by Sutharsan, larowlan: Make it clear that...
- 8a4928c1 - Issue #3223233 by joachim, danflanagan8, longwave: Form to edit or add a...
- 4cbbdb2d - Issue #3247994 by NickDickinsonWilde, diqidoq: Claro's password element...
- 330473e7 - Issue #3222251 by bbrala, longwave: [November 8, 2021] Replace all isset...
- 6d39cdee - Issue #3222769 by bbrala, alexpott, longwave, Matroskeen: [November 8, 2021]...
- a83a7a78 - Issue #3231781 by longwave, mondrake, Feuerwagen, larowlan, TR, nlisgo,...
- dc51481d - Issue #3249263 by alexpott, andypost, Wim Leers: CKEditor 5 needs validate the...
- bcf1456c - Issue #3249233 by longwave: Update 9.3's Symfony 5 components to 5.4
- 65aaec60 - Issue #3249240 by alexpott, andypost, Wim Leers: HTMLRestrictionsUtilities::...
- 36f09c06 - Issue #3232131 by daffie, catch, alexpott, longwave, xjm, wouterj: [Symfony 5]...
- 926b4849 - Issue #3238860 by mstrelan, Theresa.Grannum, hooroomoo, bnjmnm, larowlan:...
- c304842b - Issue #2707163 by quietone, chishah92, jhodgdon, AndrewHD, xjm, dww,...
- 5281af28 - Issue #3248801 by daffie, rakesh.gectcr, bbrala, longwave: [Symfony 6] The...
- f4d355a2 - Issue #3248809 by daffie, larowlan: [Symfony 6] The...
- 94b94e7e - Issue #3248013 by daffie, longwave: [Symfony6] The...
- 3795c75c - Issue #3248816 by bsuttis, danflanagan8, quietone:...
- b9fd8ef3 - Issue #3248810 by daffie: [Symfony 6] The...
- 0e61d218 - Issue #3056409 by rkostov, larowlan, maximpodorov:...
- e9e5a0fe - SA-CORE-2021-011 by jbogdanski, Wim Leers, xjm, greggles, lauriii, tedbow
- 507fc5fe - Issue #3248014 by daffie, andypost: [Symfony 6] The...
- 41769241 - Issue #3250299 by daffie, longwave: [Symfony6] A number of CKEditor5 tests fail for Symfony 5.4
- 576bd754 - Issue #3207567 by Spokje, quietone, guilhermevp, yogeshmpawar, daffie,...
- 046c1863 - Issue #3221082 by Wim Leers, lauriii, bnjmnm: Build Drupal's CKEditor 5...
- d90527ba - Issue #3250263 by longwave, quietone: Remove unused test script
- 7ff9cbf0 - Issue #3032275 by alexpott, dww, bendeguz.csirmaz, tedbow: Create a...
- 1a8a51ac - Issue #3250335 by alexpott, beatrizrodrigues, paulocs, longwave:...
- 5ec9c99d - Issue #3171149 by Feuerwagen, kostyashupenko: Set article content type to use...
- bb486268 - Issue #3250349 by alexpott:...
- 4aa86df9 - Issue #3231040 by alexpott, Anul, longwave, bbrala, catch: (revert) Remove...
- afdff8f9 - Issue #3171570 by kostyashupenko, mherchel: Remove Olivero's custom...
- 7064c439 - Issue #3173770 by chr.fritsch, phenaproxima, akalam, dejan0: Allow field types...
- bfd559af - Issue #3250442 by daffie, andypost, longwave: [Symfony 6] Symfony 6 adds...
- 92836c43 - Issue #3138078 by mondrake, larowlan, longwave, xjm: [D9.3 beta - w/c Nov 8,...
- 588951bb - Issue #3250629 by paulocs, longwave: MockBuilder::setMethods is deprecated in...
- 40a0e8a2 - Issue #3250587 by lauriii, bnjmnm:...
- 266fe1a7 - Issue #3250482 by quietone, daffie: The docblock of...
- da178766 - Issue #3247414 by anagomes, Beakerboy: Incorrect docblock types for...
- 3730c17b - Issue #3184619 by neclimdul, quietone: Fix unreachable logic in UrlGenerator::getRoute
- 62e7f6aa - Issue #3250743 by alexpott, longwave: [PHP 8.1] NumberFieldTest fails
- b9a61af9 - Issue #3061074 by longwave, cilefen, chr.fritsch, acbramley, jungle, larowlan:...
- fd664f78 - Issue #2873732 by vijaycs85, GaëlG: Array to string conversion in...
- 1b9983e8 - Issue #3251000 by alexpott, andypost: Update dependencies for 9.1.x/9.2.x/9.3.x/9.4.x
- d87c168b - Issue #3238763 by longwave, Spokje, Krzysztof Domański, tstoeckler, quietone:...
- b8c9366c - Issue #3247269 by Sakthivel M, mherchel: Olivero: Alignment of primary menu...
- 567f483a - Issue #3251034 by lauriii, bnjmnm, longwave: Core Yarn watch builds CK5...
- 0893b9b2 - Issue #3214924 by catch: Increase DRUPAL_RECOMMENDED_PHP to 8.0 in Drupal 9.3 or 9.4
- d21e5db7 - Issue #3251768 by longwave: Update Symfony 5 dependencies to 5.4.0
- 773a2138 - Issue #3251625 by alexpott, Berdir: Including settings.php a second time and...
- 09c511d2 - Issue #3251891 by catch, andypost, longwave: Drupal 10 branch failures
- 2b83cffd - Issue #3198010 by mcdruid, acbramley, mstrelan, quietone, manojithape,...
- 79fbdb55 - Issue #2871357 by alexpott, kriboogh: Installer tasks using multiple batch...
- 011c3941 - Issue #2925203 by alexpott: LocaleConfigSubscriber can result in data loss during install
- f5a452bd - Issue #3239500 by hooroomoo, bnjmnm, lauriii: Add Array.includes polyfill to...
- dd103d84 - Issue #2886615 by scott_euser, clemens.tolboom, quietone, joachim, alexpott,...
- 51f7c3fe - Issue #3252214 by Spokje: Move tests for integrations between QuickEdit and...
- 10d7b48a - Issue #3251988 by vijaycs85, smccabe: Update return param of waitForText method
- ec7f2dac - Issue #3253666 by longwave, tim.plunkett: Layout Builder uses the wrong RouteObjectInterface
- 9a8c5ff7 - Issue #3253824 by juli sh, Matroskeen: Minor typo in d7_field_formatter_settings.yml comment
- 73a154ae - Issue #3253639 by tedbow, longwave:...
- 2d9eca99 - Issue #3252067 by tedbow, Spokje: Remove duplicate loading of update reports...
- b50d24c0 - Issue #3250648 by Beakerboy, daffie: Avoid comparing fields with different...
- 109863e2 - Issue #3253683 by andypost, Spokje, Gábor Hojtsy: Improve compatibility with composer 2.2
- f8d5ced5 - Issue #3213023 by thursday_bw: Improve the intelligibility of error messages...
- b1965205 - Issue #3239287 by alexpott, longwave: Fix...
- 4f3749b2 - Issue #3253568 by Spokje, paul121, rviner, longwave, alexpott, quietone:...
- 82ee07b1 - Issue #3246157 by ChrisDarke, rachel_norfolk: Add Chris Darke (ChrisDarke) as...
- fe9233cc - Issue #3246158 by rachel_norfolk, volkswagenchick: Add AmyJune Hineline...
- ef85c3b5 - Issue #3246156 by realityloop, rachel_norfolk: Add Brian Gilbert (realityloop)...
- f83161f6 - Issue #3253889 by BR0kEN, murilohp, longwave: `?check_logged_in=1` causes...
- 45c6d25c - Issue #3254403 by paulmckibben, ranjith_kumar_k_u, longwave, Lendude, cilefen:...
- bdf52138 - Issue #3080819 by beatrizrodrigues, ankithashetty, lucienchalom, quietone,...
- b6e7d698 - Issue #3248309 by danflanagan8: AssertBreadcrumbTrait should not rely on Classy
- d9bd98f6 - Issue #2652652 by dawehner, Sam152, Charlie ChX Negyesi, Manuel Garcia,...
- 7227fd43 - Issue #3251125 by Beakerboy, daffie, mondrake: Do not uninstall the database...
- 3ffca336 - Issue #3245383 by Beakerboy, daffie: If the database driver is provided by a...
- d0be0af7 - Issue #3186524 by longwave, alexpott, xjm, Spokje: Fix htaccess files for PHP 8
- 26ec0043 - Issue #3064890 by danflanagan8, mpp, mottihoresh, scott_euser, peonboyos,...
- 2030a5bb - Issue #3248454 by daffie, Spokje, longwave, larowlan, alexpott: [Symfony6] The...
- af29dfe9 - Issue #3255836 by alexpott, clayfreeman, dww, benjifisher, Spokje: Test fails due to Composer 2.2
- 5b9b5be2 - Issue #3247039 by joachim, quietone: MigrateDestinationInterface::import()...
- cce6f01f - Issue #2793169 by Matroskeen, Manuel Garcia, anmolgoyal74, Pooja Ganjage,...
- 2a5f29ee - Issue #3205909 by kunal.sachdev, tedbow, phenaproxima: Ensure only needed...
- 62dc0bc4 - Issue #3092430 by quietone, shrutidkadam, RdeBoer, bgprior, danflanagan8:...
- 79745314 - Issue #3199696 by bbrala, Wim Leers, plach, bradjones1, gabesullice: Add...
- 1f8bcfdb - Issue #2675006 by danflanagan8, robpowell, quietone: Write UnitTest for...
- 1d4766cd - Issue #3212470 by JeroenT, Gauravmahlawat: Placeholder CSS selector in...
- fa36f859 - Issue #2675006 by danflanagan8, robpowell, quietone, alexpott: Write UnitTest...
- d2a903bb - Issue #3136388 by dww, jyotimishra-developer, nitesh624: Fix phpdocs in...
- bbc518ad - Issue #3251100 by NickDickinsonWilde: DateTimeWidgetBase sets Timezone twice to the same value
- da50a859 - Issue #3245622 by dww, mgifford, darvanen, AaronMcHale, Antoniya, anagomes,...
- bd858c23 - Issue #3252872 by bbrala, gabesullice, bradjones1, alexpott: Use...
- 45b4d536 - Issue #3153455 by Berdir, larowlan, Eduardo Morales Alberti, Gauravmahlawat,...
- c18f8d69 - Issue #3129043 by mondrake, daffie, ankithashetty, ravi.shankar, alexpott,...
- 4f4f390b - Issue #3255623 by Spokje, alexpott: Remove composer replace statements for...
- b7b2a8be - Issue #3049048 by danflanagan8, ndobromirov, mglaman, bbrala, alexpott, Wim...
- cddccd7d - Issue #3255504 by anagomes, Chi, cilefen: Remove jQuery dependency from date.js
- 61a44d1b - Issue #3131348 by Spokje, jungle, mondrake, vsujeetkumar, sja112,...
- b4520100 - Issue #3256451 by alexpott, mikelutz: Fix composer.lock hash on Drupal 9.4
- fbcea5f2 - Issue #3197553 by beatrizrodrigues, longwave, daffie: Deprecate drupal_js_defaults()
- dbca2fc0 - Issue #3251835 by beatrizrodrigues, joachim, mikelutz, quietone: Fix incorrect...
- 7aa1ef1d - Issue #3249859 by apaderno: The documentation page for...
- 8417e5ff - Issue #3246471 by apaderno, dagmar, vicheldt: Remove from the DbLogController...
- 4e4f76c9 - Issue #2940121 by apaderno, andypost, idebr, Kingdutch, kala4ek, mfb,...
- 3310654e - Issue #3210129 by quietone, murilohp, xjm: Fix spelling for words used once,...
- 038c7dd5 - Issue #3256518 by Spokje: Remove drupal_js_defaults() in D10 instead of D11
- ca7158d4 - Issue #3174570 by quietone, anmolgoyal74, skudderk: Fix documentation comment...
- 9a28ddce - Issue #3185269 by mondrake, daffie, alexpott, andypost: Introduce...
- 9caf7d9a - Issue #3175287 by murilohp, quietone, SivaprasadC, ankithashetty,...
- 88868d81 - Issue #3042533 by quietone, danflanagan8: D6 taxonomy term fields are not...
- 697c1d8d - Issue #3190541 by tim.plunkett, godotislate, clayfreeman:...
- 2ea9f648 - Issue #2853183 by quietone, darvanen, slootjes, Munavijayalakshmi,...
- ca21c4b9 - Issue #2343517 by joelpittet, quietone, rteijeiro, andypost: Cleanup @todo...
- 1b1d4571 - Issue #2610520 by quietone, snehi, MiSc, hansfn, Ben Coleman, Antoniya:...
- b00f2733 - Issue #3256581 by cburschka: PHPdoc in update.authorize.inc
- 8f30563f - Issue #3240109 by edurenye, quietone: When using MigrateProcessInterface some...
- 1d64f860 - Issue #3213928 by RoSk0: LoggerChannelInterface documentation
- 399c0a85 - Issue #2916142 by beatrizrodrigues, Chi, yogeshmpawar, tobiberlin, quietone,...
- 5d4a86bb - Issue #3256591 by yassermussa, Chi: Fix Element/Table documentation
- 834c16c5 - Issue #3190261 by danflanagan8, doostinharrell, phenaproxima, larowlan,...
- f7c9202b - Issue #3207907 by quietone, Berdir, alexpott: Ensure functional tests use the test mail collector
- 781ba3a6 - Issue #3175428 by tunic, kishor_kolekar, ranjith_kumar_k_u: Add link to...
- 8e79d481 - Issue #3014629 by quietone, Wim Leers, xurizaemon: Document that Configuration...
- 17c529f2 - Issue #2879293 by digitaldonkey, tobiasb, Mac_Weber, paulocs, Meenakshi_j,...
- d78321e6 - Issue #3247619 by Lendude, danflanagan8, FiNeX, beatrizrodrigues: "Place a...
- 5b6ee132 - Issue #3255250 by murilohp, daffie, longwave, Gábor Hojtsy: [Symfony 5]...
- e1b059c3 - Issue #3031130 by tim.plunkett:...
- 5109a932 - Issue #697946 by voleger, pguillard, pillarsdotnet, andypost, alansaviolobo,...
- 5bff9c8e - Issue #2612876 by leolandotan, NickDickinsonWilde, victoria-marina,...
- a5f202d3 - Issue #3257654 by mondrake: Fix PHPStan L0 failures that cannot be included in baseline
- ddd8c7d8 - Issue #3106216 by Spokje, longwave, alexpott, apaderno, Hardik_Patel_12,...
- 0c3e9feb - Issue #3258009 by alexpott: migrate_state_finished_test's FieldLeft and...
- 02a261ea - Issue #3258014 by alexpott: Fix plugin deprecations
- 863214e9 - Issue #2010380 by alexpott, TR, tstoeckler, MerryHamster, sanjayk, andypost,...
- 5ac4e51c - Issue #3256539 by victoria-marina, Eric_A: Remove @internal from...
- d4b608fd - Issue #3255077 by JoshaHubbers, Gauravmahlawat, beatrizrodrigues: Small typos in CKEditor 5 module
- 7105aa27 - Issue #3254553 by Leon Kessler, Berdir, Bladedu, cmlara:...
- 1201aa82 - Issue #3255245 by Spokje, longwave, daffie, Gábor Hojtsy, Taran2L, murilohp:...
- ab0ec7c0 - Issue #2979588 by longwave, alexpott, Erik Frèrejean, catch, daffie: Deprecate...
- ed951b05 - Issue #3215043 by Spokje, larowlan, quietone, dww, srilakshmier, paulocs,...
- 1198809b - Issue #2919215 by alexpott, longwave, dawehner: Deprecate feed.bridge.writer
- c2e32159 - Issue #3258371 by nod_, Wim Leers: fix yarn vendor-update command
- 6ec31487 - Issue #3228778 by nod_, Wim Leers: Drupal-specific CKEditor 5 plugins should...
- 959949ee - Hotfix for #3215043 by mondrake, Spokje, larowlan, xjm: Fix PHP 7.3 compatibility.
- 37f42e8f - Issue #3250357 by mherchel, kostyashupenko, andy-blum, Tim Robinson,...
- 2d8630fb - Issue #3258654 by alexpott: Deprecate feed.bridge.reader and move it to the Aggregator module
- 203860a3 - Issue #3206219 by mglaman, mherchel: Allow configuring which theme is used as a starterkit theme
- 611b7d1c - Issue #3239134 by hooroomoo, bnjmnm, yogeshmpawar, nod_, Theresa.Grannum,...
- e73cbf5e - Issue #3258995 by longwave: run-tests.sh uses the deprecated app.root service
- 365cb3aa - Issue #3238257 by hooroomoo, Wim Leers: Fragment link pointing to <textarea>...
- 2bc77bc3 - Issue #3258250 by Wim Leers, hooroomoo: Update to CKEditor5 v31.1.0
- 4387ed5b - Issue #3254328 by GoZ, GOT intermedia, PapaGrande: Update to Drupal 9.3.0...
- 2a40c8fc - Issue #3192487 by andypost, murilohp, Gábor Hojtsy, daffie, pobster, apaderno:...
- bd8f2172 - SA-CORE-2022-001 by lauriii, cilefen, mcdruid, effulgentsia, bnjmnm, xjm, nod_
- 5ffec8bf - Issue #3258668 by bnjmnm, Wim Leers: Extraneous closing parentheses and curly...
- f5dc2cbd - Issue #3259744 by Spokje: PHPUnit 9.5.12 (released 2022-01-21) throws...
- 06cfb95a - Issue #3250585 by Spokje, ankithashetty, karishmaamin, quietone, catch, Gábor...
- f7da3008 - Issue #3259179 by Wim Leers, lauriii: Split ckeditor5_alignment CKEditor 5...
- 2b35c803 - Issue #3259850 by Spokje: Having a deprecated module with non deprecated...
- ddd02d34 - Issue #3259888 by Spokje, daffie: InstallUninstallTest fails on enabling both...
- be061dc5 - Issue #2867871 by kyvour, neclimdul, ranjith_kumar_k_u: Use of Symfony...
- 2e7b6ca2 - Issue #3241633 by danflanagan8, benjarlett: View mode doesn't display in dropdown if numerical
- cfcc4bb0 - Issue #3184667 by Spokje, Sakthivel M, mirom, rikki_iki, mherchel, ckrina,...
- 9df7f5a5 - Issue #3259174 by Wim Leers, lauriii, hooroomoo, bnjmnm: Add missing CKE5...
- b5fbaf7e - Issue #3212346 by longwave, Spokje, alexpott: Avoid hundreds of unnecessary...
- 593f9039 - Issue #3259996 by murilohp, longwave, Spokje: Clean up t() usage for list of...
- 83394db7 - Issue #3240873 by quietone, martin_klima, danflanagan8: Add tests of row hash to trackChangesTest
- 85723106 - Issue #3226401 by quietone, joachim, huzooka: Add documentation of migration yml files
- 9827f1ef - Issue #3248188 by Wim Leers, bnjmnm: Plugin definition DX: validate drupal.conditions
- 703f46da - Issue #3191527 by mherchel, kvantstudio, idebr, bnjmnm, Abhijith S,...
- 1311b624 - Issue #3181275 by andypost, Pooja Ganjage, alexpott: Do not register Phar...
- 5ebe32e5 - Issue #3252406 by Spokje, longwave, andypost: Mark class...
- 92e3e659 - Issue #3168326 by mherchel, rikki_iki, Sakthivel M, ckrina, bnjmnm,...
- b4fc8c9b - Issue #3229714 by paul121: Correct visibility of getPluginDefinition function...
- eff5c4bc - Issue #3248177 by Wim Leers, marcvangend, lauriii, Lendude: Language toolbar...
- a4bec1bf - Issue #3246211 by longwave, alexpott: Update to Stylelint 14
- 75edbaeb - Issue #3238311 by tedbow: Exclude system.batch_page.html from setting update security message
- f75ef8ce - Issue #3256056 by andregp: Entity query system does not document the NOT...
- 71bd9d45 - Issue #3247666 by vicheldt, anagomes, joachim, longwave: scaffold README is out of date
- 96cfccf8 - Issue #3217699 by mondrake, daffie, alexpott, andypost: Convert select query...
- 02f32df8 - Issue #3248448 by hooroomoo, lauriii, Wim Leers: Dialog loading text is unstyled
- ed0195c2 - Issue #3172166 by Pooja Ganjage, ekes, Megha_kundar, tstoeckler, mbovan,...
- e4d7e071 - Issue #3219649 by quietone, murilohp, longwave: Fix spelling for words used...
- 200a9326 - Issue #3048464 by danflanagan8, hctom, quietone, mikelutz, heddn: SubProcess...
- abff27cc - Issue #3257407 by tstoeckler, catch: Use "content" region in...
- 1c4c1284 - Issue #3257504 by tstoeckler, nod_, Gábor Hojtsy: Empty toolbar tray displays...
- 804a0a17 - Issue #3239123 by hooroomoo, bnjmnm, nod_: Refactor (if feasible) uses of the...
- ac28769a - Issue #3259380 by lauriii, Wim Leers, DamienMcKenna, hooroomoo, bnjmnm:...
- 6958a65a - Issue #3260520 by TR: GenericEvent is used improperly
- f004d8a6 - Revert "Issue #3172166 by Pooja Ganjage, ekes, Megha_kundar, tstoeckler,...
- e1a10703 - Issue #3261357 by xjm: Increase Drupal 10's RECOMMENDED_PHP to 8.1 now
- 438aab92 - Issue #3258969 by heddn: Wrong argument for @Message in...
- 2a2b6ad5 - Issue #3258642 by ilgnerfagundes, asishsajeev, Chi: Fix documentation for...
- e7eb443f - Issue #3174402 by beatrizrodrigues, shetpooja04, ravi.shankar, ayushmishra206,...
- 79ad4249 - Issue #3256433 by andregp, Abhijith S, awangsetyawan, DuneBL, mherchel:...
- 3e90900f - Issue #3115054 by chr.fritsch, vsujeetkumar, Vidushi Mehta, sergiuteaca,...
- 09c149e8 - Issue #3254347 by murilohp, joachim, danflanagan8, quietone: Add the process...
- 613a875a - Issue #3258276 by Spokje: Remove deprecated flag --no-suggest from...
- 14ac9347 - Issue #3259532 by mondrake, murilohp: Add a kernel test for Connection::hasJson
- 3744d21b - Issue #3232550 by Wim Leers, hooroomoo, xjm, ravi.shankar: Improve messaging...
- 90818af1 - Issue #3261712 by Wim Leers, bnjmnm: Expand SmartDefaultSettingsTest to also...
- e157b9c0 - Issue #3261629 by catch: Database dumps are no longer driver-agnostic
- d3e6e774 - Issue #3249592 by hooroomoo, vlyalko, Wim Leers, lauriii: [drupalImage] <img...
- eecd1285 - Issue #3248423 by nod_, lauriii: Decide how CKEditor 5-provided types should be referenced
- 7a2f38e6 - Issue #3248469 by nod_, lauriii, Wim Leers, longwave: Research if the CKE...
- 644bec3c - Issue #3258030 by hooroomoo, lauriii, andregp, Wim Leers, rkoller: Text fields...
- 6f1a617a - Issue #3261957 by longwave, quietone, andypost: Properly deprecate...
- 44ff0426 - Issue #3262583 by xjm, neclimdul, bnjmnm, catch: Update Twig to 2.14.11
- 1538662f - Issue #3172166 by Pooja Ganjage, ekes, Megha_kundar, xjm, alexpott,...
- 0725a14d - Issue #3262500 by catch, andypost: Mark drupal_find_theme_functions() @internal in Drupal 9
- f7385ac0 - Issue #3065574 by Charlie ChX Negyesi, quietone, amateescu: getUntranslated()...
- c66b1ce1 - Issue #2807949 by kunal.sachdev, tim.plunkett, tedbow, Dropa: update.module is...
- 3cf6d577 - Issue #3164210 by jungle, sylus, Akhildev.cs, dww: Refactor array_merge()...
- 6db6dcae - Issue #3254727 by Leon Kessler, ranjith_kumar_k_u, cmlara, andileco: File...
- c25e7730 - Issue #3248879 by alexpott: UpdatePathTestTrait doesn't test what it thinks it does
- a87084f9 - Issue #3262805 by andypost, ravi.shankar, voleger, catch: Deprecate drupal_required_modules()
- 52e590a8 - Issue #3231321 by bnjmnm, nod_, lauriii: Improve keyboard accessibility in a particular edge case
- e3a49e2a - Issue #3260554 by lauriii, hooroomoo, Wim Leers, nod_: [drupalMedia] Support...
- 9aabbee8 - Issue #3254866 by benjifisher, alexpott: Update the deprecation notices...
- ed59dfd3 - Revert "Issue #3217699 by mondrake, daffie, alexpott, andypost: Convert select...
- bb3ee2e9 - Issue #3250191 by nod_, Wim Leers, lauriii, rkoller, Joachim Namyslo:...
- 068b3ff4 - Issue #3262160 by nod_, lauriii: Simplify code in assets.js, remove mix of await and promise code
- df171a1a - Issue #2949457 by idebr, jibran, Wim Leers, dungahk, fago, kim.pepper,...
- 1cc9b3b3 - Issue #3255809 by nod_, lauriii, hooroomoo: Add nightwatch tests for toolbar
- 2f757712 - Revert "Issue #3255809 by nod_, lauriii, hooroomoo: Add nightwatch tests for toolbar"
- 40786962 - Issue #3263126 by longwave, bbrala: Avoid unnecessary installs when testing...
- d901d684 - Issue #3259953 by andregp, paulocs, benjifisher, AaronMcHale, vikashsoni,...
- 60c37b27 - Issue #3264050 by neclimdul, andypost: Fuzzed tag values to...
- 289fbfc5 - Issue #3224178 by TR, vikashsoni, longwave, joachim, andypost: Remove theme...
- 1e35a287 - Issue #3264153 by neclimdul: Fix missing sprintf argument in CKEditor5ImageController
- df9d6795 - Issue #3254198 by longwave: Remove Media Entity compatibility check from media_install()
- 0679b0fc - Issue #3259807 by idebr, anneke_vde: #type => 'toolbar_item' without a tab...
- 5f3489ff - Issue #3166449 by ravi.shankar, adamzimmermann, mmatsoo, walangitan,...
- 951118f7 - Issue #3257127 by bbrala, quietone, murilohp, Spokje, anabpv, catch, xjm,...
- 18c089bc - Issue #3264435 by catch, Spokje: Help topics and rest don't filter out...
- 3c321ab4 - SA-CORE-2022-003 by ciss, xjm, larowlan, benjy, mcdruid, jenlampton,...
- 9bdef2ac - SA-CORE-2022-004 by samuel.mortenson, xjm, nod_, effulgentsia, phenaproxima,...
- e6fe96be - Fix coding standards issue from security advisory.
- 171eeb61 - Issue #3263793 by naveenvalecha: Move tracker help topics to tracker module
- a0ffc4bb - Issue #1777270 by aries, quietone, AkashKumar07, shetpooja04, Devin Carlson,...
- 92c54ef5 - Issue #3264451 by Wim Leers, bnjmnm: ImageTest::testWidth() has wrong...
- 3603f878 - Issue #3261942 by hooroomoo, lauriii, Wim Leers: Compatibility issues with inline form errors
- cd4d856a - Issue #3228334 by Wim Leers, larowlan, lauriii, DieterHolvoet,...
- fa8929ec - Issue #3224652 by Wim Leers, hooroomoo, vlyalko, lauriii, bnjmnm, huzooka:...
- a2c7e7b0 - Issue #3262492 by lauriii, Wim Leers: Refactor isMediaUrl to more generic API...
- 18e36fa4 - Issue #3255809 by nod_, lauriii, xjm, hooroomoo: Add nightwatch tests for toolbar
- 47a9a9af - Issue #3228464 by nod_, Wim Leers, lauriii, Reinmar: API for contrib projects...
- 4a1de7f7 - Issue #3263886 by JeroenT, Spokje: Copy drupal-9.3.0.bare.standard.php.gz and...
- 4ab04869 - Issue #3262573 by longwave, nod_, xjm, alexpott, lauriii: Update our yarn dev...
- a7a51e54 - Issue #3253715 by mondrake, longwave: Replace assertions involving calls to...
- 8ea45471 - Issue #3260044 by kim.pepper, andypost, daffie, mfb: Add a constant for watchdog_exception message
- 1793a942 - Issue #2861376 by chiranjeeb2410, tvb, vacho, Mile23, mr.baileys, dawehner,...
- 3c7c0fdf - Issue #3265419 by andypost: Improve deprecation message for RequestStack::getMasterRequest()
- d54ee303 - Issue #3221507 by mxr576: mkdir can fail in...
- ffdbfa52 - Issue #3265376 by xjm: Fix UpdateScriptTest when MINIMUM_SUPPORTED_PHP is used
- 493149ee - Issue #3263654 by Spokje, bbrala, daffie, Kristen Pol, longwave: Move all HAL...
- 5fa8127d - Issue #3264945 by Spokje, dww: Move quickedit help topics to quickedit module
- 22ef75a5 - Issue #2941208 by AdamPS, dpi, sja112, aleevas, andypost, anmolgoyal74,...
- 5dca8003 - Issue #3265378 by xjm: Fix NoPreExistingSchemaUpdateTest when MINIMUM_SUPPORTED_PHP is used
- 8bc92ecf - Issue #3265377 by xjm: Fix LocaleTranslatedSchemaDefinitionTest when MINIMUM_SUPPORTED_PHP is used
- b568675f - Issue #3255887 by murilohp, heddn, catch, neclimdul, Berdir, daffie:...
- 4dcb45e2 - Issue #3264862 by mglaman, ankithashetty, longwave: ContextAwarePluginBase...
- 1d09ab11 - Issue #3261049 by Gauravmahlawat, elber, Elena Chechulina, longwave, Chi,...
- df17f235 - Issue #3265291 by xjm, neclimdul, longwave, Spokje: QuickStartTest: The waiting is the hardest part
- 9cd98a60 - Issue #3264220 by kostyashupenko, Chi: Remove Claro's...
- cde16804 - Revert "Issue #3255887 by murilohp, heddn, catch, neclimdul, Berdir, daffie:...
- fd949e55 - Issue #3215044 by quietone, murilohp, larowlan, Gábor Hojtsy, catch, xjm,...
- 577f9357 - Issue #1810148 by Matroskeen, tanc, ravi.shankar, AaronBauman, VladimirAus,...
- 2103b199 - Revert "Issue #3215044 by quietone, murilohp, larowlan, Gábor Hojtsy, catch,...
- 0e90ae90 - Issue #3263873 by ljcarnieri, longwave: drupal.editor.admin needs declare...
- 96c58120 - Issue #3248239 by ckrina, thejimbirch, mherchel: Links in the tour tip body...
- c32587a8 - Issue #3215517 by Gauravmahlawat, sagarchauhan, jeremyvii, bkosborne:...
- bf642ec6 - Issue #3123811 by sd9121, lauriii, codewithlakshay, kostyashupenko,...
- 9d5f1c16 - Issue #3265230 by bnjmnm, Wim Leers: Refactor ie11.filter.warnings.es6.js to...
- d185ea19 - Issue #3265802 by daffie, alexpott: user_update_9301() causes data loss and a...
- 2afbf15b - Issue #3215044 by quietone, murilohp, larowlan, Gábor Hojtsy, catch, dww,...
- 9076657d - Issue #2540794 by Eli-T, cilefen, karishmaamin, cosmicdreams, yoroy:...
- e73d2d19 - Issue #3248440 by lauriii, Wim Leers, nod_: [drupalMedia] Media embed...
- f4c710f8 - Issue #3264520 by longwave: Remove acorn from package.json
- 123f259d - Issue #3260568 by bserem, longwave: Fix "Member has protected visibility" in...
- be38b686 - Issue #2730227 by kellyimagined, izus, swarad07, Sonal.Sangale, snehi, ZeiP,...
- f00a1210 - Issue #3214124 by imalabya, Sakthivel M, javi-er, vicheldt, naveen433,...
- fb7bb930 - Issue #3259493 by Wim Leers, lauriii, larowlan: [GHS] Unable to limit...
- ff071465 - Issue #3187908 by capysara, komalk, djsagar, Gauravmahlawat, mherchel,...
- e76eaf19 - Issue #3213556 by Sakthivel M, ranjith_kumar_k_u, manojithape, chetanbharambe,...
- f8136d48 - Issue #3246385 by lauriii, nod_, Wim Leers: [drupalMedia] Support captions on <drupal-media>
- c6d0179b - Issue #3154962 by alexpott, vijaycs85, bbrala, Berdir, Wim Leers:...
- 48897c3f - Issue #2821009 by ZeiP, quietone, Dinesh18, shashikant_chauhan, chx, joachim,...
- 1d7fd635 - Issue #3261538 by andregp, dww, joachim, alexpott:...
- f200a37d - Issue #3265362 by quietone, dww, murilohp: Do not display obsolete themes at admin/appearance
- fb93414a - Issue #3265546 by Spokje, quietone:...
- 95a9e5eb - Issue #3255419 by alexpott, Bart Vanhoutte, daffie, catch, sam-elayyoub,...
- 47ef6656 - Issue #3264512 by nod_, ankithashetty, catch, Wim Leers: Enable aggregation for CKEditor 5 assets
- f3f0496e - Issue #3258114 by mherchel, nod_, VirtualVasquez, longwave: Upgrade Chromedriver
- b5aa3eb6 - Issue #3088730 by Spokje, anmolgoyal74, ankithashetty, Mile23, longwave,...
- 5996407e - Issue #3260710 by mglaman: UpdateUploaderTestBase must be declared abstract
- f26bc100 - Issue #3263618 by Spokje, bbrala, larowlan, catch, daffie, quietone: Deprecate HAL module
- fbd6924b - Issue #3246365 by lauriii, ankithashetty, Wim Leers: [drupalMedia] Show the...
- e2e4b11b - Issue #2833864 by RoSk0, colan, ressa, Chi, alexpott, joachim, loopy1492,...
- 84ef9eb3 - Issue #3239738 by Theresa.Grannum, danflanagan8, Wim Leers: BigPipe...
- e53e9479 - Issue #3227822 by lauriii, Wim Leers: [GHS] Ensure GHS works with our custom...
- c16dfb45 - Issue #3265618 by longwave, nod_, lauriii: Update to eslint 8
- dfe7fd83 - Issue #3265619 by andregp, longwave, lauriii, nod_: Update Shepherd.js to 9.x
- c20ea2ac - Issue #3262384 by manuel.adan: Assigned shortcut set is not cleaned on user removal
- 16a374d4 - Issue #3266310 by bnjmnm, Wim Leers, longwave: IE11 user warning has ungraceful failures
- 3c6394a4 - Issue #2873648 by idebr, andregp, mfb, swentel: With many languages,...
- 9d3bdf2b - Issue #3254245 by kim.pepper, Jeya sundhar, mrweiner, bakulahluwalia, Berdir,...
- 557fe885 - Issue #3267078 by alexpott, Berdir: Add return typehint to TwigExtension::getFileUrl()
- 64d811c8 - Issue #3267124 by longwave, alexpott: Temporarily skip failing tests
- a1923a90 - Issue #3265483 by quietone, danflanagan8, daffie: Handle block migration for...
- 27d1218d - Issue #3267052 by quietone, daffie: Move aggregator help topics to aggregator module
- 817c080c - Issue #3265424 by quietone, daffie, danflanagan8: Move migrate related...
- 65c3e57f - Issue #3260853 by Wim Leers, bnjmnm: [GHS] Partial wildcard attributes (<foo...
- 91947b29 - Issue #3259928 by tstoeckler, Berdir, m4olivei, marcoscano, Gábor Hojtsy:...
- c196fa99 - Issue #3264775 by lauriii, Wim Leers: [drupalMedia] Toolbar should be visible...
- 504dfae9 - Issue #3264727 by lauriii, Wim Leers, benjifisher, andregp, AaronMcHale,...
- 261d23de - Issue #3262320 by tstoeckler: Remove obsolete region override in ContextualLinksTest
- 81717f78 - Issue #3260032 by longwave, bnjmnm, Wim Leers, samuel.mortenson: CKEditor 5...
- 902494ed - Issue #3261734 by Wim Leers, longwave, lauriii, effulgentsia, Mixologic,...
- 4280bd6a - Issue #3267508 by quietone, Spokje: Use aggregator fixture in migrate Functional tests
- 9a4c5305 - Issue #3194084 by bnjmnm, Wim Leers, lauriii, hooroomoo, Gábor Hojtsy: Support...
- 30b2a9da - Issue #2797141 by Driskell, daffie, andypost, Charlie ChX Negyesi,...
- 7b59ff86 - Issue #3267754 by lauriii: AjaxTest is failing
- 68c95d07 - Issue #3267823 by alexpott, Spokje:...
- 21b92bda - Issue #3250397 by alexpott, mondrake, ressa, daffie, xjm: DbLog triggers PHP...
- 435439a6 - Issue #3267644 by danflanagan8, mglaman: Custom Block (block_content) tests...
- a57fe2aa - Issue #3263201 by manuel.adan: Missing argument type on hook_shortcut_default_set declaration
- 71d02346 - Issue #3268070 by xjm: Temporarily skip even more failing tests
- b45e6954 - Issue #3261600 by lauriii, hooroomoo, Wim Leers: Update to CKEditor5 v32.0.0
- f7ecd6ba - Issue #3090187 by ilya.no, andypost, AdamPS, abx: Mechanism to disable...
- f3fea02d - Issue #3258782 by murilohp, quietone, dww, catch, Spokje, xjm, daffie,...
- 974c42a8 - Issue #3265652 by nod_, xjm, lauriii, Wim Leers, Gábor Hojtsy: Unfork jQuery UI
- d933e188 - Issue #3267705 by xjm, longwave: Fix error message when 'yarn check -s' fails...
- b04c08e7 - Issue #3041900 by ankithashetty, Krzysztof Domański, yogeshmpawar, longwave:...
- 4a0768b7 - Issue #3247694 by danflanagan8, mglaman: User tests should not rely on Classy
- cfd82a0e - Issue #3267653 by danflanagan8, mglaman: Comment tests should not rely on Classy
- 1ce85c7b - Issue #3268368 by lauriii, xjm, Wim Leers: Robustify and restore...
- 6b91f32a - Issue #3060875 by pavnish, Dakwamine, martin107, Neslee Canil Pinto, mikelutz,...
- b77aba76 - Issue #3268272 by sayco: TypeError: strpos(): Argument #1 ($haystack) must be...
- 42b500c9 - Issue #3248430 by nod_, Wim Leers, lauriii: Improve Drupal.ckeditor5 documentation
- 1438e66f - Issue #3252562 by rlhawk, mikelutz, benjifisher, danflanagan8: In Callback...
- 2fefddb3 - Issue #3268708 by danflanagan8, longwave: Contact tests should not rely on Classy
- 3e4ed27f - Issue #3256003 by andregp, ranjith_kumar_k_u, Satyajit1990, Gauravmahlawat,...
- 4657466d - Issue #3226716 by beatrizrodrigues, joachim, xjm, lucienchalom: Missing return...
- 5e2c9139 - Issue #3269064 by lauriii, xjm, Wim Leers: Update to CKEditor 5 v33.0.0
- 245131bb - Issue #3266443 by quietone: Rename StateFileExists to StateFileExistsTest
- e5590b22 - Issue #2911473 by Maouna, joachim, adinac, dhirendra.mishra, ravi.shankar,...
- 3e6b51d9 - Issue #3265325 by xjm, Wim Leers, daffie: Raise a warning instead of an error...
- 55bb63f8 - Issue #3162228 by longwave, Spokje, freelock, jackson.cooper, phenaproxima,...
- d56f0b43 - Issue #3267274 by quietone, xjm, danflanagan8: Use aggregator fixture instead...
- ef310cef - Issue #3268174 by Wim Leers, nod_, catch, lauriii: Bug in CKE 4 → 5 upgrade...
- aa4a0570 - Issue #3261517 by andypost: Clean-up stale reference to drupal_get_schema()
- 4753c4fa - Issue #3267721 by nod_, Wim Leers: Add DrupalCI step for ensuring that...
- ed8a57c2 - Issue #3248228 by lauriii, Wim Leers: Unable to change selection after linking...
- 270047ba - Issue #3231337 by lauriii, Wim Leers: [drupalMedia] Remove manual dataDowncast...
- 38f1463c - SA-CORE-2022-005 by jbogdanski, Wim Leers, xjm, larowlan
- 2855e443 - Issue #3232494 by bircher, NigelCunningham, alexpott: Optimise...
- 1b2dfeb4 - Issue #3260869 by lauriii, Wim Leers, bnjmnm, alexpott, catch: Resolve...
- ea4dbb56 - Issue #3266308 by dww, murilohp, Vinodhini.E, alexpott, Kristen Pol:...
- dd3c026b - Issue #3269266 by danflanagan8, longwave: Contextual Links tests should not rely on Classy
- ed58a159 - Issue #3264122 by Spokje, Taran2L, ankithashetty, quietone, catch, xjm,...
- 577ae19e - Issue #3270112 by bnjmnm, Wim Leers: Excessive aria-live announcing from...
- 53cd5e46 - Issue #3270110 by bnjmnm, Wim Leers: Toolbar config items missing "press arrow...
- a012320a - Issue #3231328 by Wim Leers, nod_: SmartDefaultSettings should select the CKE5...
- daa91bc2 - Issue #2636086 by Matroskeen, jian he, Sweetchuck, dawehner, Lendude: Add...
- 2fbd9f71 - Revert "Issue #2636086 by Matroskeen, jian he, Sweetchuck, dawehner, Lendude:...
- bac77053 - Issue #3270108 by bnjmnm, Wim Leers: Editor does not load when using Edge + WHCM
- 15011eb1 - Issue #3259443 by marcvangend, bnjmnm, Abhijith S: Plugin settings do not...
- 3f738a91 - Issue #3239838 by longwave, Spokje, nod_, xjm: Update core eslint...
- b230624e - SA-CORE-2022-006 by JeroenT, DamienMcKenna, xjm, pwolanin, alexpott, larowlan, greggles
- 13c453a3 - Issue #3270323 by Spokje, murilohp, xjm:...
- d89fbdaf - Issue #3263384 by nod_, Wim Leers: Add ckeditor5-code-block package and CodeBlock plugin
- 7cbd470e - Issue #3267870 by heddn, Fabianx: Order image mappings by breakpoint ID and numeric multiplier
- b9bf2bb6 - Issue #3230829 by mohit_aghera, marcvangend, Wim Leers, Kristen Pol:...
- ad005a74 - Issue #3270323 by Spokje, murilohp, catch, xjm, longwave:...
- 6932e25e - Revert "Issue #3267870 by heddn, Fabianx: Order image mappings by breakpoint...
- 99b6843d - Issue #3268932 by danflanagan8, mondrake, dww, xjm, longwave, alexpott,...
- f7400641 - Issue #3268860 by lauriii, Wim Leers: Elements wrapping <drupal-media> are not retained
- d4cec9fd - Issue #3269868 by lauriii, ravi.shankar, andregp, Wim Leers: [drupalImage]...
- 356e0c0f - Issue #3031271 by mstrelan, bbrala, PQ, lois.chabrand, acbramley, drs2034,...
- 163afde5 - Issue #3260857 by Wim Leers, lauriii: Expand...
- 4766b717 - Issue #3270574 by catch, andregp, mherchel: Olivero comment template breaks 'new' indicator/anchor
- eac36140 - Issue #3269716 by andy-blum, mherchel: Olivero: Search is unusable in desktop...
- ed80c4d6 - Issue #2779999 by shashikant_chauhan, guilhermevp, dww, joachim, xjm: Document...
- dcefcaa2 - Issue #3209903 by IndrajithKB, aaron.ferris, Gauravmahlawat, Abhijith S,...
- bc17f2fe - Issue #3219921 by nironan, kostyashupenko, javi-er, Gauravmahlawat,...
- f7e571c8 - Issue #3264911 by bserem, lauriii, arismag, xjm, vensires: Core CSS files...
- 2d053618 - Issue #3261611 by xjm, andregp, ranjith_kumar_k_u, Suresh Prabhu Parkala,...
- 1cca2784 - Issue #3272035 by mherchel, andy-blum: Add "linktext" and "canvastext" to cspell dictionary.
- 83c74c6a - Issue #3171728 by jasonfelix, katherined, mherchel, DyanneNova, tanubansal,...
- f25db89b - Issue #2917655 by xjm, Spokje, catch, Gábor Hojtsy, Pasqualle, rivimey,...
- 5060ac6e - Issue #3265723 by nevergone: Duplicate word: directly
- 88a909d3 - Issue #3270835 by xjm, Wim Leers, lauriii: Move BigPipe's CKEditor 4...
- 02bb7cb2 - Issue #3271050 by xjm, Wim Leers, bbrala: Update REST and JSON:API Editor...
- 39865b51 - Issue #3269502 by danflanagan8, dww: Field and Field UI tests should not rely on Classy
- 4fb5cf25 - Issue #3269267 by danflanagan8, dww: dblog tests should not rely on Classy
- a38e046f - Issue #3258321 by darvanen, AaronMcHale, dww, mstrelan, lauriii, Gábor Hojtsy,...
- 2ce5ee3d - Issue #2845571 by quietone, aerozeppelin, robertwb, Lendude: ViewsJoin ignores...
- 9a265629 - Issue #2760659 by lauriii, yogeshmpawar, vmachado, anya_m, alexpott, Fabianx,...
- 8f1c7a8c - Issue #2616814 by dpi, Xano, geek-merlin, Hardik_Patel_12, jofitz, alexpott,...
- 24472eef - Issue #3268680 by phenaproxima, xjm, Spokje, ravi.shankar, bnjmmn: [random...
- 7c2a25b3 - Revert "Issue #2917655 by xjm, Spokje, catch, Gábor Hojtsy, Pasqualle,...
- 2e10d9a1 - Revert "Issue #2616814 by dpi, Xano, geek-merlin, Hardik_Patel_12, jofitz,...
- e4579e1e - Issue #2616814 by dpi, Xano, geek-merlin, Hardik_Patel_12, jofitz, alexpott,...
- 559ddbd5 - Issue #3267458 by Spokje, quietone, yogeshmpawar, catch: Deprecate aggregator module in Drupal 9.4
- aa3e4aeb - Issue #3269517 by danflanagan8, dww: Datetime and Datetime Range tests should not rely on Classy
- 1a598382 - Issue #3268307 by lauriii, Wim Leers: $block wildcard resolves into a superset...
- 13a660ba - Issue #3270897 by quietone, yogeshmpawar, bbrala: Handle migration tests for removing Color
- 1202ca38 - Issue #3270905 by quietone, bbrala: Move Color help topics to Color module
- 0bd2e3e2 - Issue #3271046 by xjm: Move integration test for CKEditor 4 and Inline Form Errors into CKEditor 4
- 351a2c42 - Issue #3267513 by quietone, andregp, danflanagan8: Handle migration tests for removing RDF
- f26b6327 - Issue #3222757 by lauriii, Wim Leers, nod_, rachel_norfolk, mgifford,...
- f28a7c05 - Issue #2917655 by xjm, Spokje, catch, Gábor Hojtsy, Pasqualle, rivimey,...
- eba2a2df - Issue #3027653 by clayfreeman, tim.plunkett, Pavel Ruban, raman.b,...
- ebc14e6a - Issue #2636086 by Matroskeen, Spokje, jian he, ravi.shankar, larowlan,...
- 353ba71c - Issue #3272727 by mherchel, nod_: Nightwatch's drupalModuleInstall() doesn't...
- e2ab23a2 - Issue #3067697 by javi-er, Hardik_Patel_12, mherchel, andy-blum, huzooka,...
- 3d794cf6 - Issue #3270765 by Wim Leers, lauriii: Add test coverage for createDropdown in drupalElementStyles
- ddc12ad1 - Issue #3268443 by danflanagan8, ravi.shankar, dww, longwave: Configuration...
- 56a355e2 - Issue #3268105 by murilohp, bbrala, catch, TR, Spokje: Bring back...
- 7be4a4fe - Issue #3272872 by nod_: deprecate underscore and mark it internal
- 6ee580fe - Issue #3272731 by Shashwat Purav, danflanagan8: jsonapi tests should not rely on Classy
- 07712edc - Issue #3272746 by Shashwat Purav, danflanagan8: Layout Discovery tests should not rely on Classy
- 63b32ac5 - Issue #3112547 by andypost, dww, yogeshmpawar, Lendude, bnjmnm, danflanagan8,...
- e87408c4 - Issue #3273072 by svenryen: Typo in Block module's tour
- 4e4d69ce - Issue #3265929 by jonathanshaw, yogeshmpawar, quietone, xjm: Rewrite examples...
- 70a2bfd4 - Issue #3273626 by xjm, dww, Spokje: Drupal Media JavaScript test suite causes...
- 4d9db675 - Issue #3273332 by Wim Leers, DieterHolvoet: Merging cells in tables is...
- 1a834c9e - Issue #3273312 by Wim Leers, Dom., ifrik, mpp, seanB, lauriii: Upgrading from...
- b0f5cfa2 - Issue #3272797 by bnjmnm, phenaproxima, xjm: [random test failure] Restore...
- a0783746 - Issue #3270886 by drumm: Remove outdated note in drupalci.yml
- 307e3b7a - Issue #3273527 by joevagyok, Wim Leers: Upgrade path never configures the...
- 70d94d49 - Issue #3173159 by sardara, JeroenT: Block add form ajax callback implementation issues
- 7953bb57 - Issue #2807241 by Stefdewa, jhodgdon, Lendude, droplet, pjbaert, alexpott:...
- 58831740 - Issue #3270940 by quietone: Move all non migration Color tests to the module...
- c6bda047 - Issue #3203604 by Eli-T, snig, justafish, kuldeep_mehra27, Matroskeen, Finn...
- ec891b85 - Issue #3258931 by nod_, hooroomoo, xjm, catch, effulgentsia, Wim Leers:...
- 2d19c2fe - Issue #3265626 by bnjmnm, Wim Leers, nod_, lauriii, alexpott, andregp: Changes...
- 310943d1 - Issue #3263935 by huzooka, danflanagan8, quietone: system_site migrates...
- 305d1207 - Issue #3259188 by alexpott, dww, chr.fritsch: Extend post update system to...
- c550b6e8 - Issue #3067299 by andypost, iyyappan.govind, quietone, mrinalini9,...
- 9220170b - Issue #3266397 by quietone, murilohp, dww, AaronMcHale, benjifisher, Antoniya,...
- 1e8dacec - Issue #1948572 by quietone, joachim: Document #region_callback in Field UI
- 9de5949b - Issue #3173180 by heddn, edysmp, chrisfree, andypost, markdorison,...
- 057214cb - Issue #3272722 by Lendude: The deprecation message for...
- 0592f24a - Issue #3130305 by mherchel, cindytwilliams, bnjmnm, saschaeggi,...
- 66f0b9e2 - Issue #3269417 by mherchel, cindytwilliams: Claro: Breadcrumb divider icon not...
- a64c04c2 - Issue #3269341 by mherchel, KurtTrowbridge: Claro <details> element not...
- f093c32e - Issue #3274767 by nod_, lauriii: Update to CKEditor 5 v34.0.0
- 6e58ed88 - Issue #3210435 by javi-er, kostyashupenko, sagarchauhan, mherchel, bnjmnm,...
- 96728e54 - Revert "Issue #3173180 by heddn, edysmp, chrisfree, andypost, markdorison,...
- 417d64dd - Issue #3268318 by lauriii, Wim Leers, tim.plunkett: [drupalMedia] <a> with GHS...
- f689c80f - Issue #3173180 by heddn, edysmp, chrisfree, andypost, markdorison,...
- 0b987f85 - Issue #3275180 by xjm, larowlan: Update composer/composer dev dependency version
- c596c120 - Issue #3245720 by hooroomoo, nod_, Wim Leers, lauriii, yash.rode:...
- 3aa89b93 - Issue #3275093 by larowlan, catch, bbrala, dww, heddn: Drupal 9.3.0 dumps were...
- 4da04a22 - Issue #3013802 by andregp, yogeshmpawar, gaurav.kapoor, nikitas, Charlie ChX...
- f56cd047 - Issue #3274265 by Johnny Santos, danflanagan8: Locale Tests should not rely on Classy
- 73428d64 - Issue #3274096 by danflanagan8, cliddell: Link Tests should not rely on Classy
- 53225084 - Issue #3274066 by danflanagan8: Node tests should not rely on Classy
- 41b04e45 - Issue #3248295 by danflanagan8, xjm, dww, mglaman: Taxonomy tests should not rely on Classy
- 91ebf8e7 - Issue #3233491 by hooroomoo, xjm, lauriii, nod_, justafish, droplet,...
- 12e8b703 - Issue #3274278 by Wim Leers, jcnventura, yogeshmpawar, andregp, bnjmnm:...
- 09367101 - Issue #3273325 by Dom., Wim Leers, andregp, ifrik: CKE5 and contrib: better...
- dca093de - Issue #3270395 by murilohp, nod_, mradcliffe, xjm, Wim Leers: Remove use of...
- 7afe7f58 - Issue #3225706 by joachim, Gauravmahlawat: rewrite...
- 0a110d34 - Issue #3265664 by nod_, longwave, lauriii: Update jsdom to latest major release
- e9294d88 - Issue #3269091 by gambry, yogeshmpawar, jonathanshaw, joachim, alexpott:...
- baa0ed68 - Issue #3256549 by cilefen, murilohp, longwave, catch, Spokje: Deprecate...
- 0ad67051 - Issue #3270941 by quietone, ravi.shankar, yogeshmpawar, murilohp, bbrala,...
- f892baca - Issue #3271305 by m4olivei, mherchel, rafuel92, yogeshmpawar, andy-blum,...
- fd0f1b4d - SA-CORE-2022-008 by mxr576, xjm, effulgentsia, mxr576, larowlan
- ab1107a4 - SA-CORE-2022-009 by kristiaanvandeneynde, larowlan, acbramley, xjm, longwave,...
- 0e319b4e - Issue #3270941 by quietone, ravi.shankar, yogeshmpawar, murilohp, heddn,...
- a30b87a3 - Issue #3272537 by danflanagan8: Help and Help Topics tests should not rely on Classy
- 32a56fef - Issue #2236983 by quietone, DenEwout: Not at all clear how/when...
- 1a2ea04d - Issue #3275114 by Wim Leers, lauriii, bnjmmn: Add subsystem maintainers for CKEditor 5
- 89d9f9d9 - Issue #3275216 by akoepke, larowlan: Fix UpdateSettingsForm dependency injection
- e0bba127 - Issue #3276615 by catch, mherchel: Remove olivero_form_comment_form_alter()...
- c44d9666 - Issue #3271666 by mherchel, cindytwilliams: Olivero pager's next/prev icons...
- b710d3f4 - Issue #3273056 by kmonahan, mherchel, Johnny Santos, rkoller, ckrina: Active...
- 7067f98b - Issue #3261943 by bnjmnm, lauriii, Wim Leers, andreasderijcke, ifrik:...
- 7bdf3b06 - Issue #3230230 by bnjmnm, johnwebdev, Wim Leers, lauriii, Anna_CKSource,...
- 1a20413c - Issue #3275464 by HEBL, danflanagan8: Remove obsolete test method FrontPageTest::testAdminFrontPage
- 1876f3f5 - Issue #3271507 by danflanagan8, nod_: Block tests should not rely on Classy
- f6af177e - Issue #3272734 by danflanagan8: Statistics tests should not rely on Classy
- c4768c4d - Issue #3272737 by danflanagan8: Workspaces tests should not rely on Classy
- 40615d8f - Issue #3266739 by beatrizrodrigues, joachim:...
- c226816f - Issue #3020418 by antoineh, ckrina, bnjmnm, fhaeberle, saschaeggi, andregp,...
- f6058b86 - Issue #3231334 by Wim Leers, bnjmnm: Global attributes (<* lang> and <*...
- 52fbb197 - Issue #2717921 by gaurav.kapoor, drnikki, subhashuyadav, pratik_specbee,...
- 4b6a0adc - Issue #3081489 by kostyashupenko, mherchel, justafish, andy-blum,...
- c136e1d8 - Issue #3277053 by Gábor Hojtsy, ckrina, saschaeggi, lauriii, bnjmnm: Mark Claro as Stable
- eff874c9 - Issue #3277057 by Gábor Hojtsy, tedbow, lauriii, ckrina, saschaeggi, bnjmnm:...
- 96418444 - Issue #3087701 by markdorison, shaal, Ruchi Joshi, benjifisher, markconroy,...
- 16bdab1f - Issue #3276670 by hooroomoo, Wim Leers: Some configurations of allowed view...
- 54fc1bad - Issue #3276627 by Wim Leers, hooroomoo:...
- 0f24b084 - Issue #3269085 by alexpott, larowlan, danflanagan8, Matroskeen: [random test...
- 5b666681 - Issue #3248425 by nod_, yogeshmpawar, Wim Leers, lauriii, bnjmnm, marcvangend:...
- 48715daa - Issue #3229078 by scott_euser, Wim Leers, hooroomoo, brentg, yogeshmpawar,...
- 02693ce4 - Issue #3276620 by catch, Spokje: Change NoJavaScriptAnonymousTest to use stark theme
- 06fb03e9 - Issue #3276618 by catch, mherchel, eojthebrave, Gábor Hojtsy: Olivero sets...
- 0bf84966 - Issue #3277405 by Wim Leers, nod_: Update @ckeditor/ckeditor5-list to v34.0.1
- 22dab5e4 - Issue #3266216 by mherchel, rkoller: The section-titles in the preview section...
- 953a69bf - Issue #3261599 by hooroomoo, Wim Leers, lauriii: Use CKEditor 5's native <ol...
- 5996e3a4 - Issue #3276974 by hooroomoo, Wim Leers: [drupalMedia] Media View Modes don't...
- 0388920e - Issue #3228691 by Wim Leers, lauriii, nod_: Restrict allowed additional...
- 78baa2f2 - Issue #3277743 by xjm, RainbowArray: Update contributor name and username in MAINTAINERS.txt
- 0bd4c9f4 - Issue #3219959 by marcoscano, Gábor Hojtsy, eojthebrave, Spokje, mherchel,...
- 76512193 - Issue #3206217 by mglaman, lauriii, alexpott: Allow starterkit themes to...
- 33527a5f - Drupal 9.5.x-dev
- e894995a - Issue #2168711 by yogeshmpawar, droplet, mariancalinro, bnjmnm, peterpoe,...
- 73b7efeb - Issue #3277274 by richardrobinson, saki007ster, ApocalypticJake, bnjmnm,...
- 3fe2e7f3 - Issue #2995367 by quietone, xjm, Lendude: Fix update module test fixture names...
- 5ffd6ae6 - Issue #3277309 by phjou, mradcliffe, benjifisher, markie: Update links to...
- 79a302da - Issue #3226016 by Gauravmahlawat, Libbna: Olivero: use multi-class array for...
- 02ffcc43 - Issue #3270709 by Shashwat Purav, Chi, apaderno: Remove reference to...
- 7ef5ad66 - Issue #3272516 by Wim Leers, yogeshmpawar, bnjmnm, catch: Deprecate...
- fc89b10f - Issue #2958358 by Mile23, alexpott: Remove Drupal\Component\Utility's...
- 7a35abe9 - Issue #3230541 by cliddell, jday, yogeshmpawar, neclimdul, cmlara, Charlie ChX...
- 5d068a48 - Revert "Issue #3230541 by cliddell, jday, yogeshmpawar, neclimdul, cmlara,...
- c88351cf - Issue #3230541 by cliddell, jday, yogeshmpawar, neclimdul, cmlara, Charlie ChX...
- ad870924 - Issue #3266912 by nod_, Wim Leers, lauriii, xjm, mmjvb: Review version...
- 9c956d43 - Issue #3278568 by lauriii, Spokje: Add Seven and Bartik block configuration to optional config
- 4b54cc5e - Issue #3278565 by lauriii, Spokje: Remove Claro block configuration from Standard
- 20e0d59e - Issue #3278215 by Spokje, lauriii, eojthebrave, Berdir: (Not so) Random test...
- 07230e83 - Issue #3278696 by Spokje: Rename Oliveros block.block.book_navigation.yml and...
- a9ca452a - Issue #3278732 by Spokje, lauriii: Remove Claro block configuration from Umami
- c0bad151 - Issue #3278163 by xjm, nod_, lauriii: yarn upgrade for latest security vulnerabilities
- 9cc4bbec - Issue #3278162 by longwave, xjm, mallezie, Spokje: Update Composer...
- b077d55c - Issue #3278394 by Wim Leers, bnjmnm: HTMLRestrictions' diff operation bug:...
- e169a237 - Issue #3275237 by hooroomoo, lauriii, Wim Leers, nod_: Don't convert, instead...
- 05b4b091 - Issue #3253955 by benjifisher, kristiaanvandeneynde, AaronMcHale: Let modules...
- 1b9a758b - Issue #3251709 by cindytwilliams, andregp, ankithashetty, ckrina, saschaeggi:...
- 1015c1b3 - Issue #3279640 by alexpott, Spokje, mherchel, lauriii, catch: Standard install...
- 23e599ba - Issue #3279788 by alexpott: PHP 7.3 testing on Drupal 9.4.x and 9.5.x is...
- 004fa86e - Issue #3278246 by lauriii, alexpott, nod_, justafish: Deprecate...
- ab035217 - Issue #3269657 by hooroomoo, Wim Leers: [drupalMedia] The CKEditor 4 → 5...
- b4011fbf - Issue #3206226 by Wim Leers, mglaman, lauriii, alexpott: Make updating changes...
- 3fe2df71 - Issue #3253286 by lauriii, ckrina, bnjmnm, xjm: Remove unnecessary template...
- b8df4178 - Issue #3278786 by lauriii, nod_: Update production JavaScript dependencies to latest minors
- 06f6126b - Issue #3279850 by alexpott, dww, lauriii: Theme post updates are not...
- 3070c83b - Issue #3101922 by bnjmnm, nod_, lauriii: Find replacement for Modernizr...
- ac1dc4bb - Issue #3259593 by hooroomoo, Dom., Wim Leers, lauriii: Alignment being...
- f88b9582 - Issue #3279840 by Spokje, mallezie, alexpott: Fix...
- 00991b9d - Issue #3280359 by bnjmnm: Make jQuery.form internal
- 3f6a61e7 - Issue #3252100 by amateescu, catch, Tim Bozeman: Set revision_default when publishing
- 7942ea78 - Issue #3277311 by nod_, Wim Leers, catch, larowlan: Deprecate and mark internal contextual JS API
- 7ab84336 - Issue #3276218 by lauriii: Follow-up to #3268318: Enable link manual decorator...
- 78d9626f - Issue #2917239 by Lendude, dww, iStryker: Form is built when not using fields
- b72a2b11 - Issue #2314443 by olli, Lendude, immaculatexavier, dawehner: Changing view...
- 70c11f89 - Issue #3278032 by andregp, bkline@rksystems.com: Remove dead code from ContentTranslationController
- 2d3c1013 - Issue #3277557 by galactus86, mherchel, rootwork: Olivero: Progress indicator...
- d9a2db8b - Issue #3272354 by danflanagan8: Filter tests should not rely on Classy
- 1f1cdd2c - Issue #3276839 by Spokje, mondrake: Remove leftover dumpHeaders property
- 5859d6d5 - Issue #3270081 by franck_lorancy, quietone, Cottser: Fix indentation in doc...
- a3562c9e - Issue #3278314 by acbramley: InlineBlockUsageInterface::getUsage can return...
- f4a02958 - Issue #3275530 by danflanagan8: Language Tests should not rely on Classy
- 0a5c3527 - Issue #3272558 by danflanagan8: Content Translation tests should not rely on Classy
- 3f231c5d - Issue #3279103 by bradjones1: Test cleanup: Remove dead code from JsonApiFunctionalTest
- 537c2798 - Issue #3276652 by andregp, eojthebrave, markie, catch, danflanagan8:...
- eabf471d - Issue #3272543 by danflanagan8, larowlan: History tests should not rely on Classy
- b74c35f5 - Issue #3272336 by danflanagan8: File tests should not rely on Classy
- 1c89f62b - Issue #3272581 by danflanagan8: Image tests should not rely on Classy
- 9e6666fb - Issue #3218562 by bradjones1, yogeshmpawar, Lendude, catch: Fix typo in/rename SearchSimplifyTest
- 93135724 - Issue #3279502 by webflo: Fix invalid @property annotations
- 7eda63ab - Issue #3277552 by Hebl, Asha Nair, rootwork, Charles Belov: Seven is missing...
- 6d19feb1 - Issue #3280614 by Spokje: (Not so) Random test failures QuickEditFileTest
- ff78b804 - Issue #2580263 by Berdir, nils.destoop, catch, Cottser, larowlan: Find a way...
- debf7027 - Issue #3112283 by ravi.shankar, mpdonadio, andregp, daffie, jhedstrom,...
- ec5b3639 - Issue #332796 by voleger, dww, Steve Dondley, ykhadilkar, Dave Reid,...
- a9d27d15 - Issue #3260920 by tstoeckler: Contact's MessageEntityTest wrongly uses 'edit'...
- 9ca2366c - Issue #3276565 by dww, larowlan: Add larowlan as maintainer of contextual.module
- d5cb46bb - Issue #3250582 by huzooka, Matroskeen, danflanagan8, ravi.shankar, quietone,...
- 8faa516a - Issue #3280602 by larowlan, DanielVeza, Wim Leers, mstrelan: Exceptions for...
- 387143aa - Issue #3272956 by xjm, Wim Leers, tedbow, dww: Hardcode security coverage EOL...
- 37f6b990 - Issue #3268746 by quietone, xjm: Fix missing newlines for...
- da098e32 - Issue #3232714 by paulocs, vsujeetkumar, mondrake, longwave, quietone,...
- 91f04e6e - Issue #3262874 by Spokje, longwave, ankithashetty, catch, andypost: Update Coder to 8.3.15
- 4a392a17 - Issue #3280882 by mondrake, mallezie: KernelTestBase::tearDown() cleanup...
- dd723d01 - Issue #3225966 by claudiu.cristea, xjm, Mixologic, neclimdul, alexpott,...
- d6160168 - Issue #3058409 by guilhermevp, joachim, ravi.shankar, quietone, init90,...
- a3056c87 - Issue #3270936 by Spokje, quietone, andypost, lauriii: Deprecate Color module
- 6a2a3a4e - Issue #2580723 by AdamPS, Berdir, andypost, darvanen, larowlan, alexpott,...
- ef284073 - Issue #3245553 by quietone, danflanagan8: Fix migration of localized D6 menu links
- 304c695a - Issue #3270842 by javi-er, sharayurajput, ckrina, WagnerMelo, saschaeggi:...
- ab69d9ae - Issue #3274080 by mherchel, andy-blum, lauriii: Olivero's mobile menu...
- 90932101 - Issue #3260007 by mondrake, yogeshmpawar, daffie, andypost: Decouple...
- 761e2df5 - Issue #2513524 by andregp, JeroenT, Bill Choy, TR, tstoeckler, dawehner, Wim...
- 03bfbe68 - Revert "Issue #3260007 by mondrake, yogeshmpawar, daffie, andypost: Decouple...
- 9c6d3d2d - Issue #3279693 by mherchel, andy-blum: Olivero: Hyperlinks with "button" or...
- 9fe14155 - Issue #3246755 by mherchel, yogeshmpawar, Libbna, cindytwilliams, zenimagine:...
- 7ecb8bd0 - Issue #3279703 by VIGHNESH SADAGOPAL, Binoli Lalani, Stockfoot, Maninders,...
- d851e0cf - Issue #3282050 by Spokje: Failing HEAD on PHP 7.3 on ComposerIntegrationTest::testComposerLockHash
- cc55493e - Issue #3281863 by alexpott, Wim Leers, nod_, hestenet, xjm, huzooka,...
- 362d1665 - Issue #3282342 by xjm: Forward-port Guzzle updates, because the private...
- 5a802d5d - Issue #3282395 by alexpott, mallezie: Latest versions of PHPStan and...
- b8090af2 - Issue #3282342 follow-up: Forward-port Guzzle updates, because the private...
- 2448cd3e - Issue #3261447 by xjm, lauriii, ravi.shankar, Wim Leers, alexpott, tedbow,...
- 90085a80 - Issue #3277438 by Wim Leers, bnjmnm, lauriii, xjm, nod_, Reinmar: Update to CKEditor 5 v34.1.0
- e7fea5d1 - Issue #3265140 by Spokje, bnjmnm, lauriii, mstrelan, dww, Wim Leers, xjm,...
- d22061d0 - Revert "Issue #3261447 by xjm, lauriii, ravi.shankar, Wim Leers, alexpott,...
- be966211 - Issue #3281578 by Wim Leers, quietone, xjm, catch: Increase Composer...
- f78f839f - Issue #3261447 by xjm, lauriii, ravi.shankar, pingwin4eg, Wim Leers, alexpott,...
- 0c5c3692 - Issue #3260007 by mondrake, yogeshmpawar, daffie, andypost: Decouple...
- dcca2f90 - Issue #3279192 by daffie, ravi.shankar, geek-merlin, alexpott: Change the...
- d3d389ec - Issue #3283093 by alexpott, daffie: Update PHP dependencies for minor and patch versions
- 47c9c023 - Issue #3274651 by Wim Leers, nod_, alexpott: Impossible to enable <ol type> or...
- a595534d - Issue #3280985 by mherchel, andy-blum: Olivero's code block styling is...
- 90f0feea - Issue #3227431 by mherchel, kostyashupenko, andy-blum, Kristen Pol,...
- 0b4483b7 - Issue #3276217 by lauriii, Wim Leers: [drupalMedia] add tests to confirm GHS...
- f7d93687 - Issue #3274648 by nod_, Wim Leers: HTMLRestrictions::merge() and...
- 2ebeaa5b - Issue #3283795 by alexpott, bircher: ComposerHooksTest is broken on latest DrupalCI PHP container
- 452ae8b4 - Issue #3284270 by alexpott, bircher: Reset...
- 5fa54e82 - Issue #3273983 by Wim Leers, ifrik, lauriii: Do not assume that plugin...
- 5e4d7419 - Issue #3247683 by Wim Leers, lauriii, bnjmnm, Reinmar: Disable CKEditor 5's...
- fe141d21 - Issue #3223264 by andy-blum, mherchel, Kristen Pol: Olivero: Messages can be...
- 145af574 - Issue #3284502 by effulgentsia, alexpott: [regression] Drupal 9.4 breaks BC...
- 9f8fd641 - Issue #3281438 by tinto, deviantintegral, catch: Update CKEditorTest to not use Bartik and Seven
- 981f57cc - Issue #3276108 by jasonfelix, mherchel, zenimagine, lauriii: Allow the RSS...
- 9050e30e - Issue #3280399 by Mile23, voleger, hestenet, andypost, daffie: Mark...
- 040661ea - SA-CORE-2022-011 by GHaddon, JeroenT, yivanov, Heine, longwave, DamienMcKenna,...
- 3613d7ba - Issue #3285193 by Lendude, xjm: Temporarily skip random test failures that...
- 4649b00e - Issue #3280398 by alexpott, mherchel, quietone: Theme's post updates within...
- c1a30781 - Issue #3284970 by alexpott: Reduce complexity in \Drupal\Core\Site\Settings::initialize
- d99a0f62 - Issue #3269215 by slucero, dpi: EntityTypeInterface::getKey() is typehinted as...
- 98391f65 - Issue #3281451 by tinto: Update Ajax FunctionalJavascript test to not use Bartik and Seven
- e68482b6 - Issue #3281443 by _shY: Update Taxonomy tests to not use Bartik and Seven
- 87854bcf - Issue #3283599 by eleonel: Fix a typo in Help message on ckeditor5.module
- 0af76002 - Issue #3283619 by eleonel: Fix a comment typo in common.inc
- a2ca087f - Issue #2392815 by alexpott, pooja saraah, bircher, cilefen, pratik_specbee,...
- d894465f - Issue #3198340 by alexpott, xjm, Mile23, cilefen, mmjvb, catch, Mixologic,...
- 4c5ba4c1 - Issue #3257485 by TR, daffie: Constructor of Drupal\Core\Test\TestDiscovery...
- 3cc2c851 - Issue #3277148 by rpayanm, andregp, joachim, Farnoosh, Athrylith, Jingting:...
- 8afa78af - Issue #3265492 by dww, Spokje, Amber Himes Matz, quietone: Fix inaccuracies in...
- 08069074 - Issue #2430133 by JeroenT, znerol, mgifford: BlockLanguageTest tests non-existing pages
- 73d0a0c1 - Issue #3277025 by Spokje, longwave: For additional security you should declare...
- 0bf085bb - Issue #3265429 by neclimdul, eleonel: Fix array keys in MailManagerTest
- 1e385657 - Issue #3285572 by alexpott, longwave: Update dependencies to latest patch...
- 462e2fb7 - Issue #3285696 by sardara, alexpott, longwave: Legacy random session ID...
- 9423caee - Issue #3264633 by mstrelan, Spokje, dww, larowlan, tim.plunkett, xjm: Remove...
- 3fff51c7 - Issue #3268244 by Spokje, xjm, Wim Leers: [random test failure] Un-skip and...
- 25664162 - Issue #3267258 by Spokje, dww, andregp, Wim Leers, mstrelan, catch: Remove...
- 95156f27 - Issue #2430379 by quietone, znerol, larowlan: Add explicit test for session...
- 635d9e02 - Issue #2747273 by quietone, mayurjadhav, talhaparacha: Example given on...
- 480394b3 - Issue #3257600 by tstoeckler, rpayanm: SettingsTrayBlockFormTest needlessly overrides getTestThemes
- feae261b - Issue #2733675 by smccabe, murilohp, andregp, Johnny Santos, ankithashetty,...
- 515a89ea - Issue #3285131 by andregp, daffie, catch, longwave: Fix constructor...
- 18693c00 - Issue #3291047 by Wim Leers, Spokje: Move Quick Edit-specific styling of...
- dc4e2a8b - Issue #3291018 by Spokje, Wim Leers: Move...
- 5a83c90a - Issue #3283498 by Mile23, alexpott: Scaffold ReplaceOp::copyScaffold() throws...
- 9fda17dd - Issue #3280033 by hmendes, rajandro, dpi, Ayesh: PHP 8.2 compatibility: ${}...
- f95eaa74 - Issue #3291265 by Spokje: \Drupal\Tests\forum\Functional\ForumNodeAccessTest...
- 60d6c151 - Issue #3164699 by jungle, ravi.shankar, andregp, kishor_kolekar, sulfikar_s,...
- 9b485ec7 - Issue #3283794 by mondrake, longwave: Fix 'should return {type} but return...
- 1d277cec - Issue #3283235 by TR: Fix a comment typo in FileFieldWidgetTest
- a3b68b80 - Issue #3145738 by andrewmacpherson, quietone, Mile23, mmjvb: Incorrect...
- 42bbd1ad - Issue #1645328 by Liam Morland, darvanen, shravan sonkar, andregp,...
- 6166cd07 - Issue #3267314 by quietone, danflanagan8: Handle migration tests for removing tracker
- b7c5fcb3 - Issue #3291780 by longwave, xjm: guzzlehttp/guzzle 6.5.8 requires guzzlehttp/psr7 ^1.9
- 740a7a80 - Issue #3291877 by alexpott, longwave: Fix...
- c668a90a - Issue #3285230 by xjm, benjifisher, phenaproxima, mikelutz, quietone:...
- 2fc70d93 - Issue #3292413 by Spokje: Update deprecation error made in [#3264633] from 9.5.0 to 9.4.2
- a7a75a70 - Issue #3153852 by clayfreeman, catch: Both component and core versions of...
- 0b19d9a8 - Issue #3292626 by Spokje, dww: Remove core/modules/ckeditor5/css/quickedit.css
- 77c72811 - Issue #3291283 by nod_, jsutta, longwave, cilefen, alexpott, Gabbia998,...
- d83d8eb4 - Issue #2987089 by askibinski, andypost, alexpott: Remove views.module's direct...
- 07660f91 - Issue #3280589 by Spokje, longwave, Mile23: Deprecate Composer Vendor Cleanup Scripts
- eb8e65e7 - Issue #3292992 by Spokje: [#3280589] broke HEAD on 10.0.x and 10.1.x
- 721355ce - Issue #3291317 by immaculatexavier, mherchel, Janner, longwave: Views Mini...
- 8ce4d4a2 - Issue #3086931 by longwave, zrpnr, Spokje: Remove unused postcss.config.js
- 8db9a652 - Issue #3284010 by _shY, mherchel, Abhijith S: "Create content" link within...
- 3941fd02 - Issue #3271057 by Wim Leers, xjm, lauriii: Move Media Library CKEditor 4...
- 8d2664c4 - Issue #3293114 by uri_frazier, mikelutz, Spokje: Fix var tag on recent commit
- bb3c0cb3 - Issue #3070747 by immaculatexavier, herved, alexpott, yoruvo: Profile paths...
- f2dfd3e5 - Issue #3270556 by quietone: Handle NULL for max_filesize_per_file in...
- c90ec155 - Issue #3293051 by Spokje, longwave:...
- 95fe4e0f - Issue #3293215 by longwave: Remove remnants of Simpletest UI
- 09051cc3 - Issue #3291830 by webflo: Fix PSR4 path for database driver
- c0cdaa71 - Issue #2896993 by cburschka, andypost, mxr576, jedihe: Decorated services crash on serialization
- 76e904eb - Issue #3270831 by Wim Leers, bnjmnm, xjm, catch: Make the CKEditor 4 → 5...
- 414b1176 - Issue #3239935 by mondrake, Spokje, alexpott, andypost, daffie: Refactor ToolkitGdTest
- 5f5ea220 - Issue #3264145 by ankithashetty, yogeshmpawar, ravi.shankar, mrinalini9,...
- 54a6ed2a - Issue #3292850 by tim.plunkett, chrisfromredfin, leslieg, xjm: Add Project...
- d02015fc - Issue #3291295 by Ishani Patel, Webbeh: Incorrect ckeditor5.plugin.media_media schema label
- 358d7df6 - Issue #3031492 by longwave, tedbow, Spokje: Remove @todo in InlineBlockEntityOperations constructor
- ef7c8624 - Issue #3291303 by Spokje: "Wierd" assertion in \Drupal\Tests\views\Functional\Wizard\BasicTest
- 12e07497 - Issue #3255749 by Spokje, alexpott, shaal, longwave, cilefen, AaronMcHale,...
- e5d6a0ce - Issue #3259671 by alexpott, _KASH_, Lendude: Slow query in titleQuery Vid.php
- e2943656 - Issue #3248078 by uri_frazier, antojose, alisonjo315, rootwork: Update 8.x...
- a15d0efd - Issue #3112290 by Spokje, mondrake, mpdonadio, daffie, andypost, Kristen Pol,...
- 03e037d8 - Issue #3225381 by mikelutz, jrockowitz, yivanov, Spokje, larowlan, longwave,...
- d0ab08fb - Issue #3294076 by longwave: Remove unused ExceptionTestSiteSubscriber
- d323b06f - Issue #3294205 by shaal, NickDickinsonWilde, Spokje, alexpott, xjm, larowlan,...
- fc742692 - Issue #3294938 by xjm, catch, dww: Increase RECOMMENDED_PHP to 8.1.6
- c1cd3dce - Issue #3294883 by marcoscano: Fix inaccurate code comment in Media.php
- de637ade - Issue #3284665 by arunkumark, Rashmisoni, Jimaginary, Rakhi Soni, longwave:...
- 6764848b - Issue #3137119 by munish.kumar, johnwebdev, Jaypan, jungle, xjm, catch:...
- 72330ced - Revert "Issue #3137119 by munish.kumar, johnwebdev, Jaypan, jungle, xjm,...
- f04ef57c - Revert "Revert "Issue #3137119 by munish.kumar, johnwebdev, Jaypan, jungle,...
- 66887de7 - Issue #3292380 by Spokje, effulgentsia, larowlan, catch: Remove the "replace"...
- 2e9f33b3 - Issue #2859197 by Wim Leers, Abhijith S, borisson_, lauriii, swentel, joachim:...
- 2db9c972 - Issue #3207771 by scott_euser, quietone, immaculatexavier, ravi.shankar,...
- d19fa67a - Issue #2494617 by Lendude, danflanagan8, Bès, Shreya Shetty, stBorchert,...
- ab63e972 - Issue #3275585 by dspachos, apaderno, joachim: Implementations of...
- a59f5209 - Issue #3270564 by quietone: Handle NULL for data blob in User source plugin
- 2dbdf7ad - Issue #3121325 by uqjhawk3, Berdir:...
- a63c7603 - Issue #2994000 by Lendude, Pasqualle, quietone, pameeela: Notice in logs when...
- 98e5ab0b - Issue #3082211 by quietone, Pooja Ganjage, danflanagan8, Spokje, benjifisher,...
- cd46ba57 - Issue #3293122 by lauriii: Document...
- 0e721780 - Issue #3291949 by alexpott, daffie: Improve the MySQL transaction isolation warning
- dd9e2e4e - Revert "Issue #3082211 by quietone, Pooja Ganjage, danflanagan8, Spokje,...
- 623dfc97 - Issue #3117291 by NitinLama, smustgrave, silverham, Chi: Element::isEmpty()...
- ca895b65 - Issue #3291744 by lauriii, xjm, Abhijith S, Wim Leers, bnjmnm, catch: Ensure...
- e13e5efe - Issue #3271094 by Wim Leers, lauriii, xjm, catch: Move Media CKEditor 4 integration into CKEditor
- 0c577115 - Issue #3294720 by abramm, nod_, alexpott: The attachBehaviors() for document...
- bcf1df4d - Issue #3086075 by jhodgdon, andypost, Charlie ChX Negyesi, Spokje: Use Twig to...
- 40dc92f1 - Issue #2916682 by Matroskeen: Defaults not working for grouped filter with multiple selections
- 44e97011 - Issue #2588013 by sumthief, aneek, tic2000, droplet, nod_, GuyPaddock,...
- 089a4e8b - Issue #3266123 by smustgrave, tinto, rkoller, Lendude, larowlan, Amber Himes...
- 411f9953 - Issue #3293996 by narendra.rajwar27, tbisciglia: Use...
- 6bab8a57 - Issue #3255887 by murilohp, mrinalini9, heddn, catch, neclimdul, longwave,...
- c0853041 - Issue #1198120 by ravi.shankar, Jody Lynn, mdupont, Everett Zufelt, borisson_,...
- 59047274 - Issue #3281452 by longwave, mrinalini9, deviantintegral, Spokje: Update Core...
- c9770654 - Issue #3252587 by longwave, smustgrave, Chalk, borisson_, alexpott: Extend the...
- afc9c24e - Issue #3268983 by nod_, iSoLate, plach, Wim Leers, acbramley, larowlan,...
- c7191499 - Revert "Issue #3268983 by nod_, iSoLate, plach, Wim Leers, acbramley,...
- 469e117c - Issue #3295421 by Gábor Hojtsy, catch, atuliet05: Update TranslationWrapper...
- 862eaf0a - Issue #3294850 by Spokje, longwave: Update to cspell 6
- f0944d22 - Issue #3246246 by Wim Leers, effulgentsia, lauriii, xjm, nod_: CKEditor 5...
- 4f3b578c - Issue #3264987 by marciaibanez, apaderno, Pasqualle, longwave:...
- 388393e8 - Issue #2473877 by Lendude, quietone, pefferen: Views UI progress indicator...
- 1a4ef7f2 - Issue #3021898 by longwave, alexpott, AaronBauman, daffie, opdavies: Support...
- 4b8585a8 - Issue #3267900 by Spokje, longwave: Unneeded argument $root for...
- c2d7ae96 - Issue #3291887 by alexpott, Spokje: Fix outdated references to form_type_checkboxes_value()
- 3a2ddfed - Issue #3281440 by _shY, nod_: Update Shortcut tests to not use Bartik and Seven
- 3668a964 - Issue #3281454 by _shY, pooja saraah, deviantintegral, quietone, alexpott,...
- 646345c8 - Issue #3295650 by Spokje, BR0kEN, Berdir, catch, Krzysztof Domański, longwave,...
- 40eeb204 - Issue #3278124 by catch, nod_, andregp, quietone, deviantintegral, alexpott:...
- 6750f9fd - Issue #3268983 by nod_, iSoLate, plach, Wim Leers, acbramley, larowlan,...
- 5ca705dc - Issue #2958241 by fjgarlin, thetwentyseven, Wim Leers, joachim,...
- 34bdf31e - Issue #3245967 by bnjmnm, Wim Leers, nod_, lauriii, tim.plunkett, andregp,...
- 5725a159 - Issue #3295709 by immaculatexavier, ravi.shankar, longwave: .views-progress-indicator CSS is unused
- 9b6af36f - Issue #3296108 by catch, dww, Spokje, mondrake: mysql_requirements() assumes...
- a9edcb0d - Issue #3088234 by tim.plunkett: Use $defaultTheme for using views_test_classy_subtheme
- 153f1a47 - Issue #3283602 by urvashi_vora, eleonel, mrinalini9, ankithashetty, alexpott,...
- d12f31e0 - Issue #2563995 by Temoor, Rakhi Soni, andypost: Remove duplicated check for...
- 10c3646f - Issue #3292908 by alexpott, dww, longwave, catch, Berdir, Charlie ChX Negyesi,...
- 85b3c375 - SA-CORE-2022-012 by cmlara, GuyPaddock, larowlan, mondrake, effulgentsia, xjm,...
- e46ba257 - SA-CORE-2022-013 by prudloff, tim.plunkett, Heine, effulgentsia, xjm, lauriii, longwave, larowlan
- a1a3b64f - SA-CORE-2022-014 by elarlang, pwolanin, xjm, mcdruid, effulgentsia, greggles,...
- 966a56db - SA-CORE-2022-015 by Heine, larowlan, alexpott, samuel.mortenson, xjm,...
- c254f135 - Issue #3279279 by phenaproxima, dww, tedbow: Remove "Download" link from Available Updates report
- 9a074926 - Issue #3204929 by longwave, donquixote, andypost: Html::load() inconsistent...
- 0b3eb21e - Issue #3292980 by benjifisher, mikelutz, quietone: Testing system should...
- 0b90a61d - Issue #2820580 by anavarre, hardikpandya, Wim Leers, Berdir, cilefen: Drupal...
- fbacd040 - Issue #3298821 by alexpott, catch, Spokje: Remove test that tests...
- 30be7498 - Issue #2647778 by ranjith_kumar_k_u, NickDickinsonWilde, Rakhi Soni,...
- a4cf727e - Issue #2852361 by Xano, smustgrave, pwolanin, mpdonadio, wolffereast,...
- c2a6b8db - Issue #3281449 by nod_, longwave, deviantintegral: Update Core unit tests to...
- 7700a2d1 - Issue #3291100 by mherchel, Rinku Jacob 13, rkoller, andy-blum: Nested details...
- 2ed8bcf0 - Issue #3085219 by mherchel, jwilson3, lauriii, andy-blum, javi-er,...
- 2ee35e23 - Issue #3119840 by raman.b, hugovk, johnwebdev, dawehner: Support syntax...
- 76ca2c36 - Issue #3281535 by mondrake, Spokje, daffie, alexpott: Fix 'Access to an...
- 112de039 - Issue #2464041 by Mile23, quietone, andrewsuth: Test unit behavior of...
- ab77cf98 - Issue #3298343 by andypost, Spokje: upgrade egulias/email-validator to 3.2.1 to support PHP 8.2
- 30b945ba - Issue #3281439 by nod_, Spokje, deviantintegral, _shY, andregp, lauriii:...
- 42143deb - Issue #3281996 by rpayanm, Fabianx: UncaughtExceptionTest is not working when...
- 4f5ad33f - Issue #3188327 by DeFr, longwave, ravi.shankar, quietone: Docblock of...
- 8480dc65 - Issue #3295972 by Munavijayalakshmi, nitin_lama, arunkumark, cilefen,...
- 818ac705 - Issue #2939237 by Anjali Rathod, pooja saraah, apaderno, eojthebrave: Update...
- 8ec9848b - Issue #3280773 by danflanagan8: Path Tests should not rely on Classy
- 41d155e2 - Issue #3266589 by idebr, mfb, longwave: Remove redundant Link canonical/shortlink response headers
- 27f361b1 - Issue #3295487 by Anjali Rathod, apaderno: HtmlFormController's contructor...
- 54a3c304 - Issue #3295813 by andypost, Berdir: ViewsEntitySchemaSubscriber access undefined property of View
- bc5c3863 - Issue #3243121 by Spokje, alexpott, longwave, yogeshmpawar, skipper-vp,...
- d9f9f161 - Issue #3281429 by tinto, nod_, deviantintegral, lauriii: Update Block...
- 32426274 - Issue #3295935 by lauriii: Follow-up to #3268983: Move test case to correct group
- 8fe9dae8 - Issue #3299213 by andypost, Spokje, catch: Require mikey179/vfsstream ^1.6.11...
- de30ad77 - Issue #3295735 by nod_, alexpott, lauriii: Fix ConfigImportUITest with olivero
- 604def46 - Issue #3281427 by quietone, nod_, deviantintegral, Spokje: Update Block and...
- 04f4673b - Revert "Issue #3281427 by quietone, nod_, deviantintegral, Spokje: Update...
- dd574175 - Issue #3281427 by quietone, nod_, deviantintegral, catch, Spokje: Update Block...
- ecce2909 - Issue #3105880 by peterkokot, Spokje, smustgrave: Remove unused TestContextAwareBlockInterface
- 74834309 - Issue #3300518 by xjm, catch, neclimdul: Update Diactoros lock file version
- a6b5766a - Issue #2774399 by mohit_aghera, joebot, Munavijayalakshmi, rensingh99,...
- 9d3e2636 - Issue #3300773 by bradjones1, andypost: Fix failed test on...
- 2d7b035c - Issue #3056652 by yogeshmpawar, mashermike, aalin, ranjith_kumar_k_u: Link...
- 92af65f8 - Revert "Issue #3300773 by bradjones1, andypost: Fix failed test on...
- 53a64bc4 - Issue #2967627 by quietone, yunke: Hook preprocess function always added
- 152704c0 - Issue #3300773 by bradjones1, andypost, xjm, catch: Fix failed test on...
- 81aeb3cb - Issue #2796045 by Lendude, abarrio, ranjith_kumar_k_u, megan_m, joachim,...
- ba6d0c6d - Issue #2568889 by smustgrave, berenddeboer, Lendude, Anandhi Karnan, ckaotik,...
- 76539523 - Issue #3300773 followup by xjm: Fix lockfile hash on 9.5.x.
- 52319318 - Issue #3284881 by Aditya4478, mherchel, sasanikolic: Refactor Claro's accordion stylesheet
- 55904628 - Issue #3242538 by danflanagan8, mounir_abid, cilefen, DigitalFrontiersMedia,...
- 1600b7ab - Issue #3296096 by Gábor Hojtsy, smustgrave, catch, Spokje: Update tabbable...
- 98deec06 - Issue #3116405 by Spokje, Mile23, Hardik_Patel_12, jofitz, Sahana _N,...
- e6df71a6 - Issue #3280302 by anoopsingh92, Shashwat Purav, arunkumark, bbrala:...
- 845ded53 - Issue #3061148 by vsujeetkumar, Ramya Balasubramanian, raman.b, ankithashetty,...
- eaa7f2e9 - Issue #3298319 by nod_: Update ExtensionDiscoveryTest to not use seven
- 0f3708a1 - Issue #3292560 by danflanagan8, smustgrave: Field Layout tests should not rely on Classy
- 16d5d428 - Issue #3275843 by danflanagan8, smustgrave: Search Tests should not rely on Classy
- cec94495 - Issue #3281444 by ravi.shankar, nod_, _shY, Vighneshh, deviantintegral, catch,...
- c27ac21a - Issue #1988968 by nod_, droplet, bnjmnm, viappidu, extect, jansete, olli,...
- 33edc28d - Issue #3301495 by lauriii, xjm, nod_, quietone: Update CKEditor 5 to 35.0.1
- 16fc07eb - Issue #3166561 by Matroskeen, ravi.shankar, andregp, mohit_aghera,...
- 1af31612 - Issue #3300040 by xjm, benjifisher, jlariza, cilefen, quietone: Update jQuery...
- 49fdcb83 - Issue #3292780 by nod_, Spokje: Move Quick Edit related Javascript from...
- bc2195e4 - Issue #3296481 by xjm, kostyashupenko, nod_: Update terser and...
- 95be6048 - Issue #3222797 by Wim Leers, nod_, bnjmnm, larowlan, mpp, Luke.Leber, lauriii,...
- 4d5900c4 - Issue #3300941 by mherchel, cindytwilliams, Manibharathi E R, Chi: Claro:...
- 8969fafd - Issue #3274937 by nod_, mrinalini9, woldtwerk, bnjmnm, Dom., Wim Leers,...
- 18b725e6 - Issue #3262674 by tstoeckler, lauriii, cindytwilliams, mherchel, Gábor Hojtsy:...
- a0586047 - Issue #3135933 by Spokje, jungle, ravi.shankar, quietone, jonathan1055,...
- 705850f1 - Issue #2157567 by Ratan Priya, smustgrave, lucassc, quietone, joachim: unclear...
- d01bb38b - Issue #3282420 by RhiP, cilefen: Ask new users to set, instead of change, their password
- 226bec73 - Issue #3285593 by immaculatexavier, Ashutosh Ahirwal, Rashmisoni,...
- d68a1e79 - Issue #3285637 by mikelutz, danflanagan8, benjifisher: 'Get' Process plugin should handle multiple
- 30d2d94c - Issue #3293814 by Spokje, quietone, catch: Move RDF-related help-topics to RDF module
- dc1441d3 - Issue #2935999 by tim.plunkett, larowlan, johnwebdev, ptmkenny: Remove Layout...
- 3ba7edd3 - Revert "Issue #3056652 by yogeshmpawar, mashermike, aalin, ranjith_kumar_k_u:...
- e39d894c - Issue #3281430 by Spokje, deviantintegral, lauriii: Update non-migration Color...
- 97dfc929 - Issue #3281430 followup by bnjmnm: Fix tests on PHP 7.3.
- 453e3723 - Issue #2313073 by smustgrave, asad_ahmed, mrinalini9, Munavijayalakshmi,...
- 9b5ead24 - Issue #3281457 by quietone, catch, bbrala, deviantintegral: Move Seven and...
- d3c44000 - Issue #3294299 by phma, alexpott, pooja saraah, mikelutz: Regression in...
- 741593c0 - Issue #3285049 by lauriii, nod_, catch, Wim Leers: Decide what to do about...
- ae14ca00 - Issue #3301712 by nod_, xjm, bnjmnm: Add vendor-update command to the build command for JS assets
- 8cbba055 - Issue #3298923 by andypost, Berdir: Fix...
- e648289e - Issue #3295520 by andypost, xjm, longwave: Update dependencies for Drupal 10.0 and 9.5
- d7808a97 - Issue #3302760 by Spokje, dww: Backport 9.4.0 database dumps to 9.5.x
- 41e55af5 - Issue #3302984 by longwave, smustgrave, quietone, Spokje: Remove RDF module from Umami
- 48c561eb - Issue #3303278 by smustgrave, longwave: Decouple NodeDisplayConfigurableTest from RDF module
- bd489b62 - Issue #3303435 by longwave, Spokje: Move RDF-related optional config to RDF module
- ac66f174 - Issue #3303453 by Spokje: Remove rdf from...
- 15873552 - Issue #3281434 by Spokje, Vighneshh, quietone, longwave, catch, nod_,...
- 1e9d9b5b - Issue #3275807 by danflanagan8, nod_, larowlan: Media Tests should not rely on Classy
- 34ab3858 - Issue #3278418 by danflanagan8, quietone, nod_: Media Library Tests should not rely on Classy
- 2e43a28e - Issue #3223061 by manojkumar1997, tanmaykadam, sagarchauhan, ameymudras,...
- bdf69e7d - Issue #3303787 by andypost, ravi.shankar, longwave, Gábor Hojtsy: Move...
- 40c8434d - Issue #3302800 by nod_, quietone, longwave: Core tests need to filter out...
- 956063d8 - Issue #3303033 by nod_, bnjmnm: Book tests should not rely on Classy
- d6da999e - Issue #3294908 by nod_, Wim Leers, DanielVeza: Configuration overlaps between...
- a34b54de - Issue #3249109 by catch, quietone, Gábor Hojtsy, smustgrave, dww, xjm: Deprecate Bartik
- a8687845 - Issue #3268306 by lauriii, Wim Leers, catch, Dom.: [GHS] Custom/unofficial...
- abc9e1f0 - Issue #3304596 by bnjmnm, lauriii, Wim Leers: Update editor help topic page to mention CKEditor 5
- da3deeb7 - Issue #3304433 by lauriii, xjm, quietone, tim.plunkett, Wim Leers, mherchel,...
- 01244018 - Issue #3084814 by JeroenT, catch, lauriii, dww, Gábor Hojtsy, xjm, quietone: Deprecate Seven theme
- 53f06449 - Issue #3283776 by Wim Leers, lauriii: Make...
- d5401a95 - Issue #3272110 by Mile23, Spokje, ravi.shankar, xjm, andypost, joachim: Drupal...
- 6a261489 - Issue #3053881 by Luke.Leber, bkosborne, tyler-paavola, Sam152, Rishi...
- 50737e4e - Issue #3293813 by Spokje, longwave, quietone, catch, nod_, bbrala, xjm: Move...
- 51bd01d2 - Issue #3278636 by nod_, Wim Leers, mrinalini9, bnjmnm:...
- 3959be8d - Issue #2232051 by andypost, andyceo, tayzlor, smustgrave, moshe weitzman:...
- 71f4dc47 - Issue #3273665 by Eli-T, ravi.shankar, immaculatexavier, Wim Leers: Use CKEditor 5 for Umami Demo
- 62e23703 - Issue #3304655 by _shY, longwave, catch, lauriii: Umami depends on Seven
- 00b239dc - Issue #2937010 by longwave, andypost, neclimdul, alexpott, Charlie ChX...
- b9f1240c - Issue #3268678 by bnjmnm: [random test failure] Restore...
- e2a229fb - Issue #3304371 by bnjmnm: Fix intermittent failure in AjaxBlockTest
- 7512b901 - Issue #3302654 by bnjmnm, xjm, quietone, lauriii, phenaproxima: Create Starterkit readme
- 5368b3d3 - Issue #3305621 by longwave, Wim Leers:...
- ef4c3e6e - Issue #3304901 by bnjmnm, nod_: Fix intermittently failing Settings Tray...
- 621ad0a9 - Issue #3270434 by Spokje, dww, longwave, catch, smustgrave: Mark Quick Edit deprecated
- 790b8a6c - Issue #3216214 by Wim Leers, Gauravmahlawat, awset, sonam.chaturvedi, Kristen...
- 9600a0b1 - Issue #3271097 by bnjmnm, xjm, Wim Leers, phenaproxima: Replace CKEditor 4...
- 61e632d3 - Issue #3302052 by Sakthivel M, Aamir M, mherchel: Olivero footer can obscure...
- 44b1b618 - Issue #3306216 by bnjmnm, Wim Leers, Reinmar: Contrast perception issues with...
- 0328f183 - Issue #3270734 by Wim Leers, longwave, andregp, bnjmnm: Update Editor +...
- c9132c7a - Issue #3273426 by ravi.shankar, immaculatexavier, borisson_, bramduvigneau:...
- f3cbce24 - Issue #3306720 by Spokje: Replace ckeditor with ckeditor5 in...
- 09255a56 - Issue #3303112 by andy-blum, mherchel, Abhijith S, bronzehedwick: Olivero:...
- 1940fe99 - Issue #3306712 by Spokje, alexpott: Update NoJavaScriptAnonymousTest to use...
- 5e550c03 - Issue #3222756 by nod_, Wim Leers, bnjmnm, scott_euser, Akhildev.cs, lauriii,...
- 689225c9 - Issue #3304731 by phenaproxima, bnjmnm: Update remaining tests using Classy to use Starterkit
- d2653f73 - Issue #3298906 by andypost, alexpott: Fix...
- a385888d - Issue #3285054 by lauriii, Wim Leers: Add ckeditor5-stylesheets: false to...
- c69a6614 - Issue #3306208 by Spokje, quietone: Deprecate farbtastic in 9.5.x
- 5ab3f8b6 - Issue #3258987 by phenaproxima, xjm, mrweiner, catch, cilefen, mfb,...
- 74c6519e - Issue #3306153 by lauriii, Wim Leers, xjm, bnjmnm: Update CKEditor 5 to 35.1.0
- bd29f2e0 - Issue #3306946 by xjm, Spokje, andypost, longwave: Update Composer...
- 6425af26 - Issue #3306864 by lauriii, mherchel, alexpott: Integrate Twig with Symfony...
- ebaa992c - Issue #3306897 by Spokje, catch: Fix the 9.4.4 database dumps
- 32bd7cbf - Issue #3267703 by longwave, quietone, bbrala, phenaproxima, smustgrave: Deprecate RDF module
- 00934960 - Issue #3307230 by bbrala, catch, phenaproxima, Spokje: Backport RDF/views...
- 6fd79d33 - Issue #3306715 by Spokje, Wim Leers: Replace ckeditor with editor_test in...
- 5459c5fe - Issue #3275120 by Wim Leers, bnjmnm: [drupalMedia] alt_field setting on "Image" media not respected
- 099d151f - Issue #3231336 by Wim Leers, lauriii: Simplify HtmlRestrictions and...
- c82136d8 - Issue #3307471 by nod_, Spokje, bnjmnm: Deprecate popperjs
- 300c6359 - Issue #3307713 by lauriii, Spokje: Remove @ckeditor/ckeditor5-dev-utils
- 2a81d17b - Issue #3307454 by Spokje, lauriii: Move classy related tests to the theme...
- 5f3f3c15 - Issue #3280343 by bnjmnm, pooja saraah, Wim Leers: Audit of CKEditor 5 @todo items
- f064533a - Issue #3307182 by smustgrave: Add smustgrave as a co-maintainer for the block_content module
- 5866092b - Issue #3306182 by Spokje, bnjmnm, lauriii: Update to latest minor and patch...
- 499c9575 - Issue #3307186 by lauriii, xjm, Wim Leers, catch, hooroomoo, yash.rode,...
- 70578002 - Issue #3304326 by Wim Leers, longwave, catch, lauriii, quietone, phenaproxima,...
- f74be345 - Issue #3308458 by longwave, bnjmnm: core.libraries.yml is out of sync in 9.5.x
- ecbe3ad3 - Issue #3306441 by Spokje: Update to the latest cspell version (6.8.1)
- 4a8c0694 - Issue #3307241 by lauriii, Spokje: Deprecate Classy in favor of the new Starterkit Theme
- 4a048f16 - Issue #3308780 by lauriii, nod_, longwave: Update glob to 8.0.3
- 9fe3e37e - Issue #3308781 by lauriii, longwave: Update jsdom to 20.0.0
- 5c6e7622 - Issue #3308826 by lauriii, Spokje, nod_, longwave: Update eslint-plugin-yml to 1.2.0
- 35ba1d5c - Issue #3308786 by lauriii, nod_: Mark Shepherd.js as internal in Drupal 10
- 667d8b00 - Issue #2531564 by neclimdul, andypost, chx, cburschka, Spokje, pdenooijer,...
- effa1c67 - Issue #3308987 by lauriii, Spokje, quietone, bnjmnm: Remove references to Stable
- e63c60e8 - Issue #3261163 by bnjmnm, Spokje, longwave, nod_: Update to PostCSS 8
- 0a3d4c3d - Issue #3308890 by phenaproxima, lauriii, quietone, nod_, bnjmnm: Deprecate Stable theme
- eb5e3b55 - Issue #3274474 by mondrake, Spokje, longwave, andypost, catch, alexpott: Fix...
- f1de4134 - Issue #3298731 by alexpott, andypost, catch, longwave, Berdir, bbrala, Wim...
- 44451a48 - Issue #3308744 by andypost, bbrala: Fix magic connection property access from...
- 2a26adc8 - Issue #3308821 by bnjmnm, lauriii, longwave, nod_: Update stylelint-config-standard to 28.0.0
- 04d7a533 - Issue #3145501 by alexpott, Spokje, plach, quietone, catch, smustgrave,...
- a642dc22 - Issue #3298731 by alexpott, andypost, catch, Spokje, longwave, Berdir, bbrala,...
- c7d7f40c - Drupal 9.5.0-beta1
- 9e4b79b0 - Back to dev.
- 9f1f766d - Issue #3308912 by smustgrave: Fix test performance of...
- b3b6c07d - Issue #3309750 by andypost, Berdir: Fix callable syntax for PHP 8.2 in Views.php
- 77d7fb65 - Issue #3310271 by catch, longwave, benjifisher, samuel.mortenson: Container...
- 7f72278e - Issue #2381797 by Tom Verhaeghe, slashrsm, johnwebdev, chr.fritsch,...
- a1b6953f - Issue #3309719 by solideogloria: Incorrect namespace in comment in EntityAutocomplete.php
- 43c41012 - Issue #3060716 by martin107, Lendude, quietone: EntityListBuilderTest:...
- e7ef2916 - Issue #3294695 by daffie, longwave, mkalkbrenner, pandaski: Drupal 8 BC for...
- b6bbe7c8 - Issue #3274598 by andy-blum: The compiled variable.css contains nothing except comments
- 241f862d - Issue #3310887 by mherchel, lauriii, JohnAlbin: Add mherchel as a CSS subsystem maintainer
- 2277e2e1 - Issue #3291520 by sardara, Ratan Priya, alexpott, smustgrave: Incorrect label...
- 0f5ce77d - Issue #3311383 by andypost, Berdir: Apply #[\AllowDynamicProperties] attribute...
- e748f0f5 - Issue #3299853 by andypost, kim.pepper: Apply #[\AllowDynamicProperties]...
- 075c6914 - Issue #3311562 by Berdir, andypost: Set sqlQuery in Entity\Query\Sql Condition classes on own class
- 56683561 - Issue #3311466 by Temoor, andypost: Remove obsolete ViewExecutable::editing property access
- ff1f52eb - Issue #2960583 by ressa, Anchal_gupta, andy-blum, parijke, Eli-T, shaal,...
- 04c799d1 - Issue #3079404 by anavarre: Document that .htaccess 301s get the...
- 9c8bdd9b - Issue #3311214 by jibran, Anchal_gupta: Replace TestClass with anonymous class...
- 5f4f64db - Issue #2254187 by smustgrave, NickDickinsonWilde, markdorison, andregp: Fix...
- 348d20be - Issue #3119786 by danflanagan8, tim.plunkett, JordiK, Berdir: Default values...
- ba44f643 - Issue #1937266 by smustgrave, ravi.shankar, immaculatexavier, Berdir, Pavan B...
- 9cfe94ef - Issue #3311476 by nlisgo, Spokje, xjm, hb76: Skip DownloadTest on SQLite
- ec5cf9f6 - Issue #3087862 by heddn: TestSiteInstallCommand doesn't work with build tests
- 4a116800 - Issue #3309173 by Arantxio, Pracheth, immaculatexavier, sittard, daffie,...
- 6dfe9bf4 - Issue #3079404 by anavarre: Document that .htaccess 301s get the...
- b083e407 - Revert "Issue #3311562 by Berdir, andypost: Set sqlQuery in Entity\Query\Sql...
- 452bf180 - Issue #2941148 by quietone, bruno.bicudo, ravi.shankar, Sweetchuck,...
- d3d20314 - Issue #2937515 by Spokje, quietone, idebr, longwave, SherFengChong,...
- 5839fb2c - Issue #3299024 by amarlata, reenaraghavan, quietone, larowlan:...
- 2e883f7a - Issue #3299800 by shubhamporwal14@gmail.com, immaculatexavier,...
- 36cfac42 - Issue #3082053 by vsujeetkumar, kristiaanvandeneynde, Wim Leers:...
- 1f60cd27 - Issue #3264947 by Niklan, quietone, ravi.shankar, longwave, TR, xjm: [Sep 12,...
- 600f3202 - Issue #3309907 by Spokje, danflanagan8, longwave: [random test failure]...
- d70f1b04 - Issue #3296987 by Yujiman85, lucassc, gquisini, diegors, joachim, cilefen:...
- 3098069a - Issue #3311562 by ravi.shankar, Berdir, andypost, catch: Set sqlQuery in...
- 80e342fa - Issue #3230681 by andregp, hmendes, narendra.rajwar27, Chi, jobsons, catch,...
- 52cc95b1 - Issue #2710427 by smustgrave, longwave, akhoury, alexpott, ChaseOnTheWeb,...
- 93c1a95d - Issue #3308162 by immaculatexavier, chaubeyji, joachim, catch:...
- ea9a55e5 - Issue #3181778 by quietone, longwave, aldairsoares, beatrizrodrigues, Aline...
- b771071a - Issue #3305410 by _shY, joachim, longwave: remove TaxonomyImageTest
- f6904c84 - Issue #3312001 by stijndmd, ravi.shankar, davidjguru, longwave, catch: Race...
- ff6c3691 - Issue #3266287 by lind101, alexpott, joachim, larowlan, quietone: Make...
- 3b75e8ef - SA-CORE-2022-016 by fabpot, nicolas.grekas, xjm, lauriii, alexpott, Berdir,...
- b322857d - Issue #3281341 by andy-blum, Sakthivel M, pallavisk, mherchel: Olivero's...
- 19fcf82e - Drupal 9.5.0-beta2
- 4976b432 - Back to dev.
- 6510e5e5 - Issue #2617330 by dagmar, mfb, pradhumanjainOSL, Ratan Priya, fgm, alexpott,...
- a1614018 - Issue #2341553 by GoZ, DuaelFr, smustgrave, Prashant.c, Rajender Rajan,...
- ed06e791 - Issue #3117069 by Pasqualle, priyanka.sahni, smustgrave, NicklasMF: Undefined index: terms
- f36d3582 - Issue #3189876 by Matroskeen, quietone, benjifisher: Add documentation for file source plugins
- 70cd4ec2 - Issue #3269000 by longwave, quietone, Shashwat Purav: fix docblock of...
- 17e5d9cf - Issue #3226139 by Spokje, longwave: ->willReturn(...) would make more sense...
- 6a268be3 - Issue #3231694 by Wongjn, lucassc, alexpott:...
- ad467d08 - Issue #3312439 by mondrake: StatementInterface::fetch() return typehint is wrong
- 79b8681f - Issue #3311474 by ravi.shankar, immaculatexavier, mmjvb, daffie, longwave: The...
- c0bc0eb3 - Issue #3313021 by Spokje: Remove obsolete \Drupal\KernelTests\KernelTestBase::prepareTemplate
- db0a7b42 - Issue #3268829 by quietone, bbrala: Fix class property comments for...
- 112631ae - Issue #2875987 by raman.b, smustgrave, ericgsmith, anushrikumari, Lendude:...
- 00243d37 - Issue #3273317 by clayfreeman, larowlan, tim.plunkett, danflanagan8: Add...
- 8412918b - Issue #1040534 by catch, Owen Barton, danreb, mikeytown2, ogi, omega8cc, xjm:...
- 9cc94159 - Issue #3096101 by quietone, danflanagan8, abhisekmazumdar, anmolgoyal74,...
- 55e46f4b - Issue #3294833 by claudiu.cristea, alexpott: Page variant plugin is not correctlly instantiated
- 9685ecbe - Issue #3305748 by kay_v, Spokje, bmahesh03121: improve instructions for...
- 74467cb4 - Issue #3211992 by alexpott, catch, quietone:...
- 06d6ed53 - Issue #3293446 by alexpott, daffie: Create less static cache in...
- cdcba2c1 - Issue #3295880 by Spokje, longwave: ->willReturn(...) would make more sense here
- 1a518cde - Issue #3284254 by Wim Leers, smustgrave, nod_: HTMLRestrictions should not...
- f6aa163c - Issue #3307972 by AlirezaK, rik.scholten: ModulesListForm.php assigns string...
- a3c8bb27 - Issue #3291622 by smustgrave, g-brodiei, ameymudras, ambikahirode,...
- bcf1477d - Issue #3310760 by poker10, Wim Leers: Broken issue links in @todos
- e3930ea5 - Issue #59750 by quietone, larowlan, mikeryan, quicksketch, sreynen, kleinmp,...
- 8671583c - Issue #3202665 by danflanagan8, Ratan Priya, rupertj, longwave, smustgrave,...
- 921f2563 - Issue #3111192 by tim.plunkett, larowlan, mohit_aghera, mstrelan, lauriii,...
- b16cfee7 - Issue #3006812 by NickDickinsonWilde, Ankit.Gupta:...
- 6de387a4 - Issue #3308449 by owenbush:...
- 409a884b - Issue #2919158 by danflanagan8, quietone, mikelutz, maxocub, Spokje: Add the...
- 0660f7a2 - Issue #3044117 by e.escribano, segovia94, bkosborne, Webbeh, zterry95,...
- 874f87f4 - Issue #3204175 by Amber Himes Matz: Add security advisories Help Topic
- 073dd1f2 - Issue #3110761 by Vivek Panicker, anagomes, lucassc, apaderno,...
- 15040b42 - Issue #2864115 by smustgrave, hass, amit.drupal, mstrelan: Simplify wording of...
- 7d191e44 - Issue #3195033 by Neograph734, imalabya, sonam.chaturvedi, ranjith_kumar_k_u,...
- 172f01a6 - Issue #3310510 by igorbarato, Anchal_gupta: Harden error logging of OEmbed...
- a6f55dac - Issue #3313435 by daffie: Add daffie as core subsystem maintainer for the Database API
- f2edbcb3 - Issue #3307468 by darvanen: Improve Batch API $context['sandbox'] documentation
- 0ea8b1f4 - Issue #3260227 by mondrake: Move driver specific database Unit tests to their modules
- ab6f2ee9 - Issue #3271222 by Rajab Natshah, yogeshmpawar, BramDriesen: Include Disallow...
- e123dd96 - Issue #3168624 by DerekCresswell, ravi.shankar, BramDriesen, jonathanshaw,...
- 884d73a7 - Issue #3307697 by quietone, Amber Himes Matz: Update breadcrumbs in...
- f62119a7 - Issue #3307691 by smustgrave, asad_ahmed, Amber Himes Matz: Update breadcrumbs...
- 4e6806b1 - Issue #3307700 by _shY, Amber Himes Matz: Update breadcrumbs in aggregator,...
- f1e2cfde - Issue #3265574 by mondrake: Convert remaining assertions involving use of...
- 6c67f2b5 - Issue #2975616 by drubb, pguillard, mattlc, rkoller, webchick, ckrina,...
- 4924eccd - Issue #2842141 by hchonov: Document that more specific hooks might be called...
- 489730b1 - Issue #2993165 by kkasson, tatianag, Spokje, mpdonadio, xurizaemon, raman.b,...
- 00567fe6 - Issue #2895352 by claudiu.cristea, neclimdul, rbosscher, Chi, alexpott: Allow...
- ebeffc80 - Issue #3300246 by mglaman, Wim Leers: Allow other CKEditor 5 plugins to...
- 71fd615e - Issue #3313833 by Wim Leers, longwave, alexpott: Make it easy to run only...
- 7d49d69f - Issue #3308915 by smustgrave, longwave: Fix test performance of...
- b84170c8 - Issue #3165010 by dpi, acbramley, tim.plunkett, larowlan: Using the layout...
- 93ea8073 - Issue #3121157 by apaderno, neelam_wadhwani, jungle, Lendude, alexpott,...
- 5da19f9a - Issue #3165010 follow-up: Using the layout builder discard changes button...
- ae4cc2e6 - Issue #3250683 by beatrizrodrigues, Tauany Bueno, ravi.shankar, joachim,...
- 6370fe1f - Issue #3307692 by smustgrave, _shY, Amber Himes Matz: Update breadcrumbs in...
- c84a4320 - Issue #3276469 by Wim Leers, Reinmar: [drupalMedia]...
- abde57f7 - Issue #3219539 by quietone, mradcliffe: Update Drupal 7 migration database fixture
- ccd70f10 - Issue #3307694 by smustgrave, pooja saraah, Amber Himes Matz: Update internal...
- 9e6bb0db - Issue #3307696 by _shY, smustgrave, Amber Himes Matz: Update breadcrumbs in...
- 608eabd8 - Issue #3284983 by angrytoast: Views FilterPluginBase::groupForm double...
- 93a3045f - Issue #3251647 by dsdeiz, phenaproxima, joachim: Field mapping options in...
- d0f5680c - Issue #3311776 by Chi, Nitin shrivastava, emarinho, ckrina: Claro: Highlight...
- 3b17df97 - Issue #3112452 by lalitware, guilhermevp, narendra.rajwar27, WagnerMelo,...
- 68b60d9c - Issue #3314134 by Anybody, Grevil, quietone: Add...
- eef69b02 - Issue #3308733 by mherchel, ckrina, chetansonawane, andy-blum, lauriii,...
- a9992a4c - Issue #3314353 by immaculatexavier, dpi: EntityTestRev has duplicate...
- 2856c86a - Issue #3314541 by saschaeggi, eashika, Wim Leers: Remove unnecessary fill from...
- e1621872 - Issue #3314511 by Wim Leers: CKEditor 4 → 5 upgrade path may trigger warnings...
- b855673b - Issue #3231950 by mondrake, daffie, pradhumanjainOSL, Anchal_gupta,...
- c1a8f297 - Issue #3314523 by alexpott: PostCSS results in CSS that does not comply with our coding standards
- c0d437e7 - Issue #3314710 by alexpott, Spokje, longwave: dragTo random fails for example...
- 196e8734 - Issue #3315227 by alexpott, Spokje, andypost, quietone:...
- de372d87 - Issue #3315362 by alexpott: Remove duplicate JSWebWithWebDriverAssertTest
- 0f76e629 - Issue #3183423 by immaculatexavier, alexpott, quietone: Remove...
- 0bab40ee - Issue #3259109 by mondrake, longwave, andregp, daffie, mglaman, neclimdul,...
- 68e1b87f - Issue #3315753 by alexpott: Random fail in...
- 260dfe81 - Issue #3045612 by alexpott, Krzysztof Domański: Random test failure in...
- b038750f - Issue #3315319 by Wim Leers, Spokje, alexpott, lauriii: Random fails in...
- ffd3b8f5 - Revert "Issue #3045612 by alexpott, Krzysztof Domański: Random test failure in...
- 13c8eaf3 - Issue #3309047 by mondrake: Fix 'should return {type} but return statement is...
- 140b06ed - Issue #3315490 by alexpott, Wim Leers: Random fail in...
- 50e18abf - Issue #3316224 by alexpott: Drupal\FunctionalJavascriptTests\Tests\JSWebAssertTest randomly fails
- e16dac1d - Issue #3316136 by julien.sibi, flocondetoile: LanguageNegotiationInterface.php...
- d9679796 - Issue #3256356 by mstrelan, tstoeckler: Update browser test Xdebug integration for Xdebug 3
- d6cd7472 - Issue #309040 by claudiu.cristea, David_Rothstein, Chi, BryanGullan, larowlan,...
- c5812590 - Issue #2826592 by sourabh.singhal, jeffam, dhirendra.mishra, pk188,...
- d31e7cae - Issue #3313946 by nod_, longwave, Wim Leers: Update CKEditor 5 to 35.2.1
- 0f4b07ec - Issue #3314770 by Wim Leers, smustgrave, bnjmnm, alexpott: Enforce order of...
- 80e40d75 - Issue #3314478 by Wim Leers, pooja saraah, smustgrave, lauriii, alexpott:...
- 70794a8d - Issue #3074765 by Chewie, dxvargas, Ankit.Gupta, heddn, Denes.Szabo, SpadXIII:...
- 7770bcc5 - Issue #3312641 by nkoporec, pradhumanjainOSL, Ratan Priya, Anchal_gupta,...
- 99315794 - Issue #3316816 by Wim Leers, nod_: Stabilize FunctionalJavascript testing...
- 23f2510d - Issue #3314469 by alecsmrekar, plach: ContextDefinition::isSatisfiedBy does...
- 6ba12269 - Issue #3316813 by immaculatexavier, apaderno, RoSk0: Remove mentions of...
- 1da99ce5 - Issue #3251817 by alexpott, jonathan1055, nicxvan, longwave: Make run-tests.sh...
- 3aebb57f - Issue #3316971 by Mile23, andypost: Ensure run-tests.sh works with future PHP versions
- f1e84838 - Issue #3127883 by Wim Leers, Oscaner, bbrala, ptmkenny, alexpott, jhedstrom,...
- 21807c61 - Revert "Issue #3314770 by Wim Leers, smustgrave, bnjmnm, alexpott: Enforce...
- 51554dfd - Issue #3316921 by Wim Leers, deviantintegral, longwave: Remove span tag from...
- 71d0aaa7 - Issue #3317332 by Wim Leers: Remove obsolete...
- 2c46b5a4 - Issue #3315884 by Wim Leers, lauriii: Fix typos: s/CKEditor5/CKEditor 5/
- 29349880 - Issue #3317330 by Wim Leers, nod_: Random failure in ImageTest::testAltTextRequired
- 263e26fb - Issue #3317515 by bnjmnm, longwave, catch, Wim Leers: Random fail in...
- 58397499 - Issue #2867336 by mbovan, jcnventura, Berdir, hchonov, gabesullice,...
- 0f10593e - Issue #3254986 by Matroskeen, paulocs, mikelutz, benjifisher, danflanagan8,...
- 64581a54 - Issue #3279289 by rizzie, claudiu.cristea, Berdir, cilefen:...
- 588a8227 - Issue #3316871 by Soham Sengupta, Chi: Fix wrong documentation in hook_requirements_alter
- ffd33140 - Issue #1120020 by effulgentsia, andypost, Garrett Albright, pfrenssen,...
- a12680a1 - Issue #2965929 by jhedstrom, dimitriskr, kkalashnikov, sun, Lendude,...
- 75f9f83f - Issue #3317504 by Wim Leers, penyaskito: run-tests.sh claims to support...
- 751983cb - Revert "Issue #2965929 by jhedstrom, dimitriskr, kkalashnikov, sun, Lendude,...
- aec9ebc2 - Revert "Issue #3254986 by Matroskeen, paulocs, mikelutz, benjifisher,...
- 56990e5f - Issue #3145501 by quietone, alexpott, Spokje, longwave, plach, catch,...
- 8ca43627 - Issue #3176393 by quietone, huzooka, benjifisher: Use...
- 403eb8dd - Issue #3029782 by wengerk, knyshuk.vova, yogeshmpawar, karishmaamin, longwave,...
- dde89e22 - Issue #3247121 by ramil g, joelpittet: Aggregation of nid when using COUNT produces syntax error
- 83d2b0bc - Issue #2965929 by dimitriskr, jhedstrom, kkalashnikov, sun, Lendude, catch,...
- 8da49ba2 - Issue #3318581 by andypost, alexpott: FIx...
- e96bee87 - Issue #3312198 by catch, alexpott, longwave, Nixou, Spokje, darvanen:...
- b472d17d - Issue #3313473 by Wim Leers, tim.plunkett, effulgentsia, smustgrave, mglaman,...
- fedcff24 - Issue #3318867 by longwave, lauriii, Wim Leers: Update CKEditor 5 to 35.3.0
- c381d7c6 - Issue #2503063 by alexpott, Lendude: Removing XssTest causes test failures due...
- 79d3892a - Issue #3318985 by andypost, longwave: Bump REQUEST_TIME deprecation to Drupal 11
- e2064dae - Issue #3317758 by DieterHolvoet: The return type of TermInterface::getWeight is wrong
- 90e6a621 - Issue #3317882 by longwave, nod_: Update to stylelint 14.14.1 and stylelint-config-standard 29.0.0
- 106db336 - Issue #3319735 by claudiu.cristea: Rename CKE5 button tooltip "Insert Drupal...
- ca621842 - Issue #3319845 by alexpott, larowlan, catch:...
- 96df52d6 - Issue #3319780 by longwave: Add longwave as provisional release manager in MAINTAINERS.txt
- f18b610d - Issue #3319917 by nod_, lauriii: Remove raw-loader dependency
- f2d51b1d - Issue #3317885 by longwave, Ankit.Gupta, nod_, catch: Update jsdom, terser, minimist and underscore
- 23a9ff75 - Issue #3320315 by Wim Leers, Anchal_gupta, alexpott, longwave: Allow uppercase...
- ff620476 - Issue #3320483 by andypost: Remove unused variable $pos in system.install
- 5c55f150 - Issue #3319839 by alexpott: Exceptions in post updates are very broken since #3295625
- d9cb42cc - Issue #3317887 by longwave, nod_, lauriii, effulgentsia: Update PostCSS,...
- a663463d - Issue #3319819 by effulgentsia, longwave: Update eslint to 8.27
- 58e26bd5 - Issue #3010132 by Krzysztof Domański, dhirendra.mishra, longwave, joachim,...
- f6f1d85f - Issue #3317879 by longwave, pooja saraah, nod_, andypost: Remove Chromedriver...
- 7cee1200 - Issue #3320518 by longwave, andypost: Update webpack
- 19ce8a7d - Issue #3321003 by longwave: Update Shepherd to 9.1.1
- 77e12397 - Issue #3321002 by longwave: Update Babel to 7.20.2
- fdabe370 - Issue #3321191 by nod_, longwave: update ckeditor5 to v35.3.1
- b5bd8381 - Issue #3317873 by longwave, andypost, Spokje: Update dependencies for Drupal 9.5
- 863e9e7c - Issue #2254175 by smustgrave, pooja saraah, larowlan, sun: Fix test...
- afc43ea0 - Issue #3276213 by nod_, Wim Leers, lauriii, mherchel, longwave: Uncaught...
- 4786fc5a - Drupal 9.5.0-rc1
- f9303273 - Back to dev.
- 274f8d91 - Issue #3164428 by DonAtt, longwave, sahil.goyal, Anchal_gupta, alexpott: Use...
- 14b3f0b8 - Issue #3260401 by idebr, Spokje, Akram Khan, mcdruid, longwave, alexpott:...
- 1092697a - Issue #3321955 by neclimdul, phenaproxima: DefaultMenuLinkTreeManipulatorsTest...
- fc5771f0 - Issue #3321771 by Wim Leers, Chi: CKEditor 5 Duplicated constants in assert statement
- 24edc58c - Issue #3260173 by andregp, joachim, tstoeckler, nod_: Media should set the...
- 3baef95c - Issue #3260175 by jsricardo, andregp, joachim, nod_, alexpott: Saving media...
- 40226b62 - Revert "Issue #3260173 by andregp, joachim, tstoeckler, nod_: Media should set...
- 398f375b - Issue #3308369 by JeroenT, cilefen: Block access to yarn.lock and package.json
- b7ac282a - Issue #3266243 by mfb, longwave, catch: Views tries to call trigger_error()...
- a4f44cbb - Issue #3032078 by jrglasgow, dagomar, Berdir, nikitagupta, catch,...
- 9ebe2b57 - Issue #2689923 by pradhumanjainOSL, johnrosswvsu, WagnerMelo, leoneldiaz02,...
- df5520b5 - Issue #3322763 by Spokje: Fix PHPStan L2 error "PHPDoc tag @return with type...
- e310af9b - Issue #3269457 by shital.mahajan, quietone, SandeepSingh199, xjm: Update laminas/escaper to 2.10.0
- ce4429b6 - Issue #3283802 by Wim Leers, bnjmnm, effulgentsia, mgifford: Update CKEditor 5...
- ba5b3091 - Issue #2925297 by Spokje, mpp, paulvandenburg, anmolgoyal74, gobinathm, catch,...
- b4448877 - Issue #2862922 by smustgrave, NitinLama, zaporylie, rpayanm, DanielVeza, pooja...
- db7e48bf - Issue #3318108 by Lendude, rreedy: Views Roles Contextual Filters Multiple Option not saving
- b4db9623 - Issue #3322485 by anneke_vde: EntityInterface::toLink() $text documented as...
- 8effb421 - Issue #3205578 by Taran2L, kevinn, Charlie ChX Negyesi, longwave: Source code...
- 3e45d442 - Issue #3312089 by longwave: Run phpcs in parallel in commit-code-check.sh
- db81f8fc - Issue #3259751 by rodrigoaguilera, smustgrave, nod_: Add ability to pass cli...
- f035d25c - Issue #2898903 by tetranz, alexpott, smustgrave, immaculatexavier,...
- a8179506 - Issue #2779321 by nedjo, Akram Khan, smustgrave, Meenakshi_j, pooja saraah,...
- 2132990f - Issue #2514582 by Mile23, joachim, sahil.goyal, jhodgdon, Fabianx, dawehner:...
- 3e5e4171 - Issue #3067024 by amateescu, hchonov, plach: Add test coverage for...
- 95c52362 - Issue #2888872 by dagmar, brentg, yogeshmpawar, ravi.shankar, anacolautti,...
- 003cfc7f - Revert "Issue #2898903 by tetranz, alexpott, smustgrave, immaculatexavier,...
- 8aab026e - Issue #2898903 by tetranz, alexpott, smustgrave, immaculatexavier,...
- f339daf7 - Issue #3320240 by solideogloria, tobiasb, smustgrave, alexpott: Entity count...
- 30cb762a - Issue #3159842 by smustgrave, andypost, longwave: Fix wording in...
- 1163080c - Issue #3196619 by Shashwat Purav, larowlan, paulocs, Elin Yordanov: Typo in...
- 98b21491 - Issue #3268818 by ravi.shankar, quietone: Fix class comment doc blocks in non...
- 0114e01c - Issue #3174108 by _pratik_, asad_ahmed, rivimey, NivethaSubramaniyan,...
- 909046fa - Issue #3324540 by alexpott, longwave: PHPCS fails on Drupal 10 & 9
- ac079355 - Issue #3324544 by longwave, andypost: Update dependencies for Drupal 9.5.0
- e4a617e3 - Issue #3303329 by DieterHolvoet: Referenced method in...
- f3039556 - Issue #3032746 by mfb, O'Briat, Anybody: Improve documentation for reverse proxy addresses setting
- b12569bc - Issue #3265724 by ravi.shankar, nevergone, alexpott, quietone: Remove unused...
- 5527e00f - Issue #3324378 by Spokje: Update JavaScript dependencies for Drupal 9.5
- 9b61f274 - Issue #2779321 by nedjo, Akram Khan, smustgrave, catch, Meenakshi_j, pooja...
- 5d10e17e - Issue #3324723 by Spokje: Update to the latest cspell version (6.15.1)
- dfacc854 - Issue #3273532 by Dom., smustgrave, Wim Leers, bnjmnm, marcvangend: Better...
- d18b6ccb - Issue #3226117 by MegaChriz, marthinal, longwave, sinn, cilefen, dcam,...
- b7dc5da4 - Revert "Issue #3226117 by MegaChriz, marthinal, longwave, sinn, cilefen, dcam,...
- 961f3b7f - Issue #2314645 by herom, jsobiecki, Pawelgorski87, quietone, ashutoshsngh,...
- 55274275 - Issue #3279725 by rpayanm, DeepaliJ, jasonfelix, quietone, mherchel, larowlan,...
- 365dfc2e - Issue #3049525 by longwave, fougere, larowlan, kim.pepper, AaronBauman, Wim...
- ca8b1ff2 - Issue #3325114 by Spokje: Update to the latest cspell, eslint, postcss-import,...
- 58f589c7 - Issue #3255637 by Liam Morland, 3li, joegraduate, rivimey, alexpott, mondrake,...
- d2cc35b9 - Issue #3324801 by Spokje, mondrake: Fix PHPStan L2 error "Property Foo::$bar...
- db089644 - Issue #3324062 by effulgentsia, nod_, longwave, alexpott, catch, lauriii,...
- 2b844ffe - Revert "Issue #3049525 by longwave, fougere, larowlan, kim.pepper,...
- eb94ef5d - Issue #3266006 by Spokje, quietone, sourabhjain, victoria-marina, longwave,...
- c26201e4 - Issue #3325517 by longwave: Upgrade vm2 package
- 2c0f5919 - Issue #2787529 by Chi, rpayanm, quietone, tobiasb, Ankit.Gupta, smustgrave,...
- 736cfbb0 - Drupal 9.5.0-rc2
- 003130c0 - Back to dev.
- ee3fedcd - Issue #3259090 by Lendude, mr.york, Pandepoulus: Exposed filter equality check...
- 4c116a3f - Issue #3213752 by Spokje, bradjones1, quietone, _pratik_, ravi.shankar,...
- fee84369 - Issue #2810985 by _Archy_, smustgrave, GoZ, joelpittet, csheltonlcm,...
- a54f89a2 - Issue #3325772 by andypost, mondrake: Fix wrong property typehinting in SchemaCheckTrait
- ad358fff - Issue #2828724 by Spokje, alexpott, ravi.shankar, Lal_, malcomio, ElusiveMind,...
- e1fbe485 - Issue #3326874 by longwave, xjm: Update to jQuery 3.6.2
- 716213c7 - Issue #3326896 by longwave, lauriii, Wim Leers, effulgentsia, catch, xjm:...
- 6942a389 - Issue #3327115 by Eric_A, alexpott, xjm, longwave, pandaski: .htaccess rules...
- 62b3f6dc - Revert "Issue #2568889 by smustgrave, berenddeboer, Lendude, Anandhi Karnan,...
- 0db81269 - Drupal 9.5.0
- 85d20a03 - Back to dev.
- 57a6b194 - Issue #3324256 by smustgrave: Add smustgrave as maintainer of telephone + text module
- bf39d38b - Issue #3327244 by alexpott, vijaycs85, Wim Leers: Regression: Testing non...
- 2050416a - Issue #3325823 by andy-blum, mherchel, ckrina: Add andy-blum as an official maintainer of Olivero
- cc67eb18 - Issue #3246152 by alexpott, smustgrave, vijaycs85:...
- 418c043e - Issue #3295658 by quietone, smustgrave, alexpott, tstoeckler, vijaycs85:...
- dd518fab - Issue #3325857 by longwave: Remove dead code from Container::reset()
- 5b0d2b46 - Issue #3327950 by xjm, longwave: Remove last remaining list() from core
- 8a4328c8 - Issue #3327853 by Spokje, bbrala, longwave: Don't allow {@inheritDoc} annotation in PHPDocBlocks
- 6b77b5a5 - Revert "Issue #3327853 by Spokje, bbrala, longwave: Don't allow {@inheritDoc}...
- 8348f21b - Issue #3325184 by Spokje, andypost, xjm, smustgrave: [9.5.x backport]...
- 4409072a - Issue #3328542 by longwave, alexpott: Invalid package.json in htaccess test fixtures
- c2f3e74e - Issue #3328476 by lauriii, longwave: Update JQuery to 3.6.3
- 17889f47 - Issue #3327856 by alexpott, catch, zcht, longwave, znerol, Berdir,...
- 88e0d463 - Issue #3180227 by danflanagan8, robertom, xjm, Lendude, quietone: Notice:...
- d1e53511 - Issue #2939442 by Lendude, jidrone, joachim, Akhil Babu, Kristen Pol,...
- af7f5fd2 - Issue #3328497 by DanielVeza, larowlan, longwave, quietone: Stop unneeded...
- 61da2367 - Issue #3260652 by rpayanm, lind101, bserem, davisben, ravi.shankar,...
- f90f7ff6 - Issue #3272275 by eelkeblok, smustgrave, xjm, ravi.shankar, quietone,...
- f385639b - Issue #3324838 by Spokje: Fix PHPStan L2 error "PHPDoc tag @throws with type...
- 0a3baad9 - Issue #3307227 by immaculatexavier, Niklan: OWASP link for useful HTTP headers is outdated
- 46f4d42d - Issue #3107500 by joachim, quietone, longwave, apaderno:...
- ba85c89b - Issue #3330465 by Spokje: Update Twig to 2.15.4
- d95a5491 - Issue #3326787 by Akhil Babu, joachim: loadByProperties() shoud specify it does no access checking
- 5a94f228 - Issue #3322784 by mondrake, longwave, Spokje: TestCase::getMockClass() is...
- 81ef1475 - Issue #3307310 by Spokje: Restructure core/modules/editor/tests/modules test modules
- 6eb195c0 - Issue #3254446 by catch: Log the exception rather than aborting the update if...
- 22e043e5 - Drupal 9.5.1
- 768f317d - Back to dev.
- 9255ef85 - Issue #3310555 by jonathan1055, smustgrave: htmlspecialchars(): Passing null...
- dcf22a42 - Issue #3331205 by larowlan, sanderwind: SSTI possible via translation of...
- c8c33fbe - Issue #3331438 by acbramley, mstrelan: Incorrect return type in LinkBase::getDefaultLabel()
- 55f58eae - Issue #3324901 by alexpott: TestSettingSummariesContentType has a few problems
- 3afe0e47 - Issue #3244737 by longwave, droplet, andypost, joshua1234511, Satyajit1990,...
- 8e78c937 - Issue #3331818 by xjm, Spokje: commit-code-check.sh gives unclear output when...
- 2760d9ba - Issue #3331900 by noorulshameera, anmolgoyal74: Remove unused variable...
- cb306571 - Issue #3323353 by Lendude, ameymudras, VitaliyB98, xjm, andypost: View combine...
- 0c750a24 - Issue #3327974 by Lendude, ExTexan: The $entity_type property is protected, so...
- a0d14f43 - Issue #3226334 by albertosilva, pauger, xjm, smustgrave, K3vin_nl, krisahil:...
- 10a0113c - Issue #992540 by valthebald, ndobromirov, jec006, kid_icarus, rickmanelius,...
- 82f4da15 - Issue #3332447 by xjm, Spokje: Upgrade yarn dependencies to fix vulnerabilities shown by yarn audit
- 9a1de1be - Issue #3317938 by catch, Lendude, nod_, quietone: views_ui LibraryCachIngTest is failing randomly
- 6e4fc9c8 - Issue #3248575 by mfb, xjm: Documentation conflict re: affected rows vs. matched rows
- e25c11d1 - Issue #3332712 by Liam Morland, DanielVeza: Cron links point to D7 documentation
- 90e026fc - Issue #3260391 by huzooka, arunkumark, Spokje, quietone: BlockedIp::import...
- a7a492e9 - Issue #3088168 by DuaelFr, dww, Ambient.Impact, alexpott: Media thumbnail...
- aac629ad - Issue #3219472 by quietone, xjm, Abhishek_Singh, karishmaamin, smustgrave,...
- b9b6fa58 - Issue #3191623 by mondrake, Medha Kumari, daffie, alexpott: Select queries do...
- b3cecc5d - SA-CORE-2023-001 by danflanagan8, larowlan, xjm, seanB, Berdir, benjifisher,...
- e5b06a5b - Drupal 9.5.2
- 08aa4af7 - Merged 9.5.2.
- 55c8b9c0 - Back to dev.
- 8929ebe8 - Issue #3333858 by miiimooo, larowlan: Blocks that have #attached set removed after upgrade
- 88cf76a0 - Issue #3191389 by anmolgoyal74, greggles, larowlan, mcdruid, pwolanin, brayfe:...
- 8813ad5c - Issue #3327853 by Spokje, fabiansierra5191, xjm, longwave, rpayanm, bbrala:...
- c393d9cc - Issue #3185640 by lucienchalom, jungle, smustgrave, ravi.shankar, andregp,...
- faf578bb - Issue #3334679 by Lugir: A minor code comment mistake in NodeFieldAccessTest.php
- f1497045 - Issue #3328005 by daffie, netsliver, andypost, mondrake: PHP 8.2 Creation of...
- 15e5495d - Issue #1875020 by longwave, David_Rothstein, slip, alexpott, catch,...
- 030fb156 - Issue #3092672 by _utsavsharma, apaderno, xjm, smustgrave: Remove outdated...
- da048c08 - Issue #3294619 by mohit_aghera, Kasey_MK, smustgrave, alexpott: Missing schema...
- 78cf3677 - Issue #3333401 by nicxvan, bnjmnm: Pager h4 causes accessibility flag on many pages
- 74d673cd - Issue #3126127 by stefanos.petrakis, andypost, xjm, pooja saraah, Kristen Pol:...
- b11a861d - Issue #3305706 by znerol, SandeepSingh199, ivnish, smustgrave, Spokje, økse,...
- e9cde297 - Revert "Issue #3333401 by nicxvan, bnjmnm: Pager h4 causes accessibility flag on many pages"
- fdaf91a5 - Issue #2574981 by Manjit.Singh, dimaro, wengerk, darol100, izus, pguillard,...
- 7ea72c95 - Issue #2574981 followup by xjm: Fix 'TTests'.
- 95a2a252 - Issue #3001430 by alexpott, _utsavsharma, Oscaner, lauriii, smustgrave, ifux,...
- 6433cd0a - Issue #3001430 by alexpott, _utsavsharma, lauriii, Oscaner, catch, smustgrave,...
- 5fcdba13 - Issue #3178919 by andregp, AndyF, codebymikey, ankithashetty, Ankit.Gupta,...
- 829236a9 - Issue #3336002 by Gauravvv, nidhi27, bnjmnm: Claro: Select list chevron-down...
- 0daf7963 - Issue #3337327 by Spokje: CSpell dictionary is out of sync
- 89a01aba - Issue #3087868 by Charlie ChX Negyesi, Wim Leers, joachim, smustgrave: Make...
- 543019bb - Issue #2867796 by murilohp, kkalashnikov, sophiavs, ameymudras, Ratan Priya,...
- 6d2bf846 - Issue #3338301 by catch, longwave, benjifisher, jungle: Update Symfony to v6.2.6 / v4.4.50
- 86d449bc - Drupal 9.5.3
- 9d0e7927 - Back to dev.
- 0e782309 - Issue #3152943 by bbombachini, rocketeerbkw, huzooka, chandrashekhar_srijan,...
- 52604be5 - Issue #2822575 by martin107, lucassc, pooja saraah, Shubham Chandra,...
- acfbbf7f - Issue #3099085 by krystalcode: EntityDefinitionUpdateManagerInterface docblock improvement
- 4f656dce - Issue #3339854 by alexpott, larowlan: Add conflict on PHPUnit ^9.6 to Drupal 9
- 3d514693 - Issue #3219967 by gxleano, bernardm28, benjifisher, joachim: Allow authors and...
- ce0dece3 - Issue #3328711 by mtift: Remove mtift from MAINTAINERS.txt
- 4bf2fa62 - Issue #3247553 by alexpott, realityloop: $install_state['settings_verified']...
- f065974b - Issue #3339400 by gxleano, royalpinto007, VladimirAus, fjgarlin, longwave:...
- b327c94f - Issue #3181439 by tstoeckler, Gauravvv, Tomefa, Sam152, smustgrave, larowlan:...
- 46c834d2 - Issue #3132334 by mstrelan, quietone: Add documentation for path_processing...
- 028957b6 - Issue #3335343 by Chris64: Error Phpunit test 9.5.x: PHP 8.1 & pgsql-14.1 :...
- 150d2cbd - Issue #3324574 by Prem Suthar, andypost, seanhellwig, _pratik_, trickfun,...
- 5358fc8c - Issue #3228531 by joachim: document run-tests.sh as not intended for public consumption
- 686dec11 - Issue #3231184 by mglaman, smustgrave, longwave:...
- 03d95331 - Issue #3333664 by joelpittet, lauriii: Claro: Undefined array key "expose_button"
- e41fbbb6 - Issue #3332630 by mxr576, smustgrave: Correct return typehint on BlockPluginTrait::blockAccess()
- 8fcfee20 - Issue #3339251 by MegaKeegMan, mlncn, wolcen: Fix descriptive text in Depth view filter
- 3813760c - Issue #3154084 by amateescu, mheip, smustgrave: Warning when building an empty workspace tree
- 6ba6316c - Issue #3326493 by Patrick R., webflo: Fix inaccurate return types in user module
- 47109d1e - Issue #3261347 by noorulshameera, pflora, Johnny Santos, neclimdul, alexpott:...
- ae16bcd7 - Issue #3255895 by jrb, murilohp, harshitthakore, lauriii, xjm: HTML entities...
- fedb23d3 - Issue #3103240 by oknate, smustgrave, quietone, jungle: MultiFormTest not executing
- 2318ad9c - Issue #3281193 by neclimdul: Improve GenerateThemeTest
- 9813a1cc - Issue #2985165 by Liam Morland, ayushmishra206, nbaosullivan, AkashKumar07,...
- fe25e91c - Issue #3209468 by joaopauloc.dev, pooja saraah, joachim: DrupalKernelInterface...
- f3536eea - Issue #3209468 by joaopauloc.dev, pooja saraah, joachim: DrupalKernelInterface...
- f01f9aab - Issue #3283351 by Sweetchuck: PHP 8.1 Return type of...
- 9c359056 - Issue #3077646 by danflanagan8, kkalashnikov, kaszarobert, priyanka.sahni,...
- 640ea9ea - Issue #3300957 by smustgrave, catch, jungle, joachim: Potentially speed up LinkFieldTest
- 49ec5343 - Issue #3312883 by smavri, rpayanm, smustgrave: Update variable type PHPDoc in...
- 1eec21b4 - Issue #3283930 by chaubeyji: Fix comment with a plural possessive typo in PluginBase.php
- d46d0196 - Issue #2498791 by awset, ameymudras, balis_m, PQ, Kristen Pol, dww, morbiD,...
- 37fb0a99 - Issue #3328694 by murilohp, rpayanm, jonathan1055, xjm, cilefen: Incorrect sprintf parameter usage
- 831f7992 - Issue #3226117 by MegaChriz, marthinal, longwave, rschwab, sinn, dcam,...
- 255b4529 - Issue #3039499 by alexpott, acbramley: Role permissions not sorted in config export
- bf2317a7 - Issue #1956466 by smustgrave, Chi, sahil.goyal, dawehner, Lendude:...
- 6e276ee2 - Issue #3179850 by claudiu.cristea: EntityTestAccessControlHandler allows...
- 7c9a05d8 - Issue #3270378 by andregp, murilohp, Rinku Jacob 13, AaronMcHale, dww,...
- 5ca9f5d8 - Issue #2738547 by smustgrave, mehul.gada, lauriii, sahil.goyal, larowlan,...
- 809ad58f - Issue #3181634 by Wongjn: States API: Empty/Filled state with number <input>...
- 152c4236 - Issue #3256002 by Gauravvv, ameymudras, vulcanr, DeepaliJ, Satyajit1990,...
- 31d7616a - Issue #2890726 by pooja saraah, poornachandran, quietone, alexpott,...
- a0680169 - Issue #3216430 by Charlie ChX Negyesi: Improve documentation on $is_syncing
- 27c7e950 - Issue #3317744 by idebr, smustgrave: Bundle restrictions from a route do not...
- d6ef1fa5 - Issue #3343495 by alexpott: Fix commit-code-check.sh on DrupalCI
- 267b2b2f - Issue #2106939 by smustgrave, dawehner, jungle: Improve test coverage of the...
- 26a15a09 - Issue #3324726 by Akhil Babu, xjm, Gauravvv, joachim: #ajax 'options' property is undocumented
- c636cccc - Issue #3273876 by mfb, smustgrave: Aggregator page contents could be empty due...
- de862a2b - Issue #2910181 by sarvjeetsingh, anmolgoyal74, apaderno, pameeela, jcalais:...
- 5563d9ca - Revert "Issue #2106939 by smustgrave, dawehner, jungle: Improve test coverage...
- 42bea88e - Issue #2106939 by smustgrave, dawehner, catch, jungle, longwave, xjm: Improve...
- 110ea7ce - Issue #3276939 by daffie, aziza_a, larowlan: The Symfony method...
- 3664a3d4 - Issue #2865401 by Berdir, yassin.barrani, ankithashetty, dxvargas,...
- 7ac5f521 - Issue #3185183 by philipnorton42, larowlan, bruno.bicudo, longwave, xjm,...
- 250d22aa - Back to dev.
- 139a933b - Drupal 9.5.4
- b3eb566f - Issue #3345385 by cafuego: Local variable $additional_headers in PhpMail is...
- d6a05f10 - Issue #3344744 by alexpott: A route with a default title of 0 does not work
- 2e976390 - Issue #3173639 by mohit_aghera, godotislate, Kristen Pol, quietone: Entity...
- ead0950d - Issue #3342891 by lauriii, smustgrave, andy-blum, catch: 'node' variable in...
- 1ae11111 - Issue #2825683 by acbramley, ayushmishra206, NitinLama, mohit_aghera, Ramya...
- 6a14cc6f - Issue #2795919 by daffie, rpayanm: Change SelectComplexTest::testDistinct to...
- 2120171a - Issue #3224239 by bircher, rpayanm, smustgrave: StorageComparer does not work...
- 38f9fd13 - Issue #3346372 by mstrelan, acbramley: Documentation of...
- 338a07b3 - Issue #3345789 by andy-blum: Improve documentation of hook_theme_suggestions_HOOK()
- 18964164 - Issue #3323380 by amateescu, smustgrave: Allow switching to any workspace in CLI requests
- 5421bfe2 - Issue #3339373 by alexpott, andypost, mondrake:...
- c18e6eda - Issue #2552837 by smustgrave, pwolanin, alexpott: XSS::filter and filter_xss...
- 397bc37b - Issue #3303874 by alecsmrekar, Wim Leers, smustgrave: Early rendering issue in...
- 6e041121 - Issue #3319948 by hodge-b, java008, Chi, quietone: Update documentation of...
- ab3916cf - Issue #3266341 by nlisgo, cilefen, carstenG, david.qdoscc, Lendude, quietone,...
- 5ad06dcc - Issue #2881077 by smustgrave, sardara, amcgowanca, alexpott, dawehner:...
- 4ae02dbb - Issue #3346898 by mondrake, alexpott: Remove obsolete code from...
- c29c2b4a - Issue #3101209 by Sutharsan, longwave, smustgrave: Document the correct web-root default value
- 067b544d - Issue #3313342 by Rajeshreeputra, idimopoulos, claudiu.cristea, deepakkm,...
- de15dcbd - Issue #3346300 by bnjmnm, smustgrave: After using select to change plugin or...
- 1bb00882 - Issue #3347443 by bradjones1: SessionConfiguration::getCookieDomain() return value doc is incorrect
- 3507ab53 - Issue #3336283 by alexpott:...
- 7d2f5dd1 - Issue #3306554 by andypost, mondrake: InvocationMocker::withConsecutive() is...
- bcd7a66c - Issue #3239472 by stefanos.petrakis, danflanagan8, sjerdo, kporras07, alorenc,...
- 92279d5b - Issue #3346756 by andypost, longwave: UserInterface::getPassword() can return NULL
- 1c584148 - Issue #994360 by DuaelFr, gapple, dww, lauriii, andypost, emosbaugh,...
- 99fd812e - Issue #3346953 by alexpott, acbramley, GoZ, larowlan, catch, bircher: Role...
- 447772e3 - SA-CORE-2023-002 by larowlan, james.williams, xjm, longwave, danflanagan8,...
- 18bce0cd - SA-CORE-2023-003 by jan kellermann, larowlan, greggles, benjifisher, xjm, Berdir, drumm, longwave
- ff3d2aaa - SA-CORE-2023-004 by DamienMcKenna, elarlang, larowlan, effulgentsia, pandaski,...
- f30e9d4a - Drupal 9.5.5
- 6dbae72d - Merged 9.5.5.
- 127594fc - Back to dev.
- 0421a652 - Issue #3332877 by claudiu.cristea, xjm, penyaskito, alexpott: Added...
- 06eac4f5 - Issue #3223048 by smustgrave, Rishi Kulshreshtha, Theresa.Grannum,...
- 40cc1030 - Issue #3188689 by tedbow, dww: Document why CORE_COMPATIBILITY is still 8.x in higher branches
- 0da94b8e - Issue #3348569 by lauriii: Update UN official language list source
- bf12e5ac - Issue #2935392 by catch: EntityTypeInterface is overly prescriptive about...
- 04b5939a - Issue #2910320 by murilohp, malik.kotob: Validating managed files should...
- 74d974a0 - Issue #3188122 by JohnAlbin, larowlan, smustgrave, dww, Abhijith S, B-Prod,...
- b15792cf - Issue #3256922 by danflanagan8, GaëlG: Warning on AJAX call when changing the...
- 72881152 - Issue #3245895 by mfb, rcodina, longwave, alexpott: Link HTTP header should not be HTML-encoded
- d7a164eb - Issue #2980374 by joachim, ranjith_kumar_k_u, msankhala: Add an API docs topic...
- 7e967372 - Issue #3347270 by xjm, nod_, justafish: Promote nod_ and justafish to full...
- 158d0893 - Issue #3347816 by mpp, AlexGreen, lauriii: Only show link to taxonomy overview when user has access
- 5638aefb - Issue #2980374 followup by joachim, Wim Leers: Add an API docs topic to cover...
- 46b718d4 - Issue #3348592 by alexpott, kunal_sahu, joseph.olstad, catch, larowlan,...
- ffd1450c - Merge branch '9.5.x' of https://git.drupalcode.org/project/drupal into 2845319-the-highlighting-of
Toggle commit list-
fc5e6ced...b7e8bd49 - 89 commits from branch
Please register or sign in to reply