aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/issue/new_form.tmpl
Commit message (Collapse)AuthorAge
* refactor(db): move some methods off `user.go` (#7199)Joe Chen2022-10-22
|
* pkg/context: apply EscapePound at context levelUnknwon2018-09-28
| | | | | | Always escape template variable {{.Link}} variable and redirect calls. Relates to #5442
* Refactoring: rename Signed -> LoggedUnknwon2017-04-06
|
* pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML}Unknwon2017-04-06
|
* templates/label: another minor style improveUnknwon2017-03-22
|
* templates/label: minor style improveUnknwon2017-03-22
| | | | Add an empty space to make <span> have width.
* #3348 always use relative avatar link in the templateUnknwon2016-08-05
|
* Refactor User.Id to User.IDUnknwon2016-07-24
|
* Add prorper escaping of url in issue formOdin Ugedal2016-03-15
|
* Fix tab index on new issue/comment formchriswatt2016-02-07
|
* Indent all templates with tabsAdam Strzelecki2015-12-08
| | | | | | | | | | | | This commit improves templates readability, since all of them use consistent indent with all template command blocks indented too. 1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks such as {{if}} {{with}} 2. Cleans all trailing white-space 3. Adds trailing last line-break to each file
* #1854 show issue contentUnknwon2015-11-13
|
* rename fieldsUnknwon2015-08-31
|
* fix HTMLUnknwon2015-08-26
|
* Filter issues by assigneeUnknwon2015-08-15
|
* add comment form UIUnknwon2015-08-12
|
* finish view issue without comments and opsUnknwon2015-08-12
|
* finish attachments when create issueUnknwon2015-08-11
|
* finish create issue attachment UIUnknwon2015-08-11
|
* finish create issue with milestone and assigneeUnknwon2015-08-10
|
* finish create issue with milestoneUnknwon2015-08-10
|
* finish create issue with labelsUnknwon2015-08-10
|
* add migrate from issue.label_ids to issue_labelUnknwon2015-08-10
|
* upgrade new issue to SUI v2Unknwon2015-08-10
|
* UI: create issue with title and contentUnknwon2015-08-09