su-sws / stanford_profile_helper
Helper Module For Stanford Profile
Package info
github.com/SU-SWS/stanford_profile_helper
Type:drupal-custom-module
pkg:composer/su-sws/stanford_profile_helper
Requires
- drupal/core: ^11.2
- drupal/graphql_compose: ^2.0
- drupal/layout_paragraphs: ^2.0
- seboettg/collection: ^3.1
- su-sws/stanford_fields: ^9.0
Requires (Dev)
- citation-style-language/locales: ^1.0
- citation-style-language/styles-distribution: ^1.0
- drupal/admin_toolbar: >=3.4
- drupal/auto_entitylabel: >=3.0
- drupal/book: ^2.0
- drupal/components: >=3.0
- drupal/config_pages: >=2.15
- drupal/config_pages_overrides: >=2.0
- drupal/default_content: >=2.0@alpha
- drupal/element_class_formatter: >=2.0
- drupal/externalauth: >=2.0
- drupal/field_formatter_class: >=1.6
- drupal/field_group: >=3.4
- drupal/flat_taxonomy: >=2.0
- drupal/google_analytics: ^4.0
- drupal/jsonapi_extras: >=3.24
- drupal/layout_builder_restrictions: >=2.19
- drupal/layout_library: >=1.0@beta
- drupal/mathjax: >=4.0
- drupal/menu_block: >=1.10
- drupal/menu_link: >=2.0
- drupal/name: >=1.0@RC
- drupal/next: >=1.6
- drupal/paragraphs: >=1.15
- drupal/pathauto: >=1.11
- drupal/pdb: >=1.0
- drupal/rabbit_hole: >=1.0@beta
- drupal/redirect: >=1.8
- drupal/samlauth: >=3.11
- drupal/scheduler: >=2.0
- drupal/search_api: >=1.30
- drupal/search_api_algolia: >= 3.0@beta
- drupal/shs: >=2.0@RC
- drupal/smart_date: >=4.0
- drupal/smart_trim: >=2.1
- drupal/taxonomy_menu: >=3.6
- drupal/token_or: >=2.3
- drupal/ui_patterns: ^1.7
- drupal/ultimate_cron: >=2.0@alpha
- drupal/viewfield: ^3.0@beta
- drupal/views_block_filter_block: >=2.0
- drupal/views_custom_cache_tag: >=1.3
- drupal/views_infinite_scroll: >=2.0
- drupal/views_taxonomy_term_name_depth: >=7.2
- drupal/xmlsitemap: >=1.4
- seboettg/citeproc-php: >=2.4
- su-sws/drupal-patches: ^11.0
- su-sws/react_paragraphs: >=8.2
- su-sws/stanford_media: >=10.0
- su-sws/stanford_migrate: >=8.4
Conflicts
- drupal/page_cache_query_ignore: *
- drupal/search_api: <1.41.0
Replaces
- drupal/response_code_condition: 1.1.0
This package is auto-updated.
Last update: 2026-06-08 21:05:56 UTC
README
8.x
Maintainers: Mike Decker, sherakama
Changelog: Changelog.md
Description
This is the main helper module for the installation profile for Stanford Web Services' self service platform and is used as a base for more.
Accessibility
This module conforms to level AA WCAG 2.0 standards as required by the university's accessibility policy. For more information on the policy please visit: https://ucomm.stanford.edu/policies/accessibility-policy.html.
Installation
Install this installation profile like any other profile. See Drupal Documentation
Configuration
Nothing special needed.
Releases
Steps to build a new release:
- Checkout the latest commit from the
8.x-1.xbranch. - Create a new branch for the release.
- Commit any necessary changes to the release branch.
- These may include, but are not necessarily limited to:
- Update the version in any
info.ymlfiles, including in any submodules. - Update the CHANGELOG to reflect the changes made in the new release.
- Make a PR to merge your release branch into
main - Give the PR a semver-compliant label, e.g., (
patch,minor,major). This may happen automatically via Github actions (if a labeler action is configured). - When the PR is merged to
main, a new tag will be created automatically, bumping the version by the semver label. - The github action is built from: semver-release-action, and further documentation is available there.
Troubleshooting
If you are experiencing issues with this try posting an issue on the GitHub issues page.
Contribution / Collaboration
You are welcome to contribute functionality, bug fixes, or documentation to this module. If you would like to suggest a fix or new functionality you may add a new issue to the GitHub issue queue or you may fork this repository and submit a pull request. For more help please see GitHub's article on fork, branch, and pull requests