Naoki Takezoe
15d0c5b506
Merge pull request #526 from mrkm4ntr/datetime-format
...
(ref #519 ) Change datetime formats
2014-11-01 03:10:18 +09:00
Shintaro Murakami
5b875d7c73
Refactored, sorry.
2014-10-19 01:22:31 +09:00
Shintaro Murakami
e33dd9008b
(ref #519 ) Change datetime formats
2014-10-18 23:21:47 +09:00
bati11
e1f310317d
Modify GitBucketHtmlSerializer constructor parameters
...
- Add to the GitBucketHtmlSerializer constructor parameter "hasWritePermission"
- Remove the call to the RepositoryService.hasWritePermission in GitBucketHtmlSerializer
2014-09-19 14:13:53 +09:00
bati11
937814ec5d
Merge branch 'master' into feature-tasklist
...
Conflicts:
src/main/scala/app/IssuesController.scala
src/main/twirl/issues/create.scala.html
2014-09-19 12:45:09 +09:00
Naoki Takezoe
0f5dbc5788
Merge branch 'master' into scala-plugin
...
Conflicts:
project/build.scala
2014-09-01 00:02:31 +09:00
Tomofumi Tanaka
ca6a86816a
(refs #461 )Correct atom feed datetime format
2014-08-25 22:32:07 +09:00
Naoki Takezoe
3bb69c623b
(refs #464 )Switch to play-twirl
2014-08-14 18:37:37 +09:00
Tomofumi Tanaka
2bb1f6168a
(refs #437 )Show author instead of committer
...
* Explicit classify committer and author
* Use author to render avatar image html
* Support commit view
2014-07-29 00:06:45 +09:00
HairyFotr
7698f12112
Small cleanup using static analysis
2014-05-31 00:57:03 +02:00
bati11
ebb9d9329a
Merge branch 'master' into feature-tasklist
2014-05-03 10:51:18 +09:00
takezoe
dd688f48b7
(refs #13 )Implementing file editing on the repository viewer
2014-04-24 02:19:29 +09:00
takezoe
86f0307633
Merge branch 'feedactivities' of https://github.com/kaakaa/gitbucket into kaakaa-feedactivities
2014-04-18 06:44:27 +09:00
bati11
843722f82e
Implement the feature "Task List"
2014-04-10 02:08:45 +09:00
Naoki Takezoe
dfa4816633
(refs #288 )Once remove AsciiDoc support
2014-04-08 10:13:07 +09:00
kaakaa
3bff6a1949
Implement atom feeds
2014-03-24 23:06:37 +09:00
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
cbf615d699
Support plain text readme files (with .txt or no extension).
2014-02-26 16:13:39 +01:00
Tobias Roeser
97b1a0090d
Initial support for rendering asciidoc files.
2014-02-26 15:14:39 +01:00
takezoe
a03acc68e7
(refs #114 )Disable link for disabled users.
2013-11-03 14:32:03 +09:00
takezoe
e366af98b5
(refs #114 )Add TODO to helpers#activityMessage()
2013-11-02 14:10:05 +09:00
takezoe
382c5c55ec
Remove unused import statement.
2013-10-29 11:52:42 +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
jparound30
faa6591d27
Fix activity message problem (related to #120 )
2013-10-12 20:50:35 +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
d53619c247
Small fix.
2013-09-23 02:14:31 +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
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
e4b2ebe2a4
(refs #25 )Alert if due date passed.
2013-07-20 19:34:58 +09:00
takezoe
c0713eaeda
(refs #33 )Use RequestCache instead of AccountService directly.
2013-07-18 15:55:59 +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
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
828688ddd0
(refs #33 )Match committer by mail address.
2013-07-12 04:27:20 +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