| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix date display bug (#24047) | wxiaoguang | 2023-04-11 | 1 | -2/+2 |
* | 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 | 3 | -9/+9 |
* | Merge template functions "dict/Dict/mergeinto" (#23932) | wxiaoguang | 2023-04-07 | 2 | -41/+41 |
* | Refactor authors dropdown (send get request from frontend to avoid long wait ... | Hester Gong | 2023-04-07 | 1 | -1/+1 |
* | Fix "Updating branch by merge" bug in "update_branch_by_merge.tmpl" (#23790) | wxiaoguang | 2023-03-30 | 2 | -13/+11 |
* | Add API to manage issue dependencies (#17935) | qwerty287 | 2023-03-28 | 1 | -3/+36 |
* | Remove incorrect HTML self close tag (#23748) | wxiaoguang | 2023-03-27 | 1 | -3/+3 |
* | Use data-tooltip-content for tippy tooltip (#23649) | wxiaoguang | 2023-03-24 | 5 | -25/+25 |
* | Use a general approach to show tooltip, fix temporary tooltip bug (#23574) | wxiaoguang | 2023-03-23 | 1 | -2/+2 |
* | Use `project.IconName` instead of repeated unreadable `if-else` chains (#23538) | yp05327 | 2023-03-19 | 1 | -6/+3 |
* | Fix aria.js bugs: incorrect role element problem, mobile focus problem, tippy... | wxiaoguang | 2023-03-17 | 2 | -2/+2 |
* | Allow both fullname and username search when `DEFAULT_SHOW_FULL_NAME` is true... | Hester Gong | 2023-03-16 | 1 | -4/+2 |
* | Convert `<div class="button">` to `<button class="button">` (#23337) | delvh | 2023-03-14 | 4 | -15/+12 |
* | Deduplicate template code for label selection menu (#23431) | Brecht Van Lommel | 2023-03-12 | 1 | -43/+1 |
* | Fix incorrect display for comment context menu (#23343) | wxiaoguang | 2023-03-08 | 1 | -5/+5 |
* | Add context when rendering labels or emojis (#23281) | Jonathan Tran | 2023-03-05 | 2 | -12/+12 |
* | Fix stray backticks appearing in pull request timeline (#23282) | Brecht Van Lommel | 2023-03-03 | 1 | -2/+2 |
* | Fix cannot reopen after pushing commits to a closed PR (#23189) | sillyguodong | 2023-03-03 | 1 | -1/+5 |
* | Refactor `ctx` in templates (#23105) | wxiaoguang | 2023-03-02 | 7 | -37/+37 |
* | Pull Requests: add button to compare force pushed commits (#22857) | Brecht Van Lommel | 2023-03-01 | 1 | -0/+5 |
* | Make issue meta dropdown support Enter, confirm before reloading (#23014) | wxiaoguang | 2023-02-24 | 3 | -7/+7 |
* | Improve accessibility for issue comments (#22612) | Andre Polykanine | 2023-02-23 | 1 | -3/+3 |
* | display attachments of review comment when comment content is blank (#23035) | sillyguodong | 2023-02-21 | 1 | -1/+1 |
* | Fix the Manually Merged form (#23015) | wxiaoguang | 2023-02-21 | 1 | -13/+7 |
* | Remove delete button for review comment (#23036) | Zettat123 | 2023-02-21 | 1 | -1/+1 |
* | Fix avatar misalignment (#22955) | Zettat123 | 2023-02-20 | 1 | -1/+1 |
* | Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov... | wxiaoguang | 2023-02-19 | 4 | -14/+14 |
* | Scoped labels (#22585) | Brecht Van Lommel | 2023-02-18 | 1 | -2/+14 |
* | Introduce customized HTML elements, fix incorrect AppUrl usages in templates ... | wxiaoguang | 2023-02-17 | 1 | -2/+1 |
* | Fix context bug (#22940) | Lunny Xiao | 2023-02-16 | 1 | -1/+1 |
* | First step to refactor the `.hide` to `.gt-hidden` (#22916) | wxiaoguang | 2023-02-16 | 1 | -4/+4 |
* | Always show the `command line instructions` button even if there are conflict... | wxiaoguang | 2023-02-15 | 2 | -16/+18 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 3 | -39/+39 |
* | Add tooltip to issue reference (#22913) | delvh | 2023-02-15 | 1 | -2/+2 |
* | Remove Fomantic-UI's `.hidden` CSS class for menu elements (#22895) | wxiaoguang | 2023-02-14 | 1 | -1/+1 |
* | Move helpers to be prefixed with `gt-` (#22879) | zeripath | 2023-02-13 | 5 | -85/+85 |
* | Fix more HTMLURL in templates (#22831) | wxiaoguang | 2023-02-09 | 3 | -72/+72 |
* | Use link in UI which returned a relative url but not html_url which contains ... | Lunny Xiao | 2023-02-06 | 3 | -8/+8 |
* | Update button is shown when a Pull Request is marked WIP - Issue #21740 (#22683) | jladbrook | 2023-02-03 | 2 | -38/+41 |
* | Fix missing title and filter in issue sidebar project menu (#22557) | Brecht Van Lommel | 2023-01-31 | 1 | -0/+7 |
* | Support org/user level projects (#22235) | Lunny Xiao | 2023-01-20 | 1 | -6/+6 |
* | Mute all links in issue timeline (#22533) | silverwind | 2023-01-20 | 1 | -49/+49 |
* | Supports wildcard protected branch (#20825) | Lunny Xiao | 2023-01-16 | 1 | -2/+2 |
* | Fix due date rendering the wrong date in issue (#22302) | Yarden Shoham | 2023-01-02 | 1 | -1/+1 |
* | Support template for merge message description (#22248) | Jason Song | 2022-12-29 | 1 | -2/+3 |
* | Rename almost all Ctx functions (#22071) | Lunny Xiao | 2022-12-10 | 2 | -3/+3 |
* | Change ID pattern of raw content container for issue (#21966) | Felipe Leopoldo Sologuren GutiƩrrez | 2022-12-10 | 2 | -5/+5 |
* | feat: add button to quickly clear merge message (#21548) | kolaente | 2022-11-23 | 1 | -0/+3 |
* | Timeline and color tweaks (#21799) | silverwind | 2022-11-19 | 2 | -12/+10 |