aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/issue/list.tmpl
Commit message (Collapse)AuthorAge
* refactor(db): move some methods off `user.go` (#7199)Joe Chen2022-10-22
|
* issues: sanitize `DisplayName` (#7009)E99p1ant2022-06-05
| | | | | | | * issues: display issue poster’s `Name` instead of `DisplayName` * sanitize display name * update changelog
* templates/label: another minor style improveUnknwon2017-03-22
|
* templates/label: minor style improveUnknwon2017-03-22
| | | | Add an empty space to make <span> have width.
* template: use DisplayName of users when possible (#4187)Unknwon2017-02-24
|
* Security: fix XSS attack on milestoneUnknwon2017-02-17
| | | | Reported by Miguel Ángel Jimeno.
* #2246 fully support of webhooks for pull requestUnknwon2016-08-14
|
* #3399 500 for upstream pulls page if user has forked repositoryUnknwon2016-08-08
|
* #3348 always use relative avatar link in the templateUnknwon2016-08-05
|
* Fix of template error in "/:owner/:repo/pulls" (#3343)Okunev Yu Dmitry2016-07-29
| | | | | | | | | | If anonymous (not signed in user) requests page "/:owner/:repo/pulls" he gets an error: template: repo/issue/list:11:105: executing "repo/issue/list" at <.PullRequestCtx.Base...>: nil pointer evaluating *models.Repository.Link This commit fixes that. Signed-off-by: Dmitry Yu Okunev <dyokunev@ut.mephi.ru>
* Refactor User.Id to User.IDUnknwon2016-07-24
|
* #3186 fix wrong link for new pull request button of non-fork repositoryUnknwon2016-07-23
|
* Fix misselection of issues view typeUnknwon2016-07-17
|
* #2916 fix sort' field missing on issue pagination linkUnknwon2016-04-04
|
* Fix pull request availability checkUnknwon2016-03-06
|
* #1597 support pull requests in same repositoryUnknwon2016-03-04
|
* Render emojis in more places.Andrey Nering2016-03-02
|
* Add ForegroundColor for labelsLukas Dietrich2016-02-27
|
* 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
* UI: Always show menu on repo pagesAdam Strzelecki2015-12-03
| | | | | Merges repo/sidebar.tmpl with repo/header.tmpl and makes every repo page use middleware.RepoRef() necessary to display information on this menu.
* UI: Make repository menu divide header and contentAdam Strzelecki2015-12-02
| | | | | This is more inline with way GitHub looks like and feels much more natural and in style with rest of the interface.
* work on #1961Unknwon2015-11-16
|
* fix cssUnknwon2015-09-11
|
* #1599 status button mrigin-rightUnknwon2015-09-07
|
* fix buttons styleUnknwon2015-09-02
|
* css fixUnknwon2015-09-02
|
* finish initial version of pull requestUnknwon2015-09-02
|
* fix suburlUnknwon2015-08-27
|
* able sort issuesUnknwon2015-08-15
|
* Filter issues by assigneeUnknwon2015-08-15
|
* finish view issue without comments and opsUnknwon2015-08-12
|
* finish create issue with milestone and assigneeUnknwon2015-08-10
|
* list view: issue, label, milestoneUnknwon2015-08-09
|
* finish new milestone pageUnknwon2015-08-05
|
* milestone: paginationUnknwon2015-08-04
|
* milestone: list viewUnknwon2015-08-03
|
* pagination in repo issues page only if neededFernando San Julián2015-07-30
|
* better pagingUnknwon2015-07-28
|
* fix paging links and issue countUnknwon2015-07-25
|
* new issue and label pageUnknwon2015-07-25
|
* UI: basic label listUnknwon2015-07-24
| | | | - create new label
* UI: basci issue list without filtersUnknwon2015-07-24
| | | | | - fix isRead check - fix paging
* UI: issues - finish basic frameUnknwon2015-07-24
|
* fix suburl for jsUnknwon2015-07-16
|
* UI: install - new versionUnknwon2015-07-08
|
* UI compatibilityUnknwon2015-03-21
|
* Fix user linksJames Cracknell2014-11-28
|
* Add suburl supportUnknwon2014-09-19
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-18
| | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go
* Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-26
|