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: cms.views - set request language according to request.LANGUAGE_CODE #7610

Open
wants to merge 14 commits into
base: develop-4
Choose a base branch
from

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    4b14033 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. fix lang resolution for menus

    vasekch committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    9e71df6 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    b0087ff View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. removed arbitrary code

    vasekch committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    4662c2c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    87772ef View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Merge pull request #1 from vasekch/release/4.1.x

    Update from upstream
    vasekch committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    0eb0caf View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Fixing page cache if lang is not in URL

    Include language in page cache key, the same as is in v3.11
    vasekch committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    790e4f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    f977717 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Update page.py

    Added option to extend page_cache_key by referencing a function in settings.CMS_PAGE_CACHE_KEY_EXTRA as string formatted for import_module.
    
    This is needed when language is moved away from url path, it needs to be provided separately, otherwise cache is mixed.
    
    This is also useful if request contain any other cache differentiators, for example currency in a cookie.
    vasekch committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    272fd86 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Update placeholder.py

    Added option to extend get_placeholder_cache_key by referencing a function in settings.CMS_PLACEHOLDER_CACHE_KEY_EXTRA as string formatted for import_module.
    
    This is needed when some session setting change page content (e.g. currency), otherwise cache is mixed.
    vasekch committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    40a3f72 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    04c5c83 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    3acd038 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    8726f37 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    f850262 View commit details
    Browse the repository at this point in the history