summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Restart the response on the empty page if the repository has no commitsJames Moger2014-03-051-1/+2
* Remove Dagger injector from the servlet context instead of nulling itJames Moger2014-03-051-1/+1
* Externalize some additional stringsJames Moger2014-03-054-9/+14
* Prevent <nil> from being stored as a milestoneJames Moger2014-03-051-1/+1
* Implement user "disabled" flag as an alternative to deleting the accountJames Moger2014-03-0413-17/+138
* Simplified propose instructions for an existing ticketJames Moger2014-03-041-2/+2
* Process bugtraq configuration in markup document renderingJames Moger2014-03-049-17/+41
* DocumentationJames Moger2014-03-045-43/+59
* Update site structureJames Moger2014-03-041-0/+6
* Update contributors listJames Moger2014-03-041-0/+13
* Merge pull request #143 from yin8086/ChineseTransJames Moger2014-03-041-2/+149
|\
| * Add Chinese translation for 1.4.0Stardrad Yin2014-03-041-2/+149
|/
* DocumentationJames Moger2014-03-033-3/+11
* Lower opacity for merge commit short messages in the log panelJames Moger2014-03-032-3/+12
* Fix reflog parsing bug of null compare links on branch creationJames Moger2014-03-031-2/+0
* Fix pt push regression due to eliminating --patchset argumentJames Moger2014-03-031-10/+1
* Merged #1 "Ticket tracker with patchset contributions"James Moger2014-03-0389-692/+16359
|\
| * Ticket tracker with patchset contributionsJames Moger2014-03-0389-692/+16359
|/
* Eliminate Gravatar profile linking and improve apiJames Moger2014-03-0310-120/+18
* Reduce use of final to avoid Wicket serialization issues in reflogsJames Moger2014-03-032-16/+15
* Fixed rounded timestamps of reflogsJames Moger2014-03-032-9/+2
* Eliminate problematic HEAD links from the blob, blame, and tree pagesJames Moger2014-03-037-13/+4
* Fix layouts on edit pages to properly use Bootstrap rows and spansJames Moger2014-03-033-8/+25
* CSS tweakJames Moger2014-03-034-4/+4
* Fix compare page exception when a submodule changes (issue-375)James Moger2014-03-032-0/+3
* Add an ajax text link and an icon ajax linkJames Moger2014-03-013-0/+98
* Add the No Docs page if there are no root documentsJames Moger2014-03-015-1/+78
* Fix potential NPE in creating a date labelJames Moger2014-03-011-2/+2
* Bypass Wicket bug related to url coding of array-type parametersJames Moger2014-03-011-0/+75
* Add flatten string array to StringUtilsJames Moger2014-03-011-0/+12
* Encode ampersand in urlJames Moger2014-03-011-0/+2
* Redirect to log page is the blobpage references a commit we can't findJames Moger2014-03-011-2/+1
* Gracefully recover history page from failure to find specified commitJames Moger2014-03-011-33/+48
* Launch bugtraq links in a new tabJames Moger2014-03-011-1/+1
* Add simplified transformGFM method to MarkdownUtilsJames Moger2014-03-011-0/+45
* Improve getting changed paths in a commit rangeJames Moger2014-03-011-1/+31
* Properly dispose RevWalk in getCommitJames Moger2014-03-011-2/+9
* Add method to calculate the diffstat between two commitsJames Moger2014-03-011-0/+32
* Added join methods to array utilsJames Moger2014-03-011-0/+17
* Move push authorization from the ARF to the receive packJames Moger2014-03-011-9/+2
* Move GarbageCollector repository methods to the RepositoryManagerJames Moger2014-02-284-26/+77
* Do not log empty messages in the receive packJames Moger2014-02-281-2/+6
* Improve notification api by introducing the Mailing modelJames Moger2014-02-288-232/+268
* Fixes to add-indexed-branch scriptsJames Moger2014-02-282-5/+5
* Exclude commit id from all author search linksJames Moger2014-02-283-3/+3
* Improve logging granularity of raw page missing commit, object, or blobJames Moger2014-02-281-13/+21
* Improve raw page failure to find specified fileJames Moger2014-02-281-0/+28
* Fix author search links from compare pagesJames Moger2014-02-282-1/+2
* Fix regression in blame page due to issue-2, pr-125James Moger2014-02-282-2/+5
* Merged ticket #14 patchset 1James Moger2014-02-281-11/+20
|\