Naoki Takezoe
f98c849c7c
Merge pull request #1115 from lidice/fix-label-color-format
...
(fixes #1114 )Add Colorpicker options that to force hex format
2016-02-21 03:49:42 +09:00
Naoki Takezoe
aa0bd5b34a
Update version to 3.12
2016-02-20 23:02:00 +09:00
Naoki Takezoe
b52e904ed1
Update CONTRIBUTING.md
2016-02-20 20:52:56 +09:00
lidice
70e0dcf99d
( fixes #1114 )Add Colorpicker options that to force hex format
2016-02-19 20:20:26 +09:00
Naoki Takezoe
56bb20dfd2
(refs #1113 )Improve printing styles
2016-02-19 15:48:14 +09:00
Naoki Takezoe
72affd67b9
Merge pull request #1108 from gitbucket/new-ui
...
New GitHub UI and Mobile support
2016-02-17 03:04:55 +09:00
Naoki Takezoe
0cf1f43deb
Adjust issue / comment form
2016-02-16 17:34:21 +09:00
Naoki Takezoe
8494c682a7
Fix search box style for mobile
2016-02-16 15:02:34 +09:00
Naoki Takezoe
1af5611159
Mobile view improvement
2016-02-16 02:51:09 +09:00
Naoki Takezoe
4d39f63ef7
Tweak header buttons
2016-02-16 02:36:45 +09:00
Naoki Takezoe
120d1c2fff
Implement repository url selector
2016-02-16 01:41:48 +09:00
Naoki Takezoe
62e9c0358a
Adjust new file, new pull request button and others
2016-02-15 23:26:56 +09:00
Naoki Takezoe
5a90848c75
Remove unused code
2016-02-15 09:20:36 +09:00
Naoki Takezoe
760d443f74
Tweak top margin of contents
2016-02-15 09:11:57 +09:00
Naoki Takezoe
5ee0e75dfe
Implementing new header parts
2016-02-15 02:21:00 +09:00
Naoki Takezoe
3b4d2d6f91
Fix header style
2016-02-15 01:02:35 +09:00
Naoki Takezoe
dfaabeb41d
Move sidemenu to header
2016-02-14 23:41:07 +09:00
Naoki Takezoe
0fae2dac35
Merge pull request #1097 from ritschwumm/patch-3
...
Java 8 is a new requirement
2016-02-13 10:23:47 +09:00
Naoki Takezoe
4db4fe28b4
Merge pull request #1102 from ritschwumm/wip/name
...
rename file to the name of the type within
2016-02-13 10:19:08 +09:00
Naoki Takezoe
5b87efa032
(refs #1084 )Remove RepositoryUrls
2016-02-13 10:16:11 +09:00
Herr Ritschwumm
3ad609bad7
rename file to the name of the type within
2016-02-13 01:24:04 +01:00
Naoki Takezoe
8145cba111
Merge branch 'wip/baseurl' of https://github.com/ritschwumm/gitbucket into ritschwumm-wip/baseurl
2016-02-12 23:15:59 +09:00
Herr Ritschwumm
24b9a9a12c
remove RepoBase by moving RepositoryUrls construction into Context
2016-02-11 23:24:09 +01:00
Herr Ritschwumm
ee7220ebd2
move SshAddress into the SystemSettingsService object
2016-02-11 22:55:22 +01:00
Naoki Takezoe
8fb72fd55e
(refs #982 )Provide fixed url for pull request tabs
2016-02-09 18:14:03 +09:00
Naoki Takezoe
a1eded2d9a
Merge pull request #1091 from oohira/fix/review-comment-box-border
...
Fix bug that border of review comment box is not shown
2016-02-09 13:58:18 +09:00
Naoki Takezoe
7f184e1126
Merge pull request #1100 from oohira/fix/label-duplicate-error
...
Fix bug that label duplicate check is wrong
2016-02-09 13:43:47 +09:00
oohira
09aafbcce1
Fix wrong query to find the specified label
2016-02-08 23:40:17 +09:00
Naoki Takezoe
7f5024a746
Change javac option to require Java8
2016-02-08 01:11:54 +09:00
Naoki Takezoe
8fec0870a8
Merge pull request #1098 from nus/fix-hidden-pull-requests
...
Fix some hidden pull requests
2016-02-08 01:03:41 +09:00
Naoki Takezoe
a8d2afaff7
Merge pull request #1099 from gitbucket/scalatest
...
Move to ScalaTest from Specs2
2016-02-07 00:02:46 +09:00
Naoki Takezoe
8fd92f1c2f
Fix compilation error in testcase
2016-02-06 23:39:57 +09:00
Naoki Takezoe
419ea16ead
Remove Specs2 dependency
2016-02-06 22:27:23 +09:00
Naoki Takezoe
e72d808a3c
Migrating testcase to ScalaTest
2016-02-06 22:10:20 +09:00
Naoki Takezoe
44e8c0a9be
Migrating testcase to ScalaTest
2016-02-05 23:00:35 +09:00
Naoki Takezoe
e2c39d7815
Merged branch master into scalatest
2016-02-04 01:51:29 +09:00
Yota Ichino
687cd54f9a
Fix some hidden pull requests
...
IssuesService.IssueLimit value is equalized with
PullRequestService.PullRequestLimit value by this commit.
If without this, some pull requests are hidden.
For example, inspite of 30 pull requests are exists,
pull request page shows 25.
2016-02-03 16:43:49 +00:00
Naoki Takezoe
911754e1dc
Migrating testcase to ScalaTest
2016-02-04 00:40:58 +09:00
Naoki Takezoe
0067cbce6f
Fix failed test
2016-02-04 00:37:50 +09:00
Naoki Takezoe
f40f8427aa
Replace === with ==
2016-02-04 00:27:00 +09:00
oohira
98ceff2391
Fix bug that border of review comment box is not shown
2016-02-04 00:04:07 +09:00
Naoki Takezoe
642a51a208
Merge pull request #1096 from nus/fix-invisible-closed-label
...
Fix invisible closed label
2016-02-03 23:41:37 +09:00
Naoki Takezoe
9ec7c321d8
Merge pull request #1095 from oohira/link-avatar-image-to-profile-page
...
Link avatar image to the user's profile page
2016-02-03 23:33:57 +09:00
Naoki Takezoe
a3c419b6f5
Merge pull request #1086 from oohira/fix/invalid-repos-owner-url
...
Fix repository owner link URL
2016-02-03 23:08:55 +09:00
Naoki Takezoe
15c28cffa4
Merge branch 'ritschwumm-patch-1'
2016-02-03 22:37:40 +09:00
Naoki Takezoe
f4d0f16481
(refs #1083 )Bump sbt launcher
2016-02-03 22:37:09 +09:00
Naoki Takezoe
45535e4fdf
Merge branch 'patch-1' of https://github.com/ritschwumm/gitbucket into ritschwumm-patch-1
2016-02-03 22:34:30 +09:00
ritschwumm
64635c5dc6
Java 8 is a new requirement
2016-02-03 01:19:29 +01:00
Yota Ichino
2fd95c7f1a
Fix invisible closed label
...
Closed label has label-important attribute which
was not defined in gitbucket.css, so that define
the attribute.
2016-02-02 15:35:45 +00:00
oohira
eb6da85183
Link avatar image to the user's profile page
2016-02-02 23:24:05 +09:00