3023322 - Contextual Links Style Update
7 unresolved threads
7 unresolved threads
Closes #3023322
Merge request reports
Activity
207 207 * Breadcrumb. 208 208 */ 209 209 --breadcrumb-height: 1.25rem; 210 /** 211 * Dropbutton. 212 */ 213 --dropbutton-spacing-size: var(--space-m); 214 --dropbutton-font-size: var(--font-size-base); 215 --dropbutton-line-height: var(--space-m); 216 --dropbutton-toggle-size: 3rem; 217 --dropbutton-border-size: 1px; 218 --dropbutton-toggle-size-spacing: var(--dropbutton-border-size); 219 --dropbutton-border-radius-size: 2px; 220 --dropbutton-small-spacing-size: 0.625rem; 221 --dropbutton-small-font-size: var(--font-size-xs); 222 --dropbutton-small-line-height: 0.75rem; changed this line in version 2 of the diff
211 * Dropbutton. 212 */ 213 --dropbutton-spacing-size: var(--space-m); 214 --dropbutton-font-size: var(--font-size-base); 215 --dropbutton-line-height: var(--space-m); 216 --dropbutton-toggle-size: 3rem; 217 --dropbutton-border-size: 1px; 218 --dropbutton-toggle-size-spacing: var(--dropbutton-border-size); 219 --dropbutton-border-radius-size: 2px; 220 --dropbutton-small-spacing-size: 0.625rem; 221 --dropbutton-small-font-size: var(--font-size-xs); 222 --dropbutton-small-line-height: 0.75rem; 223 --dropbutton-small-toggle-size: calc((2 * var(--dropbutton-small-spacing-size)) + var(--dropbutton-small-line-height)); 224 --dropbutton-extrasmall-spacing-size: 0.375rem; 225 --dropbutton-extrasmall-font-size: var(--font-size-xs); 226 --dropbutton-extrasmall-line-height: 0.75rem; changed this line in version 2 of the diff
207 207 * Breadcrumb. 208 208 */ 209 209 --breadcrumb-height: 1.25rem; 210 /** 211 * Dropbutton. 212 */ 213 --dropbutton-spacing-size: var(--space-m); 214 --dropbutton-font-size: var(--font-size-base); 215 --dropbutton-line-height: var(--space-m); 216 --dropbutton-toggle-size: 3rem; changed this line in version 2 of the diff
207 207 * Breadcrumb. 208 208 */ 209 209 --breadcrumb-height: 1.25rem; 210 /** 211 * Dropbutton. 212 */ 213 --dropbutton-spacing-size: var(--space-m); 214 --dropbutton-font-size: var(--font-size-base); 215 --dropbutton-line-height: var(--space-m); 216 --dropbutton-toggle-size: 3rem; 217 --dropbutton-border-size: 1px; 218 --dropbutton-toggle-size-spacing: var(--dropbutton-border-size); 219 --dropbutton-border-radius-size: 2px; changed this line in version 2 of the diff
207 207 * Breadcrumb. 208 208 */ 209 209 --breadcrumb-height: 1.25rem; 210 /** 211 * Dropbutton. 212 */ 213 --dropbutton-spacing-size: var(--space-m); 214 --dropbutton-font-size: var(--font-size-base); 215 --dropbutton-line-height: var(--space-m); 216 --dropbutton-toggle-size: 3rem; 217 --dropbutton-border-size: 1px; changed this line in version 2 of the diff
1 /** 2 * @file 3 * Styling for contextual module. 4 */ 5 6 @import "../base/variables.pcss.css"; 7 8 :root { 9 --contextual-z-index: 500; 10 --contextual-icon-spacing-size: 0.25rem; /* 4px */ 49 z-index: 2; 50 } 51 52 .contextual-links { 53 position: relative; 54 top: 0.125rem; /* 2px */ 55 right: 0; /* LTR */ 56 float: right; /* LTR */ 57 clear: both; 58 margin: 0; 59 padding: 0; 60 white-space: nowrap; 61 border: var(--contextual-links-border-size) solid var(--color-lightgray); 62 border-radius: var(--dropbutton-border-radius-size); 63 background: var(--color-white); 64 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); changed this line in version 2 of the diff
added 1 commit
added 1 commit
added 880 commits
-
74480e57...b7e8bd49 - 510 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
- e0d6b525 - Merge branch '9.4.x' into 3023322-contextual-links-style
Toggle commit list-
74480e57...b7e8bd49 - 510 commits from branch
Please register or sign in to reply