summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/utils/MarkdownUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-87/+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.
* Catch all exceptions from MarkdownPapers and rethrow as ParseException ↵James Moger2012-10-051-0/+6
| | | | (issue 142)
* Submodules supportJames Moger2012-08-101-0/+4
|
* Documentation. Unit testing. Checkstyle. Findbugs.James Moger2011-07-221-6/+4
|
* Documentation. Added JavaDoc comments.James Moger2011-07-011-0/+21
|
* Unit testing. Start of git-notes display feature.James Moger2011-06-021-17/+4
|
* Findbugs. CodePro Audit. Checkstyle. Unit test refactoring.James Moger2011-05-261-4/+7
|
* 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-0/+53
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.