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

Template Part: Prevent infinite recursion #28456

Merged
merged 7 commits into from
Mar 8, 2021

Commits on Mar 8, 2021

  1. Template Part: Prevent infinite recursion

    Based on #28405 from @mcsf.
    Tries to apply the same technique used for Reusable block to prevent infinite recursion when the same block is inserted into itself at any level of nesting.
    gziolo committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    a400024 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a016b66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b83adb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a70c50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f449b10 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    70069e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d68cfb8 View commit details
    Browse the repository at this point in the history