Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Default value for public_baseurl #11210

Merged
merged 8 commits into from
Nov 8, 2021
Merged

Default value for public_baseurl #11210

merged 8 commits into from
Nov 8, 2021

Commits on Oct 29, 2021

  1. Set a default value for public_baseurl.

    We might as well use a default value for `public_baseurl` based on
    `server_name` - in many cases, it will be correct.
    richvdh committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    f34df89 View commit details
    Browse the repository at this point in the history
  2. Validation for public_baseurl

    richvdh committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    3ed765a View commit details
    Browse the repository at this point in the history
  3. changelog

    richvdh committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    dea0b2d View commit details
    Browse the repository at this point in the history
  4. fix lint

    richvdh committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    83ce4da View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. fix broken unit test

    richvdh committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    2463948 View commit details
    Browse the repository at this point in the history
  2. Remove redundant checks for public_baseurl

    public_baseurl will now be set automatically, so no need to check it is set.
    richvdh committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    eab41f4 View commit details
    Browse the repository at this point in the history
  3. more unit test fixes

    richvdh committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    5e4b6de View commit details
    Browse the repository at this point in the history
  4. Sample config: remove references to setting public_baseurl

    Since it has a default now, you don't need to set it.
    richvdh committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    fff6f9f View commit details
    Browse the repository at this point in the history