Naoki Takezoe
4bc4a16a80
Merge branch 'master' into newui-for-dashboard
...
Conflicts:
src/main/twirl/dashboard/issueslist.scala.html
src/main/twirl/dashboard/pullslist.scala.html
2014-11-01 03:14:19 +09:00
Naoki Takezoe
d88a105628
Merge pull request #512 from mrkm4ntr/create-branch-ui
...
(refs #394 ) Create branch from Web UI
2014-11-01 03:10:38 +09:00
Naoki Takezoe
dbde79d2f2
Merge pull request #342 from bati11/feature-tasklist
...
Implement "Task List" in markdown
2014-11-01 03:09:24 +09:00
Naoki Takezoe
e6e3786b47
(refs #529 )Visibility filter
2014-11-01 03:05:52 +09:00
Tomofumi Tanaka
4c1b8004fc
(refs #533 )Admin user must not disable self account yourself
2014-10-29 09:15:20 +09:00
Naoki Takezoe
13c206d068
Applying new Issues UI to dashboard
2014-10-19 21:34:12 +09:00
Naoki Takezoe
4c89c40944
(refs #522 )Recover user filter in dashboard
2014-10-18 19:11:30 +09:00
Shintaro Murakami
0f0986afcf
(refs #394 )Create branch from Web UI
2014-10-16 22:03:49 +09:00
Shintaro Murakami
5d5f1f8bdd
(refs #514 ) Fix problems of renaming repository.
2014-10-16 22:03:49 +09:00
bati11
1fe448a83b
Merge branch 'master' into feature-tasklist
...
Conflicts:
src/main/twirl/issues/issuedetail.scala.html
2014-10-11 12:07:14 +09:00
Shintaro Murakami
26a45d0117
(refs #514 ) Fix problems of renaming repository.
2014-10-09 22:05:42 +09:00
Naoki Takezoe
28585d1a3d
Merge branch 'new-issue-ui'
2014-10-06 01:54:19 +09:00
shimamoto
9d69a48c65
(refs #488 ) Fix bug for refer comment.
2014-10-06 01:40:23 +09:00
Naoki Takezoe
91b82c2652
(refs #505 )Disable the plugin system in default
2014-10-05 18:08:33 +09:00
shimamoto
b1017140aa
(refs #488 ) Fixed the action for issue and comment content change.
2014-10-05 17:13:58 +09:00
takezoe
fc806b8813
Merge branch 'new-issue-ui' of https://github.com/takezoe/gitbucket into new-issue-ui
2014-10-05 15:37:22 +09:00
takezoe
836913482b
(refs #488 )Issue label editing is completed
2014-10-05 15:37:09 +09:00
shimamoto
4ffbf89e74
(refs #488 ) Fixed the action for issue title change.
2014-10-05 04:43:11 +09:00
Tomofumi Tanaka
43babfed94
(refs #498 ) Correct pull request counts
2014-09-29 14:00:29 +09:00
Tomofumi Tanaka
d78315695b
(refs $#498)Don't show private repo user doesn't have permission
...
This fix in the dashboard pull request view
But this fix still has a problem show wrong count number pull request.
2014-09-29 11:27:48 +09:00
Naoki Takezoe
b516be242d
(refs #488 )Show number of issues for each labels
2014-09-28 11:43:58 +09:00
Naoki Takezoe
0124f7cc3c
(refs #488 )Change permission to access to labels
2014-09-28 11:35:19 +09:00
Naoki Takezoe
3370499421
(refs #488 )Apply new UI to labels
2014-09-28 03:04:36 +09:00
Naoki Takezoe
71fdbe7b71
(refs #488 )Apply new UI to Milestones tab
2014-09-25 02:32:55 +09:00
Naoki Takezoe
cc639da17e
(refs #488 )Unify issues and pull requests template
2014-09-23 18:11:46 +09:00
Naoki Takezoe
f619f4a9bc
(refs #488 )Remove unnecessary template arguments
2014-09-23 17:50:47 +09:00
Naoki Takezoe
5dffc2a64e
(refs #488 )Batch edit for pull requests
2014-09-23 17:41:53 +09:00
Naoki Takezoe
bb63a8d14c
(refs #488 )Remove unnecessary template arguments
2014-09-23 17:23:52 +09:00
Naoki Takezoe
c1263cc16d
(refs #488 )Batch edit for issues
2014-09-23 14:57:29 +09:00
Naoki Takezoe
46041a3762
(refs #488 )Apply new UI to the pull request list
2014-09-22 19:10:39 +09:00
Naoki Takezoe
20b0553f7f
(refs #488 )Exclude pull requests from the issue list
2014-09-22 18:38:28 +09:00
Naoki Takezoe
90487eb7b7
(refs #488 )Merge user filter into IssueSearchCondition
2014-09-22 10:08:22 +09:00
bati11
e1f310317d
Modify GitBucketHtmlSerializer constructor parameters
...
- Add to the GitBucketHtmlSerializer constructor parameter "hasWritePermission"
- Remove the call to the RepositoryService.hasWritePermission in GitBucketHtmlSerializer
2014-09-19 14:13:53 +09:00
bati11
937814ec5d
Merge branch 'master' into feature-tasklist
...
Conflicts:
src/main/scala/app/IssuesController.scala
src/main/twirl/issues/create.scala.html
2014-09-19 12:45:09 +09:00
bati11
b55fc649a6
Change crlf to lf
2014-09-19 12:43:04 +09:00
Naoki Takezoe
287a0b6669
(refs #488 )Copy listparts.scala.html from issues/pulls to dashboard.
2014-09-15 23:47:06 +09:00
Naoki Takezoe
5bddd352af
(refs #453 )Fix "Test Hook" behavior
2014-09-15 13:04:39 +09:00
Tomofumi Tanaka
a602ece8e9
(refs #490 )Set HEAD ref when saved default branch
...
GitBucket allows user to configure default branch in the repository.
But it's only affect repository viewer in the GitBucekt world.
This change set default branch in the Git world.
2014-09-12 22:01:21 +09:00
Naoki Takezoe
b9ade60eb2
(refs #464 )Improve plugin installing/updating behavior
2014-09-01 01:11:19 +09:00
Naoki Takezoe
0f5dbc5788
Merge branch 'master' into scala-plugin
...
Conflicts:
project/build.scala
2014-09-01 00:02:31 +09:00
Tomofumi Tanaka
d947410e3c
(refs #434 )Refactor to get last modified commit
2014-08-24 22:18:21 +09:00
Tomofumi Tanaka
db59bc08ac
(refs #434 )Show only last modified commit
2014-08-24 22:18:14 +09:00
Naoki Takezoe
53d0974760
(refs #457 )Fix the target of updateRef
2014-08-17 13:01:05 +09:00
Naoki Takezoe
bab93ea4f5
(refs #464 )Fix compilation error
2014-08-13 22:06:08 +09:00
Naoki Takezoe
dd809896c8
(refs #464 )Add extension point to inject JavaScript instead of adding button
2014-08-11 00:45:58 +09:00
Naoki Takezoe
93536d3365
(refs #464 )Add new extension point to add buttons
2014-08-10 05:42:06 +09:00
Naoki Takezoe
098b18fe6d
(refs #464 )Experimental implementation of Scala based plugin
2014-08-10 04:33:57 +09:00
Naoki Takezoe
2bc915f51b
Disable JavaScript console
2014-08-04 00:00:41 +09:00
Naoki Takezoe
20aabfc273
Merge branch 'scala-2.11'
2014-08-03 19:13:34 +09:00
Tomofumi Tanaka
c22aef8ee2
(refs #421 )Add tar.gz archive download
...
* Update jgit version
* Add new lib org.eclipse.jgit.archive
* TODO: Add link in views
2014-08-01 23:56:02 +09:00