aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/issue
Commit message (Expand)AuthorAgeFilesLines
* Refactor delete_modal_actions template and use it for project column related ...Hester Gong2023-04-235-29/+19
* Improve template helper functions: string/slice (#24266)wxiaoguang2023-04-223-5/+5
* Add project type descriptions in issue badge and improve project icons (#23437)yp053272023-04-211-7/+15
* Fix issue attachment handling (#24202)wxiaoguang2023-04-203-22/+24
* 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
* Refactor locale number (#24134)wxiaoguang2023-04-172-6/+6
* Fix difficult translation for other languages (#24070)Lunny Xiao2023-04-121-1/+1
* Localize milestone related time strings (#24051)Yarden Shoham2023-04-122-3/+3
* Fix date display bug (#24047)wxiaoguang2023-04-113-4/+4
* Use auto-updating, natively hoverable, localized time elements (#23988)Yarden Shoham2023-04-111-1/+1
* Remove "inverted" class on creating new label and cancel buttons (#24030)Hester Gong2023-04-101-2/+2
* Make label templates have consistent behavior and priority (#23749)wxiaoguang2023-04-101-2/+2
* Group template helper functions, remove `Printf`, improve template error mess...wxiaoguang2023-04-084-11/+11
* Improve markdown editor: width, height, preferred (#23895)wxiaoguang2023-04-071-8/+11
* Merge template functions "dict/Dict/mergeinto" (#23932)wxiaoguang2023-04-076-53/+53
* Refactor authors dropdown (send get request from frontend to avoid long wait ...Hester Gong2023-04-073-21/+19
* Introduce GiteaLocaleNumber custom element to handle number localization on p...wxiaoguang2023-04-032-6/+6
* Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876)wxiaoguang2023-04-035-31/+28
* Added close/open button to details page of milestone (#23877)Bartlomiej Komendarczuk2023-04-031-0/+7
* Improve home page template, fix Sort dropdown menu flash (#23856)wxiaoguang2023-04-011-1/+1
* Fix dropdown direction behavior (#23806)wxiaoguang2023-03-301-2/+2
* Fix "Updating branch by merge" bug in "update_branch_by_merge.tmpl" (#23790)wxiaoguang2023-03-302-13/+11
* Convert issue list checkboxes to native (#23596)silverwind2023-03-301-3/+1
* Implement Issue Config (#20956)JakobDev2023-03-281-8/+31
* Add API to manage issue dependencies (#17935)qwerty2872023-03-281-3/+36
* Remove incorrect HTML self close tag (#23748)wxiaoguang2023-03-278-18/+18
* Use data-tooltip-content for tippy tooltip (#23649)wxiaoguang2023-03-248-28/+28
* Fix long project name display in issue list and in related dropdown (#23653)Hester Gong2023-03-241-4/+4
* Editor preview support for external renderers (#23333)Brecht Van Lommel2023-03-242-3/+3
* Use a general approach to show tooltip, fix temporary tooltip bug (#23574)wxiaoguang2023-03-231-2/+2
* Decouple the issue-template code from comment_tab.tmpl (#23556)wxiaoguang2023-03-212-18/+23
* Remove `id="comment-form"` dead code, fix tag (#23555)wxiaoguang2023-03-211-53/+15
* Use `project.IconName` instead of repeated unreadable `if-else` chains (#23538)yp053272023-03-193-20/+10
* 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-164-10/+11
* Change `Close` to either `Close issue` or `Close pull request` (#23506)Yarden Shoham2023-03-161-5/+13
* Convert `<div class="button">` to `<button class="button">` (#23337)delvh2023-03-1412-61/+43
* Deduplicate template code for label selection menu (#23431)Brecht Van Lommel2023-03-123-87/+45
* Fix incorrect display for comment context menu (#23343)wxiaoguang2023-03-081-5/+5
* Fix incorrect project links and use symlink icon for org-wide projects (#23325)yp053272023-03-061-6/+6
* Add context when rendering labels or emojis (#23281)Jonathan Tran2023-03-057-25/+25
* 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-0210-45/+45
* Pull Requests: add button to compare force pushed commits (#22857)Brecht Van Lommel2023-03-011-0/+5
* Add "Reviewed by you" filter for pull requests (#22927)Brecht Van Lommel2023-02-242-2/+4
* Fix nil context in RenderMarkdownToHtml (#23092)Zettat1232023-02-247-16/+16
* Make issue meta dropdown support Enter, confirm before reloading (#23014)wxiaoguang2023-02-243-7/+7
* Improve accessibility for issue comments (#22612)Andre Polykanine2023-02-232-6/+6