Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed broken urls for WAR builds. | James Moger | 2011-09-26 | 1 | -4/+5 |
| | |||||
* | Centralize default branch/HEAD resolution (issue 14) | James Moger | 2011-07-22 | 1 | -3/+6 |
| | | | | | | | | | | | | | | 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. | ||||
* | Stubbed out Blame. Added Github banner to site. Documentation. | James Moger | 2011-06-08 | 1 | -2/+3 |
| | |||||
* | Added git-notes to docs. Fixed parent path mode. | James Moger | 2011-06-05 | 1 | -1/+2 |
| | |||||
* | Unit testing. Removal of some unused code paths. | James Moger | 2011-05-28 | 1 | -1/+8 |
| | |||||
* | Codepro analyze dependencies. Documentation. | James Moger | 2011-05-27 | 1 | -3/+2 |
| | |||||
* | Findbugs. CodePro Audit. Checkstyle. Unit test refactoring. | James Moger | 2011-05-26 | 1 | -14/+34 |
| | |||||
* | Selected Apache License. Dropped : from name. Its simpler. | James Moger | 2011-05-25 | 1 | -0/+15 |
| | |||||
* | Download zip feature. | James Moger | 2011-05-24 | 1 | -0/+6 |
| | |||||
* | Working on error handling. | James Moger | 2011-04-29 | 1 | -1/+1 |
| | |||||
* | Commit header panel. File type icons. Docs page. | James Moger | 2011-04-26 | 1 | -3/+4 |
| | |||||
* | Sprinkled some icons throughout ui. Centralized icon retrieval. | James Moger | 2011-04-25 | 1 | -0/+3 |
| | |||||
* | Basic Create/Edit Repository. JGit 0.12-stable. Tag icon. | James Moger | 2011-04-23 | 1 | -2/+2 |
| | |||||
* | Replaced three history placeholder labels with real links. | James Moger | 2011-04-16 | 1 | -1/+1 |
| | |||||
* | Working history feature. Tweak to paging. | James Moger | 2011-04-16 | 1 | -8/+8 |
| | |||||
* | Generate Keys class from gitblit.properties as part of build process. | James Moger | 2011-04-14 | 1 | -8/+6 |
| | |||||
* | Html and Css simplifications. | James Moger | 2011-04-13 | 1 | -0/+1 |
| | |||||
* | Patch formatter. Ensure html escaping. css tweaks. | James Moger | 2011-04-13 | 1 | -2/+4 |
| | |||||
* | Ref links. | James Moger | 2011-04-11 | 1 | -1/+1 |
| | |||||
* | Refactored more link panels into fragments. | James Moger | 2011-04-11 | 1 | -7/+17 |
| | |||||
* | Page log. | James Moger | 2011-04-11 | 1 | -3/+3 |
| | |||||
* | Localized all strings for translation. Removed old resources. | James Moger | 2011-04-07 | 1 | -5/+2 |
| | |||||
* | Let Wicket manage resources and use markup inheritance. | James Moger | 2011-04-07 | 1 | -4/+6 |
| | | | This seems to improve page loading times. | ||||
* | Improvements to css and specialized link panels. | James Moger | 2011-04-04 | 1 | -1/+3 |
| | |||||
* | Dropped log links, created new stylesheet, added activity graph. | James Moger | 2011-04-04 | 1 | -7/+5 |
| | |||||
* | Initial import of Git:Blit. | James Moger | 2011-04-04 | 1 | -0/+89 |
Change-Id: Ifce000c85c8947c3a768e782c841e41a8953d314 |