From bc62240584d63bccce790534e12641ec38bb35ad Mon Sep 17 00:00:00 2001 From: Eddy Young <jeyoung@priscimon.com> Date: Sun, 24 May 2015 04:50:07 -0400 Subject: [PATCH] Reworked NetBeans project to be based on the pom.xml rather than the build.xml. --- src/main/distrib/data/defaults.properties | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/main/distrib/data/defaults.properties b/src/main/distrib/data/defaults.properties index 6fddf0b..0857ccf 100644 --- a/src/main/distrib/data/defaults.properties +++ b/src/main/distrib/data/defaults.properties @@ -1186,7 +1186,7 @@ web.showSearchTypeSelection = false # Controls display of activity graphs on the dashboard, activity, and summary -# pages. Charting makes use of the external Google Charts API. +# pages. Charts are generated using Flotr2; an open source HTML5 library. # # SINCE 0.5.0 web.generateActivityGraph = true @@ -1359,6 +1359,12 @@ # RESTART REQUIRED web.debugMode = false +# Allows to hide the user logon form or dropdown menu from the top pane +# if it's not needed. +# +# SINCE 1.7.0 +web.displayUserPanel = true + # Force a default locale for all users, ignoring the browser's settings. # An empty value allows Gitblit to use the translation preferred by the browser. # -- Gitblit v1.9.1