summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/panels/RepositoryUrlPanel.html
Commit message (Collapse)AuthorAgeFilesLines
* fix: Correct misaligned images in primary repository URL displayFlorian Zschocke2022-12-051-2/+2
| | | | | | Adding style element `max-width:inherit` as suggested by @piradix, which makes the access restriction icon be part of the URL box again. This fixes #1437
* Add a "Copied" tooltip to the copy-to-clipboard buttonFlorian Zschocke2022-12-031-4/+6
| | | | | | | This is not the ideal version, since the height is too low for the tooltip used for the drop-down menus. Probably has something to do with the container or something. But at least something is there now, even if not the most beautiful.
* Replace SWF clippy with clipboardjs on repository pageFlorian Zschocke2022-11-201-10/+2
| | | | | | | | | | | | | | | Shockwave Flash is dead. But Gitblit still uses it to copy the repository URLs to the clip board. Which doesn't work anymore since no browser uses Flash anymore, so this has degraded disgracefully. Instead, we can use JavaScript to copy directly to the clipboard, now that there are APIs for it. So replace the use of clippy.swf on the repository page with clipboard.js[1]. This right now only has the functionality to copy to clipboard but now visual feedback, yet. This addresses GH issue #1241. [1] https://clipboardjs.com
* Change Clippy's script access attributeJames Moger2014-09-051-1/+1
|
* Overhauled navigation and flattened lookJames Moger2013-05-191-4/+23
|
* Fixed regression in repository url panel layoutJames Moger2013-05-151-2/+2
|
* Allow client apps to specify a minimum required access permissionJames Moger2013-05-151-24/+28
|
* Css tweaks to app menus and top nav barJames Moger2013-05-111-1/+1
|
* Implemented application menus for repository url panelJames Moger2013-05-091-24/+57
|
* Uber-cool repository panel overhaulJames Moger2013-05-071-8/+48
|
* Partially merged url panel with optional support for app clone urlsJames Moger2013-05-031-21/+9
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+30
This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward.