Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 1 | -223/+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 Moger | 2013-01-13 | 1 | -7/+6 |
| | |||||
* | Support symlink display in tree and commit pages (issue-171) | James Moger | 2012-12-03 | 1 | -2/+8 |
| | |||||
* | Support alternate compressed download formats (issue-174) | James Moger | 2012-11-30 | 1 | -6/+4 |
| | |||||
* | Submodules support | James Moger | 2012-08-10 | 1 | -14/+47 |
| | |||||
* | Revised TimeUtils for localization | James Moger | 2012-06-15 | 1 | -3/+3 |
| | | | | | | | | TimeUtils needs to output localized strings like "5 days ago" and "6 months". In order to do this it needs a translation resource. Additionally, that resource can not be static because the single Gitblit server can handle multiple connections in different locales/languages. TimeUtils has changed from a collection of static methods to some static methods and some instance methods. A TimeUtils is instantiated with an optional resource bundle which contains the preferred translation. If the resourec bundle is null or the requested translation key does not exist, an English default will be used. This change required adjusting the signatures of several key methods and that cascaded out to adjusting those methods calls in many, many classes. | ||||
* | Updated to Bootstrap 2.0.4. Responsive layout by default. | James Moger | 2012-06-08 | 1 | -1/+0 |
| | |||||
* | Tighter Gravatar integration. New window/tab on most activity links. | James Moger | 2011-11-21 | 1 | -1/+1 |
| | | | | | | | | Each Gravatar thumbnail is now a link to the Gitblit Gravatar profile page. This page displays some of the profile information and contains a link to the full Gravatar profile. Activity page links now launch a new window/tab instead of targeting "self" since it can be expensive to requery the activity information. | ||||
* | Added optional Gravatar support | James Moger | 2011-11-14 | 1 | -1/+4 |
| | |||||
* | Moved SearchType enum to Constants | James Moger | 2011-11-04 | 1 | -4/+4 |
| | |||||
* | Disable blame link on commit page if no file history. | James Moger | 2011-09-29 | 1 | -1/+2 |
| | |||||
* | Fixed broken urls for WAR builds. | James Moger | 2011-09-26 | 1 | -3/+3 |
| | |||||
* | Centralize default branch/HEAD resolution (issue 14) | James Moger | 2011-07-22 | 1 | -12/+15 |
| | | | | | | | | | | | | | | 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. | ||||
* | Big push for first release. | James Moger | 2011-06-25 | 1 | -2/+2 |
| | | | | | | | | | | | | * Build script overhaul including building & publishing GO, WAR, Docs, and Site. * Restored JGit 0.12.1 dependency and backported Blame. Got tired of waiting for JGit 1.0.0 Maven artifacts. * Changed Summary Page layout * Optional cookie authentication * Added icons for log, tags, and branches panels. * Show last commit author and short message on branches panel. * Unit testing. * Documentation. | ||||
* | Added AccessRestrictionFilter and simplified authentication. | James Moger | 2011-06-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Replaced servlet container basic authentication with a custom servlet filter which performs the same function. The advantage to this is that the servlet container is now divorced from the webapp. The login service (realm) also simplified a great deal and removes its Jetty dependencies. Additionally, the basic authorization pop-up will be displayed as needed based on the repository's access restriction. This was necessary for view-restricted repositories with the RSS feature. Its also necessary for completely open repositories as before it would prompt for credentials. Improved feed syndication feature. | ||||
* | Unit testing. Documentation. Simplified settings classes. | James Moger | 2011-06-09 | 1 | -2/+1 |
| | |||||
* | Blame support finished, requires JGit 1.0.0. Checkstyle. Findbugs. | James Moger | 2011-06-08 | 1 | -2/+2 |
| | |||||
* | Stubbed out Blame. Added Github banner to site. Documentation. | James Moger | 2011-06-08 | 1 | -9/+13 |
| | |||||
* | GitNotes. Unit testing. More correct refs. | James Moger | 2011-06-03 | 1 | -8/+6 |
| | |||||
* | Unit testing. Start of git-notes display feature. | James Moger | 2011-06-02 | 1 | -0/+24 |
| | |||||
* | Unit testing. Disable links on first commit. Initial stats page. | James Moger | 2011-06-01 | 1 | -2/+3 |
| | |||||
* | 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 | -17/+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 | -1/+2 |
| | |||||
* | Added merge icon. Added commit legend with counts. Improved header. | James Moger | 2011-04-21 | 1 | -3/+5 |
| | |||||
* | Color-coded change type indicator with tooltip for changed paths. | James Moger | 2011-04-18 | 1 | -6/+10 |
| | | | Also fixed /dev/null reference due to deletion change. | ||||
* | Author and Committer search integration. | James Moger | 2011-04-18 | 1 | -3/+6 |
| | |||||
* | Working history feature. Tweak to paging. | James Moger | 2011-04-16 | 1 | -1/+1 |
| | |||||
* | Generate Keys class from gitblit.properties as part of build process. | James Moger | 2011-04-14 | 1 | -8/+7 |
| | |||||
* | Html and Css simplifications. | James Moger | 2011-04-13 | 1 | -0/+2 |
| | |||||
* | Patch formatter. Ensure html escaping. css tweaks. | James Moger | 2011-04-13 | 1 | -4/+5 |
| | |||||
* | Eliminated most session usage. | James Moger | 2011-04-11 | 1 | -5/+2 |
| | |||||
* | Refactored more link panels into fragments. | James Moger | 2011-04-11 | 1 | -3/+4 |
| | |||||
* | created panels for logs, tags, and branches. | James Moger | 2011-04-08 | 1 | -5/+8 |
| | |||||
* | 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. | ||||
* | Mostly working Diff presentation. | James Moger | 2011-04-06 | 1 | -1/+1 |
| | |||||
* | Initial import of Git:Blit. | James Moger | 2011-04-04 | 1 | -0/+106 |
Change-Id: Ifce000c85c8947c3a768e782c841e41a8953d314 |