From 3b6904b1d92b987e308f5fb3308fec215ba1f1ae Mon Sep 17 00:00:00 2001 From: James Moger Date: Tue, 13 Dec 2011 16:51:36 -0500 Subject: Integrated Clippy for a better copy-to-clipboard experience --- distrib/gitblit.properties | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'distrib') diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties index 39e47885..537f9b67 100644 --- a/distrib/gitblit.properties +++ b/distrib/gitblit.properties @@ -121,6 +121,13 @@ web.allowGravatar = true # 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 -- cgit v1.2.3