Commit Graph

297 Commits

Author SHA1 Message Date
cec38f2a8c able edit issue labels/milestone/assignee 2015-08-15 00:42:43 +08:00
817b48ed1e Show owner/poster tags of comments and fix #1312 2015-08-14 02:43:40 +08:00
1fb53067f4 finish close/reopen issue 2015-08-13 23:21:43 +08:00
133b19d0c5 finish view comments on issue page 2015-08-13 16:07:11 +08:00
ab2d0b3b44 add comment form UI 2015-08-12 18:44:09 +08:00
b4c0b7b98b finish view issue without comments and ops 2015-08-12 17:04:23 +08:00
34f6cbfc2a finish attachments when create issue 2015-08-11 23:24:40 +08:00
89c2bd4a0d finish create issue attachment UI 2015-08-11 17:54:00 +08:00
17f3e840ec fix cannot parse JSON for attachments 2015-08-11 12:44:14 +08:00
cbc7b7132f finish new issue action and mentions 2015-08-10 23:31:59 +08:00
884bc4ffd8 rename functions 2015-08-10 22:45:49 +08:00
75aff60c90 finish create issue with milestone and assignee 2015-08-10 21:47:23 +08:00
09a1b2a1f5 finish create issue with milestone 2015-08-10 18:57:57 +08:00
922f3f3062 finish create issue with labels 2015-08-10 16:52:08 +08:00
17de3ab0a3 add migrate from issue.label_ids to issue_label 2015-08-10 14:42:50 +08:00
590c464c56 UI: create issue with title and content 2015-08-09 15:23:02 +08:00
dea3a8c6a4 WIP: create PR - choose branch 2015-08-08 22:43:14 +08:00
9d414d4dd9 remove Index field of milestone 2015-08-06 23:25:35 +08:00
34795770c3 fix issue stats with milestone filter 2015-08-05 20:52:17 +08:00
77dcef0cab fix milestone format parse 2015-08-05 20:37:14 +08:00
0705f55ce0 finish new milestone page 2015-08-05 20:23:08 +08:00
74bd6b939c milestone: edit 2015-08-05 18:26:18 +08:00
3e4cdccf6b milestone: create page 2015-08-05 15:24:26 +08:00
ce4dcf1e83 fix naming 2015-08-05 11:18:24 +08:00
9311a9858a milestone: pagination 2015-08-04 22:24:04 +08:00
04458d49a0 milestone: list view 2015-08-03 17:42:09 +08:00
869113704b fix #1407 2015-07-30 20:00:57 +08:00
589618c8a5 better paging 2015-07-28 03:14:37 +08:00
68cacf9c63 fix issue paging 2015-07-25 07:59:54 +08:00
1ba837a055 new issue and label page 2015-07-25 02:52:25 +08:00
dc4aab9925 UI: CURD labels
- fix update lable break connection with repository
2015-07-24 23:13:42 +08:00
ac95f6d50f UI: basic label list
- create new label
2015-07-24 21:02:49 +08:00
86dbda0b42 UI: basci issue list without filters
- fix isRead check
- fix paging
2015-07-24 16:42:47 +08:00
4447a20f87 UI: issues - finish basic frame 2015-07-24 04:50:05 +08:00
35be8741c4 fix #1112 2015-07-10 16:51:25 +08:00
466facc009 #1067: Deleting users should remove them from collaborator lists
- fix delete user but repository watches are not decreased
2015-03-17 21:51:39 -04:00
b0b11fd7b1 Merge branch 'access' of github.com:gogits/gogs into dev 2015-02-28 21:50:29 -05:00
1f61340fa3 Properly calculate the number of open issues per label 2015-02-23 21:26:24 +01:00
ed89b39984 Updating context and fixing permission issues
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.
2015-02-16 12:51:56 +02:00
e805fdb29c Merge pull request #925 from phsmit/newcollaboration
Collaboration
2015-02-11 12:43:13 -05:00
5a99e9a37b models/action.go: add action reopen for #462
- models/issue.go: format comment type names
2015-02-06 20:47:21 -05:00
76f8904718 Introducing Collaboration Struct 2015-01-23 09:54:16 +02:00
39c068400e Fix spelling errors in comments. 2014-12-06 20:22:48 -05:00
79dae254cf add milestone page design 2014-11-24 22:33:04 +08:00
d1a60e3643 add pull-request and labels page design 2014-11-17 23:07:34 +08:00
d87a9cb362 Avoid setting missing label/milestone/assignee ids
Label, milestone, assignee ids are not includes in post request, possible
js or form building bug.
2014-10-22 14:52:49 +08:00
93b9a2acc0 Fix misuse of issue index for issue id.
- UpdateAssignee
- UpdateIssueMilestone
2014-10-21 16:27:01 +08:00
7d48f811f1 add issue router for new issue page ui preview 2014-09-27 19:03:07 +08:00
976f1486e0 Set cookiepath to AppSubUrl 2014-09-21 14:25:22 +02:00
7ba9257a7f Add suburl support 2014-09-19 20:11:34 -04:00