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

In Render tolerate not being passed a context #16842

Merged

Commits on Aug 27, 2021

  1. In Render tolerate not being passed a context

    It is possible for RenderString to be passed to an external renderer if markdown
    is set to be rendered by an external renderer. No context is currently sent to these
    meaning that this will error out.
    
    Fix go-gitea#16835
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    fd39a9c View commit details
    Browse the repository at this point in the history
  2. Add Context to Repo calls for RenderString

    All calls from routers can easily add the context - so add it.
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    8916811 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

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