Commit Graph

63 Commits

Author SHA1 Message Date
takezoe
b31b7e1e86 Merge branch 'master' into toggle_gravatar
Conflicts:
	src/main/scala/view/AvatarImageProvider.scala
2013-08-06 01:58:47 +09:00
takezoe
b58c19b88b (refs #2)Add issue and pull request icon. 2013-08-05 14:40:06 +09:00
takezoe
4ea23a96ae (refs #2)Implementing pull request list. 2013-08-05 03:31:27 +09:00
takezoe
e52aa7ad3c Merge branch 'master' into fork-and-pullreq
Conflicts:
	src/main/scala/app/RepositoryViewerController.scala
	src/main/scala/service/RepositoryService.scala
2013-08-04 05:10:01 +09:00
takezoe
045b7cf019 Fix avatar problem. 2013-07-29 17:10:45 +09:00
takezoe
b61836adf7 Toggle Gravatar support at the system settings. 2013-07-25 03:00:46 +09:00
takezoe
f10f98abf2 Merge branch 'master' into fork-and-pullreq
Conflicts:
	src/main/resources/update/1_3.sql
	src/main/resources/update/1_4.sql
	src/main/scala/app/CreateRepositoryController.scala
	src/main/scala/service/WikiService.scala
	src/main/twirl/account/repositories.scala.html
2013-07-24 13:29:23 +09:00
takezoe
be78d93c1f Fix avatar tooltip. 2013-07-22 12:22:18 +09:00
takezoe
e4b2ebe2a4 (refs #25)Alert if due date passed. 2013-07-20 19:34:58 +09:00
takezoe
323e25951f Use Gravatar if committer is not registered in GitBucket. 2013-07-18 13:40:21 +09:00
takezoe
269374e6bb Quote src attribute of avatar image. 2013-07-18 03:11:56 +09:00
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
3c2675fd0d Remove unused import statement. 2013-07-12 15:23:01 +09:00
takezoe
f163e348e0 (refs #34)Link conversion checks existence of accounts and issues. 2013-07-12 15:15:58 +09:00
takezoe
a31de89f9c Remove debug code. 2013-07-12 03:26:41 +09:00
takezoe
6aa86ac2e3 Use StringUtil#urlEncode() instead of URLEncode#encode(). 2013-07-12 02:18:29 +09:00
takezoe
28cafbcad2 (refs #35)Fixed. 2013-07-12 02:14:27 +09:00
takezoe
991f60ce44 (refs #34)@xxxx in markdown as link. 2013-07-12 01:29:23 +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
5ea250d89d Improve issue id detection in Markdown. 2013-07-05 23:25:09 +09:00
takezoe
869930165c (refs #17)Fix wiki link. 2013-07-04 17:26:32 +09:00
takezoe
a326e4b095 Add helper which convert singular and plural. 2013-07-04 08:57:43 +09:00
takezoe
179f44e2a5 Fix link detection. 2013-06-30 02:54:52 +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
a48206278b Improve issue pagination. 2013-06-26 19:54:39 +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
c259655adc Adjust url only if enableWikiLink is true. 2013-06-16 03:47:25 +09:00
takezoe
8f0e2fe442 Adjust link / image url in Wiki. 2013-06-16 03:43:03 +09:00
takezoe
f74ad9fe54 Bugfix 2013-06-11 15:39:55 +09:00
takezoe
ef677bdb08 Fix commit id / issue id link in markdown. 2013-06-09 00:32:28 +09:00
takezoe
5c79124bf9 Remove debug code. 2013-06-07 09:47:51 +09:00
takezoe
3bf13c2624 Implementing issue id link. 2013-06-07 09:46:44 +09:00
takezoe
b866c6bbf0 Add syntax highlighting in Wiki. 2013-06-07 03:17:54 +09:00