drupal/core
catch 2d8630fbb9 Issue #3258654 by alexpott: Deprecate feed.bridge.reader and move it to the Aggregator module
(cherry picked from commit fbb54d816a)
2022-01-17 14:57:31 +00:00
..
assets Issue #3175428 by tunic, kishor_kolekar, ranjith_kumar_k_u: Add link to "Trusted host settings" in default.settings.php 2022-01-03 15:55:53 +00: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 #2010380 by alexpott, TR, tstoeckler, MerryHamster, sanjayk, andypost, chx, Pancho, daffie: Deprecate module_load_install() and replace it with ModuleHandler::loadInstall 2022-01-12 13:33:29 +00:00
lib Issue #3258654 by alexpott: Deprecate feed.bridge.reader and move it to the Aggregator module 2022-01-17 14:57:31 +00:00
misc Issue #3106216 by Spokje, longwave, alexpott, apaderno, Hardik_Patel_12, daffie: Remove unused variables from core 2022-01-10 12:09:12 +00:00
modules Issue #3258654 by alexpott: Deprecate feed.bridge.reader and move it to the Aggregator module 2022-01-17 14:57:31 +00:00
profiles Issue #2871357 by alexpott, kriboogh: Installer tasks using multiple batch sets in non-interactive mode do not get executed 2021-12-02 11:06:31 +00:00
scripts Issue #3258371 by nod_, Wim Leers: fix yarn vendor-update command 2022-01-14 18:58:52 +02:00
tests Issue #3258654 by alexpott: Deprecate feed.bridge.reader and move it to the Aggregator module 2022-01-17 14:57:31 +00:00
themes Issue #3250357 by mherchel, kostyashupenko, andy-blum, Tim Robinson, Gauravmahlawat: Olivero: Elements within main content that have a high z-index will appear in front of mobile nav 2022-01-17 16:11:09 +02:00
.cspell.json 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
.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 #3238860 by mstrelan, Theresa.Grannum, hooroomoo, bnjmnm, larowlan: Refactor (if feasible) use of jquery map to use vanillaJS 2021-11-16 10:20:33 +02:00
.eslintrc.json Issue #3228351 by nod_, Phil Wolstenholme: Add loadjs library 2021-09-13 16:42:12 +01:00
.eslintrc.legacy.json
.eslintrc.passing.json Issue #3191023 by bnjmnm, nod_: Add eslint rules to check for jQuery usage 2021-06-28 19:47:31 -05:00
.gitignore
.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 Issue #2958588 by cainaru, lauriii, DamienMcKenna, longwave, galactus86, bkosborne, pawandubey, clayfreeman, doublealpha, Blackstallion, tim.plunkett, justcaldwell, kpaxman, mark_fullmer: Off-canvas style resets are overriding styles (especially SVGs) resulting in display issues 2021-03-23 15:15:35 +00:00
.stylelintrc.json Issue #3144854 by Spokje, bnjmnm, mherchel, zrpnr, komalk, Kristen Pol: Remove stylelint-no-browser-hacks 2021-05-19 17:32:16 +03:00
CHANGELOG.txt
COPYRIGHT.txt
INSTALL.mysql.txt
INSTALL.pgsql.txt
INSTALL.sqlite.txt
INSTALL.txt
LICENSE.txt
MAINTAINERS.txt Issue #3246156 by realityloop, rachel_norfolk: Add Brian Gilbert (realityloop) as a full mentoring coordinator 2021-12-15 11:16:43 +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 #3129043 by mondrake, daffie, ankithashetty, ravi.shankar, alexpott, Beakerboy, catch: Move core database drivers to modules of their own 2021-12-29 17:15:04 +00:00
core.api.php Issue #2853183 by quietone, darvanen, slootjes, Munavijayalakshmi, himanshu-dixit, shubham.prakash, gaurav.kapoor, prash_98, alexpott, JohnAlbin: Correct references from Symfony Framework 2022-01-02 10:49:34 +00:00
core.libraries.yml Issue #3239500 by hooroomoo, bnjmnm, lauriii: Add Array.includes polyfill to support IE11 and Opera Mini 2021-12-02 15:08:41 +00:00
core.link_relation_types.yml
core.services.yml Issue #3258654 by alexpott: Deprecate feed.bridge.reader and move it to the Aggregator module 2022-01-17 14:57:31 +00:00
drupalci.yml Issue #3038596: Mechanism that adds custom drupalci.yml configurations does not detect configs in new branches. 2021-10-31 19:50:50 +00:00
globals.api.php
install.php
package.json Issue #3251034 by lauriii, bnjmnm, longwave: Core Yarn watch builds CK5 plugins differently than yarn build 2021-11-25 15:52:00 +01:00
phpcs.xml.dist Issue #3106216 by Spokje, longwave, alexpott, apaderno, Hardik_Patel_12, daffie: Remove unused variables from core 2022-01-10 12:09:12 +00:00
phpunit.xml.dist Issue #2758357 by guilhermevp, quietone, Wim Leers, longwave, dawehner, alexpott: Document that core/phpunit.xml.dist should be copied to core/phpunit.xml, then modified 2021-07-07 12:40:50 +01:00
postcss.config.js
rebuild.php
yarn.lock 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