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

Fix 500 on first wiki page (#16586) #16598

Merged
merged 3 commits into from
Aug 3, 2021

Commits on Aug 1, 2021

  1. Fix 500 on first wiki page (go-gitea#16586)

    Backport go-gitea#16586
    
    There is a mistake in go-gitea#16319 and go-gitea#16487 which means that the first time
    a wiki page is created a 500 is reported because the `master` branch is
    not in existence in that wiki yet.
    
    This PR simply checks for this error and returns not found.
    
    Fix go-gitea#16584
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    fb2e792 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

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

Commits on Aug 3, 2021

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