summaryrefslogtreecommitdiffstats
path: root/models/issue.go
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge branch 'dev' into feature/attachmentsJustin Nuß2014-07-241-9/+88
|\
| * Update template and style, only close commit if commit is in same repositoryJustin Nuß2014-07-241-9/+30
| * Update progress of milestones when closing/reopening issues and allow closing...Justin Nuß2014-07-231-4/+63
* | Add delete route for attachments, remove upload buttons from issues/commentsJustin Nuß2014-07-241-2/+10
* | WIP: Allow attachments for issues, not only commentsJustin Nuß2014-07-231-3/+15
* | WIP: Allow attachments for commentsJustin Nuß2014-07-231-13/+179
|/
* Merge pull request #299 from nuss-justin/issue/216无闻2014-07-221-0/+6
|\