aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/view_content
Commit message (Expand)AuthorAgeFilesLines
* Fix "Updating branch by merge" bug in "update_branch_by_merge.tmpl" (#23790)wxiaoguang2023-03-302-13/+11
* Add API to manage issue dependencies (#17935)qwerty2872023-03-281-3/+36
* Remove incorrect HTML self close tag (#23748)wxiaoguang2023-03-271-3/+3
* Use data-tooltip-content for tippy tooltip (#23649)wxiaoguang2023-03-245-25/+25
* Use a general approach to show tooltip, fix temporary tooltip bug (#23574)wxiaoguang2023-03-231-2/+2
* Use `project.IconName` instead of repeated unreadable `if-else` chains (#23538)yp053272023-03-191-6/+3
* Fix aria.js bugs: incorrect role element problem, mobile focus problem, tippy...wxiaoguang2023-03-172-2/+2
* Allow both fullname and username search when `DEFAULT_SHOW_FULL_NAME` is true...Hester Gong2023-03-161-4/+2
* Convert `<div class="button">` to `<button class="button">` (#23337)delvh2023-03-144-15/+12
* Deduplicate template code for label selection menu (#23431)Brecht Van Lommel2023-03-121-43/+1
* Fix incorrect display for comment context menu (#23343)wxiaoguang2023-03-081-5/+5
* Add context when rendering labels or emojis (#23281)Jonathan Tran2023-03-052-12/+12
* Fix stray backticks appearing in pull request timeline (#23282)Brecht Van Lommel2023-03-031-2/+2
* Fix cannot reopen after pushing commits to a closed PR (#23189)sillyguodong2023-03-031-1/+5
* Refactor `ctx` in templates (#23105)wxiaoguang2023-03-027-37/+37
* Pull Requests: add button to compare force pushed commits (#22857)Brecht Van Lommel2023-03-011-0/+5
* Make issue meta dropdown support Enter, confirm before reloading (#23014)wxiaoguang2023-02-243-7/+7
* Improve accessibility for issue comments (#22612)Andre Polykanine2023-02-231-3/+3
* display attachments of review comment when comment content is blank (#23035)sillyguodong2023-02-211-1/+1
* Fix the Manually Merged form (#23015)wxiaoguang2023-02-211-13/+7
* Remove delete button for review comment (#23036)Zettat1232023-02-211-1/+1
* Fix avatar misalignment (#22955)Zettat1232023-02-201-1/+1
* Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov...wxiaoguang2023-02-194-14/+14
* Scoped labels (#22585)Brecht Van Lommel2023-02-181-2/+14
* Introduce customized HTML elements, fix incorrect AppUrl usages in templates ...wxiaoguang2023-02-171-2/+1
* Fix context bug (#22940)Lunny Xiao2023-02-161-1/+1
* First step to refactor the `.hide` to `.gt-hidden` (#22916)wxiaoguang2023-02-161-4/+4
* Always show the `command line instructions` button even if there are conflict...wxiaoguang2023-02-152-16/+18
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-153-39/+39
* Add tooltip to issue reference (#22913)delvh2023-02-151-2/+2
* Remove Fomantic-UI's `.hidden` CSS class for menu elements (#22895)wxiaoguang2023-02-141-1/+1
* Move helpers to be prefixed with `gt-` (#22879)zeripath2023-02-135-85/+85
* Fix more HTMLURL in templates (#22831)wxiaoguang2023-02-093-72/+72
* Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao2023-02-063-8/+8
* Update button is shown when a Pull Request is marked WIP - Issue #21740 (#22683)jladbrook2023-02-032-38/+41
* Fix missing title and filter in issue sidebar project menu (#22557)Brecht Van Lommel2023-01-311-0/+7
* Support org/user level projects (#22235)Lunny Xiao2023-01-201-6/+6
* Mute all links in issue timeline (#22533)silverwind2023-01-201-49/+49
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-161-2/+2
* Fix due date rendering the wrong date in issue (#22302)Yarden Shoham2023-01-021-1/+1
* Support template for merge message description (#22248)Jason Song2022-12-291-2/+3
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-102-3/+3
* Change ID pattern of raw content container for issue (#21966)Felipe Leopoldo Sologuren GutiƩrrez2022-12-102-5/+5
* feat: add button to quickly clear merge message (#21548)kolaente2022-11-231-0/+3
* Timeline and color tweaks (#21799)silverwind2022-11-192-12/+10
* Localize all timestamps (#21440)Yarden Shoham2022-10-171-1/+1
* Make labels clickable in the comments section. (#21137)Blender Defender2022-09-121-3/+3
* Remove fomantic image module (#21145)silverwind2022-09-121-4/+4
* Do not add links to Posters or Assignees with ID < 0 (#20577)zeripath2022-09-031-116/+63
* Make sure fmt catches all templates (#20979)silverwind2022-08-318-78/+78