aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/new_form.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Show full name if DefaultShowFullName setting activated (#6710)Wim2019-05-081-2/+2
| | | | | Adds a new key DEFAULT_SHOW_FULL_NAME (default false) to the [ui] section. If enabled the full name will be shown (unless it's empty, then the default username will be used)
* Fix 6655 - there is no need to EscapePound .Link as it is already escaped ↵zeripath2019-04-161-1/+1
| | | | | (#6656) Signed-off-by: Andrew Thornton <art27@cantab.net>
* Allow labels to contain emoji (#6063)John Olheiser2019-02-161-2/+2
| | | | | | | | | | | | | | | | | | | * Add emoji to labels Minor cleanup of tribute code in footer.tmpl Signed-off-by: jolheiser <john.olheiser@gmail.com> * Quick find/replace in other i18n files containing label translations Signed-off-by: jolheiser <john.olheiser@gmail.com> * Revert "Quick find/replace in other i18n files containing label translations" This reverts commit ec3e1a3a1775989301bb2c1cd08e8871b317688d. * Add style to overwrite emoji height in labels * Revert Makefile change that makes Windows work
* 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
| | | | | | | | | | | | | | | | | * prevent pull request to be merged when PR is a WIP * add tests * add helper to prepend WIP: in PR title * move default wip prefixes into settings * use configurable WIP prefixes in javascript and default to first one in templates * add documentation * add unit test on pull model Signed-off-by: Julien Tant <julien@craftyx.fr>
* Multiple assignees (#3705)kolaente2018-05-091-6/+35
|
* Responsive view (#2750)Morgan Bazalgette2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Viewport meta tag * responsive: dashboard * responsive: issues page * responsive: Explore page * responsive: navbar, and some navbar css refactoring * responsive: button for collapsing navbar in mobile view * Mark the hamburger button as active when pressed * better homepage for responsive views * Bring back jump class in navbar The class was necessary, because this way the dropdown doesn't assume the contents of the selected item. * make repository homes responsive * Make file view page responsive * Make forms look good on responsive views * make commits and commit diff view responsive * issues and PRs * responsive wiki * Don't place auto-init far off the page * Minor changes to amend broken stuff minor improvements - make login/sign up in navbar stackable - make navbar in explore and sign in not stackable Change selected class in TestPullCompare Fix typo that happened when rebasing fix dashboard on org view improve profile UI Use clearing on file diff to fix broken UI caused by floating elements remove unresolved merge conflict, and | Sanitize Fix repo home not loading
* 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
|
* Indent all templates with tabsAdam Strzelecki2015-12-081-59/+59
| | | | | | | | | | | | 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-131-1/+1
|
* rename fieldsUnknwon2015-08-311-0/+4
|
* fix HTMLUnknwon2015-08-261-3/+3
|
* Filter issues by assigneeUnknwon2015-08-151-2/+2
|
* add comment form UIUnknwon2015-08-121-16/+1
|
* finish view issue without comments and opsUnknwon2015-08-121-2/+0
|
* finish attachments when create issueUnknwon2015-08-111-4/+5
|
* finish create issue attachment UIUnknwon2015-08-111-0/+3
|
* finish create issue with milestone and assigneeUnknwon2015-08-101-7/+13
|
* finish create issue with milestoneUnknwon2015-08-101-14/+41
|
* finish create issue with labelsUnknwon2015-08-101-6/+10
|
* add migrate from issue.label_ids to issue_labelUnknwon2015-08-101-12/+14
|
* upgrade new issue to SUI v2Unknwon2015-08-101-6/+9
|
* UI: create issue with title and contentUnknwon2015-08-091-0/+88