Remove tab/TabName usage where it's not needed#19973
Merged
wxiaoguang merged 2 commits intogo-gitea:mainfrom Jun 15, 2022
Merged
Remove tab/TabName usage where it's not needed#19973wxiaoguang merged 2 commits intogo-gitea:mainfrom
wxiaoguang merged 2 commits intogo-gitea:mainfrom
Conversation
6543
approved these changes
Jun 15, 2022
Gusted
approved these changes
Jun 15, 2022
This comment was marked as outdated.
This comment was marked as outdated.
wxiaoguang
approved these changes
Jun 15, 2022
delvh
approved these changes
Jun 15, 2022
Contributor
|
Sorry for bothering, but the code symbol is |
Member
Author
|
Yes I just fixed in wrong place, I had wrong name in description but I changed to wrong in title 😆 |
zjjhot
added a commit
to zjjhot/gitea
that referenced
this pull request
Jun 16, 2022
* giteaofficial/main: Allow render HTML with css/js external links (go-gitea#19017) Use correct count for `NumOpenIssues` (go-gitea#19980) In code search, get code unit accessible repos in one (main) query (go-gitea#19764) [skip ci] Updated translations via Crowdin Always try to fetch repo for mirrors (go-gitea#19975) Remove tab/TabName usage where it's not needed (go-gitea#19973) Fix cli command restore-repo: "units" should be parsed as StringSlice (go-gitea#19953) Uppercase first languages letters (go-gitea#19965) Move tests as seperate sub packages to reduce duplicated file names (go-gitea#19951) Replace unstyled meter with progress (go-gitea#19968) [skip ci] Updated translations via Crowdin [skip ci] Updated translations via Crowdin Remove singuliere from MAINTAINERS (go-gitea#19883) Fix aria for logo (go-gitea#19955) Fix mirror template bug (go-gitea#19959)
vsysoev
pushed a commit
to IntegraSDL/gitea
that referenced
this pull request
Aug 10, 2022
`tab` query argument and `TabName` in context is used only in profile so remove it from all other places where it's not used anymore.
AbdulrhmnGhanem
pushed a commit
to kitspace/gitea
that referenced
this pull request
Aug 24, 2022
`tab` query argument and `TabName` in context is used only in profile so remove it from all other places where it's not used anymore.
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.
tabquery argument andTabNamein context is used only in profile so remove it from all other places where it's not used anymore.