]> source.dussan.org Git - gitblit.git/log
gitblit.git
13 years agoImplemented diff-to-current.
James Moger [Sun, 17 Apr 2011 20:00:02 +0000 (16:00 -0400)]
Implemented diff-to-current.

This is for history where we specify two revs to diff, not just a
commit against its parent.

13 years agoRename ticgit integration to tickets.
James Moger [Sun, 17 Apr 2011 16:06:29 +0000 (12:06 -0400)]
Rename ticgit integration to tickets.

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.

13 years agoReplaced three history placeholder labels with real links.
James Moger [Sat, 16 Apr 2011 20:47:14 +0000 (16:47 -0400)]
Replaced three history placeholder labels with real links.

13 years agoWorking history feature. Tweak to paging.
James Moger [Sat, 16 Apr 2011 20:28:19 +0000 (16:28 -0400)]
Working history feature.  Tweak to paging.

13 years agoMore flexible authentication. Anonymous view, authenticated admin.
James Moger [Sat, 16 Apr 2011 13:27:57 +0000 (09:27 -0400)]
More flexible authentication.  Anonymous view, authenticated admin.

13 years agoShow commit parents on separate lines. "tagger" instead of "author".
James Moger [Fri, 15 Apr 2011 21:32:28 +0000 (17:32 -0400)]
Show commit parents on separate lines.  "tagger" instead of "author".

13 years agoSettings overhaul. Fixes to authentication. Bind interface feature.
James Moger [Fri, 15 Apr 2011 21:18:51 +0000 (17:18 -0400)]
Settings overhaul. Fixes to authentication.  Bind interface feature.

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.

13 years agoGenerate Keys class from gitblit.properties as part of build process.
James Moger [Thu, 14 Apr 2011 23:44:47 +0000 (19:44 -0400)]
Generate Keys class from gitblit.properties as part of build process.

13 years agoAuthenticate the webapp against the same realm as the git servlet.
James Moger [Thu, 14 Apr 2011 22:29:10 +0000 (18:29 -0400)]
Authenticate the webapp against the same realm as the git servlet.

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.

13 years agoStart of webapp authentication.
James Moger [Wed, 13 Apr 2011 21:45:22 +0000 (17:45 -0400)]
Start of webapp authentication.

13 years agoFixed ticgit pages.
James Moger [Wed, 13 Apr 2011 20:27:17 +0000 (16:27 -0400)]
Fixed ticgit pages.

13 years agoHtml and Css simplifications.
James Moger [Wed, 13 Apr 2011 19:53:19 +0000 (15:53 -0400)]
Html and Css simplifications.

13 years agoPatch formatter. Ensure html escaping. css tweaks.
James Moger [Wed, 13 Apr 2011 13:43:56 +0000 (09:43 -0400)]
Patch formatter.  Ensure html escaping. css tweaks.

13 years agoEliminated most session usage.
James Moger [Tue, 12 Apr 2011 01:49:36 +0000 (21:49 -0400)]
Eliminated most session usage.

13 years agoRef links.
James Moger [Mon, 11 Apr 2011 21:42:58 +0000 (17:42 -0400)]
Ref links.

13 years agoEnforce default paging value.
James Moger [Mon, 11 Apr 2011 13:59:56 +0000 (09:59 -0400)]
Enforce default paging value.

13 years agoMoved paging count to setting. Fixed css layouts. Removed log pager.
James Moger [Mon, 11 Apr 2011 13:59:03 +0000 (09:59 -0400)]
Moved paging count to setting.  Fixed css layouts.  Removed log pager.

13 years agoRefactored more link panels into fragments.
James Moger [Mon, 11 Apr 2011 13:39:15 +0000 (09:39 -0400)]
Refactored more link panels into fragments.

13 years agoPage log.
James Moger [Mon, 11 Apr 2011 12:18:22 +0000 (08:18 -0400)]
Page log.

13 years agocreated panels for logs, tags, and branches.
James Moger [Fri, 8 Apr 2011 21:17:28 +0000 (17:17 -0400)]
created panels for logs, tags, and branches.

13 years agoLocalized all strings for translation. Removed old resources.
James Moger [Thu, 7 Apr 2011 21:59:56 +0000 (17:59 -0400)]
Localized all strings for translation.  Removed old resources.

13 years agoLet Wicket manage resources and use markup inheritance.
James Moger [Thu, 7 Apr 2011 13:46:30 +0000 (09:46 -0400)]
Let Wicket manage resources and use markup inheritance.

This seems to improve page loading times.

13 years agoAdded placeholder for Admin links on main page.
James Moger [Wed, 6 Apr 2011 21:25:23 +0000 (17:25 -0400)]
Added placeholder for Admin links on main page.

Added placeholder for Admin links on main page.
Dynamically add ticgit link to nav links, if ticgit branch is
discovered.
Settings refinements.

13 years agoMostly working Diff presentation.
James Moger [Wed, 6 Apr 2011 13:27:14 +0000 (09:27 -0400)]
Mostly working Diff presentation.

13 years agoSimplified links some more. Added TicGit browser.
James Moger [Wed, 6 Apr 2011 02:26:37 +0000 (22:26 -0400)]
Simplified links some more.  Added TicGit browser.

13 years agoFixed-width 980px and centered. Dropped About.
James Moger [Tue, 5 Apr 2011 12:24:53 +0000 (08:24 -0400)]
Fixed-width 980px and centered.  Dropped About.

13 years agoImprovements to css and specialized link panels.
James Moger [Mon, 4 Apr 2011 21:47:07 +0000 (17:47 -0400)]
Improvements to css and specialized link panels.

13 years agoMake ChartAxis serializable.
James Moger [Mon, 4 Apr 2011 21:32:42 +0000 (17:32 -0400)]
Make ChartAxis serializable.

13 years agoDropped log links, created new stylesheet, added activity graph.
James Moger [Mon, 4 Apr 2011 20:13:11 +0000 (16:13 -0400)]
Dropped log links, created new stylesheet, added activity graph.

13 years agoPlaceholder for About page.
James Moger [Mon, 4 Apr 2011 13:23:50 +0000 (09:23 -0400)]
Placeholder for About page.

13 years agoInitial import of Git:Blit.
James Moger [Mon, 4 Apr 2011 13:10:51 +0000 (09:10 -0400)]
Initial import of Git:Blit.

Change-Id: Ifce000c85c8947c3a768e782c841e41a8953d314