summaryrefslogtreecommitdiffstats
path: root/models/issue.go
Commit message (Expand)AuthorAgeFilesLines
...
* able edit issue labels/milestone/assigneeUnknwon2015-08-151-39/+120
* Show owner/poster tags of comments and fix #1312Unknwon2015-08-141-0/+12
* finish close/reopen issueUnknwon2015-08-131-7/+14
* finish view comments on issue pageUnknwon2015-08-131-73/+229
* add comment form UIUnknwon2015-08-121-10/+6
* finish view issue without comments and opsUnknwon2015-08-121-28/+31
* finish attachments when create issueUnknwon2015-08-111-29/+77
* fix template errorUnknwon2015-08-101-1/+0
* finish new issue action and mentionsUnknwon2015-08-101-2/+18
* rename functionsUnknwon2015-08-101-2/+2
* finish create issue with milestone and assigneeUnknwon2015-08-101-81/+130
* finish create issue with milestoneUnknwon2015-08-101-42/+52
* finish create issue with labelsUnknwon2015-08-101-2/+12
* add migrate from issue.label_ids to issue_labelUnknwon2015-08-101-48/+138
* Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2Unknwon2015-08-101-10/+10
|\
| * list view: issue, label, milestoneUnknwon2015-08-091-10/+10
* | UI: create issue with title and contentUnknwon2015-08-091-13/+13
* | WIP: create PR - choose branchUnknwon2015-08-081-14/+14
|/
* remove useless codeUnknwon2015-08-061-1/+0
* remove Index field of milestoneUnknwon2015-08-061-27/+11
* #334: Add Deployment Key SupportUnknwon2015-08-061-12/+6
* fix issue stats with milestone filterUnknwon2015-08-051-1/+4
* Merge branch 'develop' of github.com:gogits/gogs into feature/milestoneUnknwon2015-08-051-2/+3
|\
| * allow anonymous SSH cloneUnknwon2015-08-051-2/+2
* | finish new milestone pageUnknwon2015-08-051-41/+89
* | milestone: editUnknwon2015-08-051-3/+2
* | milestone: create pageUnknwon2015-08-051-0/+4
* | fix namingUnknwon2015-08-051-2/+2
* | milestone: paginationUnknwon2015-08-041-36/+51
* | milestone: list viewUnknwon2015-08-031-13/+19
|/
* fix sqlUnknwon2015-07-251-1/+1
* fix paging links and issue countUnknwon2015-07-251-1/+13
* new issue and label pageUnknwon2015-07-251-59/+50
* UI: CURD labelsUnknwon2015-07-241-11/+7
* UI: basic label listUnknwon2015-07-241-12/+12
* UI: basci issue list without filtersUnknwon2015-07-241-14/+20
* #1073 #1162 issue ID constraint failedUnknwon2015-03-271-1/+3
* Merge branch 'dev' of github.com:gogits/gogs into accessUnknwon2015-02-221-1/+1
|\
| * Fix #933Raphael Randschau2015-02-211-1/+1
* | first pass work on migration #925Unknwon2015-02-111-9/+12
* | Merge pull request #925 from phsmit/newcollaboration无闻2015-02-111-3/+3
|\ \ | |/ |/|
| * Introducing Collaboration StructPeter Smit2015-01-231-3/+3
* | models/action.go: add action reopen for #462Unknwon2015-02-061-16/+10
|/
* bugfix: Unable to assign any issue myselfestetsenko2014-12-241-2/+2
* Safe workUnknwon2014-10-251-1/+4
* Set milestone content field to TEXT orm typeVyacheslav Bakhmutov2014-09-051-1/+1
* New UI merge in progressUnknwon2014-07-261-4/+4
* Fix #303. Specify updated columns explicitly.Justin Nuß2014-07-241-2/+2
* Change Attachment.Path to TEXT (no maximum size)Justin Nuß2014-07-241-1/+1
* Add file upload for attachmentsJustin Nuß2014-07-241-18/+0