-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
User/Org Feed render description as per web #23887
Merged
zeripath
merged 6 commits into
go-gitea:main
from
6543-forks:rss_render_user-org_description
Apr 4, 2023
Merged
User/Org Feed render description as per web #23887
zeripath
merged 6 commits into
go-gitea:main
from
6543-forks:rss_render_user-org_description
Apr 4, 2023
Conversation
This file contains 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
6543
added
type/bug
outdated/backport/v1.19
This PR should be backported to Gitea 1.19
labels
Apr 3, 2023
6543
changed the title
User/Org RSS render description as per web
User/Org Feed render description as per web
Apr 3, 2023
6543
added
the
topic/content-rendering
Changes how certain filetypes are displayed
label
Apr 3, 2023
This was referenced Apr 3, 2023
yardenshoham
added
backport/manual
No power to the bots! Create your backport yourself!
and removed
backport/manual
No power to the bots! Create your backport yourself!
labels
Apr 3, 2023
Why is this labeled as a bug? |
GiteaBot
added
the
lgtm/need 2
This PR needs two approvals by maintainers to be considered for merging.
label
Apr 3, 2023
because it was never intended to not rendered ... you can consider it a bug or an enhancement |
@lunny should we use enhancement lable? is something else blocking/missing? |
I'm not sure I understand what this does. Any screenshot? |
This comment was marked as off-topic.
This comment was marked as off-topic.
@silverwind well you just need an feed reader or addon, I use https://addons.mozilla.org/en-US/firefox/addon/rsspreview for development webrss beforerss after |
silverwind
approved these changes
Apr 3, 2023
GiteaBot
added
lgtm/need 1
This PR needs approval from one additional maintainer to be merged.
and removed
lgtm/need 2
This PR needs two approvals by maintainers to be considered for merging.
labels
Apr 3, 2023
wolfogre
approved these changes
Apr 4, 2023
GiteaBot
added
lgtm/done
This PR has enough approvals to get merged. There are no important open reservations anymore.
and removed
lgtm/need 1
This PR needs approval from one additional maintainer to be merged.
labels
Apr 4, 2023
lunny
approved these changes
Apr 4, 2023
lunny
added
the
reviewed/wait-merge
This pull request is part of the merge queue. It will be merged soon.
label
Apr 4, 2023
GiteaBot
pushed a commit
to GiteaBot/gitea
that referenced
this pull request
Apr 4, 2023
User descriptions should be rendered so that links and other markup appear correct in RSS feeds.
lunny
removed
the
reviewed/wait-merge
This pull request is part of the merge queue. It will be merged soon.
label
Apr 4, 2023
6543
added a commit
that referenced
this pull request
Apr 4, 2023
zjjhot
added a commit
to zjjhot/gitea
that referenced
this pull request
Apr 5, 2023
* giteaoffical/main: Fix image border-radius (go-gitea#23886) [skip ci] Updated translations via Crowdin Scroll collapsed file into view (go-gitea#23702) docs: make the required backticks in email password more explicit (go-gitea#23923) docs: fix typo (go-gitea#23924) Update docs markdown file weight to make it clear (go-gitea#23909) Add activity feeds API (go-gitea#23494) Fix code view (diff) broken layout (go-gitea#23096) Use ghost user if package creator does not exist (go-gitea#23822) Org pages style fixes (go-gitea#23901) User/Org Feed render description as per web (go-gitea#23887)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
backport/done
All backports for this PR have been created
lgtm/done
This PR has enough approvals to get merged. There are no important open reservations anymore.
outdated/backport/v1.19
This PR should be backported to Gitea 1.19
topic/content-rendering
Changes how certain filetypes are displayed
type/bug
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.
User descriptions should be rendered so that links and other markup appear correct in RSS feeds.
test will be added by #23874