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

feat(FOS-49): LGD Subsites Extras module, add new region to theme #449

Merged
merged 21 commits into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
bfab418
feat(FOS-49: LGD Subsites Extras module, add new region to theme
Polynya May 15, 2024
a65691e
feat(FOS-49): Add menu to content types, blocks. Enable ecc_subsites.
Polynya May 20, 2024
3fbec9b
feat(FOS-49: ECC Subsites module.
Polynya May 20, 2024
4862e1d
feat(FOS-49): Update ecc_themme.
Polynya May 20, 2024
d500608
feat(FOS-49): Update localgov_base theme to 1.5
May 22, 2024
8d72beb
feat(FOS-49): Updates for subsites css
May 22, 2024
ee43f2d
feat(FOS-49): Apply ckeditor updates for new start-button for fosteri…
May 23, 2024
8456594
feat(FOS-49): Apply theme udpates for subsites
May 23, 2024
65c1895
feat(FOS-49): Config from core update
Polynya May 24, 2024
1ce22a7
feat(FOS-49): Remove composer patches, ecc_subsites tweaks.
Polynya May 24, 2024
e3d1e09
feat(FOS-49): New event dates to suit style for FOS-81
May 24, 2024
5b0c426
feat(FOS-49): Update ecc_theme, add patch for localgov_subsites_extras.
Polynya May 24, 2024
65e5370
Merge branch 'feature/FOS-49' of github.com:essexcountycouncil/essex-…
Polynya May 24, 2024
2db20f7
feat(FOS-49): Ecc_events module, ecc_subsites config.
Polynya May 24, 2024
753cb98
feat(FOS-49): Add am/pm to event times and add space to separator
May 24, 2024
9e2502e
feat(FOS-49): Update ecc_theme to 1.1.0
Polynya May 24, 2024
249571f
feat(FOS-80): Move address above map.
Polynya May 24, 2024
9815bbf
feat(FOS-81): Remove leading 0 from days in event dates.
Polynya May 24, 2024
28483a2
feat(FOS-81): Change date format in events listing.
Polynya May 24, 2024
6c15bc4
fix(FOS-85): ecc_theme 1.1.1
Polynya May 24, 2024
8defdc5
feat(FOS-80): Add fostering styling to events search page
Polynya May 24, 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
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,14 @@
"essexcountycouncil/ecc_content_moderation": "^1.0",
"essexcountycouncil/ecc_cookie_compliance": "^1.0",
"essexcountycouncil/ecc_menu": "^1.0",
"essexcountycouncil/ecc_theme": "^1.0",
"essexcountycouncil/ecc_theme": "^1.1",
"localgovdrupal/localgov": "^3",
"localgovdrupal/localgov_base": "^1.4",
"localgovdrupal/localgov_base": "^1.5",
"localgovdrupal/localgov_content_access_control": "^1.0",
"localgovdrupal/localgov_eu_cookie_compliance": "^1.0",
"localgovdrupal/localgov_forms": "^1.0@beta",
"localgovdrupal/localgov_geo": "^2",
"localgovdrupal/localgov_subsites_extras": "1.x-dev",
"mglaman/composer-drupal-lenient": "^1.0",
"palantirnet/drupal-rector": "^0.18.0",
"wa72/htmlpagedom": "*"
Expand Down Expand Up @@ -170,7 +171,6 @@
"Claro theme + field_group seems to hide content of dropbutton": "https://www.drupal.org/files/issues/2024-01-19/drupal-claro-theme-field_group-seems-to-hide-content-of-dropdown-3217868-58.patch"
},
"drupal/fathom_analytics": {
"Issue #3380665: Defer attribute should be boolean": "https://git.drupalcode.org/project/fathom_analytics/-/merge_requests/2.diff",
"Automated Drupal 10 compatibility fixes": "https://www.drupal.org/files/issues/2022-06-15/fathom_analytics.3.0.0.rector.patch"
},
"drupal/migmag": {
Expand All @@ -183,15 +183,15 @@
"Option to enter expiry period in days instead of seconds": "https://git.drupalcode.org/project/preview_link/-/merge_requests/22.diff",
"Error when accessing a preview link if enabled_entity_types configuration is missing": "https://www.drupal.org/files/issues/2024-04-04/preview_link-3438117-enabled_entity_types.patch"
},
"localgovdrupal/localgov_eu_cookie_compliance": {
"Pressing either radio button causes the hidden checkbox to be clicked": "https://patch-diff.githubusercontent.com/raw/localgovdrupal/localgov_eu_cookie_compliance/pull/22.diff"
},
"localgovdrupal/localgov_services": {
"New parent bundles for ServicesSelection": "patches/localgov_services.patch"
},
"localgovdrupal/localgov_subsites": {
"Show page heading block for subsites pages": "patches/localgov_subsites.patch"
},
"localgovdrupal/localgov_subsites_extras": {
"Add alter hook to allow other modules to set the subsite homepage": "https://patch-diff.githubusercontent.com/raw/localgovdrupal/localgov_subsites_extras/pull/14.diff"
},
"localgovdrupal/localgov_workflows": {
"Fix for drush site-install": "patches/localgov_workflows.patch"
}
Expand Down
Loading
Loading