drupal/core
Alex Pott ff78b80431
Issue #2580263 by Berdir, nils.destoop, catch, Cottser, larowlan: Find a way to not run contextual_preprocess() on every template
(cherry picked from commit cffeb24f20)
2022-05-16 14:35:35 +01:00
..
assets Issue #3278786 by lauriii, nod_: Update production JavaScript dependencies to latest minors 2022-05-12 09:41:02 -04:00
config Issue #2852557 by bircher, alexpott, longwave, nedjo, dww: Config export key order is not predictable, use config schema to order keys for maps 2021-10-25 10:54:41 +01:00
includes Issue #3259188 by alexpott, dww, chr.fritsch: Extend post update system to provide themes a way to install newly-required dependencies 2022-04-09 18:11:49 +01:00
lib Issue #3279502 by webflo: Fix invalid @property annotations 2022-05-15 22:06:39 +01:00
misc Issue #3101922 by bnjmnm, nod_, lauriii: Find replacement for Modernizr touchevent test and deprecate 2022-05-12 16:52:15 +03:00
modules Issue #2580263 by Berdir, nils.destoop, catch, Cottser, larowlan: Find a way to not run contextual_preprocess() on every template 2022-05-16 14:35:35 +01:00
profiles Issue #3276839 by Spokje, mondrake: Remove leftover dumpHeaders property 2022-05-15 15:26:48 +01:00
scripts Issue #3280359 by bnjmnm: Make jQuery.form internal 2022-05-13 16:10:48 +01:00
tests Issue #3252100 by amateescu, catch, Tim Bozeman: Set revision_default when publishing 2022-05-13 16:32:31 +01:00
themes Issue #3277552 by Hebl, Asha Nair, rootwork, Charles Belov: Seven is missing focus in "Available buttons" and "Active toolbar" within CKEditor toolbar configuration Primary tab 2022-05-15 22:27:46 +01:00
.cspell.json Issue #3267513 by quietone, andregp, danflanagan8: Handle migration tests for removing RDF 2022-03-31 10:35:44 +01:00
.env.example
.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 #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
.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 Issue #2869825 by justafish, dawehner, alexpott, martin107, jibran, Lendude, Mixologic, michielnugter, droplet, drpal, lauriii, effulgentsia, mglaman: Leverage JS for JS testing (using nightwatch) 2018-05-07 13:31:07 +01:00
.prettierignore Issue #2591827 by longwave, neclimdul, elachlan, daffie: Add YAML linting to core coding standards checks 2021-08-17 09:58:20 +01:00
.prettierrc.json
.stylelintignore
.stylelintrc.json Issue #3262573 by longwave, nod_, xjm, alexpott, lauriii: Update our yarn dev dependencies to the extent allowed by current constraints 2022-02-19 00:43:28 +00:00
CHANGELOG.txt
COPYRIGHT.txt
INSTALL.mysql.txt
INSTALL.pgsql.txt
INSTALL.sqlite.txt
INSTALL.txt Issue #2917655 by xjm, Spokje, catch, Gábor Hojtsy, Pasqualle, rivimey, effulgentsia, andypost, daffie, heddn, Aki Tendo, mpdonadio, Wim Leers, Berdir, quietone, mondrake, plach, mfb, Chi, alexpott, DamienMcKenna: [9.4.x only] Drop official PHP 7.3 support in Drupal 9.4 2022-03-31 20:54:48 +01:00
LICENSE.txt
MAINTAINERS.txt Issue #3277743 by xjm, RainbowArray: Update contributor name and username in MAINTAINERS.txt 2022-04-28 18:07:22 +01: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 Issue #3262583 by xjm, neclimdul, bnjmnm, catch: Update Twig to 2.14.11 2022-02-04 14:46:03 -06:00
core.api.php Issue #3263654 by Spokje, bbrala, daffie, Kristen Pol, longwave: Move all HAL tests to the module in preparation of removal in D10 2022-02-20 15:21:08 +00:00
core.libraries.yml Issue #3280359 by bnjmnm: Make jQuery.form internal 2022-05-13 16:10:48 +01:00
core.link_relation_types.yml
core.services.yml Issue #3259188 by alexpott, dww, chr.fritsch: Extend post update system to provide themes a way to install newly-required dependencies 2022-04-09 18:11:49 +01:00
drupalci.yml Issue #3270886 by drumm: Remove outdated note in drupalci.yml 2022-04-07 17:16:10 +02:00
globals.api.php
install.php Revert "Issue #2917655 by xjm, Spokje, catch, Gábor Hojtsy, Pasqualle, rivimey, effulgentsia, andypost, heddn, daffie, Aki Tendo, Berdir, mpdonadio, quietone, mondrake, Wim Leers, plach, DamienMcKenna, Chi, mfb: [9.4.x only] Drop official PHP 7.3 support in Drupal 9.4" 2022-03-29 12:18:06 +01:00
package.json Issue #3278786 by lauriii, nod_: Update production JavaScript dependencies to latest minors 2022-05-12 09:41:02 -04:00
phpcs.xml.dist Issue #3088730 by Spokje, anmolgoyal74, ankithashetty, Mile23, longwave, naresh_bavaskar, greg.1.anderson, Mixologic, klausi: Include 'composer' directory in phpcs scans 2022-02-24 17:40:53 +00:00
phpunit.xml.dist
postcss.config.js
rebuild.php
yarn.lock Issue #3278786 by lauriii, nod_: Update production JavaScript dependencies to latest minors 2022-05-12 09:41:02 -04:00