bati11
1fe448a83b
Merge branch 'master' into feature-tasklist
...
Conflicts:
src/main/twirl/issues/issuedetail.scala.html
2014-10-11 12:07:14 +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
bati11
26b14ded58
Add nested task list support
2014-09-20 10:57:33 +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
d61fe1bf84
(refs #483 )Fix link in markdown
2014-09-14 20:31:02 +09:00
bati11
6175eb7c08
Merge branch 'master' into feature-tasklist
...
Conflicts:
src/main/twirl/issues/commentform.scala.html
src/main/twirl/issues/create.scala.html
src/main/twirl/pulls/compare.scala.html
src/main/twirl/wiki/edit.scala.html
2014-05-31 12:17:30 +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
bati11
ebb9d9329a
Merge branch 'master' into feature-tasklist
2014-05-03 10:51:18 +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
bati11
843722f82e
Implement the feature "Task List"
2014-04-10 02:08:45 +09:00
bati11
ce79eaada8
Add escapeTaskList method, it escapse '- [] ' characters
2014-04-10 01:21:55 +09:00
takezoe
70192ce420
(refs #115 )Add new method to get sshUrl to RepositoryInfo
2014-03-13 22:26:15 +09: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
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
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
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
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
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
179f44e2a5
Fix link detection.
2013-06-30 02:54:52 +09:00
takezoe
66499024e9
Fix regex pattern.
2013-06-22 22:34:00 +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