forgejo/templates/repo/issue
wxiaoguang f0ba87fda8
Avatar refactor, move avatar code from models to models.avatars, remove duplicated code (#17123)
Why this refactor

The goal is to move most files from `models` package to `models.xxx` package. Many models depend on avatar model, so just move this first.

And the existing logic is not clear, there are too many function like `AvatarLink`, `RelAvatarLink`, `SizedRelAvatarLink`, `SizedAvatarLink`, `MakeFinalAvatarURL`, `HashedAvatarLink`, etc. This refactor make everything clear:

* user.AvatarLink()
* user.AvatarLinkWithSize(size)
* avatars.GenerateEmailAvatarFastLink(email, size)
* avatars.GenerateEmailAvatarFinalLink(email, size)

And many duplicated code are deleted in route handler, the handler and the model share the same avatar logic now.
2021-10-06 01:25:46 +02:00
..
labels
view_content Avatar refactor, move avatar code from models to models.avatars, remove duplicated code (#17123) 2021-10-06 01:25:46 +02:00
branch_selector_field.tmpl
choose.tmpl
comment_tab.tmpl Add attachments for PR reviews (#16075) 2021-06-14 21:12:33 -04:00
label_precolors.tmpl
labels.tmpl
list.tmpl
milestone_issues.tmpl
milestone_new.tmpl
milestones.tmpl
navbar.tmpl
new.tmpl
new_form.tmpl Redirect on project after issue created (#17211) 2021-10-05 21:21:52 +02:00
openclose.tmpl
search.tmpl
view.tmpl Remove New PR button in PRs (#15998) 2021-05-29 22:00:02 +08:00
view_content.tmpl Switch migration icon to svg (#15954) 2021-09-18 17:22:51 +01:00
view_title.tmpl