diff options
author | James Moger <james.moger@gitblit.com> | 2013-11-12 16:17:17 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-11-12 17:56:46 -0500 |
commit | c05da657ec71c46d0e5bc32b074ddcd9d8b76353 (patch) | |
tree | 85977f1ac28afe21696854607b2f761ec25502d1 /releases.moxie | |
parent | dc7c2f650de99c7f9ae8d6c049f419fcd00fb2a2 (diff) | |
download | gitblit-c05da657ec71c46d0e5bc32b074ddcd9d8b76353.tar.gz gitblit-c05da657ec71c46d0e5bc32b074ddcd9d8b76353.zip |
Add markup support for confluence, mediawiki, textile, trac, and twiki
Change-Id: I82ef161c6b6956c7b83cd4a1c37627beac6ea75b
Diffstat (limited to 'releases.moxie')
-rw-r--r-- | releases.moxie | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/releases.moxie b/releases.moxie index 3a0bee60..658b82a6 100644 --- a/releases.moxie +++ b/releases.moxie @@ -34,6 +34,7 @@ r20: { - Set Link: <url>; rel="canonical" http header for SEO (issue-304) - Added raw links to the commit, commitdiff, and compare pages (issue-319) - Support intradocument linking in Markdown content using [[WikiLinks]] syntax (issue-324) + - Support rendering confluence, mediawiki, textile, tracwiki, and twiki markup documents - Added setting to globally disable anonymous pushes in the receive pack - Added a normalized diffstat display to the commit, commitdiff, and compare pages - Added GO setting to automatically redirect all http requests to the secure https connector @@ -41,6 +42,7 @@ r20: { - updated to Jetty 7.6.13 - updated to JGit 3.1.0 - replaced MarkdownPapers with pegdown 1.4.1 + - added Eclipse WikiText libraries for processing confluence, mediawiki, textile, tracwiki, and twiki settings: - { name: 'git.createRepositoriesShared', defaultValue: 'false' } - { name: 'git.allowAnonymousPushes', defaultValue: 'false' } |