-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use a common message template instead of a special one #31878
Conversation
Well, @go-gitea/technical-oversight-committee seldom fulfill their responsibilities. |
I agree with wxiaoguang that there's no difference between a function name or any other word that could let people locate the line of code, since Gitea is an open-source project. And I prefer 6dfaa72; a109192 doesn't look good to me, it seems like a tiring and confusing job for developers. I have to think of another word that is "safer" than the function name for non-admin users. I have no idea how to do that. Does this look good? if ctx.IsSigned && ctx.Doer.IsAdmin {
ctx.Flash.Error(ctx.Tr("internal_error_skipped", "FindTagsByCommitIDs"))
} else {
ctx.Flash.Error(ctx.Tr("internal_error_skipped", "Find tags by commit IDs"))
} If yes, why is |
Reverted to the previous solution. Please review it again. @wxiaoguang @wolfogre @techknowlogick |
* giteaofficial/main: Add missing comment reply handling (go-gitea#32050) Fix CI (go-gitea#32062) Lazy load avatar images (go-gitea#32051) Included tag search capabilities (go-gitea#32045) Do not escape relative path in RPM primary index (go-gitea#32038) feat(go-gitea#31666): Set the columns height to hug all its contents (go-gitea#31726) [skip ci] Updated translations via Crowdin [skip ci] Updated translations via Crowdin Use a common message template instead of a special one (go-gitea#31878) Check if the `due_date` is nil when editing issues (go-gitea#32035)
Follow #31082 (comment)