| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor issue filter (labels, poster, assignee) (#32771) | wxiaoguang | 2024-12-10 | 1 | -5/+8 |
* | Fix duplicate dropdown dividers (#32760) | wxiaoguang | 2024-12-09 | 1 | -5/+3 |
* | Refactor issue list (#32755) | wxiaoguang | 2024-12-08 | 1 | -0/+66 |
* | Issue time estimate, meaningful time tracking (#23113) | Illya Marchenko | 2024-12-05 | 1 | -0/+11 |
* | Refactor markup render system (#32533) | wxiaoguang | 2024-11-18 | 1 | -19/+2 |
* | Refactor sidebar assignee&milestone&project selectors (#32465) | wxiaoguang | 2024-11-11 | 1 | -0/+1 |
* | Refactor template ctx and render utils (#32422) | wxiaoguang | 2024-11-05 | 1 | -17/+24 |
* | Refactor DateUtils and merge TimeSince (#32409) | wxiaoguang | 2024-11-04 | 1 | -7/+8 |
* | Replace DateTime with proper functions (#32402) | wxiaoguang | 2024-11-02 | 1 | -2/+2 |
* | Replace DateTime with DateUtils (#32383) | wxiaoguang | 2024-11-02 | 1 | -0/+1 |
* | Refactor names (#31405) | wxiaoguang | 2024-06-19 | 1 | -34/+34 |
* | Make template `Iif` exactly match `if` (#31322) | wxiaoguang | 2024-06-11 | 1 | -8/+8 |
* | code optimization (#31315) | Kerwin Bryant | 2024-06-11 | 1 | -2/+29 |
* | Initial support for colorblindness-friendly themes (#30625) | wxiaoguang | 2024-04-24 | 1 | -6/+12 |
* | Allow everyone to read or write a wiki by a repo unit setting (#30495) | wxiaoguang | 2024-04-17 | 1 | -0/+12 |
* | Fix and rewrite contrast color calculation, fix project-related bugs (#30237) | silverwind | 2024-04-07 | 1 | -3/+3 |
* | Add `[other].SHOW_FOOTER_POWERED_BY` setting to hide `Powered by` (#30253) | Yakov | 2024-04-03 | 1 | -0/+3 |
* | Improve QueryEscape helper function (#29768) | wxiaoguang | 2024-03-13 | 1 | -1/+5 |
* | Remove unnecessary SanitizeHTML from code (#29575) | wxiaoguang | 2024-03-04 | 1 | -8/+2 |
* | Rename Str2html to SanitizeHTML and clarify its behavior (#29516) | wxiaoguang | 2024-03-01 | 1 | -12/+12 |
* | Remove incorrect and unnecessary Escape from templates (#29394) | wxiaoguang | 2024-02-25 | 1 | -2/+2 |
* | Refactor Safe modifier (#29392) | wxiaoguang | 2024-02-25 | 1 | -3/+22 |
* | Remove RenderEmojiPlain from template helper (#29375) | wxiaoguang | 2024-02-24 | 1 | -12/+0 |
* | Refactor more code in templates (#29236) | wxiaoguang | 2024-02-18 | 1 | -1/+5 |
* | Refactor locale&string&template related code (#29165) | wxiaoguang | 2024-02-14 | 1 | -7/+39 |
* | Rework markup link rendering (#26745) | KN4CK3R | 2024-01-15 | 1 | -1/+0 |
* | Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419) | silverwind | 2023-10-06 | 1 | -2/+6 |
* | Remove avatarHTML from template helpers (#26598) | wxiaoguang | 2023-08-21 | 1 | -1/+0 |
* | Use template context function for avatar rendering (#26385) | wxiaoguang | 2023-08-10 | 1 | -8/+5 |
* | Remove unnecessary template helper DisableGravatar (#26386) | wxiaoguang | 2023-08-08 | 1 | -5/+0 |
* | Remove unnecessary template helper repoAvatar (#26387) | wxiaoguang | 2023-08-08 | 1 | -1/+0 |
* | Start using template context function (#26254) | wxiaoguang | 2023-08-08 | 1 | -0/+2 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 1 | -3/+3 |
* | Remove the service worker (#25010) | silverwind | 2023-05-31 | 1 | -3/+0 |
* | Remove meta tags `theme-color` and `default-theme` (#24960) | silverwind | 2023-05-28 | 1 | -3/+0 |
* | Simplify template helper functions (#24570) | wxiaoguang | 2023-05-07 | 1 | -1/+0 |
* | Use globally shared HTMLRender (#24436) | wxiaoguang | 2023-04-30 | 1 | -7/+3 |
* | Improve template helper (#24417) | wxiaoguang | 2023-04-29 | 1 | -547/+10 |
* | Remove unnecessary helper function `DateFmtLong` (#24343) | Yarden Shoham | 2023-04-26 | 1 | -3/+0 |
* | Allow using localized absolute date times within phrases with place holders a... | Yarden Shoham | 2023-04-23 | 1 | -0/+1 |
* | Refactor `setting.Other` and remove unused `SHOW_FOOTER_BRANDING` (#24270) | wxiaoguang | 2023-04-22 | 1 | -1/+1 |
* | Improve template helper functions: string/slice (#24266) | wxiaoguang | 2023-04-22 | 1 | -31/+5 |
* | Add `DumpVar` helper function to help debugging templates (#24262) | wxiaoguang | 2023-04-22 | 1 | -0/+1 |
* | Improve Wiki TOC (#24137) | wxiaoguang | 2023-04-17 | 1 | -7/+0 |
* | Refactor locale number (#24134) | wxiaoguang | 2023-04-17 | 1 | -7/+0 |
* | Use auto-updating, natively hoverable, localized time elements (#23988) | Yarden Shoham | 2023-04-11 | 1 | -1/+1 |
* | Group template helper functions, remove `Printf`, improve template error mess... | wxiaoguang | 2023-04-08 | 1 | -239/+194 |
* | Merge template functions "dict/Dict/mergeinto" (#23932) | wxiaoguang | 2023-04-07 | 1 | -87/+5 |
* | Use a general Eval function for expressions in templates. (#23927) | wxiaoguang | 2023-04-07 | 1 | -39/+18 |
* | Clean template/helper.go (#23922) | wxiaoguang | 2023-04-07 | 1 | -73/+3 |