aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/view_content
Commit message (Expand)AuthorAgeFilesLines
* Show outdated comments in files changed tab (#24936)sebastian-sauer2023-06-211-1/+1
* Refactor: TotalTimest return seconds (#25370)65432023-06-191-1/+1
* Add template linting via djlint (#25212)silverwind2023-06-143-16/+16
* Use flex to align SVG and text (#25163)wxiaoguang2023-06-143-57/+54
* Fix #25133 (#25162)yp053272023-06-091-2/+2
* Fix strange UI behavior of cancelling dismiss review modal (#25133)yp053272023-06-081-2/+2
* Improve dropdown menus, remove inline styles (#24954)silverwind2023-05-291-3/+0
* Consolidate the two review boxes into one (#24738)silverwind2023-05-292-643/+572
* Improve and fix bugs surrounding reactions (#24760)silverwind2023-05-284-16/+14
* Add the ability to pin Issues (#24406)JakobDev2023-05-252-13/+37
* Fix missing yes/no in delete time log modal (#24851)yp053272023-05-221-1/+1
* Change `--font-weight-bold` to `--font-weight-semibold` and 600 value, introd...silverwind2023-05-211-3/+3
* Clean up various avatar dimensions (#24701)silverwind2023-05-142-11/+13
* Review fixes and enhancements (#24526)silverwind2023-05-103-50/+41
* Clean up polluted styles and remove dead CSS code (#24497)wxiaoguang2023-05-032-2/+2
* Improve pull request merge box when pull request merged and branch deleted. (...Lunny Xiao2023-05-032-11/+17
* Remove `font-awesome` and fomantic `icon` module (#24471)silverwind2023-05-011-3/+3
* Improve milestone filter on issues page (#22423)Lunny Xiao2023-04-301-38/+1
* Improve template helper (#24417)wxiaoguang2023-04-291-4/+6
* Fix template function DateTime (#24317)wxiaoguang2023-04-252-5/+5
* Improve some modal action buttons (#24289)wxiaoguang2023-04-241-2/+2
* Add comments for Manually Merged feature (#24291)wxiaoguang2023-04-231-0/+9
* Allow using localized absolute date times within phrases with place holders a...Yarden Shoham2023-04-232-4/+6
* Tweak pull request branch delete ui (#23951)silverwind2023-04-231-29/+28
* Refactor delete_modal_actions template and use it for project column related ...Hester Gong2023-04-232-20/+10
* Improve template helper functions: string/slice (#24266)wxiaoguang2023-04-221-2/+2
* Add project type descriptions in issue badge and improve project icons (#23437)yp053272023-04-211-7/+15
* Fix issue attachment handling (#24202)wxiaoguang2023-04-202-13/+13
* Fix internal sever error when visiting a PR that bound to the deleted team (#...sillyguodong2023-04-191-2/+7
* Fix template error in pull request with deleted head repo (#24192)Brecht Van Lommel2023-04-191-1/+1
* Fix date display bug (#24047)wxiaoguang2023-04-111-2/+2
* Use auto-updating, natively hoverable, localized time elements (#23988)Yarden Shoham2023-04-111-1/+1
* Group template helper functions, remove `Printf`, improve template error mess...wxiaoguang2023-04-083-9/+9
* Merge template functions "dict/Dict/mergeinto" (#23932)wxiaoguang2023-04-072-41/+41
* Refactor authors dropdown (send get request from frontend to avoid long wait ...Hester Gong2023-04-071-1/+1
* 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