[PR #3919] [MERGED] Fix wiki redirects #17143

Closed
opened 2025-11-02 12:27:23 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: fix-wiki-redirect


📝 Commits (1)

📊 Changes

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

View changed files

📝 routers/repo/wiki.go (+2 -2)

📄 Description

When creating or editing a wiki page, the redirect to the wiki page does not work because the file name is used instead of the page name.

This happens on our instance since upgrading to Gitea 1.4. If the PR is okay, I will also prepare a backport for 1.4.


🔄 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/3919 **Author:** [@michaelkuhn](https://github.com/michaelkuhn) **Created:** 5/8/2018 **Status:** ✅ Merged **Merged:** 5/28/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `fix-wiki-redirect` --- ### 📝 Commits (1) - [`292c204`](https://github.com/go-gitea/gitea/commit/292c204834ccff95ef3296eaf56195eb18be99c0) Fix wiki redirects ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `routers/repo/wiki.go` (+2 -2) </details> ### 📄 Description When creating or editing a wiki page, the redirect to the wiki page does not work because the file name is used instead of the page name. This happens on our instance since upgrading to Gitea 1.4. If the PR is okay, I will also prepare a backport for 1.4. --- <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 12:27:23 -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#17143