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

set LiquidError#template_name for errors in included file #6206

Merged
merged 5 commits into from Aug 4, 2017

Commits on Jul 5, 2017

  1. set LiquidError#template_name for errors in included file

    Since Liquid 4 we can set the `template_name` of a `Liquid::Error`.
    In addition to that we also specify in the `markup_context` that this
    error occured in an `included` file.
    This removes the need for a custom `IncludeTagError`
    
    fixes jekyll#6203
    Crunch09 committed Jul 5, 2017
    Copy the full SHA
    c580b4a View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2017

  1. bring back IncludeTagError class

    Plugins are relying on this class so we can't just remove it
    Crunch09 committed Jul 10, 2017
    Copy the full SHA
    ae69165 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

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

Commits on Jul 30, 2017

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

Commits on Aug 1, 2017

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