Commit Graph

41 Commits

Author SHA1 Message Date
takezoe
6a7fc55572 Global navigation moves to side menu. 2014-05-05 22:05:41 +09:00
takezoe
02a367fd99 Add SystemSettings to Context properties 2014-03-15 01:24:34 +09:00
takezoe
02d79cb16a (refs #115)Add url switcher to the repository url box 2014-03-13 16:54:11 +09:00
takezoe
ff0af477cb Merge branch 'master' into #33_match-by-email
Conflicts:
	src/main/scala/view/helpers.scala
2013-10-16 01:51:44 +09:00
Tomofumi Tanaka
f74f2c47d3 (refs #120) URL encode tag name
URL encode tag name URL like branch name.
And rename encodeBranchName to encodeRefName.
2013-10-09 09:59:30 +09:00
takezoe
65e6de5ba4 (refs #120)URL encode branch name except '/'. 2013-10-07 02:36:35 +09:00
takezoe
4e63d64c13 Generalize the file index of diff. 2013-09-22 04:05:51 +09:00
takezoe
52ab3c625e (refs #76)Show the content of the previous commit for removed files. 2013-08-15 02:22:11 +09:00
takezoe
e7b9293f3b Merge branch 'master' into #3_repository-search 2013-07-18 17:07:22 +09:00
takezoe
93e4a8931d (refs #3)Add search form to all repository related pages. 2013-07-18 17:06:28 +09:00
takezoe
000afa1ed6 Merge branch 'master' into #33_match-by-email
Conflicts:
	src/main/scala/util/JGitUtil.scala
	src/main/scala/view/helpers.scala
	src/main/twirl/repo/blob.scala.html
	src/main/twirl/repo/commit.scala.html
	src/main/twirl/repo/commits.scala.html
	src/main/twirl/repo/files.scala.html
2013-07-18 15:49:56 +09:00
takezoe
323e25951f Use Gravatar if committer is not registered in GitBucket. 2013-07-18 13:40:21 +09:00
takezoe
828688ddd0 (refs #33)Match committer by mail address. 2013-07-12 04:27:20 +09:00
takezoe
796a276b65 (refs #28)Look up Gravatar if user icon is not configured. 2013-07-11 03:51:50 +09:00
takezoe
485d6131d5 (refs #28)Display avatar images in some places. 2013-07-10 19:57:59 +09:00
takezoe
b3c3bf51ba Small fix. 2013-07-09 21:29:29 +09:00
takezoe
dc3ba18227 Format templates which have a lot of argument. 2013-07-02 19:24:34 +09:00
takezoe
1d6507defb Move common view templates to 'helper' package. 2013-07-02 14:25:15 +09:00
takezoe
f6bce805e2 Fix template file names. 2013-07-01 13:20:48 +09:00
takezoe
89c0e52c1d Refactor for views.
- Replace urls with helpers.url and helpers.assets
- Move google-code-prettify to main.scala.html
- Move some CSS styles to gitbucket.css
2013-06-27 21:19:41 +09:00
takezoe
cc2ed89722 Fix CSS styles. 2013-06-26 20:43:00 +09:00
takezoe
27977d3263 Move implicit conversion for mkHtml to util.Implicits. 2013-06-23 22:26:38 +09:00
takezoe
cc1be57d5f Fix commit message presentation. 2013-06-22 14:19:08 +09:00
takezoe
0ee827eaf5 Convert issue id and commit id in commit message to link. 2013-06-22 14:07:26 +09:00
takezoe
bfb8455bf6 Remove branch / tag icon if there are no branches / tags. 2013-06-21 13:37:23 +09:00
takezoe
ba9efb8613 Omit branches and tags if they have over 5 elements. 2013-06-21 12:02:54 +09:00
takezoe
73d5e09a63 Add branch and tag list to the commit detail page. 2013-06-20 22:17:36 +09:00
takezoe
4176b142e4 Change icons of the file index. 2013-06-20 21:06:08 +09:00
takezoe
1a9693e524 Add page_copy icon. 2013-06-20 14:29:52 +09:00
takezoe
6ee5ab283e Move file index styles to gitbucket.css. 2013-06-20 14:18:49 +09:00
takezoe
d15db8b19a Add file list index to the commit detail page. 2013-06-20 14:13:39 +09:00
takezoe
75851923e6 Fix parent commit id presentation. 2013-06-19 21:07:38 +09:00
takezoe
cd14d22737 Display parent commit id at the commit details page. 2013-06-19 20:07:51 +09:00
takezoe
1f195f1cb1 Add 'Browse code' button to the commit details page. 2013-06-19 15:24:28 +09:00
takezoe
a5a993060a Fix presentation. 2013-06-19 15:16:54 +09:00
takezoe
63d76a3c6e Fix commit log presentation. 2013-06-19 11:07:48 +09:00
takezoe
7a3512ee18 Fix commit log presentation. 2013-06-19 04:27:57 +09:00
takezoe
a6ea5468c7 Rename ProjectService to RepositoryService. 2013-06-04 01:29:54 +09:00
takezoe
f92018ee50 Refactor to use ProjectService instead of JGitUtil directly to retrieve project information. 2013-06-02 15:47:12 +09:00
takezoe
43e9da54b7 Move case classes in RepositoryViewerController to JGitUtil. 2013-06-02 15:15:54 +09:00
takezoe
fec9f2c04c Move HTML templates for the repository viewer to repo.html package. 2013-05-04 02:22:23 +09:00