summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/pages/DocsPage.html
Commit message (Collapse)AuthorAgeFilesLines
* Document edit capability via ProseMirror submodule #974Paul Martin2016-03-271-2/+2
| | | | | | | | | | | | + New docEdit page with links from docPage and docList + Bespoke menu system with full screen edit mode + npm required for building client side scripts + Ant script added for BuildUI which performs npm commands + Update font-awesome to 4.5.0 + Factor out to JGitUtils common code in BranchTicketService for EditFilePage + getTreeEntries + commitIndex + Merge capability for document editing
* Display common repository documents as tabs on the docs pageJames Moger2013-11-141-7/+14
| | | | Change-Id: I6935fa45598da847936748b474a3da47e94efaac
* Add markup support for confluence, mediawiki, textile, trac, and twikiJames Moger2013-11-121-1/+3
| | | | Change-Id: I82ef161c6b6956c7b83cd4a1c37627beac6ea75b
* Support for intra-Markdown linking using [[WikiLinks]] syntax (issue-324)James Moger2013-10-251-4/+21
| | | | | | | | | All WikiLinks must be specified relative to the root of the repository. The displayed link text is stripped to just the document name. Spaces in the document name are replaced with '-' characters; this is consistent with wiki syntax and Github. Change-Id: Id3fb1b5441352d9bacc4993a5b85882db113693b
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+28
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.