| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove incorrect HTML self close tag (#23748) | wxiaoguang | 2023-03-27 | 8 | -18/+18 |
* | Use data-tooltip-content for tippy tooltip (#23649) | wxiaoguang | 2023-03-24 | 8 | -28/+28 |
* | Fix long project name display in issue list and in related dropdown (#23653) | Hester Gong | 2023-03-24 | 1 | -4/+4 |
* | Editor preview support for external renderers (#23333) | Brecht Van Lommel | 2023-03-24 | 2 | -3/+3 |
* | Use a general approach to show tooltip, fix temporary tooltip bug (#23574) | wxiaoguang | 2023-03-23 | 1 | -2/+2 |
* | Decouple the issue-template code from comment_tab.tmpl (#23556) | wxiaoguang | 2023-03-21 | 2 | -18/+23 |
* | Remove `id="comment-form"` dead code, fix tag (#23555) | wxiaoguang | 2023-03-21 | 1 | -53/+15 |
* | Use `project.IconName` instead of repeated unreadable `if-else` chains (#23538) | yp05327 | 2023-03-19 | 3 | -20/+10 |
* | 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 | 4 | -10/+11 |
* | Change `Close` to either `Close issue` or `Close pull request` (#23506) | Yarden Shoham | 2023-03-16 | 1 | -5/+13 |
* | Convert `<div class="button">` to `<button class="button">` (#23337) | delvh | 2023-03-14 | 12 | -61/+43 |
* | Deduplicate template code for label selection menu (#23431) | Brecht Van Lommel | 2023-03-12 | 3 | -87/+45 |
* | Fix incorrect display for comment context menu (#23343) | wxiaoguang | 2023-03-08 | 1 | -5/+5 |
* | Fix incorrect project links and use symlink icon for org-wide projects (#23325) | yp05327 | 2023-03-06 | 1 | -6/+6 |
* | Add context when rendering labels or emojis (#23281) | Jonathan Tran | 2023-03-05 | 7 | -25/+25 |
* | 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 | 10 | -45/+45 |
* | Pull Requests: add button to compare force pushed commits (#22857) | Brecht Van Lommel | 2023-03-01 | 1 | -0/+5 |
* | Add "Reviewed by you" filter for pull requests (#22927) | Brecht Van Lommel | 2023-02-24 | 2 | -2/+4 |
* | Fix nil context in RenderMarkdownToHtml (#23092) | Zettat123 | 2023-02-24 | 7 | -16/+16 |
* | 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 | 2 | -6/+6 |
* | 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 pull request branch selector visible without clicking Edit (#23012) | Brecht Van Lommel | 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 | 12 | -31/+31 |
* | Scoped labels (#22585) | Brecht Van Lommel | 2023-02-18 | 8 | -65/+125 |
* | 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 | 7 | -52/+52 |
* | 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 | 13 | -134/+134 |
* | Pull Requests: setting to allow edits by maintainers by default, tweak UI (#2... | Brecht Van Lommel | 2023-02-13 | 1 | -1/+1 |
* | Add some headings to repo views (#22869) | Felipe Leopoldo Sologuren GutiƩrrez | 2023-02-12 | 1 | -2/+2 |
* | Fix milestone title font problem (#22863) | wxiaoguang | 2023-02-12 | 1 | -2/+2 |
* | Make issue title edit buttons focusable and fix incorrect ajax requests (#22807) | wxiaoguang | 2023-02-09 | 1 | -4/+4 |
* | Fix inconsistent Filter Project name in issue list (#22827) | Brecht Van Lommel | 2023-02-09 | 1 | -2/+2 |
* | Fix more HTMLURL in templates (#22831) | wxiaoguang | 2023-02-09 | 3 | -72/+72 |
* | Fix unmatched div in project filter (#22832) | John Olheiser | 2023-02-09 | 1 | -1/+0 |
* | Use link in UI which returned a relative url but not html_url which contains ... | Lunny Xiao | 2023-02-06 | 6 | -15/+15 |
* | Show all projects, not just repo projects and open/closed projects (#22640) | Lunny Xiao | 2023-02-04 | 1 | -11/+53 |
* | Update button is shown when a Pull Request is marked WIP - Issue #21740 (#22683) | jladbrook | 2023-02-03 | 2 | -38/+41 |
* | Add main landmark to templates and adjust titles (#22670) | Felipe Leopoldo Sologuren GutiƩrrez | 2023-02-01 | 8 | -8/+8 |