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

Display full name (#20171) #20246

Merged
merged 3 commits into from
Jul 5, 2022

Commits on Jul 5, 2022

  1. Display full name (go-gitea#20171)

    Backport go-gitea#20171
    
    The setting `DEFAULT_SHOW_FULL_NAME` promises to use the user's full name everywhere it can be used.
    
    Unfortunately the function `*user_model.User.ShortName()` currently uses the `.Name` instead - but this should also use the `.FullName()`.
    
    Therefore we should make `*user_model.User.ShortName()` base its pre-shortened name on the `.FullName()` function.
    kimbj95 authored and zeripath committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    cd76fca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97d02bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5213f8f View commit details
    Browse the repository at this point in the history