Shintaro Murakami
e33dd9008b
(ref #519 ) Change datetime formats
2014-10-18 23:21:47 +09:00
Naoki Takezoe
e0148695f2
(refs #509 )Fix link broken bug in Wiki
2014-10-06 13:22:42 +09:00
Naoki Takezoe
7b02946496
(refs #506 )Fix generated URL for images
2014-10-05 23:07:15 +09:00
Naoki Takezoe
d61fe1bf84
(refs #483 )Fix link in markdown
2014-09-14 20:31:02 +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
takezoe
70772f0d74
(refs #364 )Keep links which start with '#'
2014-05-11 13:13:16 +09:00
Tomofumi Tanaka
619f72d929
Add link for image file
...
* Render image tag with link tag on issue and wiki
* Correct response content-type of attached image on issue
2014-05-03 00:56:36 +09:00
takezoe
dd688f48b7
(refs #13 )Implementing file editing on the repository viewer
2014-04-24 02:19:29 +09:00
Naoki Takezoe
6760ff34ef
Adjust avatar icon style
2014-04-18 10:49:48 +09:00
takezoe
86f0307633
Merge branch 'feedactivities' of https://github.com/kaakaa/gitbucket into kaakaa-feedactivities
2014-04-18 06:44:27 +09:00
Naoki Takezoe
e0f1658120
Use retro as default Gravator image
2014-04-11 12:12:24 +09:00
Naoki Takezoe
dfa4816633
(refs #288 )Once remove AsciiDoc support
2014-04-08 10:13:07 +09:00
Tobias Roeser
c9a1515d1f
Merge branch 'master' into asciidoctorj
...
Conflicts:
src/main/scala/app/RepositoryViewerController.scala
2014-03-29 13:53:23 +01:00
kaakaa
3bff6a1949
Implement atom feeds
2014-03-24 23:06:37 +09:00
takezoe
f5883abf04
Use Context#settings instead of loadSystemSettings()
2014-03-15 04:07:31 +09:00
takezoe
70192ce420
(refs #115 )Add new method to get sshUrl to RepositoryInfo
2014-03-13 22:26:15 +09:00
Tobias Roeser
10a40bfcaf
Removed commented out code.
2014-03-05 09:28:13 +01:00
Tobias Roeser
af397ba150
Fix page-relative links, e.g. in TOC.
2014-03-05 09:12:03 +01: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
4600b5a3bf
Enabled rendering of page document title.
2014-02-28 09:36:04 +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
8536824d7e
(refs #231 )Fix anchor icon style and apply URL encoding to non-ascii chars in anchor name.
2014-02-19 03:40:39 +09:00
takezoe
78073babe4
(refs #231 )Add anchor icon for headlines in Markdown.
2014-02-19 03:19:34 +09:00
Jeffrey Olchovy
153a32e340
(refs #231 )Generate anchors for headers in wiki markup
2014-02-08 13:59:27 -05:00
Jiri Tyr
7174523ac5
Load Gravatar images always through HTTPS
...
This patch will force to load Gravatar images always through HTTPS which
will fix the problem with mixed content when accessing the page through
HTTPS.
The problem is that if an HTTPS page includes HTTP content, the HTTP
portion can be read or modified by attackers, even though the main page
is served over HTTPS.
2013-11-10 00:42:17 +00:00
xuwei-k
94dce09570
add HARDWRAPS option
2013-11-07 17:27:18 +09:00
takezoe
641d506559
(refs #177 )Fix regular expressions for issue link conversion.
2013-11-03 18:06:58 +09: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
1e750f4b9d
(refs #171 )Fix link target of pull request number.
2013-10-25 04:28:58 +09:00
takezoe
f40c7ff4fa
Fix testcase.
2013-10-16 04:47:43 +09:00
takezoe
4d066738eb
Merge branch 'master' into #33_match-by-email
...
Conflicts:
src/main/scala/view/AvatarImageProvider.scala
2013-10-16 02:34:12 +09:00
Naoki Takezoe
cb12d03262
Merge pull request #143 from chris-vanvranken/master
...
retrieve LDAP emails as lowercase to avoid confusion
2013-10-15 10:28:05 -07:00
takezoe
9a6a2d9b78
(refs #33 )Improve avatar image searching behavior.
2013-10-16 02:24:40 +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
Chris Van Vranken
05adf9345f
retrieve LDAP emails as lowercase to avoid confusing gravatar
2013-10-14 13:00:29 -04: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
f37eca7c61
(refs #109 )Change link color for absent Wiki pages.
2013-10-03 13:49:09 +09:00
takezoe
d53619c247
Small fix.
2013-09-23 02:14:31 +09:00
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