diff options
author | Florian Zschocke <f.zschocke+git@gmail.com> | 2022-12-03 14:34:03 +0100 |
---|---|---|
committer | Florian Zschocke <f.zschocke+git@gmail.com> | 2022-12-03 14:34:03 +0100 |
commit | 60df2321a6f5c5ea18f1d38b4d26291f0ece6012 (patch) | |
tree | 6db83a55d77dcdddaa6ac003a0ff0392b229d09c /releases.moxie | |
parent | c84179a751da1e4bb84e7d30ff848c0d197ec6a2 (diff) | |
parent | c04ddf554f3f2c77e268468a43dd645a8b565074 (diff) | |
download | gitblit-60df2321a6f5c5ea18f1d38b4d26291f0ece6012.tar.gz gitblit-60df2321a6f5c5ea18f1d38b4d26291f0ece6012.zip |
Merge branch 'clipboardjs' into master
This replaces clippy.sfw with Javascript for issue #1241
Diffstat (limited to 'releases.moxie')
-rw-r--r-- | releases.moxie | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/releases.moxie b/releases.moxie index 05ac21e8..4e8006ff 100644 --- a/releases.moxie +++ b/releases.moxie @@ -7,6 +7,11 @@ r34: { date: ${project.buildDate} note: '' From 1.10.0 on Gitblit requires Java 8 as minimum Java version. + + Should you have disabled the Flash-based copy-to-clipboard function because it wasn't working anymore + (web.allowFlashCopyToClipboard = false), you may want to rethink this and enable it again. The configuration + property has the same name, but the mechanism was exchanged. Flash is gone, and a modern JavaScript solution + is now used to copy text directly to the clipboard (via clipboard.js). '' html: ~ text: ~ @@ -14,7 +19,8 @@ r34: { fixes: - Fix crash in Gitblit Authority when users were deleted from Gitblit but still had entries (certificates) in the Authority. changes: - - Minimum Java required increased to Java 8 + - Minimum Java required increased to Java 8. + - Replaced the Flash-based approach to copy text to the clipboard with a modern JavaScript solution. (issue-1241) additions: ~ dependencyChanges: - update to JavaMail 1.5.6 (pr-1217 by @paladox) @@ -24,6 +30,7 @@ r34: { - update to Apache commons-io 2.11.0 - update to Apache commons-compress 1.22 - update to libpam4j 1.11 + - added clipboard.js, replacing clippy.swf contributors: - paladox } |