drupal/core
Nathaniel Catchpole 3b304d23cc Issue #2939885 by samuel.mortenson: UX regression (again): Prevent links in node preview from being clicked 2018-01-29 12:46:11 +00:00
..
assets/vendor Issue #2926932 by matthiasm11, Wim Leers, vijaycs85: Update CKEditor library to 4.8.0 2018-01-11 13:37:17 -08:00
config Issue #2938799 by claudiu.cristea: Provide the timestamp scalar data type 2018-01-23 16:01:41 +00:00
includes Issue #2208429 by dawehner, almaudoh, alexpott, jibran, Xano, donquixote, amitgoyal, bircher, stefan.r, Mile23, alvar0hurtad0, Berdir, andypost, larowlan: Extension System, Part III: ExtensionList, ModuleExtensionList and ProfileExtensionList 2018-01-24 15:21:31 +00:00
lib Issue #1712106 by jamix, dawehner, m4olivei, Boobaa, InternetDevels, JacobSanford: truncate_utf8() cuts on the first newline character when $wordsafe == TRUE 2018-01-29 10:14:00 +00:00
misc Issue #2866818 by harsha012, BrightBold, brahmjeet789, joelpittet: Update stylelint rule number-leading-zero to be consistent with Drupal's CSS standards 2018-01-28 08:11:52 +00:00
modules Issue #2939885 by samuel.mortenson: UX regression (again): Prevent links in node preview from being clicked 2018-01-29 12:46:11 +00:00
profiles Issue #2939940 by bmx269, joelpittet: Update stylelint rules color-hex-case to be consistent with Drupal's CSS standards 2018-01-28 08:18:54 +00:00
scripts Issue #2935215 by alexpott: Apply coding standards to Drupal 8 PHP code in core/scripts 2018-01-24 07:03:08 +10:00
tests Issue #1712106: Fix spelling mistake introduced on commit 2018-01-29 11:13:13 +00:00
themes Issue #2939940 by bmx269, joelpittet: Update stylelint rules color-hex-case to be consistent with Drupal's CSS standards 2018-01-28 08:18:54 +00:00
.eslintignore Issue #2889600 by droplet, drpal, Gábor Hojtsy, effulgentsia, Wim Leers: [regression] Restore \LocaleJavascriptTranslationTest test coverage and keep testing processed JS file 2017-08-28 10:24:52 +01:00
.eslintrc.json Issue #2923747 by morsok, drpal: Wrong declaration of no-mutable-exports JS coding standard rule 2017-11-17 15:21:23 -05:00
.eslintrc.legacy.json Issue #2815077 by drpal, mradcliffe, effulgentsia, mpdonadio, nod_, droplet, alexpott, nedjo, tizzo, David_Rothstein, pfrenssen: Adopt airbnb javascript style guide v13 as new baseline javascript coding standards for Drupal 8 core and contrib 2017-05-10 09:34:45 +01:00
.eslintrc.passing.json Issue #2925064 by drpal, dawehner, droplet, xjm, webchick, justafish: [1/2] JS codestyle: no-restricted-syntax 2018-01-03 15:27:55 -08:00
.gitignore Issue #2881697 by droplet, drpal, cilefen, lauriii: npm@5 creates package-lock.json automatically 2017-07-19 15:11:01 -07:00
.stylelintrc.json Issue #2939940 by bmx269, joelpittet: Update stylelint rules color-hex-case to be consistent with Drupal's CSS standards 2018-01-28 08:18:54 +00:00
CHANGELOG.txt Issue #2846830 by wturrell, Gábor Hojtsy, timmillwood, Wim Leers, webchick, cilefen, anavarre, dawehner, dagmar, naveenvalecha, xjm, jibran, effulgentsia, drpal: Add changelog for Drupal 8.3.0 2017-04-05 18:03:11 -05:00
COPYRIGHT.txt
INSTALL.mysql.txt
INSTALL.pgsql.txt
INSTALL.sqlite.txt
INSTALL.txt Issue #2888296 by jalpesh: Incorrect filename in INSTALL doc 2017-06-23 14:41:02 -04:00
LICENSE.txt
MAINTAINERS.txt Issue #2928433 by webchick, nod_, drpal, effulgentsia, justafish, lauriii: Add @justafish as JavaScript subsystem maintainer in MAINTAINERS.txt 2017-12-05 10:11:42 -06:00
UPDATE.txt Issue #2701541 by xjm, yoroy, catch, mikeryan, Gábor Hojtsy: Rename Drupal Upgrade UI to Migrate Drupal UI 2016-04-19 10:21:59 -07:00
authorize.php Issue #2935254 by kim.pepper: Remove all usages of drupal_get_message and drupal_set_message in core includes 2018-01-22 15:28:16 +00:00
composer.json Issue #2935137 by el7cosmos, Mixologic: License "GPL-2.0+" is a deprecated SPDX license identifier, use "GPL-2.0+-only" or "GPL-2.0+-or-later" instead 2018-01-23 18:28:55 +10:00
core.api.php Issue #2939242 by yo30: Update Drupal Documentation to reflect that assert() eval syntax is no longer to be used 2018-01-27 07:12:04 +10:00
core.libraries.yml Issue #2925997 by tikaszvince, ndolley: position-min.js issue since 8.4 upgrade 2018-01-22 20:00:33 +00:00
core.link_relation_types.yml Issue #2670730 by chr.fritsch, robpowell, alexpott, tstoeckler, Berdir, bojanz, dawehner: Provide a delete action for each content entity type 2018-01-26 14:18:10 +00:00
core.services.yml Issue #2670730 by chr.fritsch, robpowell, alexpott, tstoeckler, Berdir, bojanz, dawehner: Provide a delete action for each content entity type 2018-01-26 14:18:10 +00:00
globals.api.php
install.php Issue #2933424 by David_Rothstein, harsha012, jhodgdon, vaplas: English-specific links to php.net shouldn't be used in non-translatable strings 2018-01-05 08:09:08 +10:00
package.json Issue #2910705 by droplet, drpal: Update JS Build Script Packages 2018-01-29 08:21:50 +02:00
phpcs.xml.dist Issue #2935215 by alexpott: Apply coding standards to Drupal 8 PHP code in core/scripts 2018-01-24 07:03:08 +10:00
phpunit.xml.dist Issue #2927806 by alexpott, mondrake, jibran, Mile23: Use PHPUnit 6 for testing when PHP version >= 7.2 2017-12-22 12:47:46 +00:00
rebuild.php Issue #2935254 by kim.pepper: Remove all usages of drupal_get_message and drupal_set_message in core includes 2018-01-22 15:28:16 +00:00
yarn.lock Issue #2910705 by droplet, drpal: Update JS Build Script Packages 2018-01-29 08:21:50 +02:00