summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/pages
Commit message (Expand)AuthorAgeFilesLines
* Define manager interfaces and update all of Gitblit to use managersJames Moger2013-11-2610-14/+18
* Eliminate nearly all direct GitBlit singleton references in WicketJames Moger2013-11-2635-261/+234
* Refactor access to home page classJames Moger2013-11-262-2/+2
* Improve doc page formattingJames Moger2013-11-262-7/+36
* 修改中文显示问题及raw默认属性kxyfyh2013-11-182-0/+4
* CSS tweaksJames Moger2013-11-141-3/+0
* Display common repository documents as tabs on the docs pageJames Moger2013-11-145-49/+86
* Eliminate the "enumerate documentation" repository settingJames Moger2013-11-143-19/+15
* README files are not shown on the summary page by defaultJames Moger2013-11-142-12/+18
* Implement mirror executor (issue-5)James Moger2013-11-132-1/+12
* Add markup support for confluence, mediawiki, textile, trac, and twikiJames Moger2013-11-121-1/+3
* Refactor markup processing in preparation for supporting other formatsJames Moger2013-11-126-149/+59
* Allows the home root link top-left anchor to be customised.Luca Milanesio2013-11-081-1/+2
* Strip leading / for absolute wiki link pathsJames Moger2013-10-251-2/+4
* Set Link: <url>; rel="canonical" http header for SEO (issue-304)James Moger2013-10-252-6/+15
* Strip Markdown extension from rendered [[WikiLink]] (issue-324)James Moger2013-10-254-4/+15
* Respect web.forwardSlashCharacter in intra-Markdown links (issue-324)James Moger2013-10-251-1/+2
* Support for intra-Markdown linking using [[WikiLinks]] syntax (issue-324)James Moger2013-10-255-21/+138
* Determine best commit id for the commit and use that in linksJames Moger2013-10-252-11/+35
* Remove "show readme" flag in favor of automatic detectionJames Moger2013-10-255-45/+61
* Replaced MarkdownPapers with pegdownJames Moger2013-10-183-5/+5
* Fix raw page binary content type when running behind reverse proxyJames Moger2013-10-161-5/+20
* Add raw link to commit, commitdiff, and compare pages (issue-319)James Moger2013-10-166-3/+12
* Fix error on generating activity page when there is no activityJames Moger2013-10-151-0/+1
* Remove remaining TicGit tickets referencesJames Moger2013-09-302-2/+0
* Trim trailing whitespace and organize importsJames Moger2013-09-3043-306/+327
* Remove issue artifacts from classes missed in previous purgeJames Moger2013-09-301-8/+0
* Add normalized diffstats to the commit, commitdiff, and compare pagesJames Moger2013-09-277-19/+54
* Change default access restriction to PUSHJames Moger2013-09-271-2/+2
* Added setting to globally disable anonymous pushes in the receive packJames Moger2013-09-271-2/+2
* Disable *most* activity graphs when web.generateActivityGraph=falseJames Moger2013-09-193-27/+41
* Reverse line links in blob view (issue-309)James Moger2013-09-191-2/+5
* CSS tweaks for responsive layoutJames Moger2013-09-181-1/+1
* Added GitNotes to the commitdiff pageJames Moger2013-09-182-0/+49
* Removed GitWeb-style diff rendererJames Moger2013-09-183-18/+4
* Add support for rendering Markdown commit messages (issue-203)Bret K. Ikehara2013-09-189-22/+32
* Remove incomplete and deprecated TicGit featureJames Moger2013-09-175-257/+32
* Revisions and documentation for personal repository prefix changeJames Moger2013-09-171-1/+3
* Refactor logic for user repository path into one class.Florian Zschocke2013-08-263-3/+5
* Add setting to cap number of activity days to displayOri Livneh2013-08-113-0/+16
* apply PageParameters(final Map<String, ?> parameterMap), encode filename of C...guriguri2013-08-011-2/+24
* Translation of lastest Strings up-do-date.Rafael Cavazin2013-07-211-1/+1
* Fixed missing clone url on the empty repository pageJames Moger2013-07-191-5/+12
* Implemented optional page cachingJames Moger2013-07-1925-6/+182
* Fix for IE10 compatibilty modeJames Moger2013-07-161-0/+1
* Fixed an incorrect candidate submodule name (issue-266)James Moger2013-07-131-1/+1
* Show diff by default on compare pageJames Moger2013-07-131-4/+4
* Fixed possible NPE in forks page if user account no longer existsJames Moger2013-07-131-0/+4
* Set author as tooltip of "last change" on repositories page (issue-238)James Moger2013-07-032-2/+2
* Retrieve summary and metric charts over https (issue-61)James Moger2013-07-032-6/+6