summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/pages/SummaryPage.html
Commit message (Collapse)AuthorAgeFilesLines
* Add a "Copied" tooltip to the copy-to-clipboard buttonFlorian Zschocke2022-12-031-7/+0
| | | | | | | 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-2/+9
| | | | | | | | | | | | | | | 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
* Switch to self-hosted flotr2 graphs from Google Chartstryan2014-04-091-1/+1
|
* README files are not shown on the summary page by defaultJames Moger2013-11-141-1/+1
| | | | Change-Id: I421a6b8f8c8eaa5d34b7629858de76fc96458cd3
* Remove "show readme" flag in favor of automatic detectionJames Moger2013-10-251-1/+10
| | | | | | | Automatic detection also will now also display a plain text "readme" or "readme.txt" file. Change-Id: Id6be729bdc469e7a5cfd1f4144df340a6b93475e
* Hide url panel on tabletsJames Moger2013-06-031-1/+1
|
* Overhauled navigation and flattened lookJames Moger2013-05-191-2/+4
|
* Implemented application menus for repository url panelJames Moger2013-05-091-4/+2
|
* Uber-cool repository panel overhaulJames Moger2013-05-071-4/+1
|
* Partially merged url panel with optional support for app clone urlsJames Moger2013-05-031-3/+1
|
* Added SparkleShare invite url panelJames Moger2013-05-021-0/+1
| | | | | This will probably be merged into a refined, single multi-protocol url panel.
* Improved the repository url panel and show git daemon url, appropriatelyJames Moger2013-05-021-1/+9
| | | | | This will probably be refined some more to merge the http/https and git urls into a single url panel.
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+54
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.