config lgtm to disable maintainer to LGTM himself's PR#23
Merged
tboerger merged 2 commits intogo-gitea:developfrom Nov 3, 2016
lunny:develop
Merged
config lgtm to disable maintainer to LGTM himself's PR#23tboerger merged 2 commits intogo-gitea:developfrom lunny:develop
tboerger merged 2 commits intogo-gitea:developfrom
lunny:develop
Conversation
Member
|
LGTM |
1 similar comment
Contributor
|
LGTM |
Member
|
Still LGTM |
SupenBysz
added a commit
to SupenBysz/gitea
that referenced
this pull request
Nov 30, 2025
解决 Issue go-gitea#23:Wiki 页面列表中的链接后缀多了 .- 问题原因: - 当页面标题包含连字符(如 "Ecosystem-Components")时 - 系统使用 .- 后缀来区分原始连字符和空格转换的连字符 - 导致 URL 显示为 /wiki/Ecosystem-Components.- 修复方案: 1. 添加 WebPathToCleanURLPath 函数,生成不带 .- 后缀的干净 URL 2. 添加 WebPathToGitPathWithDashMarker 函数,用于 fallback 查找 3. 修改 wikiEntryByName 增加 fallback 机制,尝试查找带 .- 的文件 4. 修改 WikiPages 和 renderViewPage 使用干净 URL Fixes go-gitea#23 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.