From aa61fc86db4f5ebf645ecf69c6f5ec36f2973e5a Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 21 Feb 2014 11:14:47 -0500 Subject: [PATCH] Add GO launch parameter to specify daily, rolling log file generation --- releases.moxie | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/releases.moxie b/releases.moxie index 116fca9..0aa35ef 100644 --- a/releases.moxie +++ b/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 @@ -33,6 +35,8 @@ - Reversed line links in blob view (issue-309) - Dashboard and Activity pages now obey the web.generateActivityGraph setting (issue-310) - Do not log passwords on failed authentication attempts (issue-316) + - LDAP synchronization is now scheduled rather than on-demand (issue-336) + - Show displayname and username in palettes (issue-364) - Updated default binary and Lucene ignore extensions - Change the WAR baseFolder context parameter to a JNDI env-entry to improve enterprise deployments - Removed internal Gitblit ref exclusions in the upload pack @@ -56,7 +60,8 @@ - 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) - 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 @@ -81,6 +86,10 @@ - { name: 'git.defaultAccessRestriction', defaultValue: 'PUSH' } - { name: 'git.mirrorPeriod', defaultValue: '30 mins' } - { name: 'realm.authenticationProviders', defaultValue: ' ' } + - { name: 'realm.ldap.groupEmptyMemberPattern', defaultValue: '(&(objectClass=group)(!(member=*)))' } + - { name: 'realm.ldap.synchronize', defaultValue: 'false' } + - { name: 'realm.ldap.syncPeriod', defaultValue: '5 MINUTES' } + - { name: 'realm.ldap.removeDeletedUsers', 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' } -- Gitblit v1.9.1