]> source.dussan.org Git - gitea.git/commit
Milestone issues and pull requests (#5293)
authorLunny Xiao <xiaolunwen@gmail.com>
Thu, 29 Nov 2018 01:46:30 +0000 (09:46 +0800)
committerGitHub <noreply@github.com>
Thu, 29 Nov 2018 01:46:30 +0000 (09:46 +0800)
commit2dc805c0c6e85099f3f346ba78f3a52abf032ce4
tree2adeae8beaa207c80908914d3f6e48d82e2ae21d
parentd5d847e5c4f0cf1470fc51f96d57917e4d9f5d83
Milestone issues and pull requests (#5293)

* add milestone issues and pulls page instead of redirecting issues page

* add milestone when creating issue from milestone page

* refactor to merge similiar codes as a new function issues

* remove milestone info on milestone issues list

* fix missing params
models/issue.go
models/issue_milestone.go
options/locale/locale_en-US.ini
routers/repo/issue.go
routers/repo/milestone.go [new file with mode: 0644]
routers/routes/routes.go
templates/repo/issue/milestone_issues.tmpl [new file with mode: 0644]
templates/repo/issue/milestones.tmpl