Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 202412 01 to main #433

Merged
merged 27 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
506b116
Add content access by path to composer
anthonylindsay Sep 13, 2024
3e3e034
Update composer lock for content access by path.
anthonylindsay Sep 13, 2024
a0a151c
Enable content access by path.
anthonylindsay Sep 13, 2024
d122c60
Configure content access by path.
anthonylindsay Sep 13, 2024
a3f3b68
Merge pull request #425 from essexcountycouncil/release/2024-release-2
Polynya Sep 30, 2024
a506256
Update composer.lock following a pull from develop
anthonylindsay Oct 2, 2024
bc11313
Merge pull request #420 from essexcountycouncil/202409_contentaccess_…
Polynya Oct 3, 2024
a9cc7c2
feat(ECCW-708): Export config from Prod.
Polynya Oct 3, 2024
59f95e2
chore(): Restore Content Access By Path. Update Diff for SA
Polynya Oct 3, 2024
f1238b3
chore(): Update Drupal core to 10.3.6 for SA.
Polynya Oct 3, 2024
2925491
chore(): Diff config after update.
Polynya Oct 3, 2024
0efd724
Merge pull request #426 from essexcountycouncil/task/ECCW-708
Polynya Oct 3, 2024
a9760c1
feat(LP-226): Install Webform XSLX Export module.
Polynya Oct 16, 2024
d67c959
Merge branch 'main' of github.com:essexcountycouncil/essex-intranet-d…
Polynya Nov 6, 2024
2ba59a4
chore(): Symfony security updates, ecc_theme 1.1.13
Polynya Nov 6, 2024
6e12500
Merge pull request #429 from essexcountycouncil/task/LP-226
Polynya Nov 6, 2024
a24d4b7
chore(ECCI-578): Drupal core 10.3.8 for security updates
Polynya Nov 13, 2024
c91fbb1
Merge pull request #430 from essexcountycouncil/task/ECCI-578
Polynya Nov 14, 2024
93b0a5f
fix(LP-216): Gin 3.0-rc14; fix(LP-176): ecc_theme 1.1.14; security up…
Polynya Nov 20, 2024
e06e395
chore(): Drupal core security update 10.3.9
Polynya Nov 21, 2024
a1b2627
chore(): Fix merge conflict.
Polynya Nov 27, 2024
e7209eb
chore(): Drupal core 10.3.10
Polynya Nov 27, 2024
0a561d2
chore(): Security update for phpspreadsheet
Polynya Nov 27, 2024
01f24be
fix(LP-216): Update multiple modules to fix width of paragraphs modal
Polynya Nov 27, 2024
c4ecaa0
feat(LP-67): Content Lock - configuration and core patch
Polynya Nov 27, 2024
e6afe79
Merge pull request #431 from essexcountycouncil/release/202411-01
Polynya Nov 27, 2024
8cb072b
feat(LP-67): Ininstall Content Lock.
Polynya Dec 4, 2024
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
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Test:Required:
stage: Test
image: wodby/php:8.1
before_script:
- ''
- 'git config --global --add safe.directory /builds/essex-county-council/essex-intranet-drupal'
script:
- composer install && composer tests-required
allow_failure: false
Expand Down
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"ckeditor/div": "4.10.1",
"composer/installers": "^1.10",
"cweagans/composer-patches": "^1.6",
"davidrjonas/composer-lock-diff": "^1.0",
"drupal/antibot": "^2.0",
"drupal/autologout": "^1.4",
"drupal/autosave_form": "^1.4",
Expand All @@ -67,6 +68,7 @@
"drupal/config_filter": "^2.6",
"drupal/config_ignore": "^3.3",
"drupal/config_split": "^2",
"drupal/content_access_by_path": "^1.1",
"drupal/core-composer-scaffold": "^10",
"drupal/core-project-message": "^10",
"drupal/core-recommended": "^10.3.1",
Expand Down Expand Up @@ -99,6 +101,8 @@
"drupal/poll": "^1.6",
"drupal/preview_link": "^2",
"drupal/published_corrected_date": "^2.0",
"drupal/redirect": "^1.10",
"drupal/redirect_404": "^1.10",
"drupal/replicate": "^1.3",
"drupal/replicate_ui": "^1.1",
"drupal/restui": "^1.21",
Expand All @@ -109,6 +113,7 @@
"drupal/ultimate_cron": "^2.0@alpha",
"drupal/upgrade_status": "^4.0",
"drupal/webform": "^6.2",
"drupal/webform_xlsx_export": "^1.3",
"drush/drush": "^12",
"essexcountycouncil/content_ownership": "^1.0",
"essexcountycouncil/ecc_cludo_search": "^1.0",
Expand Down Expand Up @@ -180,6 +185,7 @@
"Automated Drupal 10 compatibility fixes": "https://www.drupal.org/files/issues/2022-07-18/cludo_search.1.0-beta2.rector.patch"
},
"drupal/core": {
"LP-67 - Claro error when table header is missing": "patches/drupal-core-claro.patch",
"Remove this patch after upgrading Localgov profile": "https://www.drupal.org/files/issues/2024-04-16/2845144-95.patch"
},
"drupal/fathom_analytics": {
Expand Down
Loading
Loading