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.
forgejo/templates
wxiaoguang a4b242ae7a
Clean up template locale usage (#27856)
After many refactoring PRs for the "locale" and "template context
function", now the ".locale" is not needed for web templates any more.

This PR does a clean up for:

1. Remove `ctx.Data["locale"]` for web context.
2. Use `ctx.Locale` in `500.tmpl`, for consistency.
3. Add a test check for `500 page` locale usage.
4. Remove the `Str2html` and `DotEscape` from mail template context
data, they are copy&paste errors introduced by #19169 and #16200 . These
functions are template functions (provided by the common renderer), but
not template data variables.
5. Make email `SendAsync` function mockable (I was planning to add more
tests but it would make this PR much too complex, so the tests could be
done in another PR)
8 months ago
..
admin cleanup repo details icons/labels (#27644) 9 months ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 1 year ago
base Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419) 9 months ago
code Fix more "locale" usages (#27259) 9 months ago
custom Add footer extra links template (#9576) 5 years ago
devtest Improve dropdown button alignment and fix hover bug (#27632) 9 months ago
explore Fix incorrect "tab" parameter for repo search sub-template (#27755) 8 months ago
mail Update team invitation email link (#26550) 10 months ago
org Add link to members and repositories at teams page (#27744) 8 months ago
package Package repository/documentation link unification (#27804) 8 months ago
projects More `db.DefaultContext` refactor (#27265) 9 months ago
repo Allow pull requests Manually Merged option to be used by non-admins (#27780) 8 months ago
shared Always use whole user name as link (#27815) 8 months ago
status Clean up template locale usage (#27856) 8 months ago
swagger Fix package webhook (#27839) 8 months ago
user Fix display member unit in the menu bar if there are no hidden members in public org (#27795) 8 months ago
webhook Extract common code to new template (#26933) 10 months ago
home.tmpl Fix more "locale" usages (#27259) 9 months ago
install.tmpl Fix more "locale" usages (#27259) 9 months ago
post-install.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 9 months ago