Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ core/.phpstan-baseline.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-sp
# Define binary file attributes.
# - Do not treat them as text.
# - Include binary diff in patches instead of "binary files differ."
*.avif -text diff
*.eot -text diff
*.exe -text diff
*.gif -text diff
Expand Down
40 changes: 0 additions & 40 deletions .woodpecker/os2forms_prod.yml

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.3.0]

- [PR-382](https://github.com/itk-dev/os2loop/pull/382)
Updated drupal core Drupal 11.3.7

## [1.2.4]

- [PR-388](https://github.com/itk-dev/os2loop/pull/388)
Expand Down
38 changes: 10 additions & 28 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,17 @@
"composer/installers": "^2.0",
"cweagans/composer-patches": "^1.7",
"dompdf/dompdf": "^2.0",
"drupal/adminimal_theme": "^1.7",
"drupal/autocomplete_deluxe": "^2.0",
"drupal/better_formats": "^1.0@beta",
"drupal/block_field": "^1.0@RC",
"drupal/chosen": "^4.0",
"drupal/color": "^1.0",
"drupal/color": "^2.0@alpha",
"drupal/config_filter": "^2.7",
"drupal/config_ignore": "^3.3",
"drupal/convert_media_tags_to_markup": "^4.0",
"drupal/core-composer-scaffold": "^10.4",
"drupal/core-project-message": "^10.4",
"drupal/core-recommended": "^10.4",
"drupal/core-composer-scaffold": "^11.3",
"drupal/core-project-message": "^11.3",
"drupal/core-recommended": "^11.3",
"drupal/date_popup": "^2.0",
"drupal/diff": "^1.1",
"drupal/entity_print": "^2.13",
Expand All @@ -30,9 +29,9 @@
"drupal/facets": "^2.0",
"drupal/field_group": "^3.4",
"drupal/flag": "^4.0@beta",
"drupal/gin": "^4.1",
"drupal/gin": "^5.0",
"drupal/gin_login": "^2.0",
"drupal/gin_toolbar": "^2.1",
"drupal/gin_toolbar": "^3.0",
"drupal/inline_entity_form": "^3.0@RC",
"drupal/mailsystem": "^4.4",
"drupal/masquerade": "^2.0@RC",
Expand Down Expand Up @@ -67,15 +66,15 @@
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"drupal/coder": "^8.3",
"drupal/content_fixtures": "^3.2",
"drupal/core-dev": "^10.1",
"drupal/core-dev": "^11.3",
"drupal/devel": "^5.1",
"ergebnis/composer-normalize": "^2.42",
"kint-php/kint": "^5.0",
"mglaman/phpstan-drupal": "^1.2",
"mglaman/phpstan-drupal": "^2.0",
"os2loop/os2loop_fixtures": "^1.0",
"phpspec/prophecy-phpunit": "^2.0",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-deprecation-rules": "^2.0",
"vincentlanglet/twig-cs-fixer": "^3.10"
},
"conflict": {
Expand All @@ -100,10 +99,6 @@
},
"type": "package"
},
"drupal/theme_switcher": {
"type": "vcs",
"url": "https://git.drupalcode.org/project/theme_switcher"
},
"os2loop/os2loop_fixtures": {
"options": {
"symlink": false,
Expand All @@ -113,19 +108,6 @@
},
"type": "path",
"url": "web/profiles/custom/os2loop/modules/os2loop_fixtures"
},
"drupal/views_flag_refresh": {
"package": {
"name": "drupal/views_flag_refresh",
"source": {
"reference": "origin/2929394-drupal-8-port",
"type": "git",
"url": "https://git.drupalcode.org/issue/views_flag_refresh-2929394.git"
},
"type": "drupal-module",
"version": "dev-2929394-drupal-8-port"
},
"type": "package"
}
},
"minimum-stability": "dev",
Expand Down Expand Up @@ -212,7 +194,7 @@
},
"patches": {
"drupal/core": {
"Disable forced configuration langcode (https://www.drupal.org/project/drupal/issues/3150540)": "https://www.drupal.org/files/issues/2024-07-03/drupal-3150540-42.patch"
"Disable forced configuration langcode (https://www.drupal.org/project/drupal/issues/3150540)": "https://www.drupal.org/files/issues/2025-07-24/drupal-3150540-D1122_0.patch"
},
"drupal/entity_print": {
"Add page count https://www.drupal.org/project/entity_print/issues/2823430": "https://www.drupal.org/files/issues/2023-07-10/entity_print-dompdf_page_count-2823430-14.patch",
Expand Down
Loading
Loading