.. |
assets
|
Issue #3120096 by alexpott, daffie, effulgentsia, Neslee Canil Pinto, xjm, mondrake, catch, ravi.shankar: Support contrib database driver directories in a fixed location in a module
|
2020-04-07 13:00:31 -07:00 |
config
|
Issue #2863188 by acbramley, Erik Frèrejean, Maouna, andypost, init90, larowlan, hchonov, sathish.redcrackle, vasi1186, chr.fritsch, tstoeckler, Krzysztof Domański, phjou, jibran, alexpott, catch, xjm: Hardcoded result size limit in the entity reference autocomplete widget
|
2019-10-11 10:54:43 +10:00 |
includes
|
Issue #3120096 by alexpott, daffie, effulgentsia, Neslee Canil Pinto, xjm, mondrake, catch, ravi.shankar: Support contrib database driver directories in a fixed location in a module
|
2020-04-07 13:00:31 -07:00 |
lib
|
Issue #3126658 by alexpott, daffie, Beakerboy: Support enclosing reserved words with brackets
|
2020-04-11 19:38:24 +01:00 |
misc
|
Issue #2550717 follow-up by droplet, bnjmnm, tedbow, lauriii: [JS] Replace jQuery.cookie with JS-cookie and provide a BC layer
|
2020-03-19 20:06:44 +02:00 |
modules
|
Issue #3126848 by mondrake, longwave, daffie: Replace usage of the $ignoreCase parameter of assertContains(), that is deprecated
|
2020-04-12 21:39:49 +01:00 |
profiles
|
Issue #3113077 by mondrake, Hardik_Patel_12, Neslee Canil Pinto, swatichouhan012, prabha1997, neelam_wadhwani, Berdir, longwave: Replace assertContains() on strings with assertStringContainsString() or assertStringContainsStringIgnoringCase()
|
2020-04-12 12:34:00 +01:00 |
scripts
|
Issue #3118079 by lauriii, bnjmnm: Remove postcss-header workaround
|
2020-03-05 22:42:18 +00:00 |
tests
|
Issue #3126848 by mondrake, longwave, daffie: Replace usage of the $ignoreCase parameter of assertContains(), that is deprecated
|
2020-04-12 21:39:49 +01:00 |
themes
|
Issue #3115223 by bnjmnm, lauriii, tedbow, xjm, alexpott: Remove Stable as a base theme of core themes
|
2020-03-25 09:37:24 +00:00 |
.env.example
|
…
|
|
.eslintignore
|
Issue #3108402 by lauriii, bnjmnm, FezVrasta, Wim Leers, mradcliffe, gisle: Update to Popper.js to 2.0.0
|
2020-02-25 17:03:40 +00:00 |
.eslintrc.json
|
Issue #2550717 by mradcliffe, bnjmnm, finnsky, Manuel Garcia, lauriii, longwave, tedbow, silesky, catch, xjm, droplet, johndevman, nod_, marassa: [JS] Replace jQuery.cookie with JS-cookie and provide a BC layer
|
2020-03-13 22:00:18 +02:00 |
.eslintrc.legacy.json
|
…
|
|
.eslintrc.passing.json
|
…
|
|
.gitignore
|
…
|
|
.prettierignore
|
…
|
|
.prettierrc.json
|
…
|
|
.stylelintignore
|
Issue #3079738 by lauriii, saschaeggi, webchick, xjm, andrewmacpherson, shimpy, effulgentsia, Wim Leers, DyanneNova, svettes, rainbreaw, fhaeberle, ckrina, AaronMcHale, justafish, catch, charlieweb82, AntoineH, lot007, pzajacz, kostyashupenko, jasonbarrie, antonellasevero, finnsky, worldlinemine, bnjmnm, RobLoach, Dennis Cohn, huzooka, Archita Arora, joachim, jrockowitz, benjifisher, shaal, Gábor Hojtsy, quiron, L2G2, ccasals, hampercm, if-jds, abhisekmazumdar, Kami Amiga, pivica, zrpnr, BrightBold, imalabya, jhedstrom, Neslee Canil Pinto, maliknaik, junaidmasoodi, Maithri Shetty, pranav73, mandclu, modulist, nod_, philosurfer, phenaproxima, mherchel, mlncn, rafuel92, leymannx, kiboman, Swapnil_Kotwal, anevins, evankay, rfmarcelino, thamas, brianperry, idebr, joelpittet, boulaffasae, alexpott, volkerk, DuneBL, Eli-T, Mahenkvyas22: Add Claro administration theme to core
|
2019-10-13 13:42:58 -07:00 |
.stylelintrc.json
|
Issue #3050374 by bnjmnm, lauriii, alexpott, DyanneNova, xjm: Create Drupal 9 stable theme
|
2020-03-12 00:29:43 +00:00 |
CHANGELOG.txt
|
…
|
|
COPYRIGHT.txt
|
…
|
|
INSTALL.mysql.txt
|
…
|
|
INSTALL.pgsql.txt
|
…
|
|
INSTALL.sqlite.txt
|
Issue #3053363 by alexpott, Wim Leers, Berdir, mondrake, xjm: Remove support for PHP 5 in Drupal 8.8
|
2019-05-24 11:36:30 +01:00 |
INSTALL.txt
|
Issue #3120124 by effulgentsia, daffie: Raise the minimum MariaDB version to 10.3(.7) in Drupal 9
|
2020-03-17 10:36:55 +00:00 |
LICENSE.txt
|
…
|
|
MAINTAINERS.txt
|
Issue #3059934 by cilefen: Remove cilefen as Drupal 8 core maintainer
|
2020-01-30 16:23:11 -05:00 |
UPDATE.txt
|
…
|
|
authorize.php
|
Issue #3109042 by znerol: Convert uses of $_SESSION in update module and authorize subsystem
|
2020-02-20 21:38:33 +00:00 |
composer.json
|
Issue #3121229 by alexpott, Neslee Canil Pinto, xjm: Remove config_environment module
|
2020-04-06 09:27:41 +01:00 |
core.api.php
|
Issue #3114785 by slootjes, longwave: [Symfony 5] Update deprecated short factory configurators in Yaml
|
2020-02-20 23:10:47 +01:00 |
core.libraries.yml
|
Issue #2550717 follow-up by droplet, bnjmnm, tedbow, lauriii: [JS] Replace jQuery.cookie with JS-cookie and provide a BC layer
|
2020-03-19 20:06:44 +02:00 |
core.link_relation_types.yml
|
…
|
|
core.services.yml
|
Issue #3126003 by tedbow, alexpott, pfrenssen, lauriii: Increased memory usage during install
|
2020-04-09 14:26:53 +01:00 |
drupalci.yml
|
Revert "Issue #3122328: Fix fails on 9.1.x"
|
2020-03-25 15:49:06 +00:00 |
globals.api.php
|
Issue #3097173 by alexpott, Berdir: Complete removal of $config_directories
|
2019-11-28 12:14:11 +00:00 |
install.php
|
Issue #3106075 by Krzysztof Domański, heddn, Gábor Hojtsy, xjm, catch, mondrake, larowlan, greg.1.anderson: Bump minimum PHP for Drupal 9 to PHP 7.3
|
2020-01-21 11:05:11 +00:00 |
package.json
|
Issue #3120494 by longwave, jungle: Bump minimist from ^1.2.0 to ^1.2.2
|
2020-03-28 07:16:23 +00:00 |
phpcs.xml.dist
|
Issue #3099583 by alexpott, klausi, neclimdul, heddn: Update coder to 8.3.7
|
2020-01-07 11:26:29 +00:00 |
phpunit.xml.dist
|
Issue #3116856 by alexpott, Mile23: Workaround PHPUnit 8 warnings
|
2020-03-05 11:34:11 +00:00 |
postcss.config.js
|
Issue #3060153 by lauriii, alexpott, finnsky, Wim Leers, xjm, catch: Use PostCSS in core, initially only for Claro
|
2019-10-07 15:29:07 +01:00 |
rebuild.php
|
Issue #3053956 by alexpott, neeravbm, aleevas, voleger, Berdir: Deprecate \Drupal\Component\Utility\Crypt::hashEquals() in favour of PHP's builtin hash_equals()
|
2019-06-10 14:28:03 +01:00 |
yarn.lock
|
Issue #3120494 by longwave, jungle: Bump minimist from ^1.2.0 to ^1.2.2
|
2020-03-28 07:16:23 +00:00 |