summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/pages/MarkdownPage.java
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-73/+0
| | | | | | | | | 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.
* Submodules supportJames Moger2012-08-101-2/+4
|
* Try multiple encodings when working with string blobs (issue 97)James Moger2012-06-071-2/+4
|
* Mostly stable war build.James Moger2011-06-181-1/+2
| | | | | Reorganization of resources. Dropped most hard-coded webapp configuration in favor of common web.xml file. Still contemplating configuring git servlet from web.xml too.
* GitNotes. Unit testing. More correct refs.James Moger2011-06-031-1/+1
|
* Codepro analyze dependencies. Documentation.James Moger2011-05-271-1/+0
|
* Findbugs. CodePro Audit. Checkstyle. Unit test refactoring.James Moger2011-05-261-6/+9
|
* Selected Apache License. Dropped : from name. Its simpler.James Moger2011-05-251-0/+15
|
* Build infrastructure improvements. Setting to show remote branches.James Moger2011-05-041-2/+2
| | | | | | | | | | | | The JGit team is now publishing 0.12.1 artifacts on the Eclipse Maven site. Yeah! That was the last missing piece for a slick Git:Blit deployment. The build has been reworked to download from Eclipse and to also download source and javadoc jars for setting up a development environment. Made the log4j pattern configurable by operating system. Moved Markdown utils to their own class since I need StringUtils for Build and that introduced a chicken-and-egg scenario.
* Integrated pagelinks into RepositoryPage. Fixed string encoding.James Moger2011-04-271-17/+8
|
* Support Markdown rendering. Use Wicket GoogleCharts from Maven.James Moger2011-04-201-0/+60