diff options
author | James Moger <james.moger@gitblit.com> | 2011-12-13 16:51:36 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-12-13 16:51:36 -0500 |
commit | 3b6904b1d92b987e308f5fb3308fec215ba1f1ae (patch) | |
tree | 98ddfda45e705f628819195e8fc99d9f17c87522 /docs | |
parent | f08aab5c5e632431635e73b47b6096dc47243755 (diff) | |
download | gitblit-3b6904b1d92b987e308f5fb3308fec215ba1f1ae.tar.gz gitblit-3b6904b1d92b987e308f5fb3308fec215ba1f1ae.zip |
Integrated Clippy for a better copy-to-clipboard experience
Diffstat (limited to 'docs')
-rw-r--r-- | docs/04_design.mkd | 1 | ||||
-rw-r--r-- | docs/04_releases.mkd | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/04_design.mkd b/docs/04_design.mkd index 921bc8bb..3fd13d47 100644 --- a/docs/04_design.mkd +++ b/docs/04_design.mkd @@ -11,6 +11,7 @@ The following dependencies are bundled with Gitblit.
- [Bootstrap](http://twitter.github.com/bootstrap) (Apache 2.0)
+- [Clippy](https://github.com/mojombo/clippy) (MIT)
- [google-code-prettify](http://code.google.com/p/google-code-prettify) (Apache 2.0)
- [Commons Daemon](http://commons.apache.org/daemon) (Apache 2.0)
- magnifying glass search icon courtesy of [Gnome](http://gnome.org) (Creative Commons CC-BY)
diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index bf709183..9a4e4a83 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -15,7 +15,9 @@ This user service implementation allows for serialization and deserialization of **New:** *web.timeFormat = HH:mm*
**New:** *web.datestampLongFormat = EEEE, MMMM d, yyyy*
- fixed: several a bugs in FileUserService related to cleaning up old repository permissions on a rename or delete
-- added: primitive technique for manual *copy to clipboard* of the primary repository url
+- added: optional flash-based 1-step *copy to clipboard* of the primary repository url
+- added: javascript-based 3-step (click, ctrl+c, enter) *copy to clipboard* of the primary repository url
+ **New:** *web.allowFlashCopyToClipboard = true*
- improved: empty repositories now link to the *empty repository* page which gives some direction to the user for the next step in using Gitblit. This page displays the primary push/clone url of the repository and gives sample syntax for the git command-line client. (issue 31)
- improved: unit testing framework has been migrated to JUnit4 syntax and the test suite has been redesigned to run all unit tests, including rpc, federation, and git push/clone tests
|