aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/new_form.tmpl
Commit message (Expand)AuthorAgeFilesLines
* Use data-tooltip-content for tippy tooltip (#23649)wxiaoguang2023-03-241-1/+1
* Decouple the issue-template code from comment_tab.tmpl (#23556)wxiaoguang2023-03-211-1/+23
* Use `project.IconName` instead of repeated unreadable `if-else` chains (#23538)yp053272023-03-191-6/+3
* Allow both fullname and username search when `DEFAULT_SHOW_FULL_NAME` is true...Hester Gong2023-03-161-1/+1
* Deduplicate template code for label selection menu (#23431)Brecht Van Lommel2023-03-121-44/+1
* 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-051-4/+4
* Refactor `ctx` in templates (#23105)wxiaoguang2023-03-021-1/+1
* Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov...wxiaoguang2023-02-191-4/+4
* Scoped labels (#22585)Brecht Van Lommel2023-02-181-2/+14
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-3/+3
* Move helpers to be prefixed with `gt-` (#22879)zeripath2023-02-131-13/+13
* Pull Requests: setting to allow edits by maintainers by default, tweak UI (#2...Brecht Van Lommel2023-02-131-1/+1
* Do not add links to Posters or Assignees with ID < 0 (#20577)zeripath2022-09-031-3/+1
* Make sure fmt catches all templates (#20979)silverwind2022-08-311-2/+2
* Refactor `i18n` to `locale` (#20153)Gusted2022-06-271-31/+31
* prevent double click new issue/pull/comment button (#16157)a10121127962022-05-071-1/+1
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-281-0/+9
* Redirect on project after issue created (#17211)Romain2021-10-051-0/+1
* Display current stopwatch in navbar (#14122)Norwin2021-01-211-1/+1
* Style and template tweaks (#13828)silverwind2020-12-041-1/+1
* Direct avatar rendering (#13649)silverwind2020-12-031-3/+3
* Dropdowns, Labels fixes and more CSS tweaks (#13733)silverwind2020-11-291-57/+69
* Fix label display on new issues (#13590)silverwind2020-11-171-13/+1
* Fix issue label rendering (#13570)silverwind2020-11-151-2/+6
* Change search and filter icons to SVG (#13473)silverwind2020-11-091-4/+4
* Make SVG size argument optional (#12814)silverwind2020-09-111-11/+11
* Issue templates directory (#11450)John Olheiser2020-09-111-1/+1
* Kanban board (#8346)Lanre Adelowo2020-08-161-1/+58
* rework eslint config (#11615)silverwind2020-06-091-5/+2
* Remove last traces of has-emoji class (#11263)mrsdizzie2020-05-011-6/+6
* Allow emoji short code in labels (#11250)mrsdizzie2020-04-301-6/+6
* Add titles and improve messages on sidebar menus (#10872)赵智超2020-04-041-52/+66
* Add Organization Wide Labels (#10814)mrsdizzie2020-04-011-1/+9
* Add Octicon SVG spritemap (#10107)John Olheiser2020-02-111-7/+7
* Add description to labels on create issue (#9392)zeripath2019-12-171-1/+2
* Fix max length check and limit in multiple repo forms (#9148)Lauris BH2019-11-251-1/+1
* add marking to title_wip_desc (#8705)May2019-10-291-1/+1
* Show full name if DefaultShowFullName setting activated (#6710)Wim2019-05-081-2/+2
* Fix 6655 - there is no need to EscapePound .Link as it is already escaped (#6...zeripath2019-04-161-1/+1
* Allow labels to contain emoji (#6063)John Olheiser2019-02-161-2/+2
* allow WIP marker to contains < or > (#4709)Julien Tant2018-08-191-1/+1
* Disable merging a WIP Pull request (#4529)Julien Tant2018-08-131-1/+8
* Multiple assignees (#3705)kolaente2018-05-091-6/+35
* Responsive view (#2750)Morgan Bazalgette2017-12-301-1/+1
* Add possibility to record branch or tag information in an issue (#780)Zsombor2017-08-241-0/+2
* #3348 always use relative avatar link in the templateUnknwon2016-08-051-3/+3
* Refactor User.Id to User.IDUnknwon2016-07-241-2/+2
* Add prorper escaping of url in issue formOdin Ugedal2016-03-151-1/+1
* Fix tab index on new issue/comment formchriswatt2016-02-071-1/+1