| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve pages servlet | James Moger | 2013-11-15 | 1 | -41/+79 |
* | CSS tweaks | James Moger | 2013-11-14 | 3 | -5/+2 |
* | Display common repository documents as tabs on the docs page | James Moger | 2013-11-14 | 7 | -74/+218 |
* | Eliminate the "enumerate documentation" repository setting | James Moger | 2013-11-14 | 8 | -42/+15 |
* | README files are not shown on the summary page by default | James Moger | 2013-11-14 | 3 | -12/+33 |
* | Tweak pull request ref display | James Moger | 2013-11-13 | 1 | -3/+5 |
* | Implement mirror executor (issue-5) | James Moger | 2013-11-13 | 19 | -6/+336 |
* | Remove docs indicator | James Moger | 2013-11-13 | 4 | -14/+1 |
* | Add markup support for confluence, mediawiki, textile, trac, and twiki | James Moger | 2013-11-12 | 3 | -3/+136 |
* | Refactor markup processing in preparation for supporting other formats | James Moger | 2013-11-12 | 12 | -171/+332 |
* | Allows the home root link top-left anchor to be customised. | Luca Milanesio | 2013-11-08 | 2 | -1/+9 |
* | Add setting to automatically redirect http requests to the https port | James Moger | 2013-10-27 | 3 | -4/+42 |
* | Strip leading / for absolute wiki link paths | James Moger | 2013-10-25 | 1 | -2/+4 |
* | Disable the SMARTYPANTS Markdown extension | James Moger | 2013-10-25 | 1 | -1/+2 |
* | Documentation | James Moger | 2013-10-25 | 13 | -49/+67 |
* | Set Link: <url>; rel="canonical" http header for SEO (issue-304) | James Moger | 2013-10-25 | 2 | -6/+15 |
* | Strip Markdown extension from rendered [[WikiLink]] (issue-324) | James Moger | 2013-10-25 | 4 | -4/+15 |
* | Respect web.forwardSlashCharacter in intra-Markdown links (issue-324) | James Moger | 2013-10-25 | 1 | -1/+2 |
* | Remove emphasis coloring in markdown div | James Moger | 2013-10-25 | 1 | -4/+0 |
* | Support for intra-Markdown linking using [[WikiLinks]] syntax (issue-324) | James Moger | 2013-10-25 | 8 | -32/+161 |
* | Determine best commit id for the commit and use that in links | James Moger | 2013-10-25 | 2 | -11/+35 |
* | Remove "show readme" flag in favor of automatic detection | James Moger | 2013-10-25 | 9 | -56/+76 |
* | Remove upload pack ref filtering | James Moger | 2013-10-25 | 1 | -43/+0 |
* | Merge pull request #120 from simonharrer/compare-strings-with-equals-method | James Moger | 2013-10-24 | 2 | -3/+3 |
|\ |
|
| * | Use equals to compare strings instead of == | Simon Harrer | 2013-10-24 | 2 | -3/+3 |
* | | Change locale to english for ByteFormatTest to run successful on systems with... | Simon Harrer | 2013-10-23 | 1 | -7/+17 |
|/ |
|
* | Replaced MarkdownPapers with pegdown | James Moger | 2013-10-18 | 7 | -48/+21 |
* | Fix Markdown document enumeraton | James Moger | 2013-10-16 | 2 | -8/+3 |
* | Fix raw page binary content type when running behind reverse proxy | James Moger | 2013-10-16 | 1 | -5/+20 |
* | Add raw link to commit, commitdiff, and compare pages (issue-319) | James Moger | 2013-10-16 | 6 | -3/+12 |
* | Fix error on generating activity page when there is no activity | James Moger | 2013-10-15 | 1 | -0/+1 |
* | Translation esES updated | mrbytes | 2013-10-12 | 1 | -26/+28 |
* | Switch web.xml baseFolder from context-param to env-entry | James Moger | 2013-10-02 | 2 | -4/+21 |
* | Remove unused issues test repository from test suite | James Moger | 2013-10-01 | 1 | -5/+0 |
* | Fix incorrect mappings for some iconic classes | James Moger | 2013-10-01 | 1 | -4/+4 |
* | Tweak diffstat css | James Moger | 2013-10-01 | 2 | -3/+3 |
* | Check for refs/ not refs/heads/ when updating a ref | James Moger | 2013-10-01 | 1 | -1/+1 |
* | Improve message logging in the receive pack | James Moger | 2013-10-01 | 1 | -3/+11 |
* | Remove remaining TicGit tickets references | James Moger | 2013-09-30 | 9 | -40/+1 |
* | Remove trailing whitespace from unit tests | James Moger | 2013-09-30 | 25 | -693/+726 |
* | Trim trailing whitespace and organize imports | James Moger | 2013-09-30 | 270 | -3080/+3350 |
* | Revise date label creation for optional css class | James Moger | 2013-09-30 | 1 | -1/+7 |
* | Add recursive delete function to FileUtils | James Moger | 2013-09-30 | 1 | -0/+24 |
* | Remove issue artifacts from classes missed in previous purge | James Moger | 2013-09-30 | 5 | -37/+1 |
* | Change diffstat character to improve look and layout | James Moger | 2013-09-30 | 1 | -6/+12 |
* | Add normalized diffstats to the commit, commitdiff, and compare pages | James Moger | 2013-09-27 | 17 | -77/+588 |
* | Fix width calculation in branch graph when there are 0 or 1 commits | James Moger | 2013-09-27 | 1 | -24/+28 |
* | Change default access restriction to PUSH | James Moger | 2013-09-27 | 6 | -8/+8 |
* | Added setting to globally disable anonymous pushes in the receive pack | James Moger | 2013-09-27 | 4 | -4/+27 |
* | Merge receive processing into one class | James Moger | 2013-09-27 | 5 | -103/+334 |