James Moger
2014-02-21 fa38a155cf2019c1fc7904ab47d37c0e7e558c13
releases.moxie
@@ -21,6 +21,8 @@
   - Fixed NPE when attempting to add a permission without a registrant (issue-344)
   - Invalidate all cached repository data on "clear cache" (issue-346)
   - Fix chart failures when an apostrophe is in a user display name (issue-350, pr-128)
   - Fix exception in create repository when not selecting a garbage collection period (issue-366)
   - Stop setting admin permission based on undocumented Redmine REST API behavior (issue-368)
   - Fix support url decoding with non-ascii characters (pr-136)
   - Fix potential NPE on removing uncached repository from cache
   - Ignore the default contents of .git/description file
@@ -58,7 +60,9 @@
   - Added raw links to the commit, commitdiff, and compare pages (issue-319)
   - Support intradocument linking in Markdown content using [[WikiLinks]] syntax (issue-324)
   - Support Markdown image links relative to the repository root (issue-324)
   - Added filesystem write permission check (issue-345)
   - Added filesystem write permission check (issue-345)
   - Added GO launch parameter for redirecting logging to a rolling, daily log file (issue-348)
   - Added settings to Windows authentication provider to permit/prohibit BUILTIN\Administrators from being Gitblit Admins (issue-354)
   - 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
@@ -87,6 +91,7 @@
   - { name: 'realm.ldap.synchronize', defaultValue: 'false' }
   - { name: 'realm.ldap.syncPeriod', defaultValue: '5 MINUTES' }
   - { name: 'realm.ldap.removeDeletedUsers', defaultValue: 'true' }
   - { name: 'realm.windows.permitBuiltInAdministrators', defaultValue: 'true' }
   - { name: 'web.commitMessageRenderer', defaultValue: 'plain' }
   - { name: 'web.documents', defaultValue: 'readme home index changelog contributing submitting_patches copying license notice authors' }
   - { name: 'web.showBranchGraph', defaultValue: 'true' }