aboutsummaryrefslogtreecommitdiffstats
path: root/modules/templates/htmlrenderer.go
Commit message (Expand)AuthorAgeFilesLines
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-3/+2
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-241-2/+1
* Start using template context function (#26254)wxiaoguang2023-08-081-5/+7
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Improve RunMode / dev mode (#24886)wxiaoguang2023-05-251-7/+14
* Add gitea manager reload-templates command (#24843)Brecht Van Lommel2023-05-221-3/+9
* Rewrite logger system (#24726)wxiaoguang2023-05-211-1/+1
* Use globally shared HTMLRender (#24436)wxiaoguang2023-04-301-16/+21
* Make HTML template functions support context (#24056)wxiaoguang2023-04-201-13/+11
* Show friendly 500 error page to users and developers (#24110)wxiaoguang2023-04-141-125/+126
* Use a general approach to access custom/static/builtin assets (#24022)wxiaoguang2023-04-121-44/+18
* Make bindata static build parse builtin templates correctly (#24003)wxiaoguang2023-04-081-10/+11
* Group template helper functions, remove `Printf`, improve template error mess...wxiaoguang2023-04-081-3/+26
* Drop "unrolled/render" package (#23965)wxiaoguang2023-04-081-46/+56
* Improve template error reporting (#23396)zeripath2023-03-201-18/+25
* Display error log when a modified template has an error so that it could reco...Lunny Xiao2023-01-031-2/+9
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add nicer error handling on template compile errors (#21350)zeripath2022-10-071-1/+198
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-281-0/+52