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.
silverwind 9269a038a4
Direct avatar rendering (#13649)
* Direct avatar rendering

This adds new template helpers for avatar rendering which output image
elements with direct links to avatars which makes them cacheable by the
browsers.

This should be a major performance improvment for pages with many avatars.

* fix avatars of other user's profile pages

* fix top border on user avatar name

* uncircle avatars

* remove old incomplete avatar selector

* use title attribute for name and add it back on blame

* minor refactor

* tweak comments

* fix url path join and adjust test to new result

* dedupe functions
4 years ago
..
alert.tmpl Return the full rejection message and errors in flash errors (#13221) 4 years ago
alert_details.tmpl Return the full rejection message and errors in flash errors (#13221) 4 years ago
delete_modal_actions.tmpl Replace footer and modal icons with SVG (#13245) 4 years ago
footer.tmpl Enable linting of JS inside templates (#13708) 4 years ago
footer_content.tmpl Replace footer and modal icons with SVG (#13245) 4 years ago
head.tmpl Expose default theme in meta and API (#13809) 4 years ago
head_navbar.tmpl Direct avatar rendering (#13649) 4 years ago
paginate.tmpl Unifies pagination template usage (#6531) (#6533) 5 years ago