summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue
Commit message (Expand)AuthorAgeFilesLines
* Add ability to see open and closed issues at the same time (#28757)Gwyneth Morgan2024-01-151-2/+2
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-1/+1
* Add non-JS fallback for reaction tooltips (#28785)Gwyneth Morgan2024-01-151-1/+3
* Improve CSS helper naming (#28769)wxiaoguang2024-01-121-1/+1
* Refactor timeutil package (#28623)wxiaoguang2023-12-281-1/+1
* Refactor template empty checks (#28351)KN4CK3R2023-12-042-2/+2
* Fix rendering assignee changed comments without assignee (#27927)Sebastian Brückner2023-11-071-24/+23
* Remove "tabindex" from some form buttons (#27892)Earl Warren2023-11-031-5/+5
* Add `Hide/Show all checks` button to commit status check (#26284)yp053272023-11-021-1/+8
* Display issue task list on project cards (#27865)KN4CK3R2023-11-021-0/+7
* Allow pull requests Manually Merged option to be used by non-admins (#27780)Brecht Van Lommel2023-10-301-3/+3
* Improve pull request command line instructions (#27778)Brecht Van Lommel2023-10-252-12/+38
* Show total TrackedTime on issue/pull/milestone lists (#26672)65432023-10-193-0/+24
* Fix required checkboxes in issue forms (#27592)JakobDev2023-10-191-4/+7
* Improve the list header in milestone page (#27302)yp053272023-10-186-257/+245
* Hide archived labels by default from the suggestions when assigning labels fo...puni98692023-10-172-8/+10
* Add anchor to review types (#26894)Earl Warren2023-10-141-2/+2
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-112-2/+2
* Remove max-width and add hide text overflow (#27359)Kyle D2023-10-091-12/+12
* Restore warning commit status (#27504)silverwind2023-10-081-1/+1
* [FIX] missing ctx in new_form (#27514)mohammed ahmed2023-10-081-1/+1
* Fix pr template (#27436)Lunny Xiao2023-10-041-1/+1
* Fix missing `ctx` in new_form.tmpl (#27434)CaiCandong2023-10-041-2/+2
* Hide archived labels when filtering by labels on the issue list (#27115)puni98692023-10-014-157/+183
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-292-6/+6
* Fix more "locale" usages (#27259)wxiaoguang2023-09-259-24/+24
* Always use `ctx.Locale.Tr` inside templates (#27231)delvh2023-09-2531-492/+492
* cleanup locale function usage (#27227)Denys Konovalov2023-09-248-17/+14
* Allow copying issue comment link on archived repos and when not logged in (#2...JakobDev2023-09-233-13/+13
* fix: text decorator on issue sidebar menu label (#27206)metiftikci2023-09-231-1/+1
* Fix dropdown icon position (#27175)wxiaoguang2023-09-214-16/+16
* Change green buttons to primary color (#27099)silverwind2023-09-1813-23/+23
* Display archived labels specially when listing labels (#26820)puni98692023-09-183-16/+24
* Fix "delete" modal dialog for issue/PR (#27015)wxiaoguang2023-09-111-2/+2
* Enable djlint H008 and fix issues (#26869)silverwind2023-09-012-4/+4
* Remove "TODO" tasks from CSS file (#26835)wxiaoguang2023-08-313-7/+7
* Remove polluted `.ui.right` (#26825)wxiaoguang2023-08-315-11/+7
* Refactor some CSS styles and simplify code (#26771)wxiaoguang2023-08-283-22/+24
* Adding hint `Archived` to archive label. (#26741)puni98692023-08-271-0/+5
* Fix incorrect "tabindex" attributes (#26733)wxiaoguang2023-08-262-3/+3
* Simplify helper CSS classes and avoid abuse (#26728)wxiaoguang2023-08-266-14/+14
* Make issue template field template access correct template data (#26698)wxiaoguang2023-08-241-2/+1
* Add `member`, `collaborator`, `contributor`, and `first-time contributor` rol...yp053272023-08-241-11/+6
* Improve show role (#26621)yp053272023-08-223-61/+23
* Improve translation of milestone filters (#26569)CaiCandong2023-08-211-2/+2
* Improve deadline icon location in milestone list page (#26532)yp053272023-08-161-1/+1
* Allow to archive labels (#26478)puni98692023-08-142-2/+12
* Refactor project templates (#26448)Denys Konovalov2023-08-122-55/+68
* Fix incorrect redirection in new issue using references (#26440)CaiCandong2023-08-101-1/+1
* Use template context function for avatar rendering (#26385)wxiaoguang2023-08-106-49/+49