]> source.dussan.org Git - gitea.git/commit
Show full name if DefaultShowFullName setting activated (#6710)
authorWim <wim@42.be>
Wed, 8 May 2019 08:41:35 +0000 (10:41 +0200)
committerLauris BH <lauris@nix.lv>
Wed, 8 May 2019 08:41:35 +0000 (11:41 +0300)
commit4508380cf7937aef0bf6f99fe3eefb6c530e38e3
tree28d832a36e5aced26dce671591c58a1b1a00f22e
parenta84f10ad1afb8b3dcfa75093891d85f6f163715e
Show full name if DefaultShowFullName setting activated (#6710)

Adds a new key DEFAULT_SHOW_FULL_NAME (default false) to the [ui] section.
If enabled the full name will be shown (unless it's empty, then
the default username will be used)
16 files changed:
custom/conf/app.ini.sample
docs/content/doc/advanced/config-cheat-sheet.en-us.md
models/action.go
models/user.go
modules/setting/setting.go
modules/templates/helper.go
templates/repo/diff/comments.tmpl
templates/repo/issue/list.tmpl
templates/repo/issue/milestone_issues.tmpl
templates/repo/issue/new_form.tmpl
templates/repo/issue/view_content.tmpl
templates/repo/issue/view_content/comments.tmpl
templates/repo/issue/view_content/sidebar.tmpl
templates/repo/issue/view_title.tmpl
templates/user/dashboard/feeds.tmpl
templates/user/dashboard/issues.tmpl