summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_pl.html
Commit message (Collapse)AuthorAgeFilesLines
* Update Git clients list on empty repository pageFlorian Zschocke2023-10-121-2/+2
| | | | | | | | | | | | The page shown for an empty repository lists suggestions for Git clients, mostly GUI ones, and links to their web pages. The TortoiseGit client entry is removed since the URL is no longer valid. The excellent client Fork is added to the closed source clients section. This commit also cleans up some other entries, fixing broken tags, escaping ampersands and removing outdated or wrong information.
* pages: Fix link for GitExtension, which moved to GithubFlorian Zschocke2022-04-091-1/+1
|
* Tweak empty repository pageJames Moger2014-06-031-1/+1
|
* Redesign the EmptyRepositoryPageJames Moger2014-05-151-42/+44
|
* Fixed compile failure and updated translated empty repo pagesJames Moger2014-01-141-0/+3
|
* Overhauled navigation and flattened lookJames Moger2013-05-191-1/+2
|
* Update urls on empty repository pageJames Moger2013-05-101-2/+3
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+56
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.