| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve dropdown menus, remove inline styles (#24954) | silverwind | 2023-05-29 | 1 | -3/+0 |
* | Consolidate the two review boxes into one (#24738) | silverwind | 2023-05-29 | 2 | -643/+572 |
* | Improve and fix bugs surrounding reactions (#24760) | silverwind | 2023-05-28 | 4 | -16/+14 |
* | Add the ability to pin Issues (#24406) | JakobDev | 2023-05-25 | 2 | -13/+37 |
* | Fix missing yes/no in delete time log modal (#24851) | yp05327 | 2023-05-22 | 1 | -1/+1 |
* | Change `--font-weight-bold` to `--font-weight-semibold` and 600 value, introd... | silverwind | 2023-05-21 | 1 | -3/+3 |
* | Clean up various avatar dimensions (#24701) | silverwind | 2023-05-14 | 2 | -11/+13 |
* | Review fixes and enhancements (#24526) | silverwind | 2023-05-10 | 3 | -50/+41 |
* | Clean up polluted styles and remove dead CSS code (#24497) | wxiaoguang | 2023-05-03 | 2 | -2/+2 |
* | Improve pull request merge box when pull request merged and branch deleted. (... | Lunny Xiao | 2023-05-03 | 2 | -11/+17 |
* | Remove `font-awesome` and fomantic `icon` module (#24471) | silverwind | 2023-05-01 | 1 | -3/+3 |
* | Improve milestone filter on issues page (#22423) | Lunny Xiao | 2023-04-30 | 1 | -38/+1 |
* | Improve template helper (#24417) | wxiaoguang | 2023-04-29 | 1 | -4/+6 |
* | Fix template function DateTime (#24317) | wxiaoguang | 2023-04-25 | 2 | -5/+5 |
* | Improve some modal action buttons (#24289) | wxiaoguang | 2023-04-24 | 1 | -2/+2 |
* | Add comments for Manually Merged feature (#24291) | wxiaoguang | 2023-04-23 | 1 | -0/+9 |
* | Allow using localized absolute date times within phrases with place holders a... | Yarden Shoham | 2023-04-23 | 2 | -4/+6 |
* | Tweak pull request branch delete ui (#23951) | silverwind | 2023-04-23 | 1 | -29/+28 |
* | Refactor delete_modal_actions template and use it for project column related ... | Hester Gong | 2023-04-23 | 2 | -20/+10 |
* | Improve template helper functions: string/slice (#24266) | wxiaoguang | 2023-04-22 | 1 | -2/+2 |
* | Add project type descriptions in issue badge and improve project icons (#23437) | yp05327 | 2023-04-21 | 1 | -7/+15 |
* | Fix issue attachment handling (#24202) | wxiaoguang | 2023-04-20 | 2 | -13/+13 |
* | Fix internal sever error when visiting a PR that bound to the deleted team (#... | sillyguodong | 2023-04-19 | 1 | -2/+7 |
* | Fix template error in pull request with deleted head repo (#24192) | Brecht Van Lommel | 2023-04-19 | 1 | -1/+1 |
* | 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 |