aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/issue/view_content.tmpl
Commit message (Collapse)AuthorAge
* refactor(db): move some methods off `user.go` (#7199)Joe Chen2022-10-22
|
* templates: rename template function Str2html -> Str2HTMLUnknwon2018-12-10
|
* templates: add 'rel=noopener noreferrer' to <a> tags (#5319)cezar972018-07-02
| | | Signed-off-by: cezar97 <cezar97@protonmail.com>
* public: minor fix for PR #5276Unknwon2018-06-26
|
* pull request: able to add custom commit description (#5276)ususdei2018-06-26
| | | | | | | | | | * pull request merges now allow for custom commit messages * allow i18n on commit_message label * place label above textarea for commit message * rename commit message for pull requests into commit description and pass to git separately
* templates/repo/issue: rework escape delete branch link after merged pull ↵Unknwon2018-04-16
| | | | request (#4601)
* templates/repo/issue: escape delete branch link after merged pull request ↵Unknwon2018-04-16
| | | | (#4601)
* repo/pull: allow rebase before merging (#4805)Unknwon2017-11-15
|
* pull: add an option to use rebase for merging pull requestsmharinder2017-11-15
| | | | | | | | | | | | | | | | For DVCS, either merge or rebase works for getting new code in a pull request in the main branch. The rebase workflow produces a linear history which is cleaner, and more bisect-able. This commit adds a repo-level option to enable the rebase workflow. Once enabled, "Merge Pull Request" will be replaced by "Rebase and Merge Pull Request" which does exactly what the user wants. It's unlikely a project wants a mixed-use of both rebase and merge workflows, therefore the feature is not implemented as a drop-down button like what GitHub does (https://github.com/blog/2243-rebase-and-merge-pull-requests).
* Refactoring: rename Signed -> LoggedUnknwon2017-04-06
|
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-04-06
|
* pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML}Unknwon2017-04-06
|
* template: use DisplayName of users when possible (#4187)Unknwon2017-02-24
|
* comment: only show title of commit message from a commit ref (#3206)Unknwon2017-02-22
|
* Security: fix XSS attack on milestoneUnknwon2017-02-17
| | | | Reported by Miguel Ángel Jimeno.
* provide button to delete merged pull requestTanapol Nearunchorn2016-09-02
|
* #2246 add HTMLURL to webhook typeUnknwon2016-08-16
| | | | - Fill Milestone and Assignee field when available in webhook payload
* Do not show non-image attachment in a <img> tag. Fixes #3215 (#3311)Andrey Nering2016-08-11
|
* #3408 minor code fixUnknwon2016-08-11
|
* Do not show the "Sign up for free" button in issue tracker (#3408)Sandro Santilli2016-08-11
| | | | | | | | | | | | | | * Do not show the "Sign up for free" button in issue tracker The "Sign in to comment" link is good enough and will correctly show or not show the "Sign Up" button link for those not having an account already. Fixes #3407 (link to nowhere when registration is disabled) * Move html from translation to template * Remove extra space in `{{ .SignInLink }}`.
* #3348 always use relative avatar link in the templateUnknwon2016-08-05
|
* #1601 support delete issue commentUnknwon2016-07-26
|
* Refactor User.Id to User.IDUnknwon2016-07-24
|
* #2458 fix emoji been rendered inside raw content areaUnknwon2016-07-11
|
* Improve repository lable styleUnknwon2016-03-15
| | | | | - add border-radius to filter list items - use color as background of label for issue/pull view page
* #1146 finish new access rights for collaboratorsUnknwon2016-03-05
|
* Minor fix for #2444Unknwon2016-02-01
|
* Name popupKim "BKC" Carlbäcker2016-01-26
|
* Implemented participant-listing for issue-pagesKim "BKC" Carlbäcker2016-01-26
|
* 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
* fix #2057Unknwon2015-12-01
|
* minor tabindex fixUnknwon2015-11-11
|
* fix #1824 and fix #1917Unknwon2015-11-11
|
* issue #1824 add tabindexAlexey Makhov2015-11-11
|
* New push to head repo of head branch: regenerate patch and retest applyUnknwon2015-10-24
|
* fix possible XSS in view issue pageUnknwon2015-09-17
|
* #1603 suburl for comment attachmentsUnknwon2015-09-08
|
* #633 dix suburlUnknwon2015-09-06
|
* finish initial version of pull requestUnknwon2015-09-02
|
* basic PR featureUnknwon2015-09-02
|
* PR: nothing to commit and has pull request checkUnknwon2015-09-02
|
* finish PR UIUnknwon2015-09-02
|
* work on PR conversationUnknwon2015-09-01
|
* #1545 Cross reference the commit from the issue when it is closed by the commitUnknwon2015-08-30
|
* work on #1548Unknwon2015-08-28
|
* fix suburlUnknwon2015-08-27
|
* fix HTMLUnknwon2015-08-26
|
* fix #966Unknwon2015-08-20
|
* allow edit issue and commentUnknwon2015-08-20
|
* able edit issue titleUnknwon2015-08-19
|