Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Drop new lines between table rows for Opera. | James Moger | 2011-05-03 | 1 | -1/+1 | |
| | ||||||
* | Working on error handling. | James Moger | 2011-04-29 | 25 | -108/+205 | |
| | ||||||
* | Improve repo folder detection. Fail gracefully on create repo error. | James Moger | 2011-04-27 | 8 | -57/+99 | |
| | ||||||
* | Centralized markdown transforms. Moved config ops to GitBlit. | James Moger | 2011-04-27 | 8 | -149/+86 | |
| | ||||||
* | Integrated pagelinks into RepositoryPage. Fixed string encoding. | James Moger | 2011-04-27 | 24 | -259/+215 | |
| | ||||||
* | Commit header panel. File type icons. Docs page. | James Moger | 2011-04-26 | 45 | -61/+296 | |
| | ||||||
* | Sprinkled some icons throughout ui. Centralized icon retrieval. | James Moger | 2011-04-25 | 28 | -74/+204 | |
| | ||||||
* | Restylized search form. Used GNOME's search icon. | James Moger | 2011-04-23 | 6 | -8/+25 | |
| | ||||||
* | Basic Create/Edit Repository. JGit 0.12-stable. Tag icon. | James Moger | 2011-04-23 | 23 | -89/+290 | |
| | ||||||
* | Use markdown for welcome message. Simplify login page appearance. | James Moger | 2011-04-21 | 4 | -5/+69 | |
| | ||||||
* | Added merge icon. Added commit legend with counts. Improved header. | James Moger | 2011-04-21 | 26 | -34/+187 | |
| | ||||||
* | Selectable diff presentation: gitblit, gitweb, or plain. | James Moger | 2011-04-20 | 7 | -22/+233 | |
| | ||||||
* | Support Markdown rendering. Use Wicket GoogleCharts from Maven. | James Moger | 2011-04-20 | 9 | -18/+183 | |
| | ||||||
* | Tag diamonds and sliding date scale on activity graph. | James Moger | 2011-04-20 | 7 | -33/+152 | |
| | ||||||
* | Div to Span | James Moger | 2011-04-18 | 4 | -9/+7 | |
| | ||||||
* | Color-coded change type indicator with tooltip for changed paths. | James Moger | 2011-04-18 | 12 | -23/+123 | |
| | | | Also fixed /dev/null reference due to deletion change. | |||||
* | Add search form to the page nav links panel within a repository. | James Moger | 2011-04-18 | 6 | -12/+67 | |
| | ||||||
* | Fix Eclipse complaints about illegal tag location. | James Moger | 2011-04-18 | 1 | -13/+12 | |
| | ||||||
* | Author and Committer search integration. | James Moger | 2011-04-18 | 20 | -36/+441 | |
| | ||||||
* | Finished history tree/blob links. | James Moger | 2011-04-17 | 2 | -13/+48 | |
| | ||||||
* | patch-to-current feature. | James Moger | 2011-04-17 | 3 | -7/+25 | |
| | ||||||
* | Implemented diff-to-current. | James Moger | 2011-04-17 | 4 | -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 Moger | 2011-04-17 | 11 | -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 Moger | 2011-04-16 | 6 | -6/+6 | |
| | ||||||
* | Working history feature. Tweak to paging. | James Moger | 2011-04-16 | 13 | -17/+281 | |
| | ||||||
* | More flexible authentication. Anonymous view, authenticated admin. | James Moger | 2011-04-16 | 4 | -10/+40 | |
| | ||||||
* | Show commit parents on separate lines. "tagger" instead of "author". | James Moger | 2011-04-15 | 3 | -5/+6 | |
| | ||||||
* | Settings overhaul. Fixes to authentication. Bind interface feature. | James Moger | 2011-04-15 | 35 | -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 Moger | 2011-04-14 | 43 | -194/+236 | |
| | ||||||
* | Authenticate the webapp against the same realm as the git servlet. | James Moger | 2011-04-14 | 13 | -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 Moger | 2011-04-13 | 10 | -12/+272 | |
| | ||||||
* | Fixed ticgit pages. | James Moger | 2011-04-13 | 6 | -15/+22 | |
| | ||||||
* | Html and Css simplifications. | James Moger | 2011-04-13 | 13 | -45/+59 | |
| | ||||||
* | Patch formatter. Ensure html escaping. css tweaks. | James Moger | 2011-04-13 | 29 | -74/+590 | |
| | ||||||
* | Eliminated most session usage. | James Moger | 2011-04-11 | 14 | -87/+85 | |
| | ||||||
* | Ref links. | James Moger | 2011-04-11 | 11 | -34/+51 | |
| | ||||||
* | Enforce default paging value. | James Moger | 2011-04-11 | 1 | -0/+4 | |
| | ||||||
* | Moved paging count to setting. Fixed css layouts. Removed log pager. | James Moger | 2011-04-11 | 7 | -33/+12 | |
| | ||||||
* | Refactored more link panels into fragments. | James Moger | 2011-04-11 | 14 | -118/+59 | |
| | ||||||
* | Page log. | James Moger | 2011-04-11 | 16 | -88/+155 | |
| | ||||||
* | created panels for logs, tags, and branches. | James Moger | 2011-04-08 | 45 | -669/+567 | |
| | ||||||
* | Localized all strings for translation. Removed old resources. | James Moger | 2011-04-07 | 53 | -290/+406 | |
| | ||||||
* | Let Wicket manage resources and use markup inheritance. | James Moger | 2011-04-07 | 57 | -302/+790 | |
| | | | This seems to improve page loading times. | |||||
* | Added placeholder for Admin links on main page. | James Moger | 2011-04-06 | 12 | -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 Moger | 2011-04-06 | 9 | -32/+321 | |
| | ||||||
* | Simplified links some more. Added TicGit browser. | James Moger | 2011-04-05 | 21 | -101/+529 | |
| | ||||||
* | Fixed-width 980px and centered. Dropped About. | James Moger | 2011-04-05 | 8 | -37/+8 | |
| | ||||||
* | Improvements to css and specialized link panels. | James Moger | 2011-04-04 | 21 | -76/+166 | |
| | ||||||
* | Dropped log links, created new stylesheet, added activity graph. | James Moger | 2011-04-04 | 32 | -288/+260 | |
| | ||||||
* | Placeholder for About page. | James Moger | 2011-04-04 | 5 | -2/+32 | |
| |