Commit Graph

41 Commits

Author SHA1 Message Date
Tobias Roeser
4276c8f23e Support relative links in asciidoc files. 2014-03-04 16:43:56 +01:00
Tobias Roeser
3db3bf1b74 Rewrite relative links to reflect the base url of the repo. 2014-03-04 11:38:56 +01:00
Tobias Roeser
0311359922 Merge branch 'master' into asciidoctorj 2014-03-02 09:15:57 +01:00
takezoe
94576a876a (refs #280)Commit count limitation is changed to 10000 from 1000. 2014-03-02 01:23:30 +09:00
Tobias Roeser
97b1a0090d Initial support for rendering asciidoc files. 2014-02-26 15:14:39 +01:00
Tobias Roeser
8677146a8d Show the correct name of the readme file (instead of showing always README.md). 2014-02-26 12:12:49 +01:00
Tobias Roeser
2c14dfb781 Show the correct name of the readme file (instead of showing always README.md). 2014-02-26 12:09:14 +01:00
shootaroo
108f9fccdd Fix style markdown table on README.md 2013-12-13 19:28:10 +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
Robin Stocker
035f3f9e02 Add padding around repository readme content
It looks quite bad without padding.
2013-10-06 22:12:03 +02:00
takezoe
65e6de5ba4 (refs #120)URL encode branch name except '/'. 2013-10-07 02:36:35 +09:00
takezoe
e7b9293f3b Merge branch 'master' into #3_repository-search 2013-07-18 17:07:22 +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
cb591925ea (refs #3)Add search field to header area. 2013-07-16 21:58:09 +09:00
takezoe
f163e348e0 (refs #34)Link conversion checks existence of accounts and issues. 2013-07-12 15:15:58 +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
a6d2381a68 Small fix about presentation. 2013-07-08 15:13:51 +09:00
takezoe
67d6cf37a5 Display the commit count at the repository viewer. 2013-07-06 16:49:06 +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
5ad4dfc33f CSS enhancement. 2013-06-24 19:03:15 +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
d59827d1e0 Change omit link style. 2013-06-21 12:03:24 +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
3de5199575 Disables issue link and commit link in the markdown at README.md. 2013-06-19 02:04:05 +09:00
takezoe
b72bbb6dcd Improve repository presentation. 2013-06-18 19:59:03 +09:00
takezoe
ef677bdb08 Fix commit id / issue id link in markdown. 2013-06-09 00:32:28 +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
8f9b459123 Convert the issue number and the commit id to the link. 2013-06-02 02:30:50 +09:00
takezoe
fec9f2c04c Move HTML templates for the repository viewer to repo.html package. 2013-05-04 02:22:23 +09:00