From 3b6904b1d92b987e308f5fb3308fec215ba1f1ae Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Tue, 13 Dec 2011 16:51:36 -0500
Subject: [PATCH] Integrated Clippy for a better copy-to-clipboard experience

---
 distrib/gitblit.properties |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties
index 39e4788..537f9b6 100644
--- a/distrib/gitblit.properties
+++ b/distrib/gitblit.properties
@@ -121,6 +121,13 @@
 # SINCE 0.5.0   
 web.allowZipDownloads = true
 
+# Use Clippy (Flash solution) to provide a copy-to-clipboard button.
+# If false, a button with a more primitive JavaScript-based prompt box will
+# offer a 3-step (click, ctrl+c, enter) copy-to-clipboard alternative.
+#
+# SINCE 0.8.0
+web.allowFlashCopyToClipboard = true
+
 # Default number of entries to include in RSS Syndication links
 #
 # SINCE 0.5.0

--
Gitblit v1.9.1