-
-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Fix package link setting can only list limited repositories #35394
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
Fix package link setting can only list limited repositories #35394
Conversation
…/gitea into lunny/fix_package_link_search_repo
d9767df
to
5204b53
Compare
5204b53
to
b834153
Compare
…/gitea into lunny/fix_package_link_search_repo
options/locale/locale_en-US.ini
Outdated
vagrant.install = To add a Vagrant box, run the following command: | ||
settings.link = Link this package to a repository | ||
settings.link.description = If you link a package with a repository, the package is listed in the repository's package list. | ||
settings.link.description = If you link a package with a repository, the package is listed in the repository's package list. Only repositories on the same owner will be listed. Empty will remove the link. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on the same owner
.
No idea whether it is right English: "on".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
under the same owner
would read better I think
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…/gitea into lunny/fix_package_link_search_repo
* giteaofficial/main: [skip ci] Updated translations via Crowdin Fix package link setting can only list limited repositories (go-gitea#35394) Vertically center date in file view latest commit (go-gitea#35456) Bump setup-node to v5 (go-gitea#35448) Extend comment treepath length (go-gitea#35389) Fix overflow in notifications list (go-gitea#35446)
Fix #24801