Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove incorrect and unnecessary Escape from templates (#29394) | wxiaoguang | 2024-02-25 | 1 | -1/+1 |
| | | | | | | | | | | | Follow #29165 * some of them are incorrect, which would lead to double escaping (eg: `(print (Escape $.RepoLink)`) * other of them are not necessary, because `Tr` handles strings&HTML automatically Suggest to review by "unified view": https://github.com/go-gitea/gitea/pull/29394/files?diff=unified&w=0 | ||||
* | Remove unnecessary "Safe" modifier from templates (#29318) | wxiaoguang | 2024-02-22 | 1 | -1/+1 |
| | | | Follow #29165 | ||||
* | Always use `ctx.Locale.Tr` inside templates (#27231) | delvh | 2023-09-25 | 1 | -1/+1 |
| | |||||
* | Use `print` instead of `printf` (#27093) | KN4CK3R | 2023-09-16 | 1 | -1/+1 |
| | | | A bit more performant when we only use it for appending strings. | ||||
* | Add templates to customize text when creating and migrating repositories | Brecht Van Lommel | 2023-01-24 | 1 | -0/+3 |
These can be used to explain which types of repositories a Gitea instance is willing to host, or other rules for creating repositories. |