Issue #2865710 : Dependencies from only one instance of a widget are used in display modes
3 unresolved threads
Closes #2865710
Merge request reports
Activity
added 12 commits
-
b1e0e1c8...fd30d39d - 7 commits from branch
project:10.1.x
- fe7c5185 - Issue #2865710 : Dependencies from only one instance of a widget are used in display modes
- 74023be9 - Issue #2865710 : Dependencies from only one instance of a widget are used in display modes
- 54098f4e - Issue #2865710 : Dependencies from only one instance of a widget are used in display modes.
- a76f2629 - Issue #2865710 : Dependencies from only one instance of a widget are used in display modes.
- d032afc7 - Issue #2865710 : Dependencies from only one instance of a widget are used in display modes.
Toggle commit list-
b1e0e1c8...fd30d39d - 7 commits from branch
11 11 function field_update_last_removed() { 12 12 return 8500; 13 13 } 14 15 /** 16 * Resave all entity view/form displays with recalculated dependencies. 17 */ 18 function field_update_8501() { changed this line in version 12 of the diff
63 '#default_value' => isset($items[$delta]->value) ? $items[$delta]->value : '', 64 ]; 65 return ['value' => $element]; 66 } 67 68 /** 69 * {@inheritdoc} 70 */ 71 public function errorElement(array $element, ConstraintViolationInterface $violation, array $form, FormStateInterface $form_state) { 72 return $element['value']; 73 } 74 75 /** 76 * {@inheritdoc} 77 */ 78 public function calculateDependencies() { 56 57 /** 58 * {@inheritdoc} 59 */ 60 public function formElement(FieldItemListInterface $items, $delta, array $element, array &$form, FormStateInterface $form_state) { 61 $element += [ 62 '#type' => 'textfield', 63 '#default_value' => isset($items[$delta]->value) ? $items[$delta]->value : '', 64 ]; 65 return ['value' => $element]; 66 } 67 68 /** 69 * {@inheritdoc} 70 */ 71 public function errorElement(array $element, ConstraintViolationInterface $violation, array $form, FormStateInterface $form_state) { added 441 commits
- 480beed9 - Issue #3321779 by Spokje, longwave, mondrake: Update PHPStan to 1.9.2
- 80bc604d - Issue #3321945 by Spokje: Remove PHP < 5.4.0 checks
- c8cc43e6 - Issue #3321771 by Wim Leers, Chi: CKEditor 5 Duplicated constants in assert statement
- eea913f2 - Issue #3260173 by andregp, joachim, tstoeckler, nod_: Media should set the...
- ecbd9ca3 - Issue #3260175 by jsricardo, andregp, joachim, nod_, alexpott: Saving media...
- db821e01 - Revert "Issue #3260173 by andregp, joachim, tstoeckler, nod_: Media should set...
- 9132baa3 - Issue #3308369 by JeroenT, cilefen: Block access to yarn.lock and package.json
- 8c555d1f - Issue #3266688 by yassermussa, ankithashetty, Medha Kumari, pooja saraah,...
- 88b1165c - Issue #3163123 by Spokje, anmolgoyal74, andypost, guilhermevp, Niklan,...
- 8e0aa840 - Issue #3266243 by mfb, longwave, catch: Views tries to call trigger_error()...
- 37c607f3 - Issue #3192234 by heddn, pivica, Qusai Taha, yogeshmpawar, bingolitte, Phil...
- 1583e54f - Issue #3321004 by longwave: Remove IE11 hack from fieldset.css
- 7966088b - Issue #3032078 by jrglasgow, dagomar, Berdir, nikitagupta, catch,...
- 24cd8634 - Issue #2701085 by michaellander, george.karaivanov, Evaldas Užkuras, raman.b,...
- 753fa0bb - Issue #2991232 by jhedstrom, Matroskeen, dagmar, Medha Kumari, longwave, xjm,...
- 31ea8a1a - Issue #2689923 by pradhumanjainOSL, johnrosswvsu, WagnerMelo, leoneldiaz02,...
- e2fe973c - Issue #3226117 by MegaChriz, marthinal, longwave, sinn, dcam, ankithashetty,...
- 91536b38 - Issue #3322763 by Spokje: Fix PHPStan L2 error "PHPDoc tag @return with type...
- 9930c0bd - Issue #3322182 by longwave, Spokje, catch: Ignore sites directory in PHPStan
- a9de0017 - Issue #2959989 by andypost: Deprecate Extension::__call() magic
- c30a3079 - Issue #3322984 by andypost: upgrade Symfony dependencies
- 0e12d0e9 - Issue #3322986 by mondrake: Missed removing a $group parameter from AssertMailTrait
- 0cc0861f - Issue #3283802 by Wim Leers, bnjmnm, effulgentsia, mgifford: Update CKEditor 5...
- 0966a082 - Issue #3323036 by mondrake, mallezie: Remove $group parameter from AssertContentTrait methods
- 357f46f8 - Issue #3304267 by donquixote, nod_: Mark {Drupal~behaviorDetach} as optional in jsdoc
- 54e0d679 - Issue #3322961 by mondrake: Fix WebAssert since PHPStan can now check the...
- 122bfc94 - Issue #2925297 by Spokje, mpp, paulvandenburg, anmolgoyal74, gobinathm, catch,...
- d87991ae - Issue #2875228 by voleger, Bhanu951, andypost: Site install not using batch API service
- 2070ff60 - Issue #3323260 by Spokje, longwave: Deprecate node_revision_load() and friends
- 3917a0f5 - Issue #2926958 by Spokje, andypost, Ratan Priya, MeenakshiG, ravi.shankar,...
- 83956413 - Issue #3319791 by Cyberwolf, Chi, longwave: ContainerAwareEventDispatcher...
- 20cff86c - Issue #3273074 by svenryen: Help topics string says "install" where it should say "uninstall"
- bcc02d33 - Issue #2927407 by Akram Khan, anmolgoyal74, droplet, Pooja Ganjage, Tom Konda,...
- 7f055de9 - Issue #3230095 by s_leu, amateescu, alexpott: Views data for workspaces
- fb6ce9ba - Issue #3060616 by elber, nod_, quietone, paulocs, Neslee Canil Pinto, KapilV,...
- 7e17e745 - Issue #2862922 by smustgrave, NitinLama, zaporylie, rpayanm, DanielVeza, pooja...
- 96c68332 - Issue #3318108 by Lendude, rreedy: Views Roles Contextual Filters Multiple Option not saving
- bdeb9148 - Issue #3322485 by anneke_vde: EntityInterface::toLink() $text documented as...
- 68df7076 - Issue #3323741 by andypost, Spokje, catch, longwave: upgrade Symfony dependencies to RC1
- 0935aab8 - Issue #3205578 by Taran2L, kevinn, Charlie ChX Negyesi, longwave: Source code...
- a60bc7f0 - Issue #3323944 by Spokje: Update JavaScript dependencies for Drupal 10, except...
- 420b3e89 - Issue #3283929 by eleonel, smustgrave: Fix comment with a plural possessive typo in jsonapi.api.php
- 7c91b94d - Issue #3323855 by benjifisher: Improve class comment for Drupal\Core\Menu\MenuLinkTreeElement
- 8f74e762 - Issue #3301288 by balintpekker, mondrake, mglaman: Deprecated getStatus() in DrupalTestBrowser
- eab2b47f - Issue #3323057 by Arti Anil Pattewar, Pasqualle: Invalid PHPDoc comments
- 9aeb5c8f - Issue #3312089 by longwave: Run phpcs in parallel in commit-code-check.sh
- c06c535f - Issue #3259751 by rodrigoaguilera, smustgrave, nod_: Add ability to pass cli...
- 812e8243 - Issue #2894269 by droplet, Akram Khan, _pratik_, dylf, nod_, Cottser: `bool`...
- 810f1a15 - Issue #2898903 by tetranz, alexpott, smustgrave, immaculatexavier,...
- 27514f8c - Issue #2779321 by nedjo, Akram Khan, smustgrave, Meenakshi_j, pooja saraah,...
- a5d5d5a8 - Issue #573132 by sahil.goyal, wylbur, heather, Manoj Raj.R, chetanbharambe,...
- 667db8cb - Issue #3123223 by Hardik_Patel_12, ranjith_kumar_k_u, jungle: Replace non-test...
- aea054ba - Issue #2514582 by Mile23, joachim, sahil.goyal, jhodgdon, Fabianx, dawehner:...
- 1b66acc3 - Issue #3067024 by amateescu, hchonov, plach: Add test coverage for...
- cf4b677d - Issue #2888872 by dagmar, brentg, yogeshmpawar, ravi.shankar, anacolautti,...
- 2809a5b5 - Revert "Issue #2898903 by tetranz, alexpott, smustgrave, immaculatexavier,...
- c92051b3 - Issue #2898903 by tetranz, alexpott, smustgrave, immaculatexavier,...
- f6937a7c - Issue #3320240 by solideogloria, tobiasb, smustgrave, alexpott: Entity count...
- db351e11 - Issue #3324215 by andypost: Upgrade composer/pcre to 3.1.0
- 1ae54ae9 - Issue #3319582 by mondrake, Spokje, longwave, mallezie: Fix calls to methods...
- 8ebd8433 - Issue #784672 by smustgrave, floretan, lokapujya, joegraduate, jcnventura,...
- 84237b97 - Issue #3159842 by smustgrave, andypost, longwave: Fix wording in...
- 5e6fe1a8 - Issue #3196619 by Shashwat Purav, larowlan, paulocs, Elin Yordanov: Typo in...
- c5ec1f7d - Issue #3268818 by ravi.shankar, quietone: Fix class comment doc blocks in non...
- efa9e31c - Issue #3049525 by longwave, fougere, larowlan, kim.pepper, AaronBauman, Wim...
- b758b582 - Issue #3324376 by alexpott: Fix random fail introduced by new text format tests
- 5ba9c86b - Issue #3314632 by andypost, Gábor Hojtsy: upgrade phpspec/prophecy to 1.16.0 to support PHP 8.2
- 3edf3074 - Issue #3324213 by Spokje, andypost: upgrade Symfony dependencies to RC2
- 78b0a60a - Issue #3273532 by Dom., smustgrave, Wim Leers, bnjmnm, marcvangend: Better...
- 9f4a5335 - Issue #3174108 by _pratik_, asad_ahmed, rivimey, NivethaSubramaniyan,...
- 3842ccaa - Issue #3322989 by andypost, quietone, effulgentsia: Update dependencies for Drupal 10.0.0 rc2
- 6b374884 - Issue #3324540 by alexpott, longwave: PHPCS fails on Drupal 10 & 9
- f1ab6232 - Issue #3303329 by DieterHolvoet: Referenced method in...
- b0bc383c - Issue #3247795 by heddn, Graber, ravi.shankar, yogeshmpawar, Anchal_gupta, Wim...
- a1b0253d - Issue #3032746 by mfb, O'Briat, Anybody: Improve documentation for reverse proxy addresses setting
- 83959709 - Issue #3319426 by longwave, catch, andypost: Update to a stable Symfony 6.2 release
- 82104f97 - Issue #3265724 by ravi.shankar, nevergone, alexpott, quietone: Remove unused...
- 24fbb119 - Issue #3319173 by longwave: Remove vendor specific prefixes from keyframes CSS
- 2b8387af - Issue #2779321 by nedjo, Akram Khan, smustgrave, catch, Meenakshi_j, pooja...
- bdcaa394 - Issue #3324723 by Spokje: Update to the latest cspell version (6.15.1)
- eb411a84 - Issue #3294914 by Spokje, quietone, bbrala, longwave, Gábor Hojtsy,...
- 3ff1135e - Issue #3324150 by phenaproxima, Wim Leers, Gábor Hojtsy: Add validation...
- d19570d0 - Issue #3325295 by daffie, Arantxio: Update minumum version for PostgreSQL in code
- bf7c2087 - Issue #3266004 by quietone, longwave: Update UPDATE.txt for Drupal 10
- b704b855 - Issue #2314645 by herom, jsobiecki, Pawelgorski87, quietone, ashutoshsngh,...
- 62deb6ab - Issue #2939442 by Lendude, joachim, Ankit.Gupta, Akhil Babu, Kristen Pol,...
- 85532fd2 - Issue #3279725 by rpayanm, DeepaliJ, jasonfelix, quietone, mherchel, larowlan,...
- 489d08bc - Issue #2787529 by Chi, rpayanm, tobiasb, Ankit.Gupta, smustgrave, larowlan,...
- 3b8c8b7f - Issue #3325114 by Spokje: Update to the latest cspell, eslint, postcss-import,...
- 99fc14f9 - Issue #3255637 by Liam Morland, 3li, joegraduate, rivimey, alexpott, mondrake,...
- 1735b238 - Issue #3325648 by Spokje: Upgrade Symfony dependencies to 6.2.1
- 8d7504b5 - Issue #3324801 by Spokje, mondrake: Fix PHPStan L2 error "Property Foo::$bar...
- b1f1c6d5 - Issue #3324062 by effulgentsia, nod_, longwave, alexpott, catch, lauriii,...
- b1dfecb5 - Issue #3266006 by Spokje, quietone, sourabhjain, victoria-marina, longwave,...
- beaf5737 - Issue #3259090 by Lendude, mr.york, Pandepoulus: Exposed filter equality check...
- 7329f1db - Issue #3213752 by Spokje, bradjones1, quietone, _pratik_, ravi.shankar,...
- 177d6529 - Issue #2810985 by _Archy_, smustgrave, GoZ, joelpittet, csheltonlcm,...
- 07b3a7e0 - Issue #3325772 by andypost, mondrake: Fix wrong property typehinting in SchemaCheckTrait
- 25d5e693 - Issue #2828724 by Spokje, alexpott, ravi.shankar, Lal_, malcomio, ElusiveMind,...
- 1d812638 - Issue #1984588 by dpi, larowlan, AaronMcHale, smustgrave, acbramley: Add Block Content revision UI
- e9f4ae43 - Revert "Issue #1984588 by dpi, larowlan, AaronMcHale, smustgrave, acbramley:...
- 144dc595 - Issue #3326874 by longwave, xjm: Update to jQuery 3.6.2
- 4dab2080 - Issue #3326896 by longwave, lauriii, Wim Leers, effulgentsia, catch, xjm:...
- d5bcbd65 - Issue #3327115 by Eric_A, alexpott, xjm, longwave, pandaski: .htaccess rules...
- d6601938 - Revert "Issue #2568889 by smustgrave, berenddeboer, Lendude, Anandhi Karnan,...
- b03e1e27 - Issue #3324256 by smustgrave: Add smustgrave as maintainer of telephone + text module
- 656ed3e6 - Issue #3327244 by alexpott, vijaycs85, Wim Leers: Regression: Testing non...
- 2d6297b5 - Issue #3250342 by Spokje, smustgrave, rpayanm, quietone, xjm, catch, longwave:...
- a4d5df71 - Issue #3325184 by Spokje, andypost, xjm, smustgrave: $this->configFactory is...
- 7bb9f56e - Issue #3325823 by andy-blum, mherchel, ckrina: Add andy-blum as an official maintainer of Olivero
- 2a9912a2 - Issue #3246152 by alexpott, smustgrave, vijaycs85:...
- 061fbc99 - Issue #1540390 by smustgrave, cosmicdreams, sun, alexpott, Chi, Mile23,...
- fb1757ec - Issue #3295658 by quietone, smustgrave, alexpott, tstoeckler, vijaycs85:...
- 222e85e0 - Issue #3325857 by longwave: Remove dead code from Container::reset()
- 8929d4a7 - Issue #3327769 by andypost, Spokje, catch: Upgrade Symfony dependencies to 6.2.2
- 5313fd7d - Issue #3327950 by xjm, longwave: Remove last remaining list() from core
- 319bfa1a - Issue #3318342 by andypost, catch, smustgrave: DeprecatedServicePropertyTrait should point to 11.0
- 63024c16 - Issue #3327853 by Spokje, bbrala, longwave: Don't allow {@inheritDoc} annotation in PHPDocBlocks
- 0e6f95a9 - Issue #3327018 by Spokje, longwave, xjm: Update PHPStan to 1.9.3 and make...
- c9e0ebfd - Issue #3328542 by longwave, alexpott: Invalid package.json in htaccess test fixtures
- 937daa35 - Issue #2927318 by andypost, David_Rothstein, ranjith_kumar_k_u, xjm, ksenzee:...
- f5041280 - Issue #3328476 by lauriii, longwave: Update JQuery to 3.6.3
- 878c0d93 - Issue #3099878 by Martijn de Wit, lauriii, mel-miller, _utsavsharma,...
- 00330526 - Issue #3265596 by longwave, mherchel: Remove obsolete -webkit-linear-gradient CSS
- 6dc3312f - Issue #3327856 by alexpott, catch, zcht, longwave, znerol, Berdir,...
- 3c6042ab - Issue #3180227 by danflanagan8, robertom, xjm, Lendude, quietone: Notice:...
- ff55e957 - Issue #3328497 by DanielVeza, larowlan, longwave, quietone: Stop unneeded...
- ee41c222 - Issue #3260652 by rpayanm, lind101, bserem, davisben, ravi.shankar,...
- 9effd686 - Issue #2987964 by smustgrave, pminf, manuel.adan, maboresev, kishor_kolekar,...
- 82953cb0 - Issue #3272275 by eelkeblok, smustgrave, xjm, ravi.shankar, quietone,...
- 94769c26 - Issue #3171047 by rpayanm, catch, jonathanshaw, Berdir, xjm, larowlan,...
- 954b896b - Issue #3171047 followup by xjm: Fix coding standards changes that were not staged properly.
- e5c1e9b3 - Issue #3311595 by fjgarlin, mfb, pooja saraah, colorfield, alexpott, Wim...
- c5f8ce2d - Issue #3324838 by Spokje: Fix PHPStan L2 error "PHPDoc tag @throws with type...
- 958301ac - Issue #3328066 by rpayanm, joachim: simplify logic in ConfigManager::getEntityTypeIdByName()
- 3eee83ac - Issue #3118730 by andypost, catch: Explicitly test for pg_trgm extention in installer
- 982bdea7 - Issue #3193759 by Bhanu951, _pratik_, lhridley, baliram.patil, mrconnerton,...
- 1d9eda4d - Issue #2807807 by Prashant.c, DanielVeza, cilefen: Properly wrap action module...
- 72ea8983 - Issue #3070558 by bnjmnm, lauriii, huzooka, mherchel, katherined,...
- 03bf1d63 - Issue #3195828 by Gauravvv, _pratik_, cindytwilliams, ameymudras, andy-blum,...
- 7a8e98c5 - Issue #3241295 by mherchel, glynster, _utsavsharma, Emil Stoianov, rkoller,...
- d6a24e81 - Issue #3327785 by Spokje, xjm, andypost, rpayanm: Upgrade Symfony dependencies...
- 004cda29 - Issue #3087975 by smustgrave, kim.pepper, alexpott, Wim Leers, longwave: Add...
- 988d6049 - Issue #2583041 by mondrake, fietserwin, claudiu.cristea, alexpott, catch: GD...
- 9ef484ba - Issue #3326371 by Spokje: Fix PHPStan L1 error "Anonymous function has an unused use $foo."
- 75a5686f - Issue #3330028 by Grimreaper: Broken .eslintrc.legacy.json
- 6ff8ce24 - Issue #3309316 by longwave: Remove IE11 support from Umami
- 290ae729 - Issue #3307227 by immaculatexavier, Niklan: OWASP link for useful HTTP headers is outdated
- 0255d8e2 - Issue #3107500 by joachim, quietone, longwave, apaderno:...
- 5da43ab5 - Revert "Issue #2583041 by mondrake, fietserwin, claudiu.cristea, alexpott,...
- 6a424c46 - Issue #3095099 by Chi, andypost, arpad.rozsa: Require Twig >= 3.5.0
- 866be6ff - Issue #3327018 by Spokje, longwave, xjm, mondrake: Update PHPStan to 1.9.3 and...
- 9d7eb875 - Issue #3307296 by Spokje: Rename test theme views_test_classy_subtheme
- f2d3efd0 - Issue #3317230 by mondrake, kim.pepper, longwave: Fix test mock related PHPStan 0 issues
- 140d8bcd - Issue #3326787 by Akhil Babu, joachim: loadByProperties() shoud specify it does no access checking
- 6918c155 - Issue #3324729 by Jaypan, andypost, Chandreshgiri Gauswami, elber, longwave,...
- 362c99e3 - Issue #3322784 by mondrake, longwave, Spokje: TestCase::getMockClass() is...
- 1b6fb789 - Issue #3307310 by Spokje: Restructure core/modules/editor/tests/modules test modules
- 9cb2d461 - Issue #2664292 by harings_rob, xjm, Spokje, claudiu.cristea, bircher,...
- 11d278f4 - Issue #3067580 by alexpott, andypost, pooja saraah, Niklan, smustgrave:...
- be7b5efa - Issue #3327787 by Spokje, xjm, andypost: Update doctrine/annotations to latest version
- 748e53dd - Issue #3262395 by benjifisher, alexpott, quietone, heddn:...
- 37ef03c0 - Issue #3330673 by mondrake, Spokje, catch: Reduce significantly PHPStan...
- dbf29ad2 - Issue #3330305 by Spokje, mondrake: Fix failing "updated deps" test-runs by...
- d5b22798 - Issue #3325368 by DieterHolvoet, gaurav-mathur: Use text area for the...
- 7336e6aa - Issue #3304378 by bnjmnm: Core FunctionalJavascript tests should not depend on Classy or Starterkit
- 5a9a552d - Issue #3310555 by jonathan1055, smustgrave: htmlspecialchars(): Passing null...
- bd08dd27 - Issue #3326778 by Graber, Wim Leers, Web-Beest, catch: TypeError:...
- 3442cc33 - Issue #3296086 by Spokje, catch, smustgrave, xjm: Deprecate/remove js-cookie dependency
- c942c1c2 - Issue #3321006 by longwave, NivethaSubramaniyan: Drop -ms- vendor prefixed CSS properties
- f73eef4e - Issue #3308872 by Spokje, xjm, longwave, bnjmnm: Address "postcss.plugin was deprecated" warning
- 16e787e3 - Issue #3306597 by Wim Leers, Anchal_gupta, _utsavsharma, smustgrave: Improve...
- c03b9ffc - Issue #3324384 by Spokje, joachim, elber, znerol, longwave, mondrake: resolve...
- 8e2458ae - Issue #3331438 by acbramley, mstrelan: Incorrect return type in LinkBase::getDefaultLabel()
- ecdec932 - Issue #3244570 by voleger, xjm, alexpott, longwave, andypost: Deprecate drupal_rewrite_settings()
- 3abb18bd - Issue #3324901 by alexpott: TestSettingSummariesContentType has a few problems
- aa89b173 - Issue #3306201 by DieterHolvoet, Abhijith S, smustgrave, xjm: Add a title...
- a922906e - Issue #1984588 by dpi, larowlan, AaronMcHale, smustgrave, xjm, acbramley: Add...
- dcdfbc65 - Issue #3244737 by longwave, droplet, andypost, joshua1234511, Satyajit1990,...
- f46a8814 - Issue #3331818 by xjm, Spokje: commit-code-check.sh gives unclear output when...
- f2fe22b2 - Issue #3331900 by noorulshameera, anmolgoyal74: Remove unused variable...
- 52679d9b - Issue #3136196 by Andrew Answer, nitesh624, nitvirus, OCTOGONE.dev, mfb: Add...
- e96aa255 - Issue #3331424 by Spokje, longwave: Drop -moz- vendor prefixed properties
- 682f9bbd - Issue #3323353 by Lendude, ameymudras, VitaliyB98, xjm, andypost: View combine...
- 2ee77948 - Issue #3327974 by Lendude, ExTexan: The $entity_type property is protected, so...
- 6db21cbf - Issue #3226334 by albertosilva, pauger, xjm, smustgrave, K3vin_nl, krisahil:...
- 515e97da - Issue #2920682 by phenaproxima, alexpott, Sam152, borisson_, Wim Leers,...
- 57bc645a - Issue #3219472 by quietone, Abhishek_Singh, karishmaamin, longwave,...
- bbfcce56 - Issue #992540 by valthebald, ndobromirov, jec006, kid_icarus, rickmanelius,...
- 0c4e3b2e - Issue #3201472 by anup.sinha, _utsavsharma, smustgrave, Ralf Eisler, Christian...
- 3be4fa99 - Revert "Issue #3201472 by anup.sinha, _utsavsharma, smustgrave, Ralf Eisler,...
- d22ffd84 - Issue #3332447 by xjm, Spokje: Upgrade yarn dependencies to fix vulnerabilities shown by yarn audit
- 61757344 - Issue #3317938 by catch, Lendude, nod_, quietone: views_ui LibraryCachIngTest is failing randomly
- 6443edaf - Issue #3010558 by dww, huzooka, yash.rode, Swapnil_Kotwal, averagejoe3000,...
- 5be2a81c - Issue #2715663 by ravi.shankar, andrewmacpherson, waako, yogeshmpawar,...
- 29078880 - Issue #3174924 by joachim, xjm, smustgrave, sourabhjain, ranjith_kumar_k_u,...
- 0f9f7f3c - Issue #3333065 by Spokje: Update PHPStan to 1.9.9 to fix 10.x "updated deps" Drupal CI runs
- 6d655f4d - Issue #3248575 by mfb, xjm: Documentation conflict re: affected rows vs. matched rows
- dc32eb4b - Issue #3332712 by Liam Morland, DanielVeza: Cron links point to D7 documentation
- c24b78bc - Issue #3216107 by amateescu, adriancid, alexpott, Fabianx: Workspace...
- 74f74653 - Issue #3328593 by Wongjn, mherchel, andy-blum: Responsive grid children...
- 25441c8e - Issue #3260391 by huzooka, arunkumark, Spokje, quietone: BlockedIp::import...
- 5c62cc48 - Issue #3088168 by DuaelFr, dww, Ambient.Impact, alexpott: Media thumbnail...
- 599ce7a3 - Issue #3209605 by daffie, Arantxio, jibran, Lendude, quietone: Make the...
- d04d2d0d - Issue #3191623 by mondrake, Medha Kumari, daffie, alexpott: Select queries do...
- 098bc7e3 - Issue #3185640 by lucienchalom, jungle, smustgrave, ravi.shankar, andregp,...
- 22f6ef10 - Issue #3182264 by rpayanm, my-family, eadunn, rkoller, RobinCS, xjm,...
- 644633e2 - Issue #3307509 by J-Lee, smustgrave, Abhijith S, alexpott, xjm: No empty option for views bulk form
- 1d34e554 - Issue #3307509 followup by xjm: Add return typehint and correct return value documentation.
- e8b46c44 - SA-CORE-2023-001 by danflanagan8, larowlan, xjm, seanB, Berdir, benjifisher,...
- 7141e072 - Issue #3087006 by longwave, lauriii, alexpott: Drop .stylelintignore in 10.x
- eee2afc9 - Issue #3239980 by longwave, lauriii, kostyashupenko, xjm, catch, bnjmnm, nod_,...
- a649e3fc - Issue #3333858 by miiimooo, larowlan: Blocks that have #attached set removed after upgrade
- 15b7d5ed - Issue #3191389 by anmolgoyal74, greggles, larowlan, mcdruid, pwolanin, brayfe:...
- f8d4acd2 - Issue #3335145 by catch, Berdir: Unnecessary workflow plugin manager cache tag
- 652f0225 - Issue #3334679 by Lugir: A minor code comment mistake in NodeFieldAccessTest.php
- 79519c50 - Issue #3325730 by larowlan, alok_singh, ankithashetty, Spokje, pwolanin:...
- a7a69009 - Issue #1875020 by longwave, David_Rothstein, slip, alexpott, catch,...
- ec00e30d - Issue #3092672 by _utsavsharma, apaderno, xjm, smustgrave: Remove outdated...
- ed44c96c - Issue #3112866 by alexpott, andypost, smustgrave: Remove special case of User module install
- 98eb27c6 - Issue #3225354 by eddie_c, paulocs, Bhanu951, daffie, Spokje, Berdir: Add a...
- 1f740e78 - Issue #2895124 by xjm, lauriii, joaopauloc.dev, Berdir: Field storage settings...
- 832b9604 - Issue #2410739 by maliknaik, daffie: Call to label() in the wrong place in NodeDeleteForm
- 1e06b90e - Issue #3294619 by mohit_aghera, Kasey_MK, smustgrave, alexpott: Missing schema...
- 2c60baaa - Issue #3333401 by nicxvan, bnjmnm: Pager h4 causes accessibility flag on many pages
- a24cbb04 - Issue #2923136 by waako, yogeshmpawar, DamienMcKenna, _utsavsharma, MaskOta,...
- 41c22bd0 - Issue #3333569 by alorenc, lauriii, smustgrave, larowlan: Breadcrumb for local...
- bd8fcf0a - Issue #2698563 by Mile23, ankithashetty: @todo:...
- cd33761b - Issue #3126127 by stefanos.petrakis, andypost, xjm, pooja saraah, Kristen Pol:...
- edccf2b3 - Issue #3305706 by znerol, SandeepSingh199, ivnish, smustgrave, Spokje, økse,...
- aeaf9470 - Issue #3303067 by catch, nod_, Wim Leers, olli, alexpott: Compress aggregate URL query strings
- e21cc6f7 - Issue #3334525 by Wongjn, Gauravvv: Views UI filter form arrow positioned incorrectly in Claro
- cfee2647 - Issue #2854817 by Liam Morland, longwave, alexpott, JoshaHubbers,...
- 5c350b73 - Issue #3131358 by smustgrave, markdorison, pooja saraah, colan, cilefen, Chi,...
- 79034dd5 - Issue #2574981 by Manjit.Singh, dimaro, wengerk, darol100, izus, pguillard,...
- 06a369ea - Issue #2574981 followup by xjm: Fix 'TTests'.
- 6c59975e - Issue #3336587 by quietone: Move help topics to forum module
- 8867b39d - Issue #3328443 by xjm, rpayanm, alexpott, catch, longwave: Replace most...
- 51e2d67c - Issue #3033904 by murilohp, stefan.korn, smustgrave: Hide empty description...
- 735f80f6 - Issue #3251084 by gidarai, beatrizrodrigues, Tauany Bueno, mr.baileys, daffie,...
- 09e88029 - Issue #3331909 by quietone: Remove duplicate tests for TextField field plugin
- 25b32e61 - Issue #3304382 by bnjmnm, smustgrave: Core Functional tests should not depend...
- b6e32cc0 - Issue #3001430 by alexpott, _utsavsharma, Oscaner, lauriii, smustgrave, ifux,...
- 5ae0b8c5 - Issue #3178919 by andregp, AndyF, codebymikey, ankithashetty, Ankit.Gupta,...
- 4d3ed7cb - Issue #3070022 by gease, sokru, kfritsche, hchonov, lauriii: Introduce...
- 36c9d27c - Issue #3226047 by Gauravvv, IndrajithKB, kostyashupenko, markconroy, longwave:...
- 1371ffd9 - Issue #3130751 by stefanos.petrakis, Medha Kumari, larowlan, alexpott, jungle:...
- 2231a83d - Issue #3337206 by Spokje: Remove normalize-fixes.css
- a003f623 - Issue #3336002 by Gauravvv, nidhi27, bnjmnm: Claro: Select list chevron-down...
- d24bbeae - Issue #3268872 by JeroenT, Spokje, smustgrave, alexpott, Lendude:...
- 40b27945 - Revert "Issue #3070022 by gease, sokru, kfritsche, hchonov, lauriii: Introduce...
- d3705132 - Issue #3152943 by bbombachini, rocketeerbkw, huzooka, chandrashekhar_srijan,...
- 296b3f50 - Issue #3337327 by Spokje: CSpell dictionary is out of sync
- a54268ae - Issue #3331212 by PrabuEla, anup.sinha, anmolgoyal74, longwave, quietone:...
- 9bda1f7d - Issue #3087868 by Charlie ChX Negyesi, Wim Leers, joachim, smustgrave: Make...
- 8b3d9eb7 - Issue #2867796 by murilohp, kkalashnikov, sophiavs, ameymudras, Ratan Priya,...
- dd029896 - Issue #3026166 by Berdir: Remove unnecessary...
- 1634be2a - Issue #3338301 by catch, longwave, benjifisher, jungle: Update Symfony to v6.2.6 / v4.4.50
- 58f258d1 - Issue #3284133 by mondrake, alexpott: IETF RFC 9239 requires Javascript MIME...
- cde3b877 - Issue #2902122 by mariodan, mstef: url_is_active in hook_link_alter() is not being used
- 5cf98c5f - Revert "Issue #3333401 by nicxvan, bnjmnm: Pager h4 causes accessibility flag on many pages"
- a82da50b - Issue #3336828 by voleger, longwave, Spokje: File dictionary.txt is not sorted
- d12358a1 - Issue #3336527 by murilohp, longwave: Remove unnecessary variables from...
- 822fca23 - Issue #3120790 by Lendude: The comment in MenuAccessControlHandler references date format
- ff7864cd - Issue #3309157 by dpi, larowlan: RevisionLogInterface is typehinted as always...
- 089cc752 - Issue #2632750 by Wim Leers, bnjmnm, krlucas, ronaldtebrake, zaporylie,...
- de26dd4b - Issue #3017710 by ndobromirov, joseph.olstad, Wim Leers, alexpott, Berdir,...
- 36781e41 - Issue #2822575 by martin107, lucassc, pooja saraah, Shubham Chandra,...
- 9808d8d6 - Issue #3326378 by Spokje: Fix PHPStan L1 error "Instantiated class Foo\Bar not found."
- 824e78d6 - Issue #3265288 by andypost: Add assertion for #lazy_builder callback argument
- 0dd62b1c - Issue #2594473 by Torenware, quietone: The StreamWrapperManager class returns...
- 03a508fa - Issue #3171333 by sardara, smustgrave: Entity display entities are incorrectly unserialized
-
89f20b91 - Issue #3155400 by jungle, alexpott: Change
requirements["
file file... - bee0813e - Issue #2575843 by raman.b, ankithashetty, tassilogroeper, Hardik_Patel_12,...
- 5c86a05c - Issue #3099085 by krystalcode: EntityDefinitionUpdateManagerInterface docblock improvement
- b269df3a - Issue #2915772 by andypost, mrinalini9, dawehner, Wim Leers: Deprecate...
- da6129e0 - Issue #2897251 by murilohp, Bhanu951, heddn, smustgrave: EntityController...
- 3d9c0095 - Issue #3283035 by bruno.bicudo, Spokje, _pratik_, longwave, joachim, xjm,...
- 0c804b6e - Issue #2807629 by idebr, pookmish, ravi.shankar, KapilV, aditya.n, acbramley,...
- 5ae527b0 - Issue #3151017 by andypost, catch, ankithashetty, smustgrave, alexpott:...
- bd17ff78 - Issue #2583041 by mondrake, fietserwin, claudiu.cristea, alexpott, smustgrave,...
- 85c5745e - Issue #3333383 by benjifisher, smustgrave, acbramley, larowlan, xjm,...
- 85d62825 - Issue #3219967 by gxleano, bernardm28, benjifisher, joachim: Allow authors and...
- 42b19c8b - Issue #3153468 by mondrake, mohrerao, mallezie, smustgrave, meena.bisht,...
- 1ae759be - Issue #3099878 followup by Wim Leers, ricksta, mark_fullmer
- c8112dab - Issue #3328711 by mtift: Remove mtift from MAINTAINERS.txt
- e2ca9bee - Issue #3254863 by cburschka: MarkupInterface should extend \Stringable
- fce6160f - Issue #3247553 by alexpott, realityloop: $install_state['settings_verified']...
- 69df10f7 - Issue #3336578 by quietone, larowlan: Move migration tests to the Forum module
- 25afe7dc - Issue #2671174 by pameeela, amol.palhade17, leymannx, longwave,...
- 1c46ef28 - Issue #3336586 by Spokje: Fix failing "updated deps" test-runs by upping...
- 6d4a2861 - Issue #3272969 by LOBsTerr, smustgrave, metasim, larowlan, Abhijith S,...
- 1327b100 - Issue #3339400 by gxleano, royalpinto007, VladimirAus, fjgarlin, longwave:...
- fa35bec4 - Issue #3328859 by jungle, smustgrave: Fix case on...
- 84c6e49c - Issue #3339770 by noorulshameera, larowlan: Remove dead class PathProcessor in...
- 0393cddb - Issue #3341019 by quietone, smustgrave: Move help topics to statistics module
- 55839b3d - Issue #3181439 by tstoeckler, Gauravvv, Tomefa, Sam152, smustgrave, larowlan:...
- f0b8a897 - Issue #3132334 by mstrelan, quietone: Add documentation for path_processing...
- 6df75609 - Issue #3299678 by mondrake, catch, longwave: Deprecate DiffEngine and replace with sebastian/diff
- 48382807 - Issue #3225395 by Anul, joachim: Repeated entity type labels in entity_test module
- 1ef05c72 - Issue #3337174 by Spokje: Remove @todo linking to closed issue in...
- ddce5ebe - Issue #3273755 by frega, Dom., glynster, mherchel, claudiu.cristea,...
- 4f087ff0 - Issue #3228531 by joachim: document run-tests.sh as not intended for public consumption
- 8d226b1b - Issue #3336981 by Michelle-Buckby, andy_w: Misleading assertion messages in WebAssert
- de2b671b - Issue #3337501 by Spokje: Update @return in PHPDocBlock of NodeCreationTrait::getNodeByTitle
- c99e8fd6 - Issue #3081646 by Spokje, mallezie, richardbporter, VladimirAus, RoSk0: Follow...
- 7fe6834b - Issue #3340077 by ankitsingh0188, solideogloria, longwave: Make DatabaseException extend \Throwable
- d46d3cf4 - Issue #3340272 by royalpinto007, Chi: Fix return type for EntityStorageBase::doPreSave() method
- 0c3a77ba - Issue #3324574 by Prem Suthar, andypost, seanhellwig, _pratik_, trickfun,...
- 4d76dc73 - Issue #3324574 by andypost, Prem Suthar, seanhellwig, _pratik_, trickfun,...
- f0169c45 - Issue #3255895 by jrb, murilohp, harshitthakore, xjm: HTML entities in Tour...
- c1984b19 - Issue #3331947 by idebr, Lendude, xjm: Accountform is missing an entity field...
- f87a88cc - Issue #3097503 by andrewmacpherson, Zsuffa Dávid, raman.b, Akhil Babu,...
- 51434196 - Issue #2901803 by jungle, ankithashetty, anisha.challa, hmendes, Nathan Tsai,...
- 8a7920ee - Issue #3231184 by mglaman, smustgrave, longwave:...
- 451f94fe - Issue #3333664 by joelpittet, lauriii: Claro: Undefined array key "expose_button"
- 66ed39ce - Issue #3276336 by ankitsingh0188, Jesse van de Water, murilohp, smustgrave,...
- af6738f5 - Issue #3223725 by Spokje, imalabya, quietone, longwave: Remove unused class...
- 11dccf83 - Issue #3299946 by longwave, Spokje: Deprecate theme_render_and_autoescape()
- 9de6df99 - Issue #2951268 by dww, ndf, Chi, bnjmnm, lauriii, drintios, kishor_kolekar,...
- 571ea49d - Issue #3332630 by mxr576, smustgrave: Correct return typehint on BlockPluginTrait::blockAccess()
- 084fb6c0 - Issue #3339251 by MegaKeegMan, mlncn, wolcen: Fix descriptive text in Depth view filter
- d3b0b6d9 - Issue #3096546 by jungle, smustgrave, amjad1233, Neslee Canil Pinto, alexpott:...
- 7980c546 - Issue #3154084 by amateescu, mheip, smustgrave: Warning when building an empty workspace tree
- fb55ffb5 - Issue #3308919 by smustgrave, Lendude: Fix test performance of...
- d88299f1 - Issue #3334208 by DuaelFr: Untranslatable string in...
- b645518b - Issue #3326493 by Patrick R., webflo: Fix inaccurate return types in user module
- 9e650110 - Issue #3331835 by Spokje, znerol, smustgrave, murilohp, bircher: Some...
- 74e48f69 - Issue #3338483 by Gauravvv, Guru2023: Claro: Update...
- d6d4f04c - Issue #3330961 by vinitk, smustgrave: Olivero: Primary button has white border color on search page
- b70a6b61 - Issue #3261347 by noorulshameera, pflora, Johnny Santos, neclimdul, alexpott:...
- 4532f996 - Issue #3082059 by kristiaanvandeneynde, borisson_, Wim Leers: ResourceTestBase...
- a93c7eac - Issue #2832074 by sahil.goyal, TanujJain-TJ, SchnWalter, Sweetchuck,...
- f84ff6de - Issue #3138595 by jungle, Kumar Kundan, markdorison, kkalashnikov,...
- 5abe519e - Issue #3255699 by mfb, xjm, andrea.cividini, quietone, smustgrave: Demote...
- 6263b2a8 - Issue #3305648 by _utsavsharma, immaculatexavier, smustgrave, quietone: Remove...
- c932b1eb - Issue #3337195 by Spokje: Rename test theme test_legacy_theme
- 1adfad40 - Issue #3103240 by oknate, smustgrave, quietone, jungle: MultiFormTest not executing
- 3571bb0c - Issue #3267785 by darvanen, kriboogh, alexpott, ciprian.stavovei, smustgrave:...
- dda259a0 - Issue #3283351 by Sweetchuck: PHP 8.1 Return type of...
- e0d9777c - Issue #3281193 by neclimdul: Improve GenerateThemeTest
- ba9cbe84 - Issue #3175401 by pameeela, ranjith_kumar_k_u, hgoto: Update...
- 32d9c5ac - Issue #1763002 by dcam, idebr, David_Rothstein, marthinal, aerozeppelin,...
- 9acabcc3 - Issue #2850794 by cilefen, rahulrasgon, borisson_, andypost, collinhaines,...
- 160839b9 - Revert "Issue #2575843 by raman.b, ankithashetty, tassilogroeper,...
- 3a97262e - Issue #3296293 by andypost, amjad1233, mfb, smustgrave, _utsavsharma,...
- 04b7105d - Issue #2985165 by Liam Morland, ayushmishra206, nbaosullivan, AkashKumar07,...
- 4369dd5b - Issue #3333281 by MustangGB, smustgrave, xjm: Give trusted host configuration...
- 16575c18 - Revert "Issue #3138595 by jungle, Kumar Kundan, markdorison, kkalashnikov,...
- b27eb92e - Issue #3336639 by joaopauloc.dev, joachim: Move cache clearing in...
- eebcdbbb - Issue #3209468 by joaopauloc.dev, pooja saraah, joachim: DrupalKernelInterface...
- 0127efd6 - Issue #3209468 by joaopauloc.dev, pooja saraah, joachim: DrupalKernelInterface...
- 7270ee40 - Issue #3030403 by Krzysztof Domański, ranjith_kumar_k_u, larowlan: Improve the...
- ac4f5b12 - Issue #2661504 by yogeshmpawar, tim.plunkett, quietone, smustgrave: Document...
- 15dd2e15 - Issue #2990740 by hass, Ankit.Gupta: Wrong value in SERVER_NAME of UnroutedUrlAssemblerTest
- 2b181508 - Issue #2782111 by theMusician, CarlyGerard, smustgrave, msankhala,...
- 55309015 - Issue #3239909 by tim.plunkett: Stale reference to PlaceholderInterface::getPlaceholderString()
- 9a2624d9 - Issue #3337356 by Lugir: Change Date widgets' Time increments options to plural forms
- 01475541 - Issue #2984504 by idebr, lpeidro, darvanen, andregp, sarvjeetsingh,...
- a4d04a0e - Issue #3265616 by jungle, lucassc, xjm, nicrodgers, kkalashnikov, Akram Khan,...
- 918825d3 - Issue #2832856 by yogeshmpawar, LoMo, ranjith_kumar_k_u, smustgrave: Improve PathElementFormTest
- 40babd18 - Revert "Issue #3265616 by jungle, lucassc, xjm, nicrodgers, kkalashnikov,...
- 1d93cffd - Issue #3077646 by danflanagan8, kkalashnikov, kaszarobert, priyanka.sahni,...
- 75c27dae - Issue #3266568 by mxr576, sourabhjain, quietone: Refactor array_merge() usage...
- 2ea8464c - Issue #3252355 by Sweetchuck: Add filter rules to phpunit.xml.dist to exclude *.api.php files
- 5bf4cbe3 - Issue #3135038 by Rajab Natshah, smustgrave: Fix change SharedTempStore to...
- 74165e2c - Issue #3138691 by Owen Barton: Make HtaccessTest composer fixtures valid json...
- 10d01aaa - Issue #3337462 by Spokje, bnjmnm: Update @todo comment in...
- cca63b44 - Issue #3331633 by Spokje: Don't allow @inheritdoc (no curly braces) annotation in PHPDocBlocks
- dc690d87 - Issue #3300957 by smustgrave, catch, jungle, joachim: Potentially speed up LinkFieldTest
- f518c5b4 - Issue #3151019 by catch, andypost: Only allow route names, deprecate support...
- 72e1d620 - Issue #3265616 by jungle, lucassc, xjm, nicrodgers, kkalashnikov, Akram Khan,...
- 50f560f3 - Issue #3138595 by jungle, Kumar Kundan, markdorison, kkalashnikov,...
- 1e37f822 - Issue #3329863 by bronzehedwick, andy-blum, _utsavsharma: Improve Olivero...
- 0a6c4d42 - Issue #3312883 by smavri, rpayanm, smustgrave: Update variable type PHPDoc in...
- 360c583e - Issue #2469545 by yogeshmpawar, willzyx, umarzaffer, idebr, ranjith_kumar_k_u,...
- 290025e0 - Issue #3332461 by Gauravvv, smustgrave: Refactor Claro's system-admin--status-report stylesheet
- 09bbf68d - Issue #3283930 by chaubeyji: Fix comment with a plural possessive typo in PluginBase.php
- eb2c2eeb - Issue #3332698 by Gauravvv, Akram Khan, smustgrave: Refactor Claro's tableselect stylesheet
- b3630b22 - Issue #3195543 by Adam Szalapski, ameymudras, florianmuellerCH, alexpott,...
- d1acd156 - Issue #2498791 by awset, ameymudras, balis_m, PQ, Kristen Pol, dww, morbiD,...
- 86f3d0e3 - Issue #1088112 by Liam Morland, mbovan, Krzysztof Domański, JeroenT,...
- c8f95fa0 - Revert "Issue #2469545 by yogeshmpawar, willzyx, umarzaffer, idebr,...
- c8966879 - Issue #2209063 by bnjmnm, Sam152, tarekdj, lauriii, Wim Leers, LewisNyman,...
- 7587395c - Issue #2949017 by alexpott, voleger, sourabhjain, oakulm, C-Logemann,...
- 4c8a0dce - Issue #3328694 by murilohp, rpayanm, jonathan1055, xjm, cilefen: Incorrect sprintf parameter usage
- 3d380e18 - Issue #3039499 by alexpott, acbramley: Role permissions not sorted in config export
- a372ef93 - Issue #3270378 by andregp, murilohp, Rinku Jacob 13, AaronMcHale, dww,...
- febdc110 - Issue #3332435 by Gauravvv: Refactor Claro's search-admin-settings stylesheet
- 325e852a - Issue #3332442 by Gauravvv, smustgrave, bnjmnm: Refactor Claro's skip-link stylesheet
- 335a9a9e - Issue #1956466 by smustgrave, Chi, sahil.goyal, dawehner, Lendude:...
- 7193303f - Issue #3179850 by claudiu.cristea: EntityTestAccessControlHandler allows...
- 02a3c843 - Issue #2738547 by smustgrave, mehul.gada, sahil.goyal, larowlan, BarisW, xjm:...
- 3f91ed48 - Issue #3338541 by royalpinto007, Rashmisoni, quietone: Fix Controllers with...
- 66228ba6 - Issue #3181634 by Wongjn: States API: Empty/Filled state with number <input>...
- 96e8a2a9 - Issue #3332445 by Gauravvv, smustgrave: Refactor Claro's system-admin--links stylesheet
- 608a0345 - Issue #3195700 by Matroskeen, ranjith_kumar_k_u: RegexDirectoryIterator can extend RegexIterator
- c41035ea - Issue #2662844 by gapple, yogeshmpawar, penyaskito, dawehner, catch,...
- ff7477aa - Issue #3256002 by Gauravvv, ameymudras, vulcanr, DeepaliJ, Satyajit1990,...
- 45d8e912 - Issue #2890726 by pooja saraah, poornachandran, quietone, alexpott,...
- 39f98496 - Revert "Issue #3332461 by Gauravvv, smustgrave: Refactor Claro's...
- e0c43091 - Issue #3216430 by Charlie ChX Negyesi: Improve documentation on $is_syncing
- fce3b092 - Issue #2634022 by martin107, dpi: ViewsPluginInterface::create() inherits from...
- 9c7170f1 - Issue #3317744 by idebr, smustgrave: Bundle restrictions from a route do not...
- 9153e591 - Issue #2302085 by voleger, pooja saraah, Rishabh Vishwakarma, victoru: Keep...
- b0680152 - Issue #2815297 by Chi, DanielVeza, andypost, smustgrave, joachim: Actions...
- 886b7194 - Issue #2862564 by smustgrave, Manuel Garcia, ifrik, acbramley, amjad1233,...
- 8c391845 - Issue #3343495 by alexpott: Fix commit-code-check.sh on DrupalCI
- 0b9ca631 - Issue #3052430 by tedbow, rpayanm, xjm, jasonawant, smustgrave, tim.plunkett:...
- 6392394e - Issue #2031917 by fgm, YesCT, penyaskito, plach, smustgrave: Docs follow-up...
- 4a051c6f - Issue #2106939 by smustgrave, dawehner, jungle: Improve test coverage of the...
- 051747be - Issue #2867001 by dpi, acbramley, SpadXIII, mstrelan, smustgrave, neclimdul:...
- a93d7711 - Issue #3134618 by geek-merlin, smustgrave, Matroskeen, Kristen Pol, alexpott:...
- 1c80a047 - Issue #3299859 by andypost, Anchal_gupta, longwave, alexpott: Remove...
- fcbd0767 - Issue #2859042 by Sam152, plach, maximpodorov, Ankit.Gupta, Berdir, acbramley,...
- 078273a3 - Issue #2815301 by Chi, DanielVeza, kostyashupenko, smustgrave: Allow to create...
- a3680016 - Issue #3324726 by Akhil Babu, xjm, Gauravvv, joachim: #ajax 'options' property is undocumented
- 050168d2 - Issue #3342904 by Taran2L, jungle: Directory containing...
- 397fadff - Issue #2469545 by yogeshmpawar, willzyx, umarzaffer, lauriii, idebr,...
- 8bfc8a5e - Issue #2910181 by sarvjeetsingh, anmolgoyal74, apaderno, pameeela, jcalais:...
- 490ea77e - Issue #3020455 by Spokje, jhedstrom, kim.pepper, Bhanu951, mpdonadio,...
- 219b69fb - Issue #3091478 by Tim Bozeman, lauriii, malcomio, EclipseGc, larowlan,...
- fa309799 - Issue #3323209 by Spokje, mondrake, smustgrave, alexpott, xjm: Deprecate...
- 96ce629e - Revert "Issue #3091478 by Tim Bozeman, lauriii, malcomio, EclipseGc, larowlan,...
- 46695d63 - Issue #2719797 by claudiu.cristea, dww, pfrenssen, smustgrave, saurabh-2k17,...
- b3b7e831 - Issue #3198868 by dpi, acbramley, larowlan: Add delay to queue suspend
- cc351c77 - Issue #3336536 by murilohp: Fix PHPStan warning on assertBreadcrumb when passing NULL
- 8be0e2fc - Issue #3336491 by Spokje: Link to correct issue in @todo in CommentManager
- b8c39bdd - Issue #3305509 by joachim, quietone: Convert LoadMultipleTest into a kernel test
- a0a0f115 - Issue #3342991 by quietone, andypost, catch: Deprecate LinkGeneratorInterface::generateFromLink()
- 52e56c2a - Issue #3308920 by jungle, smustgrave, Lendude: Fix test performance of...
- 571085c2 - Issue #3338552 by Gauravvv, lauriii: Remove webkit properties from content moderation
- 240bf0af - Issue #3341254 by Spokje, longwave: Fix failing "updated deps" test-runs on 10.x.x
- d8b29051 - Issue #3317265 by ressa, smustgrave: Use immediately visible and functioning...
- 0184f886 - Issue #3343215 by effulgentsia: Update terser from 5.16.1 to 5.16.4
- f85481c9 - Issue #3276939 by daffie, aziza_a, larowlan: The Symfony method...
- 46582af1 - Issue #2865401 by Berdir, yassin.barrani, ankithashetty, dxvargas,...
- 5aa47f33 - Issue #3264167 by Spokje, neclimdul, heykarthikwithu, longwave: Remove use of...
- 081dcbb5 - Issue #3343598 by quietone: Remove action module from MigrationPluginListTest
- 1f4398a9 - Issue #2254201 by smustgrave, jungle, kostyashupenko: Fix test performance of...
- a88146d5 - Issue #3024264 by roderik: Document and rename variables in DrupalKernel::findSitePath()
Toggle commit listadded 6 commits
- d3cfd5ae - Issue #3061266 by smustgrave, Grimreaper, ridhimaabrol24, nod_, pavnish,...
- d896c780 - Issue #3336414 by Lendude, Gauravvv, mrinalini9, smustgrave: Views showing a...
- 626312fd - Issue #3307699 by smustgrave, andypost, Amber Himes Matz: Update breadcrumbs...
- 6d1fe619 - Issue #3262017 by sleitner, ravi.shankar, smustgrave, xjm, longwave, quietone,...
- 9eda20b4 - Issue #3341098 by quietone: Move non-migrations tests to Statistics
- be7b331a - Issue #3344076 by longwave: Update dependencies for Drupal 10.1
Toggle commit listadded 453 commits
-
be7b331a...8759754d - 447 commits from branch
project:10.1.x
- 92fe5850 - Issue #2865710 : Dependencies from only one instance of a widget are used in display modes
- 72c7160c - Issue #2865710 : Dependencies from only one instance of a widget are used in display modes
- ab41223a - Issue #2865710 : Dependencies from only one instance of a widget are used in display modes.
- 7b5a0c64 - Issue #2865710 : Dependencies from only one instance of a widget are used in display modes.
- 297416b1 - Issue #2865710 : Dependencies from only one instance of a widget are used in display modes.
- f66f3285 - Merge branch '2865710-dependencies-from-only' of...
Toggle commit list-
be7b331a...8759754d - 447 commits from branch
added 1 commit
added 41868 commits
-
4c00d537...8759754d - 41867 commits from branch
project:10.1.x
- 019f5919 - Issue #2865710 by james.williams, Bhanu951, hctom, jofitz, Adev22, dcam:...
-
4c00d537...8759754d - 41867 commits from branch
added 1 commit
- 39a7ea3d - Organised Test Trait and added post update hook.
added 32 commits
-
bbc22e9b...a832e39b - 31 commits from branch
project:10.1.x
- 08a410ed - Merge branch '10.1.x' of https://git.drupalcode.org/project/drupal into...
-
bbc22e9b...a832e39b - 31 commits from branch
added 3856 commits
-
08a410ed...b6aef35b - 364 commits from branch
project:10.1.x
- b6aef35b...98f40c82 - 3482 earlier commits
- 1f417d2f - Issue #3387939 by mstrelan, catch: [random test failure]...
- 5da58a21 - Issue #3514226 by mstrelan, smustgrave: Add void return to functions in global namespace
- bb03ed5c - Issue #3513875 by mstrelan: Move test middleware out of CoreServiceProvider
- 17a05cf2 - Issue #3281955 by prudloff: Add a way to debug big_pipe cache tags
- 7ab7abf1 - Issue #3514924 by mstrelan: [random test failure] JSWebAssertTest::testJsWebAssert
- 1e391b33 - Issue #3508308 by bbrala, borisson_: Validate system.action.*: add new Constraint RoleExists
- f964df2b - Issue #3004425 by dgilbert, krzysztof domański, codebymikey, avpaderno,...
- d05c9c94 - Issue #3418184 by nikolay shapovalov, smustgrave, larowlan, quietone: Refactor...
- cd5bc868 - Issue #3438070 by berdir, catch, bbrala: Add JSON:API performance tests
- 4e202c33 - Merge branch '11.x' into 2865710-dependencies-from-only
Toggle commit list-
08a410ed...b6aef35b - 364 commits from branch
added 1 commit
- 2a7b871a - Revert "Merge branch '11.x' into 2865710-dependencies-from-only"
Please register or sign in to reply