summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/pages/DocPage.java
Commit message (Collapse)AuthorAgeFilesLines
* replaced PageParameter imports which moved into another packageMartin Spielmann2016-07-281-1/+1
|
* Disable edit links in read only mode #974Paul Martin2016-03-271-2/+7
|
* Document edit capability via ProseMirror submodule #974Paul Martin2016-03-271-0/+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
* Explicitly declare RepositoryPage subclasses that reference commitsJames Moger2014-09-171-0/+5
|
* Enforce relaxed XSS filtering on markup documentsJames Moger2014-09-071-1/+1
|
* Replace RawPage with RawServletJames Moger2014-05-051-2/+4
|
* Fix NPE in bugtraq processorJames Moger2014-03-071-0/+4
|
* Process bugtraq configuration in markup document renderingJames Moger2014-03-041-0/+4
|
* Eliminate nearly all direct GitBlit singleton references in WicketJames Moger2013-11-261-3/+2
| | | | | | | | | | This is the first step towards modularization and injection. All direct references to the GitBlit singleton within the Wicket pages and panels have been replaced to proxy methods in the GitBlitWebApp singleton. There are still two Wicket classes which rely on the GitBlit singleton; those require manual instantiation (servlet 3). Change-Id: I0cdbbcf87959d590c446c99abb09c07c87c737bc
* Improve doc page formattingJames Moger2013-11-261-5/+15
| | | | Change-Id: Icd060aad6c5d72bd02bac8b4098d4b9fe418494b
* Display common repository documents as tabs on the docs pageJames Moger2013-11-141-4/+1
| | | | Change-Id: I6935fa45598da847936748b474a3da47e94efaac
* Refactor markup processing in preparation for supporting other formatsJames Moger2013-11-121-0/+92
Change-Id: I0eb217064abc4f4b0f6bfbbc21302c470cc2f9c6