drupal/core
catch 95a2a252c2 Issue #3001430 by alexpott, _utsavsharma, Oscaner, lauriii, smustgrave, ifux, deviantintegral, pameeela: Unable to uninstall base theme and subtheme via config sync at the same time
(cherry picked from commit fab2025f20)
2023-01-30 11:05:07 +00:00
..
assets Issue #3191389 by anmolgoyal74, greggles, larowlan, mcdruid, pwolanin, brayfe: File Inclusion issue security hardening 2023-01-20 14:19:11 +00:00
config Issue #3112452 by lalitware, guilhermevp, narendra.rajwar27, WagnerMelo, ravi.shankar, mradcliffe, adalbertov, himanshu_sindhwani, quondam, Vidushi Mehta, alexpott, longwave, anmolgoyal74: Fix indentation consistency in core's yaml files 2022-10-09 12:14:32 +01:00
includes Issue #3001430 by alexpott, _utsavsharma, Oscaner, lauriii, smustgrave, ifux, deviantintegral, pameeela: Unable to uninstall base theme and subtheme via config sync at the same time 2023-01-30 11:05:07 +00:00
lib Issue #3001430 by alexpott, _utsavsharma, Oscaner, lauriii, smustgrave, ifux, deviantintegral, pameeela: Unable to uninstall base theme and subtheme via config sync at the same time 2023-01-30 11:05:07 +00:00
misc Issue #3185640 by lucienchalom, jungle, smustgrave, ravi.shankar, andregp, xjm, quietone, sergiogsanchez: Fix or ignore words that start with "v", excluding real non-English words 2023-01-20 14:55:57 -06:00
modules Issue #3001430 by alexpott, _utsavsharma, Oscaner, lauriii, smustgrave, ifux, deviantintegral, pameeela: Unable to uninstall base theme and subtheme via config sync at the same time 2023-01-30 11:05:07 +00:00
profiles Revert "Issue #3333401 by nicxvan, bnjmnm: Pager h4 causes accessibility flag on many pages" 2023-01-25 21:21:06 -06:00
scripts Issue #3331818 by xjm, Spokje: commit-code-check.sh gives unclear output when CSS is not properly rebuilt 2023-01-09 11:51:14 +00:00
tests Issue #3001430 by alexpott, _utsavsharma, Oscaner, lauriii, smustgrave, ifux, deviantintegral, pameeela: Unable to uninstall base theme and subtheme via config sync at the same time 2023-01-30 11:05:07 +00:00
themes Revert "Issue #3333401 by nicxvan, bnjmnm: Pager h4 causes accessibility flag on many pages" 2023-01-25 21:21:06 -06:00
.cspell.json Issue #3294850 by Spokje, longwave: Update to cspell 6 2022-07-13 11:04:54 +09:00
.env.example Issue #3259751 by rodrigoaguilera, smustgrave, nod_: Add ability to pass cli arguments to chromedriver 2022-11-28 11:01:00 +00:00
.eslintignore Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core 2021-11-11 14:10:39 -08:00
.eslintrc.jquery.json Issue #3239123 by hooroomoo, bnjmnm, nod_: Refactor (if feasible) uses of the jQuery text function to use vanillaJS 2022-01-28 11:54:33 +02:00
.eslintrc.json Issue #3112452 by lalitware, guilhermevp, narendra.rajwar27, WagnerMelo, ravi.shankar, mradcliffe, adalbertov, himanshu_sindhwani, quondam, Vidushi Mehta, alexpott, longwave, anmolgoyal74: Fix indentation consistency in core's yaml files 2022-10-09 12:14:32 +01:00
.eslintrc.legacy.json
.eslintrc.passing.json Issue #3239838 by longwave, Spokje, nod_, xjm: Update core eslint configuration to remove unused React and JSX rules 2022-03-21 16:19:17 +02:00
.gitignore
.prettierignore
.prettierrc.json
.stylelintignore
.stylelintrc.json Issue #3317882 by longwave, nod_: Update to stylelint 14.14.1 and stylelint-config-standard 29.0.0 2022-11-08 15:19:36 -05:00
CHANGELOG.txt
COPYRIGHT.txt Issue #3266006 by Spokje, quietone, sourabhjain, victoria-marina, longwave, xjm: Update COPYRIGHT.txt for Drupal 10 2022-12-08 21:46:32 +00:00
INSTALL.mysql.txt
INSTALL.pgsql.txt
INSTALL.sqlite.txt
INSTALL.txt Issue #3332712 by Liam Morland, DanielVeza: Cron links point to D7 documentation 2023-01-13 09:43:52 +00:00
LICENSE.txt
MAINTAINERS.txt Issue #3325823 by andy-blum, mherchel, ckrina: Add andy-blum as an official maintainer of Olivero 2022-12-16 17:47:59 -06:00
UPDATE.txt
USAGE.txt Issue #2707163 by quietone, chishah92, jhodgdon, AndrewHD, xjm, dww, jdelvillar01, alexpott: core/USAGE.TXT -- API section talks only about hooks and functions 2021-11-16 08:24:01 +00:00
authorize.php
composer.json SA-CORE-2022-016 by fabpot, nicolas.grekas, xjm, lauriii, alexpott, Berdir, larowlan, catch, longwave, cilefen, james.williams, benjifisher 2022-09-29 08:49:39 +01:00
core.api.php Issue #2514582 by Mile23, joachim, sahil.goyal, jhodgdon, Fabianx, dawehner: Document lazy services and fix script doxygen 2022-11-28 13:17:47 +00:00
core.libraries.yml Issue #3328476 by lauriii, longwave: Update JQuery to 3.6.3 2022-12-21 07:39:32 -06:00
core.link_relation_types.yml
core.services.yml Issue #3327856 by alexpott, catch, zcht, longwave, znerol, Berdir, BramDriesen, Spokje, callen321, andypost, neclimdul, acbramley, mstrelan: Performance regression introduced by container serialization solution 2022-12-23 15:23:20 +10:00
drupalci.yml Revert "Issue #3045612 by alexpott, Krzysztof Domański: Random test failure in MediaStandardProfileTest::testMediaSources" 2022-10-18 16:53:06 +01:00
globals.api.php
install.php Issue #3272275 by eelkeblok, smustgrave, xjm, ravi.shankar, quietone, sergiogsanchez: Decide what to say very early in the installer if the site is below the absolute minimum 2022-12-23 14:11:50 -06:00
package.json Issue #3328476 by lauriii, longwave: Update JQuery to 3.6.3 2022-12-21 07:39:32 -06:00
phpcs.xml.dist Revert "Issue #3327853 by Spokje, bbrala, longwave: Don't allow {@inheritDoc} annotation in PHPDocBlocks" 2022-12-20 12:33:05 +00:00
phpunit.xml.dist Issue #3159842 by smustgrave, andypost, longwave: Fix wording in BROWSERTEST_OUTPUT_BASE_URL comment 2022-11-29 11:51:34 +00:00
rebuild.php Issue #3112283 by ravi.shankar, mpdonadio, andregp, daffie, jhedstrom, alexpott, andypost, pifagor, vladbo, JeroenT, voleger, cliddell: Replace REQUEST_TIME in non-OO and non-module code 2022-05-16 17:32:49 +01:00
yarn.lock Issue #3332447 by xjm, Spokje: Upgrade yarn dependencies to fix vulnerabilities shown by yarn audit 2023-01-12 09:51:47 +00:00