James Moger
2013-06-26 f3a9d8bdbe5e2bfcf23ede30c8ebdb112ce49ba9
releases.moxie
@@ -31,11 +31,13 @@
    - Disable SNI extensions for client SSL connections
    - Fixed prettify language extension loading
    - Fixed index out of bounds exceptions when generating client certificates for a user when the user's table has been filtered
    - Fixed AddindexedBranch tool when specifying the non-default branch.
    - Fixed AddindexedBranch tool when specifying the non-default branch.
    - Fixed submodule diff display
   changes:
    - Improved error logging for servlet containers which provide a null contextFolder (issue 199)
    - Improve Gerrit change ref decoration in the refs panel (issue 206)
    - Display full commit message on commitdiff page (issue-258)
    - Improved the repository url display.  This display now indicates your repository access permission, per-protocol.
    - Automatically encode/decode usernames for urls using %XX notation on space, @, and \
     - Disable Gson's pretty printing which has a huge performance gain
@@ -55,6 +57,7 @@
    - Setting to automatically create an user account based on an authenticated user principal from the servlet container (issue-246)
    - Added WindowsUserService to authenticate users against Windows accounts (issue-250)
    - Global and per-repository setting to exclude authors from metrics (issue-251)
    - Added commit cache to improve Activity, Dashboard, and Project page generation times
    - Added SalesForce.com user service
     - Added simple star/unstar function to flag or bookmark interesting repositories
     - Added Dashboard page which shows a news feed for starred repositories and offers a filterable list of repositories you care about
@@ -125,7 +128,9 @@
   - { name: 'realm.salesforce.orgId', defaultValue: 0 }
   - { name: 'realm.windows.defaultDomain', defaultValue: ' ' }
   - { name: 'realm.windows.backingUserService', defaultValue: 'users.conf' }
   - { name: 'web.activityDurationChoices', defaultValue: '7 14 28 60 90 180' }
   - { name: 'web.activityDuration', defaultValue: 7 }
   - { name: 'web.activityDurationChoices', defaultValue: '1 3 7 14 21 28' }
   - { name: 'web.activityCacheDays', defaultValue: 14 }
   - { name: 'web.allowAppCloneLinks', defaultValue: 'true' }
   - { name: 'web.forceDefaultLocale', defaultValue: ' ' }
   - { name: 'web.metricAuthorExclusions', defaultValue: ' ' }