GitHub user robertkowalski opened a pull request:

    https://github.com/apache/couchdb/pull/202

    COUCHDB-2206: Config redesign

     - Implement copying to clipboard
     - Change the view
    
    As there is still no real solution for copying text to the clipboard I 
added the ZeroClipboard Dependency (which GitHub is also using for their copy 
buttons as well, see 
https://github.com/blog/1365-a-more-transparent-clipboard-button)
    
    That must not mean that this is the best solution, if you have a better 
one, please suggest it!
    
    ZeroClipboard uses Flash in the core and can be dangerous if not 
implemented right 
(https://github.com/zeroclipboard/zeroclipboard/blob/master/docs/security.md) 
so please have a look at my implementation.
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/robertkowalski/couchdb config-redesign-rebase

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb/pull/202.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #202
    
----
commit 6194593c290022f7a5e22d914f1e790780d74352
Author: Robert Kowalski <r...@kowalski.gd>
Date:   2014-03-31T18:31:23Z

    Fauxton: redesign _changes-UI
    
    Implement copying to clipboard
    Change the view
    
    Closes COUCHDB-2206

commit 31fb6635d0e7995204e41ad13d438ba8fd2e82cf
Author: Robert Kowalski <r...@kowalski.gd>
Date:   2014-03-31T18:35:51Z

    Fauxton: add external ZeroClipboard Dependency

commit 997a7e02dc949ef1538da511a206af9270b4652d
Author: Robert Kowalski <r...@kowalski.gd>
Date:   2014-03-31T20:59:32Z

    Fauxton: remove the hidden tabs
    
    Closes #200

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to