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

Use laravel validator to replace avatar validation error params #2946

Merged
merged 4 commits into from
Oct 26, 2021

Commits on Jun 27, 2021

  1. Use laravel validator to replace validation error params

    When we switched to intl icu message format, the translation parameters 
    have become required to be in the format `{param}`, so we can no longer 
    use the translator here.
    
    This PR switches to consistently rely on the laravel validator to make 
    the replacements, just like with all other validation errors in the rest 
    of the application.
    SychO9 committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    eda9732 View commit details
    Browse the repository at this point in the history
  2. Apply fixes from StyleCI

    [ci skip] [skip ci]
    luceos authored and StyleCIBot committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    cf6e1e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Configuration menu
    Copy the full SHA
    2d55402 View commit details
    Browse the repository at this point in the history
  2. Add explanatory comment

    SychO9 committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    e413294 View commit details
    Browse the repository at this point in the history