aboutsummaryrefslogtreecommitdiffstats
path: root/modules/templates
Commit message (Expand)AuthorAgeFilesLines
* Fix label render containing invalid HTML (#27752) (#27761)Giteabot2023-10-241-1/+1
* Fix context cache bug & enable context cache for dashabord commits' authors(#...Lunny Xiao2023-09-131-1/+1
* Replace `interface{}` with `any` (#25686) (#25687)silverwind2023-07-045-10/+10
* Fix missing commit message body when the message has leading newlines (#25418...Giteabot2023-06-212-3/+59
* Remove the service worker (#25010)silverwind2023-05-311-3/+0
* Remove meta tags `theme-color` and `default-theme` (#24960)silverwind2023-05-281-3/+0
* Improve RunMode / dev mode (#24886)wxiaoguang2023-05-252-11/+25
* Add gitea manager reload-templates command (#24843)Brecht Van Lommel2023-05-221-3/+9
* Rewrite logger system (#24726)wxiaoguang2023-05-211-1/+1
* Modify luminance calculation and extract related functions into single files ...Hester Gong2023-05-101-29/+28
* Simplify template helper functions (#24570)wxiaoguang2023-05-072-14/+0
* Improve template system and panic recovery (#24461)wxiaoguang2023-05-041-31/+0
* Use globally shared HTMLRender (#24436)wxiaoguang2023-04-303-26/+28
* Improve template helper (#24417)wxiaoguang2023-04-296-549/+608
* Make repo size style matches others (commits/branches/tags) (#24408)wxiaoguang2023-04-281-0/+4
* Remove unnecessary helper function `DateFmtLong` (#24343)Yarden Shoham2023-04-261-3/+0
* Allow using localized absolute date times within phrases with place holders a...Yarden Shoham2023-04-231-0/+1
* Refactor `setting.Other` and remove unused `SHOW_FOOTER_BRANDING` (#24270)wxiaoguang2023-04-222-3/+2
* Update go tool dependencies, restructure lint targets (#24239)silverwind2023-04-221-1/+1
* Improve template helper functions: string/slice (#24266)wxiaoguang2023-04-225-31/+96
* Add `DumpVar` helper function to help debugging templates (#24262)wxiaoguang2023-04-222-0/+75
* Make HTML template functions support context (#24056)wxiaoguang2023-04-203-13/+348
* Improve Wiki TOC (#24137)wxiaoguang2023-04-171-7/+0
* Refactor locale number (#24134)wxiaoguang2023-04-171-7/+0
* Show friendly 500 error page to users and developers (#24110)wxiaoguang2023-04-142-125/+232
* Use a general approach to access custom/static/builtin assets (#24022)wxiaoguang2023-04-125-337/+56
* Use auto-updating, natively hoverable, localized time elements (#23988)Yarden Shoham2023-04-111-1/+1
* 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-084-252/+260
* Drop "unrolled/render" package (#23965)wxiaoguang2023-04-081-46/+56
* Merge template functions "dict/Dict/mergeinto" (#23932)wxiaoguang2023-04-073-87/+95
* Use a general Eval function for expressions in templates. (#23927)wxiaoguang2023-04-073-39/+456
* Clean template/helper.go (#23922)wxiaoguang2023-04-071-73/+3
* Introduce GiteaLocaleNumber custom element to handle number localization on p...wxiaoguang2023-04-031-75/+18
* Improve template error reporting (#23396)zeripath2023-03-201-18/+25
* Allow both fullname and username search when `DEFAULT_SHOW_FULL_NAME` is true...Hester Gong2023-03-161-0/+3
* Scoped label display and documentation tweaks (#23430)Brecht Van Lommel2023-03-131-3/+1
* Add context when rendering labels or emojis (#23281)Jonathan Tran2023-03-051-10/+11
* Avoid warning for system setting when start up (#23054)Lunny Xiao2023-02-241-1/+1
* Fix nil context in RenderMarkdownToHtml (#23092)Zettat1232023-02-241-1/+2
* Scoped labels (#22585)Brecht Van Lommel2023-02-181-2/+68
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-12/+11
* Fix more HTMLURL in templates (#22831)wxiaoguang2023-02-091-0/+4
* Implement actions (#21937)Jason Song2023-01-311-0/+3
* Display error log when a modified template has an error so that it could reco...Lunny Xiao2023-01-031-2/+9
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2710-20/+10
* Fix vertical align of committer avatar rendered by email address (#21884)Xinyu Zhou2022-11-231-3/+3
* Fix dashboard ignored system setting cache (#21621)Lunny Xiao2022-11-101-2/+1
* Move svg html render to modules/svg (#21716)Lunny Xiao2022-11-081-47/+8