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

Ensure minimum mirror interval is reported on settings page #19895

Merged

Commits on Jun 5, 2022

  1. Ensure minimum mirror interval is reported on settings page

    Expecting users to guess the minimum mirror interval appears a little unkind.
    In this PR we simply change the locale string to include the minimum interval.
    This will of course be affected by our current localization framework but...
    we can fix that else where.
    
    This PR also includes some fixes for error handling on the settings page as
    previously the mirror block amongst others would simply disappear on error.
    
    Fix go-gitea#3737
    
    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    d7959c7 View commit details
    Browse the repository at this point in the history
  2. Update options/locale/locale_en-US.ini

    Co-authored-by: Gusted <[email protected]>
    zeripath and Gusted authored Jun 5, 2022
    Configuration menu
    Copy the full SHA
    8558a8e View commit details
    Browse the repository at this point in the history
  3. placate lint

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    8bfe99c View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'zeripath/fix-3737-report-minimum-mirror…

    …-interval' into fix-3737-report-minimum-mirror-interval
    zeripath committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    b4f2410 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Update options/locale/locale_en-US.ini

    Co-authored-by: wxiaoguang <[email protected]>
    zeripath and wxiaoguang authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    95cf2bf View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Configuration menu
    Copy the full SHA
    3697de3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    979d354 View commit details
    Browse the repository at this point in the history