summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/pages/CommitDiffPage.java
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-192/+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.
* Fix submodule links on commit, comitdiff, and tree page (issue-178)James Moger2013-01-131-8/+5
|
* Diff page can now show a diff between two branchesajermakovics2012-09-181-151/+195
| | | | | To see a diff between two branches use the syntax: <host>/commitdiff/myRepo/branch1..branch2
* Submodules supportJames Moger2012-08-101-10/+40
|
* Externalized some more strings. Updated Spanish translation from eguervos.James Moger2012-06-151-1/+1
|
* Centralize default branch/HEAD resolution (issue 14)James Moger2011-07-221-11/+13
| | | | | | | | | | | | | | If an object id was not specified Gitblit used HEAD to perform the operation. This breaks under some conditions like working with a repository that does not have any commits on master but does have commits on a vcs-import branch. The new approach is to centralize the resolution of unspecified object ids to a common method which resolves HEAD first but uses the most recently modified branch if HEAD points to nothing. This commit also includes a non-functional method for creating an empty branch. I couldn't figure out how to make JGit create an orphaned branch.
* Blame support finished, requires JGit 1.0.0. Checkstyle. Findbugs.James Moger2011-06-081-1/+2
|
* Stubbed out Blame. Added Github banner to site. Documentation.James Moger2011-06-081-2/+3
|
* Unit testing. Start of git-notes display feature.James Moger2011-06-021-1/+1
|
* Unit testing. Disable links on first commit. Initial stats page.James Moger2011-06-011-1/+2
|
* Codepro analyze dependencies. Documentation.James Moger2011-05-271-4/+4
|
* Findbugs. CodePro Audit. Checkstyle. Unit test refactoring.James Moger2011-05-261-10/+19
|
* Selected Apache License. Dropped : from name. Its simpler.James Moger2011-05-251-0/+15
|
* Working on error handling.James Moger2011-04-291-1/+1
|
* Commit header panel. File type icons. Docs page.James Moger2011-04-261-1/+2
|
* Added merge icon. Added commit legend with counts. Improved header.James Moger2011-04-211-0/+2
|
* Selectable diff presentation: gitblit, gitweb, or plain.James Moger2011-04-201-1/+5
|
* Color-coded change type indicator with tooltip for changed paths.James Moger2011-04-181-6/+11
| | | Also fixed /dev/null reference due to deletion change.
* Working history feature. Tweak to paging.James Moger2011-04-161-1/+1
|
* Generate Keys class from gitblit.properties as part of build process.James Moger2011-04-141-6/+6
|
* Patch formatter. Ensure html escaping. css tweaks.James Moger2011-04-131-0/+80