summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Author and Committer search integration.James Moger2011-04-1820-36/+441
|
* Finished history tree/blob links.James Moger2011-04-172-13/+48
|
* patch-to-current feature.James Moger2011-04-173-7/+25
|
* Implemented diff-to-current.James Moger2011-04-174-11/+48
| | | | This is for history where we specify two revs to diff, not just a commit against its parent.
* Rename ticgit integration to tickets.James Moger2011-04-1711-60/+61
| | | | | | | | | | | | | The current ticgit implementation is based on ticgit.net, a BSD implementation for C#. Jeff Welling advises using commit bf57b032e030bd16a7b2 (2009-01-27) from ticgit as the last MIT licensed commit. A more complete implementation will be based on this version of the original Ruby sources. It remains unclear if I will support using the "ticgit" branch name or not. I purposefully haven't looked at any of the GPL improvements by Jeff, but I can see from the readme at GitHub that he has renamed the branch to "ticgit-ng" which I have no plans on supporting as I do not want to taint GitBlit with GPL code.
* Replaced three history placeholder labels with real links.James Moger2011-04-166-6/+6
|
* Working history feature. Tweak to paging.James Moger2011-04-1613-17/+281
|
* More flexible authentication. Anonymous view, authenticated admin.James Moger2011-04-164-10/+40
|
* Show commit parents on separate lines. "tagger" instead of "author".James Moger2011-04-153-5/+6
|
* Settings overhaul. Fixes to authentication. Bind interface feature.James Moger2011-04-1535-268/+494
| | | | | Settings access has been abstracted and the way is becoming clear to offer a WAR build in addition to the integrated server stack. Util methods moved around.
* Generate Keys class from gitblit.properties as part of build process.James Moger2011-04-1443-194/+236
|
* Authenticate the webapp against the same realm as the git servlet.James Moger2011-04-1413-127/+257
| | | | | | | Right now the implementation is hard-coded to pass the realm into a singleton. This won't work for a WAR distribution so I will need to figure out how to properly authenticate the webapp using form authentication and the git servlet using basic authentication - host against the same realm.
* Start of webapp authentication.James Moger2011-04-1310-12/+272
|
* Fixed ticgit pages.James Moger2011-04-136-15/+22
|
* Html and Css simplifications.James Moger2011-04-1313-45/+59
|
* Patch formatter. Ensure html escaping. css tweaks.James Moger2011-04-1329-74/+590
|
* Eliminated most session usage.James Moger2011-04-1114-87/+85
|
* Ref links.James Moger2011-04-1111-34/+51
|
* Enforce default paging value.James Moger2011-04-111-0/+4
|
* Moved paging count to setting. Fixed css layouts. Removed log pager.James Moger2011-04-117-33/+12
|
* Refactored more link panels into fragments.James Moger2011-04-1114-118/+59
|
* Page log.James Moger2011-04-1116-88/+155
|
* created panels for logs, tags, and branches.James Moger2011-04-0845-669/+567
|
* Localized all strings for translation. Removed old resources.James Moger2011-04-0753-290/+406
|
* Let Wicket manage resources and use markup inheritance.James Moger2011-04-0757-302/+790
| | | This seems to improve page loading times.
* Added placeholder for Admin links on main page.James Moger2011-04-0612-82/+169
| | | | | | Added placeholder for Admin links on main page. Dynamically add ticgit link to nav links, if ticgit branch is discovered. Settings refinements.
* Mostly working Diff presentation.James Moger2011-04-069-32/+321
|
* Simplified links some more. Added TicGit browser.James Moger2011-04-0521-101/+529
|
* Fixed-width 980px and centered. Dropped About.James Moger2011-04-058-37/+8
|
* Improvements to css and specialized link panels.James Moger2011-04-0421-76/+166
|
* Dropped log links, created new stylesheet, added activity graph.James Moger2011-04-0432-288/+260
|
* Placeholder for About page.James Moger2011-04-045-2/+32
|
* Initial import of Git:Blit.James Moger2011-04-0462-0/+3959
Change-Id: Ifce000c85c8947c3a768e782c841e41a8953d314