James Moger
2013-06-26 c129a913c4fd64558aef4cbad41c4246f5886a97
releases.moxie
@@ -31,7 +31,8 @@
    - 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)
@@ -51,6 +52,8 @@
    additions: 
    - Added a ui for the ref log introduced in 1.2.1 (issue-177)
    - Added weblogic.xml to WAR for deployment on WebLogic (issue 199)
    - Support setting a custom header logo (issue 208)
    - Support header color customizations (issue 209)
    - Support username substitution in web.otherUrls (issue 213)
    - Option to force client-side basic authentication instead of form-based authentication if web.authenticateViewPages=true (issue 222)
    - Setting to automatically create an user account based on an authenticated user principal from the servlet container (issue-246)
@@ -127,10 +130,17 @@
   - { name: 'realm.salesforce.orgId', defaultValue: 0 }
   - { name: 'realm.windows.defaultDomain', defaultValue: ' ' }
   - { name: 'realm.windows.backingUserService', defaultValue: 'users.conf' }
   - { name: 'web.activityDurationChoices', defaultValue: '7 14 21 28' }
   - { 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.headerLogo', defaultValue: '${baseFolder}/logo.png' }
   - { name: 'web.headerBackgroundColor', defaultValue: ' ' }
   - { name: 'web.headerForegroundColor', defaultValue: ' ' }
   - { name: 'web.headerHoverColor', defaultValue: ' ' }
   - { name: 'web.headerBorderColor', defaultValue: ' ' }
   - { name: 'web.headerBorderFocusColor', defaultValue: ' ' }
   - { name: 'web.metricAuthorExclusions', defaultValue: ' ' }
   - { name: 'web.overviewReflogCount', defaultValue: 5 }
   - { name: 'web.reflogChangesPerPage', defaultValue: 10 }