Commit Graph

19 Commits

Author SHA1 Message Date
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
323e25951f Use Gravatar if committer is not registered in GitBucket. 2013-07-18 13:40:21 +09:00
takezoe
bd1ba67647 Add avatar to the blob view. 2013-07-12 04:29:27 +09:00
takezoe
dc3ba18227 Format templates which have a lot of argument. 2013-07-02 19:24:34 +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
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
44e53e05fd Don't display binary file at the blob view. 2013-06-21 12:53:37 +09:00
takezoe
a5a993060a Fix presentation. 2013-06-19 15:16:54 +09:00
takezoe
7a3512ee18 Fix commit log presentation. 2013-06-19 04:27:57 +09:00
takezoe
b72bbb6dcd Improve repository presentation. 2013-06-18 19:59:03 +09:00
takezoe
927ff5f8c1 BufFix for the repository viewer. 2013-06-05 14:15:23 +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