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

Added "Continue" link to error page (#40909) #40910

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Aug 7, 2023

  1. Added "Continue" link to error page (#40909)

    User can quickly return to the starting page when encountering an error.
    mijarena committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    9096181 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    mijarena committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    27601d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e55e519 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. User can quickly return to the starting page when encountering an error.

    Now not only at the error page (template error.php) but also at the 403 page (template 403.php)
    
    IL10N is not working for "Continue", but as part of the message is in english anyway, this is a fix for later.
    mijarena committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    e00e9a3 View commit details
    Browse the repository at this point in the history