aboutsummaryrefslogtreecommitdiffstats
path: root/modules/templates/helper.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor issue filter (labels, poster, assignee) (#32771)wxiaoguang2024-12-101-5/+8
* Fix duplicate dropdown dividers (#32760)wxiaoguang2024-12-091-5/+3
* Refactor issue list (#32755)wxiaoguang2024-12-081-0/+66
* Issue time estimate, meaningful time tracking (#23113)Illya Marchenko2024-12-051-0/+11
* Refactor markup render system (#32533)wxiaoguang2024-11-181-19/+2
* Refactor sidebar assignee&milestone&project selectors (#32465)wxiaoguang2024-11-111-0/+1
* Refactor template ctx and render utils (#32422)wxiaoguang2024-11-051-17/+24
* Refactor DateUtils and merge TimeSince (#32409)wxiaoguang2024-11-041-7/+8
* Replace DateTime with proper functions (#32402)wxiaoguang2024-11-021-2/+2
* Replace DateTime with DateUtils (#32383)wxiaoguang2024-11-021-0/+1
* Refactor names (#31405)wxiaoguang2024-06-191-34/+34
* Make template `Iif` exactly match `if` (#31322)wxiaoguang2024-06-111-8/+8
* code optimization (#31315)Kerwin Bryant2024-06-111-2/+29
* Initial support for colorblindness-friendly themes (#30625)wxiaoguang2024-04-241-6/+12
* Allow everyone to read or write a wiki by a repo unit setting (#30495)wxiaoguang2024-04-171-0/+12
* Fix and rewrite contrast color calculation, fix project-related bugs (#30237)silverwind2024-04-071-3/+3
* Add `[other].SHOW_FOOTER_POWERED_BY` setting to hide `Powered by` (#30253)Yakov2024-04-031-0/+3
* Improve QueryEscape helper function (#29768)wxiaoguang2024-03-131-1/+5
* Remove unnecessary SanitizeHTML from code (#29575)wxiaoguang2024-03-041-8/+2
* Rename Str2html to SanitizeHTML and clarify its behavior (#29516)wxiaoguang2024-03-011-12/+12
* Remove incorrect and unnecessary Escape from templates (#29394)wxiaoguang2024-02-251-2/+2
* Refactor Safe modifier (#29392)wxiaoguang2024-02-251-3/+22
* Remove RenderEmojiPlain from template helper (#29375)wxiaoguang2024-02-241-12/+0
* Refactor more code in templates (#29236)wxiaoguang2024-02-181-1/+5
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-141-7/+39
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-1/+0
* Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419)silverwind2023-10-061-2/+6
* Remove avatarHTML from template helpers (#26598)wxiaoguang2023-08-211-1/+0
* Use template context function for avatar rendering (#26385)wxiaoguang2023-08-101-8/+5
* Remove unnecessary template helper DisableGravatar (#26386)wxiaoguang2023-08-081-5/+0
* Remove unnecessary template helper repoAvatar (#26387)wxiaoguang2023-08-081-1/+0
* Start using template context function (#26254)wxiaoguang2023-08-081-0/+2
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-3/+3
* Remove the service worker (#25010)silverwind2023-05-311-3/+0
* Remove meta tags `theme-color` and `default-theme` (#24960)silverwind2023-05-281-3/+0
* Simplify template helper functions (#24570)wxiaoguang2023-05-071-1/+0
* Use globally shared HTMLRender (#24436)wxiaoguang2023-04-301-7/+3
* Improve template helper (#24417)wxiaoguang2023-04-291-547/+10
* 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-221-1/+1
* Improve template helper functions: string/slice (#24266)wxiaoguang2023-04-221-31/+5
* Add `DumpVar` helper function to help debugging templates (#24262)wxiaoguang2023-04-221-0/+1
* Improve Wiki TOC (#24137)wxiaoguang2023-04-171-7/+0
* Refactor locale number (#24134)wxiaoguang2023-04-171-7/+0
* Use auto-updating, natively hoverable, localized time elements (#23988)Yarden Shoham2023-04-111-1/+1
* Group template helper functions, remove `Printf`, improve template error mess...wxiaoguang2023-04-081-239/+194
* Merge template functions "dict/Dict/mergeinto" (#23932)wxiaoguang2023-04-071-87/+5
* Use a general Eval function for expressions in templates. (#23927)wxiaoguang2023-04-071-39/+18
* Clean template/helper.go (#23922)wxiaoguang2023-04-071-73/+3