David Ostrovsky
2013-12-02 644667ccc605fcf199784c44f28a41446fc2daef
releases.moxie
@@ -13,6 +13,7 @@
   - Fixed support for implied SSH urls in web.otherUrls (issue-311)
   - Bind LDAP connection after establishing TLS initialization (issue-343)
   - Fixed NPE when attempting to add a permission without a registrant (issue-344)
   - Invalidate all cached repository data on "clear cache" (issue-346)
   - Fix potential NPE on removing uncached repository from cache
   - Ignore the default contents of .git/description file
   - Fix error on generating activity page when there is no activity
@@ -36,6 +37,7 @@
   - Removed the repository setting to enable Markdown document enumeration, this is now automatic and expanded
   - Retrieve LDAP groups with dereferencing aliases (pr-122)
   - Revised committer verification to require a matching displayname or account name AND the email address
   - Serve repositories on both /r and /git, displaying /r because it is shorter
    additions:
   - Added an optional MirrorExecutor which will periodically fetch ref updates from source repositories for mirrors (issue-5).  Repositories must be manually cloned using native git and "--mirror".
   - Added branch graph image servlet based on EGit's branch graph renderer (issue-194)
@@ -44,6 +46,7 @@
   - 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)
   - Added filesystem write permission check (issue-345)
   - 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
@@ -52,6 +55,8 @@
    dependencyChanges:
   - updated to Jetty 8.1.13
   - updated to JGit 3.1.0
   - updated to Lucene 4.6.0
   - updated to BouncyCastle 1.49
   - replaced MarkdownPapers with pegdown 1.4.1
   - added Eclipse WikiText libraries for processing confluence, mediawiki, textile, tracwiki, and twiki
    settings:
@@ -77,6 +82,7 @@
   - Chris Graham
   - Guenter Dressel
   - fpeters.fae
   - David Ostrovsky
}
#