aboutsummaryrefslogtreecommitdiff
path: root/routers/repo/issue.go
Commit message (Expand)AuthorAge
...
* fix milestone format parseUnknwon2015-08-05
* finish new milestone pageUnknwon2015-08-05
* milestone: editUnknwon2015-08-05
* milestone: create pageUnknwon2015-08-05
* fix namingUnknwon2015-08-05
* milestone: paginationUnknwon2015-08-04
* milestone: list viewUnknwon2015-08-03
* fix #1407Unknwon2015-07-30
* better pagingUnknwon2015-07-28
* fix issue pagingUnknwon2015-07-25
* new issue and label pageUnknwon2015-07-25
* UI: CURD labelsUnknwon2015-07-24
* UI: basic label listUnknwon2015-07-24
* UI: basci issue list without filtersUnknwon2015-07-24
* UI: issues - finish basic frameUnknwon2015-07-24
* fix #1112Unknwon2015-07-10
* #1067: Deleting users should remove them from collaborator listsUnknwon2015-03-17
* Merge branch 'access' of github.com:gogits/gogs into devUnknwon2015-02-28
|\
| * Updating context and fixing permission issuesPeter Smit2015-02-16
| * Merge pull request #925 from phsmit/newcollaboration无闻2015-02-11
| |\
| | * Introducing Collaboration StructPeter Smit2015-01-23
* | | Properly calculate the number of open issues per labelRaphael Randschau2015-02-23
|/ /
* / models/action.go: add action reopen for #462Unknwon2015-02-06
|/
* Fix spelling errors in comments.Joseph Crail2014-12-06
* add milestone page designfuxiaohei2014-11-24
* add pull-request and labels page designfuxiaohei2014-11-17
* Avoid setting missing label/milestone/assignee idsTony Tsang2014-10-22
* Fix misuse of issue index for issue id.Tony Tsang2014-10-21
* add issue router for new issue page ui previewfuxiaohei2014-09-27
* Set cookiepath to AppSubUrlMartin van Beurden2014-09-21
* Add suburl supportUnknwon2014-09-19
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain....Martin van Beurden2014-09-18
* Render milestone content as markdownVyacheslav Bakhmutov2014-09-05
* take params for milestone and assignee from query instead of path argsVyacheslav Bakhmutov2014-09-03
* Use :index instead of :issue in UpdateIssueMilestoneJustin Nuß2014-07-26
* Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-26
* New UI merge in progressUnknwon2014-07-26
* Fix IE bug and show errors.Justin Nuß2014-07-25
* Fix #318. Switch to JS(ON) implementation for issue/comment creation.Justin Nuß2014-07-25
* Fix #321. Allow empty comments as long as there are attachments.Justin Nuß2014-07-25
* Fix #312. Quote file names of attachments.Justin2014-07-24
* Merge branch 'dev' of https://github.com/gogits/Gogs into trello/244Justin Nuß2014-07-24
|\
| * Allow disabling uploadsJustin Nuß2014-07-24
| * Add file upload for attachmentsJustin Nuß2014-07-24
| * Show attachments in issues/comments and add preview for imagesJustin Nuß2014-07-24
| * Allow admins to delete attachments.Justin Nuß2014-07-24
| * Merge branch 'dev' into feature/attachmentsJustin Nuß2014-07-24
| |\
| * | Add delete route for attachments, remove upload buttons from issues/commentsJustin Nuß2014-07-24
| * | WIP: Allow attachments for issues, not only commentsJustin Nuß2014-07-23
| * | WIP: Allow attachments for commentsJustin Nuß2014-07-23