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

Migrate VPN resource center to Wagtail (#14860) #15236

Merged
merged 9 commits into from
Oct 21, 2024
Merged

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    43bd4e9 View commit details
    Browse the repository at this point in the history
  2. Review fixes

    alexgibson committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c32ba47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81bb17a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9f119f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efb3325 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df0ab0b View commit details
    Browse the repository at this point in the history
  7. Fix bug where falling back to a non-CMS page in prefer_cms caused a 3…

    …02 to en-US
    
    ...due to the l10n_utils.render() being unable to find the right list of available
    locales for the fallback/Django version of the page
    stevejalim authored and alexgibson committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5765ded View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6b9193a View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Stop wagtail-localize from publishing a non-default locale page when …

    …adding to the page tree
    
    This avoid the behaviour where /fr/test-page/ has the content of /en-US/test-page
    because the former was auto-published when spawned from the latter
    stevejalim committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    4d344b5 View commit details
    Browse the repository at this point in the history