[PR #4812] [MERGED] Update legacy branch and tag URLs in dashboard to new format #17506

Closed
opened 2025-11-02 13:44:47 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4812
Author: @SagePtr
Created: 8/28/2018
Status: Merged
Merged: 8/28/2018
Merged by: @techknowlogick

Base: masterHead: dashboard-branch-url


📝 Commits (1)

  • fc0ec44 Update legacy branch and tag URLs in dashboard to new format

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 options/locale/locale_en-US.ini (+2 -2)

📄 Description

I personally dislike storing dashboard URLs in language file, but to keep compatibility I did not changed much.

Previously, "{user} pushed to {branch}" and "{user} pushed tag" events were leading to {repo}/src/{branchname} and {repo}/src/{tagname} which are marked as legacy and kept for backward compatibility. Updated them to {repo}/src/branch/{branchname} and {repo}/src/tag/{tagname} where they are redirecting to.


🔄 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/4812 **Author:** [@SagePtr](https://github.com/SagePtr) **Created:** 8/28/2018 **Status:** ✅ Merged **Merged:** 8/28/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `dashboard-branch-url` --- ### 📝 Commits (1) - [`fc0ec44`](https://github.com/go-gitea/gitea/commit/fc0ec448cc9e1a96cbc6ca65ad4c895f4f02028f) Update legacy branch and tag URLs in dashboard to new format ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `options/locale/locale_en-US.ini` (+2 -2) </details> ### 📄 Description I personally dislike storing dashboard URLs in language file, but to keep compatibility I did not changed much. Previously, "{user} pushed to {branch}" and "{user} pushed tag" events were leading to {repo}/src/{branchname} and {repo}/src/{tagname} which are marked as legacy and kept for backward compatibility. Updated them to {repo}/src/branch/{branchname} and {repo}/src/tag/{tagname} where they are redirecting to. --- <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 13:44:49 -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#17506