Commit Graph

38 Commits

Author SHA1 Message Date
takezoe
6fd312f784 Formatted. 2013-07-14 03:29:17 +09:00
takezoe
12d59231c5 (refs #2)Record 'open pull request' activity. 2013-07-14 03:28:37 +09:00
takezoe
f163e348e0 (refs #34)Link conversion checks existence of accounts and issues. 2013-07-12 15:15:58 +09:00
takezoe
28cafbcad2 (refs #35)Fixed. 2013-07-12 02:14:27 +09:00
takezoe
72e2c6dca7 Replace String#format() with string interpolation. 2013-07-11 20:19:11 +09:00
takezoe
289ed85365 Fix height of avatar icon. 2013-07-11 12:06:06 +09:00
takezoe
07dd459f3c Add method for request cache to app.Context. 2013-07-11 11:20:56 +09:00
takezoe
0170f9b44a Replace implicit conversion with implicit class. 2013-07-11 11:03:59 +09:00
takezoe
796a276b65 (refs #28)Look up Gravatar if user icon is not configured. 2013-07-11 03:51:50 +09:00
takezoe
129020dbc4 (refs #4)Implementing activity recording for git push. 2013-07-07 03:50:11 +09:00
takezoe
342810aa3a (refs #4)Record issue creation activity. 2013-07-06 20:14:49 +09:00
takezoe
f84078c7ca (refs #4)Add 'Public Activity' tab to the account information page. 2013-07-06 20:03:34 +09:00
takezoe
a326e4b095 Add helper which convert singular and plural. 2013-07-04 08:57:43 +09:00
takezoe
4370ad06ea Move extendsHtmlSeq which provides mkHtml to view.helpers because it's used at only views. 2013-06-29 15:30:24 +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
808478ac43 Remove unnecessary commented code. 2013-06-26 19:36:27 +09:00
takezoe
27977d3263 Move implicit conversion for mkHtml to util.Implicits. 2013-06-23 22:26:38 +09:00
takezoe
66499024e9 Fix regex pattern. 2013-06-22 22:34: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
shimamoto
5e90acb64c Change date format. 2013-06-20 21:57:15 +09:00
takezoe
875e1a0caa Add a implicit conversion which adds mkHtml to views.implicit. 2013-06-20 21:05:06 +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
ef677bdb08 Fix commit id / issue id link in markdown. 2013-06-09 00:32:28 +09:00
takezoe
5e6e69d078 Add syntax highlighting in Wiki. 2013-06-07 03:14:08 +09:00
takezoe
faf162a5f0 Small fix. 2013-06-04 21:05:08 +09:00
takezoe
78ad794613 Rename ProjectService to RepositoryService. 2013-06-04 01:14:27 +09:00
takezoe
03017ae4ba Fix commit id link. 2013-06-03 01:46:04 +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
db893af8e6 Enables FENCED_CODE_BLOCKS in Markdown. 2013-05-06 04:00:57 +09:00
takezoe
55c669a253 Support Wiki links. 2013-05-06 03:49:18 +09:00
takezoe
ea4d736931 Implementing Wiki part. 2013-05-02 02:32:19 +09:00
takezoe
29c0e73caf Use view.helpers functions as helpers.xxx 2013-04-21 03:53:05 +09:00
takezoe
1e80f03848 Start to implement the commit detail page. 2013-04-21 03:45:30 +09:00
takezoe
257f8c01b6 Initial Import. 2013-04-11 01:48:01 +09:00