Naoki Takezoe
e4992bbd17
Fix styles of repository setting pages
2015-12-07 16:56:38 +09:00
Naoki Takezoe
7853b22522
Fix sidebar style
2015-12-07 16:01:03 +09:00
Naoki Takezoe
9475215fa6
Fix styles of plugins page
2015-12-07 15:20:06 +09:00
Naoki Takezoe
8622bbd2ac
Fix styles of account and group creation page
2015-12-07 14:38:18 +09:00
Naoki Takezoe
0cdcc252e0
Merge branch 'master' into css_bootstrap3
...
Conflicts:
src/main/twirl/gitbucket/core/account/edit.scala.html
2015-12-07 08:33:22 +09:00
Naoki Takezoe
9477cca8e8
Fix box style
3.9
2015-12-05 19:54:32 +09:00
Naoki Takezoe
176e427058
Update README.md for 3.9 release
2015-12-05 19:48:44 +09:00
Naoki Takezoe
1bf26cacb9
Update version to 3.9.0
2015-12-05 19:46:29 +09:00
Naoki Takezoe
38e8247483
Fix styles of system administration page
2015-12-05 19:45:07 +09:00
Naoki Takezoe
44aa12108c
Fix styles of the repository creation page and more
2015-12-05 14:54:50 +09:00
Naoki Takezoe
dd73405aa9
Fix styles
2015-12-05 12:41:55 +09:00
Naoki Takezoe
6710393a53
Merge branch 'master' into css_bootstrap3
2015-12-05 11:53:15 +09:00
Naoki Takezoe
711aee1c8b
Fix markedj version as 1.0.5
2015-12-05 03:54:51 +09:00
Naoki Takezoe
51be1048d5
(refs #987 )Remove user related data when users delete themselves
2015-12-05 03:45:26 +09:00
Naoki Takezoe
50166f04d8
Disable auto completion in the select user field
2015-12-05 03:43:57 +09:00
Naoki Takezoe
7eb6fea08b
Fix typo in comment
2015-12-05 03:12:21 +09:00
Naoki Takezoe
8e3c054da4
Merge pull request #983 from team-lab/feature/webhook-review-comment
...
Send webhook on create pull request review comment
2015-12-05 01:14:54 +09:00
nazoking
5249b67df1
Merge branch 'master' into feature/webhook-review-comment
2015-12-03 20:09:46 +09:00
Naoki Takezoe
583830c1c2
Fix styles
2015-12-01 02:47:09 +09:00
Naoki Takezoe
bb75f1c034
Merge branch 'css_bootstrap3' of https://github.com/takezoe/gitbucket into css_bootstrap3
2015-12-01 02:12:08 +09:00
Naoki Takezoe
b7a9236283
Merge branch 'master' of https://github.com/takezoe/gitbucket into css_bootstrap3
2015-12-01 01:37:14 +09:00
Naoki Takezoe
7e0e172d37
Fix fork button
2015-11-30 23:22:16 +09:00
Naoki Takezoe
ea37a34476
Fix styles of issues and pull requests
2015-11-30 01:16:27 +09:00
Naoki Takezoe
fb5564de07
Fix diff styles
2015-11-27 12:53:10 +09:00
Naoki Takezoe
cead7e9e4e
Fix commit list style
2015-11-27 12:37:26 +09:00
Naoki Takezoe
7cf23b6c56
Fix pull request creation form style
2015-11-27 12:37:16 +09:00
Naoki Takezoe
1080821862
Fix issue styles
2015-11-27 10:16:17 +09:00
Naoki Takezoe
0bf843ce2a
Fix styles
2015-11-27 10:10:15 +09:00
Naoki Takezoe
b8bd8f5512
Fix branch list styles
2015-11-27 09:43:17 +09:00
Naoki Takezoe
12fba30ef8
Fix styles
2015-11-25 10:44:55 +09:00
Naoki Takezoe
dc5cb74f4d
Merge branch 'master' of https://github.com/takezoe/gitbucket
2015-11-18 01:48:47 +09:00
Naoki Takezoe
446a524b5a
Upgrade scalatra-forms to 0.2.0 to solve performance issue
2015-11-18 01:48:40 +09:00
Naoki Takezoe
121110aede
Fix markdown header style
2015-11-17 23:19:08 +09:00
Naoki Takezoe
c76a8562ea
Merge pull request #995 from uli-heller/patch-2
...
extensibility is probably the right word?
2015-11-17 19:28:00 +09:00
uli-heller
495d8069f5
extensibility is probably the right word?
2015-11-17 09:51:50 +01:00
Naoki Takezoe
70af6d0c35
Update README.md
2015-11-17 16:04:58 +09:00
Viliam Dias
9777d543b1
Remove the getWikiSideBar service
...
And use getWikiPage to avoid code repetition.
2015-11-16 16:35:07 -02:00
Naoki Takezoe
abfc6eea1e
Fix repository setting pages presentation
2015-11-17 01:52:14 +09:00
Naoki Takezoe
fd2f3e252c
Fix webhook editing presentation and performance issue
2015-11-17 01:51:55 +09:00
Naoki Takezoe
3b6d0065a2
Once delete editHooks.scala.html to rename
2015-11-17 01:48:13 +09:00
Viliam Dias
51acf72e0d
A sidebar page for the wiki
...
A simple wiki page (markdown file "_Sidebar.md") is used as a sidebar menu for the wiki.
Github specification:
https://help.github.com/articles/creating-a-sidebar/
- the sidebar is rendered below the pages index.
- if you click on page index "counter" you can collapse or expand the
page list.
2015-11-16 14:33:02 -02:00
Viliam Dias
6ad724d80c
A service to get the wiki sidebar page
...
- getWikiSideBar: a new service to get the wiki sidebar file "_Sidebar.md".
- getFileContent: must ignore MD files which starts with "_".
2015-11-16 14:25:22 -02:00
Naoki Takezoe
7ffe2ab864
Fix global header style
2015-11-15 12:54:34 +09:00
Naoki Takezoe
2f6febb748
Adjust styles for Bootstrap3
2015-11-15 02:27:55 +09:00
Naoki Takezoe
092c897150
Fix sidebar style
2015-11-15 02:05:24 +09:00
Naoki Takezoe
30f072f925
Merge pull request #992 from team-lab/fix/lost-webhook-events-on-rename-repository
...
fix lost web hook events on repository renamed.
2015-11-14 15:02:41 +09:00
nazoking
72d0282613
Merge branch 'master' into feature/webhook-review-comment
2015-11-14 13:27:40 +09:00
nazoking
a56f766497
fix lost web hook events on repository renamed.
2015-11-14 13:16:13 +09:00
Naoki Takezoe
31b5583896
Fix header styles
2015-11-13 02:32:04 +09:00
Naoki Takezoe
7c95bfc77e
Merge branch 'master' into css_bootstrap3
2015-11-12 03:45:00 +09:00