summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/utils/StringUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Improve plugin manager based on upstreamed contributions to pf4jJames Moger2014-04-101-1/+1
|
* Add flatten string array to StringUtilsJames Moger2014-03-011-0/+12
|
* Encode ampersand in urlJames Moger2014-03-011-0/+2
|
* Extract UserManager from GitBlit singletonJames Moger2013-11-291-0/+21
| | | | Change-Id: I4885255ed63aa6c4e000c3e5501675440dca3958
* Refactor markup processing in preparation for supporting other formatsJames Moger2013-11-121-0/+14
| | | | Change-Id: I0eb217064abc4f4b0f6bfbbc21302c470cc2f9c6
* Trim trailing whitespace and organize importsJames Moger2013-09-301-54/+54
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* Fixed IOOB exception in StringUtils.getRelativePath (issue-256)James Moger2013-06-191-1/+1
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+736
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.