aboutsummaryrefslogtreecommitdiff
path: root/routers/repo/issue.go
Commit message (Collapse)AuthorAge
...
* add comment form UIUnknwon2015-08-12
|
* finish view issue without comments and opsUnknwon2015-08-12
|
* finish attachments when create issueUnknwon2015-08-11
|
* finish create issue attachment UIUnknwon2015-08-11
|
* fix cannot parse JSON for attachmentsUnknwon2015-08-11
|
* finish new issue action and mentionsUnknwon2015-08-10
|
* rename functionsUnknwon2015-08-10
|
* finish create issue with milestone and assigneeUnknwon2015-08-10
|
* finish create issue with milestoneUnknwon2015-08-10
|
* finish create issue with labelsUnknwon2015-08-10
|
* add migrate from issue.label_ids to issue_labelUnknwon2015-08-10
|
* UI: create issue with title and contentUnknwon2015-08-09
|
* WIP: create PR - choose branchUnknwon2015-08-08
|
* remove Index field of milestoneUnknwon2015-08-06
|
* fix issue stats with milestone filterUnknwon2015-08-05
|
* 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
| | | | - fix update lable break connection with repository
* 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 #1112Unknwon2015-07-10
|
* #1067: Deleting users should remove them from collaborator listsUnknwon2015-03-17
| | | | - fix delete user but repository watches are not decreased
* Merge branch 'access' of github.com:gogits/gogs into devUnknwon2015-02-28
|\
| * Updating context and fixing permission issuesPeter Smit2015-02-16
| | | | | | | | | | | | The boolean flags in the repo context have been replaced with mode and two methods Also, the permissions have been brought more in line with https://help.github.com/articles/permission-levels-for-an-organization-repository/ , Admin Team members are able to change settings of their repositories.
| * Merge pull request #925 from phsmit/newcollaboration无闻2015-02-11
| |\ | | | | | | Collaboration
| | * 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
|/ | | | - models/issue.go: format comment type names
* 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
| | | | | Label, milestone, assignee ids are not includes in post request, possible js or form building bug.
* Fix misuse of issue index for issue id.Tony Tsang2014-10-21
| | | | | - UpdateAssignee - UpdateIssueMilestone
* 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. ↵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
* 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
|