[PR #21] [CLOSED] Use Gogs name if user is registered #15098

Closed
opened 2025-11-02 11:38:48 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/21
Author: @ghost
Created: 11/3/2016
Status: Closed

Base: masterHead: issue/3806


📝 Commits (3)

  • 6c52fcc Modified template to use Gogs supplied name if registered user
  • 1b965d1 Fix usage of full names
  • 05e5d79 Added tweak to diff page too.

📊 Changes

3 files changed (+7 additions, -3 deletions)

View changed files

📝 templates/repo/commits_table.tmpl (+1 -1)
📝 templates/repo/diff/page.tmpl (+5 -1)
📝 templates/repo/view_list.tmpl (+1 -1)

📄 Description

This addresses and solves #3806, which is an issue about standardizing the view of the committer's name as long as he/she/it is registered with the Gogs server.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/21 **Author:** [@ghost](https://github.com/ghost) **Created:** 11/3/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `issue/3806` --- ### 📝 Commits (3) - [`6c52fcc`](https://github.com/go-gitea/gitea/commit/6c52fcceb73690da8904d585fd103a7fa315415c) Modified template to use Gogs supplied name if registered user - [`1b965d1`](https://github.com/go-gitea/gitea/commit/1b965d111c7e65557682d985442fe2289e096745) Fix usage of full names - [`05e5d79`](https://github.com/go-gitea/gitea/commit/05e5d797bd79d63b921408a23d0ae893455d2cb4) Added tweak to diff page too. ### 📊 Changes **3 files changed** (+7 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `templates/repo/commits_table.tmpl` (+1 -1) 📝 `templates/repo/diff/page.tmpl` (+5 -1) 📝 `templates/repo/view_list.tmpl` (+1 -1) </details> ### 📄 Description This addresses and solves #3806, which is an issue about standardizing the view of the committer's name as long as he/she/it is registered with the Gogs server. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:38:48 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15098