mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
e71eb8930a
This PR touches the most interesting part of the "template refactoring". 1. Unclear variable type. Especially for "web/feed/convert.go": sometimes it uses text, sometimes it uses HTML. 2. Assign text content to "RenderedContent" field, for example: ` project.RenderedContent = project.Description` in web/org/projects.go 3. Assign rendered content to text field, for example: `r.Note = rendered content` in web/repo/release.go 4. (possible) Incorrectly calling `{{Str2html .PackageDescriptor.Metadata.ReleaseNotes}}` in package/content/nuget.tmpl, I guess the name Str2html misleads developers to use it to "render string to html", but it only sanitizes. if ReleaseNotes really contains HTML, then this is not a problem. |
11 months ago | |
---|---|---|
.. | ||
actions | 11 months ago | |
setting | 11 months ago | |
activity.go | 11 months ago | |
attachment.go | 11 months ago | |
blame.go | 11 months ago | |
branch.go | 11 months ago | |
cherry_pick.go | 11 months ago | |
code_frequency.go | 11 months ago | |
commit.go | 11 months ago | |
compare.go | 11 months ago | |
contributors.go | 11 months ago | |
download.go | 11 months ago | |
editor.go | 11 months ago | |
editor_test.go | 11 months ago | |
find.go | 11 months ago | |
githttp.go | 11 months ago | |
githttp_test.go | 1 year ago | |
helper.go | 11 months ago | |
helper_test.go | 1 year ago | |
issue.go | 11 months ago | |
issue_content_history.go | 11 months ago | |
issue_dependency.go | 11 months ago | |
issue_label.go | 11 months ago | |
issue_label_test.go | 11 months ago | |
issue_lock.go | 11 months ago | |
issue_pin.go | 11 months ago | |
issue_stopwatch.go | 11 months ago | |
issue_test.go | 2 years ago | |
issue_timetrack.go | 11 months ago | |
issue_watch.go | 11 months ago | |
main_test.go | 1 year ago | |
middlewares.go | 11 months ago | |
migrate.go | 11 months ago | |
milestone.go | 11 months ago | |
packages.go | 11 months ago | |
patch.go | 11 months ago | |
projects.go | 11 months ago | |
projects_test.go | 11 months ago | |
pull.go | 11 months ago | |
pull_review.go | 11 months ago | |
pull_review_test.go | 11 months ago | |
recent_commits.go | 11 months ago | |
release.go | 11 months ago | |
release_test.go | 11 months ago | |
render.go | 11 months ago | |
repo.go | 11 months ago | |
search.go | 11 months ago | |
topic.go | 11 months ago | |
treelist.go | 11 months ago | |
view.go | 11 months ago | |
view_test.go | 2 years ago | |
wiki.go | 11 months ago | |
wiki_test.go | 11 months ago |