]>
source.dussan.org Git - gitblit.git/log
James Moger [Mon, 18 Jul 2011 22:10:34 +0000 (18:10 -0400)]
Allow specification of forward-slash character in urls (issue 11)
James Moger [Mon, 18 Jul 2011 22:09:07 +0000 (18:09 -0400)]
Updated MarkdownPapers to 1.1.0.
James Moger [Wed, 13 Jul 2011 00:27:56 +0000 (20:27 -0400)]
Fix to build method.
James Moger [Mon, 11 Jul 2011 20:29:20 +0000 (16:29 -0400)]
Optionally display repository on-disk size on repositories page.
James Moger [Mon, 11 Jul 2011 20:16:35 +0000 (16:16 -0400)]
ByteFormat now returns integer KB values.
James Moger [Mon, 11 Jul 2011 20:15:50 +0000 (16:15 -0400)]
Tone-down the repository group CSS color.
James Moger [Thu, 7 Jul 2011 22:04:14 +0000 (18:04 -0400)]
Documentation. Noted commit hooks not supported.
James Moger [Thu, 7 Jul 2011 22:02:55 +0000 (18:02 -0400)]
Documentation. Generate properties site page at build time.
James Moger [Wed, 6 Jul 2011 00:31:06 +0000 (20:31 -0400)]
Documentation. Site changes.
James Moger [Tue, 5 Jul 2011 21:32:45 +0000 (17:32 -0400)]
Documentation. Added JavaDoc. Clarified repository access restriction.
James Moger [Sat, 2 Jul 2011 01:17:28 +0000 (21:17 -0400)]
Documentation. Added JavaDoc comments.
James Moger [Fri, 1 Jul 2011 21:47:28 +0000 (17:47 -0400)]
Documentation. Adding JavaDoc comments. Adjustments to method names.
James Moger [Fri, 1 Jul 2011 21:45:23 +0000 (17:45 -0400)]
Documentation. Added upgrade info to site. Moved todos to GoogleCode.
James Moger [Fri, 1 Jul 2011 21:42:56 +0000 (17:42 -0400)]
Documentation. Include LICENSE and NOTICE files in both builds.
James Moger [Fri, 1 Jul 2011 21:42:02 +0000 (17:42 -0400)]
Documentation. Established convention for documenting settings.
James Moger [Wed, 29 Jun 2011 02:37:25 +0000 (22:37 -0400)]
Windows service changes. Documentation.
* Renamed prunsrv.exe to gitblit.exe so that task manager shows
more useful information.
* Documented how to configure the service to use a server VM, if a JDK
is present.
James Moger [Wed, 29 Jun 2011 02:12:35 +0000 (22:12 -0400)]
Use Sitename on login page.
James Moger [Wed, 29 Jun 2011 00:12:51 +0000 (20:12 -0400)]
Changes for minor 0.5.1 release.
* Clarified SSL certificate generation and configuration in light of the
hostname verificiation that JGit currently does despite
the http.sslVerify=false setting.
* Added some troubleshooting information related to filesystem
permissions and reading repositories.
* Switched from JavaService to Apache Commons Daemon. Not sure what
happened to JavaService as it stopped working for me on Windows 7 with
Java 1.6.0_26. Commons Daemon accomplishes the same thing and offers a
nice service control utility.
James Moger [Sun, 26 Jun 2011 12:23:13 +0000 (08:23 -0400)]
Prepare 0.5.0 release.
James Moger [Sat, 25 Jun 2011 21:10:59 +0000 (17:10 -0400)]
Moved Build classes to their own package
James Moger [Sat, 25 Jun 2011 21:01:16 +0000 (17:01 -0400)]
Documentation.
James Moger [Sat, 25 Jun 2011 20:57:03 +0000 (16:57 -0400)]
Updated to JGit 1.0.0.
James Moger [Sat, 25 Jun 2011 12:57:29 +0000 (08:57 -0400)]
Big push for first release.
* 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.
James Moger [Sat, 18 Jun 2011 13:39:01 +0000 (09:39 -0400)]
Override settings from command-line.
James Moger [Sat, 18 Jun 2011 13:24:34 +0000 (09:24 -0400)]
Don't show all credentials in debug log, only failures.
James Moger [Sat, 18 Jun 2011 13:22:05 +0000 (09:22 -0400)]
Map gitservlet from web.xml and configure it from gitblit properties.
James Moger [Sat, 18 Jun 2011 13:02:00 +0000 (09:02 -0400)]
Improved web.xml builder. Now it includes the parameter comments.
James Moger [Sat, 18 Jun 2011 12:39:22 +0000 (08:39 -0400)]
Mount parameters setting.
James Moger [Sat, 18 Jun 2011 12:28:47 +0000 (08:28 -0400)]
Mostly stable war build.
Reorganization of resources. Dropped most hard-coded webapp
configuration in favor of common web.xml file. Still contemplating
configuring git servlet from web.xml too.
James Moger [Tue, 14 Jun 2011 20:55:13 +0000 (16:55 -0400)]
Added AccessRestrictionFilter and simplified authentication.
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.
James Moger [Sat, 11 Jun 2011 20:23:49 +0000 (16:23 -0400)]
RSS syndication feature. Documentation. CSS tweaks.
James Moger [Thu, 9 Jun 2011 23:41:53 +0000 (19:41 -0400)]
Simplified screenshot process and automated thumbnail generation.
James Moger [Thu, 9 Jun 2011 23:06:09 +0000 (19:06 -0400)]
Build script improvements for release management.
James Moger [Thu, 9 Jun 2011 23:04:24 +0000 (19:04 -0400)]
Unit testing. Documentation. Simplified settings classes.
James Moger [Thu, 9 Jun 2011 00:48:07 +0000 (20:48 -0400)]
Blame support finished, requires JGit 1.0.0. Checkstyle. Findbugs.
James Moger [Wed, 8 Jun 2011 21:38:11 +0000 (17:38 -0400)]
Stubbed out Blame. Added Github banner to site. Documentation.
James Moger [Wed, 8 Jun 2011 00:55:19 +0000 (20:55 -0400)]
Improved metrics page and added metrics links to branches panel.
James Moger [Tue, 7 Jun 2011 23:08:24 +0000 (19:08 -0400)]
Documentation. Moved clone and fetch into JGitUtils. Create bare only.
James Moger [Sun, 5 Jun 2011 19:21:12 +0000 (15:21 -0400)]
Added git-notes to docs. Fixed parent path mode.
James Moger [Sat, 4 Jun 2011 18:23:55 +0000 (14:23 -0400)]
Fixed refs linking problem. Author metrics are lowercase.
James Moger [Fri, 3 Jun 2011 21:44:19 +0000 (17:44 -0400)]
GitNotes. Unit testing. More correct refs.
James Moger [Fri, 3 Jun 2011 02:40:23 +0000 (22:40 -0400)]
Unit testing. Start of git-notes display feature.
James Moger [Thu, 2 Jun 2011 01:01:51 +0000 (21:01 -0400)]
Refactored some unit tests and utils.
James Moger [Thu, 2 Jun 2011 00:47:05 +0000 (20:47 -0400)]
Documentation. Enforce ".git" suffix for created repositories.
James Moger [Thu, 2 Jun 2011 00:19:51 +0000 (20:19 -0400)]
Readme markdown on summary page per-repository.
James Moger [Wed, 1 Jun 2011 23:51:41 +0000 (19:51 -0400)]
Stats -> Metrics. Docs in distribution zip. Created MetricUtils.
James Moger [Wed, 1 Jun 2011 12:09:46 +0000 (08:09 -0400)]
Unit testing. Disable links on first commit. Initial stats page.
James Moger [Sun, 29 May 2011 18:04:38 +0000 (14:04 -0400)]
Unit testing.
James Moger [Sun, 29 May 2011 15:19:30 +0000 (11:19 -0400)]
Unit testing.
James Moger [Sat, 28 May 2011 21:05:34 +0000 (17:05 -0400)]
Unit testing. Removal of some unused code paths.
James Moger [Sat, 28 May 2011 03:37:24 +0000 (23:37 -0400)]
Codepro analyze dependencies. Documentation.
James Moger [Thu, 26 May 2011 21:22:03 +0000 (17:22 -0400)]
Changed git.otherUrls to web.otherUrls.
James Moger [Thu, 26 May 2011 21:11:38 +0000 (17:11 -0400)]
Findbugs. CodePro Audit. Checkstyle. Unit test refactoring.
James Moger [Wed, 25 May 2011 20:21:17 +0000 (16:21 -0400)]
Selected Apache License. Dropped : from name. Its simpler.
James Moger [Tue, 24 May 2011 21:39:55 +0000 (17:39 -0400)]
Documentation.
James Moger [Tue, 24 May 2011 21:39:38 +0000 (17:39 -0400)]
Download zip feature.
James Moger [Tue, 24 May 2011 21:17:51 +0000 (17:17 -0400)]
Delete/Rename repos & user. Edit link. Dropped crypt. Other git urls.
James Moger [Mon, 23 May 2011 20:46:09 +0000 (16:46 -0400)]
User list. Revised home page. Updated Jetty. Secure cookies. Docs.
James Moger [Sun, 22 May 2011 17:45:20 +0000 (13:45 -0400)]
Make keystore script independent of JDK using BouncyCastle.
James Moger [Sun, 22 May 2011 17:04:11 +0000 (13:04 -0400)]
Documentation.
James Moger [Fri, 20 May 2011 21:49:55 +0000 (17:49 -0400)]
Documentation filename-linkname aliases.
James Moger [Fri, 20 May 2011 21:31:07 +0000 (17:31 -0400)]
Documentation.
James Moger [Thu, 19 May 2011 23:01:45 +0000 (19:01 -0400)]
Critical fix for servlet.
James Moger [Thu, 19 May 2011 21:18:29 +0000 (17:18 -0400)]
Documentation tweak.
James Moger [Thu, 19 May 2011 21:13:50 +0000 (17:13 -0400)]
Owner editing. Frozen status. Grouped repositories. Documentation.
James Moger [Wed, 18 May 2011 02:06:07 +0000 (22:06 -0400)]
Building site content and documentation from Markdown.
James Moger [Mon, 16 May 2011 20:45:51 +0000 (16:45 -0400)]
Move admin links. Drop extra GitBlit link. Line numbers on Blob page.
James Moger [Thu, 12 May 2011 22:18:20 +0000 (18:18 -0400)]
Improvements to create/edit user.
James Moger [Thu, 12 May 2011 21:37:29 +0000 (17:37 -0400)]
Updated gitignore.
James Moger [Thu, 12 May 2011 21:34:47 +0000 (17:34 -0400)]
Removed distribution files from project root.
James Moger [Thu, 12 May 2011 21:33:31 +0000 (17:33 -0400)]
Moved distribution files. Revised build script. Security revisions.
James Moger [Thu, 12 May 2011 02:33:16 +0000 (22:33 -0400)]
Clarified access restrictions.
James Moger [Thu, 12 May 2011 02:07:53 +0000 (22:07 -0400)]
Renamed User to UserModel.
James Moger [Thu, 12 May 2011 02:07:18 +0000 (22:07 -0400)]
Add user. Implemented repository view and git access restrictions.
James Moger [Thu, 5 May 2011 23:16:17 +0000 (19:16 -0400)]
Comments in config file. Disable TLS renegotiation.
James Moger [Thu, 5 May 2011 22:40:39 +0000 (18:40 -0400)]
Automatically generate a self-signed certificate with BouncyCastle.
James Moger [Wed, 4 May 2011 21:35:49 +0000 (17:35 -0400)]
Build infrastructure improvements. Setting to show remote branches.
The JGit team is now publishing 0.12.1 artifacts on the Eclipse Maven
site. Yeah! That was the last missing piece for a slick Git:Blit
deployment. The build has been reworked to download from Eclipse and
to also download source and javadoc jars for setting up a development
environment.
Made the log4j pattern configurable by operating system.
Moved Markdown utils to their own class since I need StringUtils for
Build and that introduced a chicken-and-egg scenario.
James Moger [Tue, 3 May 2011 19:59:20 +0000 (15:59 -0400)]
Drop new lines between table rows for Opera.
James Moger [Sat, 30 Apr 2011 00:46:44 +0000 (20:46 -0400)]
Working on error handling.
James Moger [Thu, 28 Apr 2011 01:56:56 +0000 (21:56 -0400)]
Improve repo folder detection. Fail gracefully on create repo error.
James Moger [Thu, 28 Apr 2011 01:22:12 +0000 (21:22 -0400)]
Centralized markdown transforms. Moved config ops to GitBlit.
James Moger [Thu, 28 Apr 2011 00:55:38 +0000 (20:55 -0400)]
Integrated pagelinks into RepositoryPage. Fixed string encoding.
James Moger [Tue, 26 Apr 2011 22:05:39 +0000 (18:05 -0400)]
Commit header panel. File type icons. Docs page.
James Moger [Tue, 26 Apr 2011 01:52:38 +0000 (21:52 -0400)]
Sprinkled some icons throughout ui. Centralized icon retrieval.
James Moger [Sun, 24 Apr 2011 01:00:32 +0000 (21:00 -0400)]
Restylized search form. Used GNOME's search icon.
James Moger [Sat, 23 Apr 2011 23:16:53 +0000 (19:16 -0400)]
Basic Create/Edit Repository. JGit 0.12-stable. Tag icon.
James Moger [Fri, 22 Apr 2011 01:46:47 +0000 (21:46 -0400)]
Use markdown for welcome message. Simplify login page appearance.
James Moger [Fri, 22 Apr 2011 00:50:59 +0000 (20:50 -0400)]
Added merge icon. Added commit legend with counts. Improved header.
James Moger [Thu, 21 Apr 2011 02:14:37 +0000 (22:14 -0400)]
Selectable diff presentation: gitblit, gitweb, or plain.
James Moger [Thu, 21 Apr 2011 00:16:31 +0000 (20:16 -0400)]
Support Markdown rendering. Use Wicket GoogleCharts from Maven.
James Moger [Wed, 20 Apr 2011 11:53:15 +0000 (07:53 -0400)]
Tag diamonds and sliding date scale on activity graph.
James Moger [Tue, 19 Apr 2011 02:36:17 +0000 (22:36 -0400)]
Div to Span
James Moger [Tue, 19 Apr 2011 02:29:20 +0000 (22:29 -0400)]
Color-coded change type indicator with tooltip for changed paths.
Also fixed /dev/null reference due to deletion change.
James Moger [Mon, 18 Apr 2011 21:50:31 +0000 (17:50 -0400)]
Add search form to the page nav links panel within a repository.
James Moger [Mon, 18 Apr 2011 21:50:03 +0000 (17:50 -0400)]
Fix Eclipse complaints about illegal tag location.
James Moger [Mon, 18 Apr 2011 20:53:23 +0000 (16:53 -0400)]
Author and Committer search integration.
James Moger [Sun, 17 Apr 2011 20:57:41 +0000 (16:57 -0400)]
Finished history tree/blob links.
James Moger [Sun, 17 Apr 2011 20:10:38 +0000 (16:10 -0400)]
patch-to-current feature.
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.
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.