Skip to content

Commit

Permalink
Updated Drupal core.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmundra committed Dec 21, 2024
1 parent 8b60069 commit 77d3b47
Show file tree
Hide file tree
Showing 5,103 changed files with 153,359 additions and 42,933 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 3 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ DirectoryIndex index.php index.html index.htm
AddType image/svg+xml svg svgz
AddEncoding gzip svgz

# Add correct encoding for webp.
AddType image/webp .webp

# Most of the following PHP settings cannot be changed at runtime. See
# sites/default/default.settings.php and
# Drupal\Core\DrupalKernel::bootEnvironment() for settings that can be
Expand Down
897 changes: 491 additions & 406 deletions composer.lock

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions core/.deprecation-ignore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,16 @@
# Indirect deprecations. These are not in Drupal's remit to fix, but it is
# worth keeping track of dependencies' issues.
%Method "[^"]+" might add "[^"]+" as a native return type declaration in the future. Do the same in implementation "org\\bovigo\\vfs\\[^"]+" now to avoid errors or add an explicit @return annotation to suppress this message%
%Method "[^"]+" might add "[^"]+" as a native return type declaration in the future. Do the same in (child class|implementation) "OpenTelemetry\\[^"]+" now to avoid errors or add an explicit @return annotation to suppress this message%

# The following deprecation is listed for Twig 2 compatibility when unit
# testing using \Symfony\Component\ErrorHandler\DebugClassLoader.
%The "Twig\\Template" class is considered internal\. It may change without further notice\. You should not use it from "Drupal\\Tests\\Core\\Template\\StubTwigTemplate"\.%
%The "Twig\\Environment::getTemplateClass\(\)" method is considered internal\. It may change without further notice\. You should not extend it from "Drupal\\Core\\Template\\TwigEnvironment"\.%

# PHPUnit 10.
%The "PHPUnit\\Framework\\TestCase::__construct\(\)" method is considered internal.*You should not extend it from "Drupal\\[^"]+"%

# Twig 3.
%Since twig/twig 3.12: Twig Filter "spaceless" is deprecated%
# Symfony 7.2
%Since symfony/http-foundation 7.2: NativeSessionStorage's "sid_length" option is deprecated and will be ignored in Symfony 8.0.%
%Since symfony/http-foundation 7.2: NativeSessionStorage's "sid_bits_per_character" option is deprecated and will be ignored in Symfony 8.0.%
3 changes: 3 additions & 0 deletions core/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ DRUPAL_TEST_CHROMEDRIVER_AUTOSTART=true
# e.g. `--disable-gpu --headless --no-sandbox`.
#DRUPAL_TEST_WEBDRIVER_CHROME_ARGS=

# Use W3C webdriver commands.
#DRUPAL_TEST_WEBDRIVER_W3C=true

# A list of arguments to pass to Webdriver, separated by spaces
# e.g. `--allowed-ips --disable-dev-shm-usage`.
#DRUPAL_TEST_WEBDRIVER_CLI_ARGS=
Expand Down
2 changes: 1 addition & 1 deletion core/.eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ assets/vendor/**/*
node_modules/**/*
**/js_test_files/**/*
**/build/**/*
modules/locale/tests/locale_test.js
modules/locale/tests/js/locale_test.js
misc/jquery.form.js

# Ignore deliberately malformed YAML files.
Expand Down
Loading

0 comments on commit 77d3b47

Please sign in to comment.