]> source.dussan.org Git - gitblit.git/log
gitblit.git
12 years agoMore Lucene progress
James Moger [Sat, 10 Mar 2012 01:45:52 +0000 (20:45 -0500)]
More Lucene progress

12 years agoNot all GitNotes were displayed on the commit page (issue 70)
James Moger [Mon, 5 Mar 2012 21:33:46 +0000 (16:33 -0500)]
Not all GitNotes were displayed on the commit page (issue 70)

12 years agoReplace ChoiceRenderer with StringChoiceRenderer (issue 71)
James Moger [Mon, 5 Mar 2012 21:32:18 +0000 (16:32 -0500)]
Replace ChoiceRenderer with StringChoiceRenderer (issue 71)

12 years agoImproved look of Lucene page
James Moger [Sat, 3 Mar 2012 00:41:39 +0000 (19:41 -0500)]
Improved look of Lucene page

12 years agoWhoops. x2. LucenePage.html
James Moger [Fri, 2 Mar 2012 23:58:20 +0000 (18:58 -0500)]
Whoops. x2. LucenePage.html

12 years agoWhoops. Missed adding LucenePage.
James Moger [Fri, 2 Mar 2012 23:56:45 +0000 (18:56 -0500)]
Whoops. Missed adding LucenePage.

12 years agoDraft integration of Lucene search mechanism and web ui
James Moger [Wed, 29 Feb 2012 03:41:31 +0000 (22:41 -0500)]
Draft integration of Lucene search mechanism and web ui

12 years agoDropped non-annotated tag index test
James Moger [Wed, 29 Feb 2012 03:41:11 +0000 (22:41 -0500)]
Dropped non-annotated tag index test

12 years agoDelete branch from index. Queue index update from the PostReceiveHook.
James Moger [Tue, 28 Feb 2012 22:22:40 +0000 (17:22 -0500)]
Delete branch from index. Queue index update from the PostReceiveHook.

12 years agoPartially working Lucene executor. Needs refactoring. (issue 16)
James Moger [Sun, 26 Feb 2012 22:40:48 +0000 (17:40 -0500)]
Partially working Lucene executor. Needs refactoring. (issue 16)

12 years agoDo not clone empty BlueZGnome repo
James Moger [Sat, 25 Feb 2012 16:06:47 +0000 (11:06 -0500)]
Do not clone empty BlueZGnome repo

12 years agoSplit refs into 2 lines if there are remotes. Use more glyphicons.
James Moger [Sat, 25 Feb 2012 15:54:22 +0000 (10:54 -0500)]
Split refs into 2 lines if there are remotes. Use more glyphicons.

12 years agoUse proper timezone to generate all metrics
James Moger [Sat, 25 Feb 2012 13:18:22 +0000 (08:18 -0500)]
Use proper timezone to generate all metrics

12 years agoActivity page now considers all local branches (issue 65)
James Moger [Fri, 24 Feb 2012 22:34:31 +0000 (17:34 -0500)]
Activity page now considers all local branches (issue 65)

12 years agoFixed nullpointer on pushing to an empty repository (issue 69)
James Moger [Fri, 24 Feb 2012 00:49:46 +0000 (19:49 -0500)]
Fixed nullpointer on pushing to an empty repository (issue 69)

12 years agoDocumentation
James Moger [Thu, 23 Feb 2012 22:44:53 +0000 (17:44 -0500)]
Documentation

12 years agoFixed UTF-8 encoding bug in diff formatter (issue 66)
James Moger [Thu, 23 Feb 2012 22:06:46 +0000 (17:06 -0500)]
Fixed UTF-8 encoding bug in diff formatter (issue 66)

12 years agoAccount for null real path from servlet container (issue 67)
James Moger [Thu, 23 Feb 2012 13:00:19 +0000 (08:00 -0500)]
Account for null real path from servlet container (issue 67)

12 years agoAllow specifying a timezone in gitblit.properties/web.xml (issue 54)
James Moger [Tue, 21 Feb 2012 22:32:04 +0000 (17:32 -0500)]
Allow specifying a timezone in gitblit.properties/web.xml (issue 54)

12 years agoFixed activity page timezone bug (issue 54)
James Moger [Tue, 21 Feb 2012 22:30:41 +0000 (17:30 -0500)]
Fixed activity page timezone bug (issue 54)

12 years agoExpand age coloring from 2 days to 30 days (issue 57)
James Moger [Tue, 21 Feb 2012 22:21:16 +0000 (17:21 -0500)]
Expand age coloring from 2 days to 30 days (issue 57)

12 years agoUpdate to JGit 1.3.0
James Moger [Tue, 21 Feb 2012 13:07:38 +0000 (08:07 -0500)]
Update to JGit 1.3.0

12 years agoRevised unit tests. Swapped BlueZGnome repo (unacessible) for Gitective.
James Moger [Tue, 21 Feb 2012 13:00:27 +0000 (08:00 -0500)]
Revised unit tests. Swapped BlueZGnome repo (unacessible) for Gitective.

12 years agoWorkaround 1 sec resolution of File.lastModified on Linux (issue-55)
James Moger [Mon, 20 Feb 2012 17:33:57 +0000 (12:33 -0500)]
Workaround 1 sec resolution of File.lastModified on Linux (issue-55)

Shockingly, File.lastModified() does not always support millisecond
resolution on all platforms even if the underlying filesystem supports
it.  Added a forceReload flag (in addition to last modified checks) to
ensure that user backends and configuration properties are properly
reloaded.

12 years agoUpdated MarkdownPapers 1.2.7
James Moger [Sun, 19 Feb 2012 20:49:22 +0000 (15:49 -0500)]
Updated MarkdownPapers 1.2.7

12 years agoMerged issues/lucene branch
James Moger [Sun, 19 Feb 2012 20:38:50 +0000 (15:38 -0500)]
Merged issues/lucene branch

12 years agoProperly index blobs on a branch
James Moger [Sun, 19 Feb 2012 20:27:53 +0000 (15:27 -0500)]
Properly index blobs on a branch

12 years agoImplemented multi-repository Lucene search
James Moger [Fri, 17 Feb 2012 23:43:40 +0000 (18:43 -0500)]
Implemented multi-repository Lucene search

12 years agoFixed classpath for Lucene
James Moger [Fri, 17 Feb 2012 23:43:07 +0000 (18:43 -0500)]
Fixed classpath for Lucene

12 years agoFixed date bugs on IssueModel
James Moger [Fri, 17 Feb 2012 23:42:35 +0000 (18:42 -0500)]
Fixed date bugs on IssueModel

12 years agoUpdate to Bootstrap 2.0
James Moger [Thu, 16 Feb 2012 22:46:34 +0000 (17:46 -0500)]
Update to Bootstrap 2.0

12 years agoMerge pull request #7 from plm/protect_refs_hook
James Moger [Thu, 16 Feb 2012 12:39:48 +0000 (04:39 -0800)]
Merge pull request #7 from plm/protect_refs_hook

Pre-commit hook to protect ref paths from non-FF updates or deletes

12 years agoDocumented overriding default log4j configuration (issue 53)
James Moger [Fri, 10 Feb 2012 00:56:58 +0000 (19:56 -0500)]
Documented overriding default log4j configuration (issue 53)

12 years agoReversed the order of buttons on all forms so that default is submit
James Moger [Thu, 9 Feb 2012 22:48:11 +0000 (17:48 -0500)]
Reversed the order of buttons on all forms so that default is submit

12 years agoRearranged button order to properly set default (issue 60)
James Moger [Thu, 9 Feb 2012 22:41:23 +0000 (17:41 -0500)]
Rearranged button order to properly set default (issue 60)

Also indicate password change aborted if it is canceled.

12 years agoAdded AJP connector and some documentation on how to use it (issue 59)
James Moger [Thu, 9 Feb 2012 22:13:12 +0000 (17:13 -0500)]
Added AJP connector and some documentation on how to use it (issue 59)

12 years agoFixed session fixation vulnerability (issue 62)
James Moger [Thu, 9 Feb 2012 13:33:16 +0000 (08:33 -0500)]
Fixed session fixation vulnerability (issue 62)

12 years agoAdd protect-refs unit tests for branch/tag creation/deletion. 7/head
Philip L. McMahon [Sun, 5 Feb 2012 06:02:32 +0000 (22:02 -0800)]
Add protect-refs unit tests for branch/tag creation/deletion.

12 years agoReturn command-specific rejection result if authz check fails.
Philip L. McMahon [Sun, 5 Feb 2012 06:01:35 +0000 (22:01 -0800)]
Return command-specific rejection result if authz check fails.

12 years agoAdd pre-commit hook which protects ref paths from non-FF updates or deletes unless...
Philip L. McMahon [Sat, 4 Feb 2012 17:46:07 +0000 (09:46 -0800)]
Add pre-commit hook which protects ref paths from non-FF updates or deletes unless the user is a member of an authorized team

This script is derived from groovy/blockpush.groovy

12 years agoIndicate WORKING COPY on repository pages (issue 49)
James Moger [Sat, 4 Feb 2012 05:28:37 +0000 (00:28 -0500)]
Indicate WORKING COPY on repository pages (issue 49)

12 years agoClarify that log page/panel displays HEAD ref by default
James Moger [Sat, 4 Feb 2012 05:02:11 +0000 (00:02 -0500)]
Clarify that log page/panel displays HEAD ref by default

12 years agoShow HEAD on metrics page if objectid is not specified
James Moger [Sat, 4 Feb 2012 04:48:42 +0000 (23:48 -0500)]
Show HEAD on metrics page if objectid is not specified

12 years agoShow a ! in the swatch of a repository with a working copy (issue 49)
James Moger [Sat, 4 Feb 2012 04:32:41 +0000 (23:32 -0500)]
Show a ! in the swatch of a repository with a working copy (issue 49)

12 years agoSetting to control display/serving non-bare repositories (issue 49)
James Moger [Sat, 4 Feb 2012 03:49:14 +0000 (22:49 -0500)]
Setting to control display/serving non-bare repositories (issue 49)

12 years agoBlock pushes to a repository with a working copy (issue 49)
James Moger [Fri, 3 Feb 2012 23:16:16 +0000 (18:16 -0500)]
Block pushes to a repository with a working copy (issue 49)

12 years agoReturn to Users page after add/edit team
James Moger [Fri, 3 Feb 2012 22:24:51 +0000 (17:24 -0500)]
Return to Users page after add/edit team

12 years agoPrevent add/edit team with no selected repositories (issue 56)
James Moger [Fri, 3 Feb 2012 22:23:10 +0000 (17:23 -0500)]
Prevent add/edit team with no selected repositories (issue 56)

12 years agoDisallow browser autocomplete on add/edit pages
James Moger [Fri, 3 Feb 2012 22:21:10 +0000 (17:21 -0500)]
Disallow browser autocomplete on add/edit pages

12 years agoChange default long date/time formats (issue 50)
James Moger [Fri, 3 Feb 2012 22:09:52 +0000 (17:09 -0500)]
Change default long date/time formats (issue 50)

12 years agoRefactored and unit tested updating HEAD feature
James Moger [Fri, 3 Feb 2012 01:02:40 +0000 (20:02 -0500)]
Refactored and unit tested updating HEAD feature

12 years agoAdded support to Manager for relinking HEAD via JSON-RPC
James Moger [Fri, 3 Feb 2012 00:14:41 +0000 (19:14 -0500)]
Added support to Manager for relinking HEAD via JSON-RPC

12 years agoAdded some logging for relinking HEAD
James Moger [Fri, 3 Feb 2012 00:14:06 +0000 (19:14 -0500)]
Added some logging for relinking HEAD

12 years agoFixed bug in repository creation related to relinking head feature
James Moger [Fri, 3 Feb 2012 00:10:21 +0000 (19:10 -0500)]
Fixed bug in repository creation related to relinking head feature

12 years agoMake ANT stop complaining about an unset parameter
James Moger [Thu, 2 Feb 2012 22:40:07 +0000 (17:40 -0500)]
Make ANT stop complaining about an unset parameter

12 years agoDrop -javadoc jar dependencies, they are unnecessary
James Moger [Thu, 2 Feb 2012 22:39:10 +0000 (17:39 -0500)]
Drop -javadoc jar dependencies, they are unnecessary

12 years agoAdjustments to init scripts
James Moger [Thu, 2 Feb 2012 22:14:43 +0000 (17:14 -0500)]
Adjustments to init scripts

12 years agoDocumentation
James Moger [Wed, 1 Feb 2012 02:42:40 +0000 (21:42 -0500)]
Documentation

12 years agoFixed type in CentOS script
James Moger [Wed, 1 Feb 2012 02:41:54 +0000 (21:41 -0500)]
Fixed type in CentOS script

12 years agoMerge pull request #6 from lemval/master
James Moger [Tue, 31 Jan 2012 14:35:30 +0000 (06:35 -0800)]
Merge pull request #6 from lemval/master

Fix for issue 51.

12 years agoDo not traverse unaccessible subdirectories (issue 51) 6/head
lemval [Tue, 31 Jan 2012 14:25:02 +0000 (15:25 +0100)]
Do not traverse unaccessible subdirectories (issue 51)

12 years agoMerge pull request #5 from plm/admin_default_head
James Moger [Mon, 30 Jan 2012 18:02:01 +0000 (10:02 -0800)]
Merge pull request #5 from plm/admin_default_head

Allow administrative modification of the default branch/tag referenced by HEAD

12 years agoRepositoryModel will use String rather than RefModel to track the current 5/head
Philip L. McMahon [Sat, 28 Jan 2012 18:37:04 +0000 (10:37 -0800)]
RepositoryModel will use String rather than RefModel to track the current
symbolic head and available heads.

Added convenience methods to JGitUtils to support retrieving available
heads as List<String>.
When resolving the symbolic head target as a String, if the head is
detached, attempt to match the commit SHA1 against the known tags, using
the most recent tag if more than one matches.
Revised error messaging to better reflect actual outcome.
Adjusted tab indexes on edit repository page to include default head combo
box.
Updated message key for default head combo box to use uppercase "HEAD".

12 years agoCorrect update of HEAD symbolic reference when target is a tag.
Philip L. McMahon [Fri, 27 Jan 2012 07:02:19 +0000 (23:02 -0800)]
Correct update of HEAD symbolic reference when target is a tag.

Revised update results which are considered successful and improved error
messaging.

12 years agoAllow administrative modification of the default branch/tag referenced by HEAD.
Philip L. McMahon [Fri, 27 Jan 2012 05:20:21 +0000 (21:20 -0800)]
Allow administrative modification of the default branch/tag referenced by HEAD.

This allows control over the default branch after clone, which is equivalent to running:
  git symbolic-ref HEAD refs/heads/mybranch

12 years agoFairly functional Lucene backend for commits, blobs, and issues
James Moger [Wed, 25 Jan 2012 03:49:53 +0000 (22:49 -0500)]
Fairly functional Lucene backend for commits, blobs, and issues

12 years agoFixed username case-sensitivity bugs (issue 43)
James Moger [Mon, 16 Jan 2012 13:28:37 +0000 (08:28 -0500)]
Fixed username case-sensitivity bugs (issue 43)

12 years agoUse pre on commit and tag pages
James Moger [Mon, 16 Jan 2012 13:02:30 +0000 (08:02 -0500)]
Use pre on commit and tag pages

12 years agoMore functional issues.
James Moger [Mon, 16 Jan 2012 00:07:34 +0000 (19:07 -0500)]
More functional issues.

12 years agoChange build identifiers
James Moger [Fri, 13 Jan 2012 13:18:12 +0000 (08:18 -0500)]
Change build identifiers

12 years agoChange build identifiers
James Moger [Fri, 13 Jan 2012 13:18:12 +0000 (08:18 -0500)]
Change build identifiers

12 years agoMerge branch 'master' into issues
James Moger [Fri, 13 Jan 2012 13:16:40 +0000 (08:16 -0500)]
Merge branch 'master' into issues

12 years agoFixed upgrade bug in user service (issue 41) v0.8.2
James Moger [Fri, 13 Jan 2012 13:04:06 +0000 (08:04 -0500)]
Fixed upgrade bug in user service (issue 41)

12 years agoBranch for implementing distributed gb-issues
James Moger [Fri, 13 Jan 2012 12:58:12 +0000 (07:58 -0500)]
Branch for implementing distributed gb-issues

12 years agoChange build identifiers.
James Moger [Thu, 12 Jan 2012 22:24:52 +0000 (17:24 -0500)]
Change build identifiers.

12 years agoMerge pull request #4 from KalishHub/master
James Moger [Thu, 12 Jan 2012 22:18:01 +0000 (14:18 -0800)]
Merge pull request #4 from KalishHub/master

Service installation under centos

12 years agoService installation under CentOS 4/head
Romain Lespinasse [Thu, 12 Jan 2012 19:48:26 +0000 (20:48 +0100)]
Service installation under CentOS

12 years agoRelease v0.8.1 v0.8.1
James Moger [Thu, 12 Jan 2012 03:55:36 +0000 (22:55 -0500)]
Release v0.8.1

12 years agoFixed sendmail.groovy branch/tag labeling
James Moger [Thu, 12 Jan 2012 01:07:41 +0000 (20:07 -0500)]
Fixed sendmail.groovy branch/tag labeling

12 years agoFixed missing icon resource for the manager (issue 40)
James Moger [Thu, 12 Jan 2012 01:04:01 +0000 (20:04 -0500)]
Fixed missing icon resource for the manager (issue 40)

12 years agoRelease v0.8.0 v0.8.0
James Moger [Wed, 11 Jan 2012 21:35:31 +0000 (16:35 -0500)]
Release v0.8.0

12 years agoFixed missing gbapi ant tag dependency in build process
James Moger [Wed, 11 Jan 2012 21:35:11 +0000 (16:35 -0500)]
Fixed missing gbapi ant tag dependency in build process

12 years agoFixed some null pointer bugs in the pages servlet
James Moger [Wed, 11 Jan 2012 21:18:25 +0000 (16:18 -0500)]
Fixed some null pointer bugs in the pages servlet

12 years agoUpdate the gh-pages branch on release with the built site
James Moger [Wed, 11 Jan 2012 21:18:02 +0000 (16:18 -0500)]
Update the gh-pages branch on release with the built site

12 years agoDocumentation.
James Moger [Wed, 11 Jan 2012 21:17:00 +0000 (16:17 -0500)]
Documentation.

12 years agoUpdated to Groovy 1.8.5
James Moger [Tue, 10 Jan 2012 03:21:32 +0000 (22:21 -0500)]
Updated to Groovy 1.8.5

12 years agoNew function to create an orphan branch (for future use)
James Moger [Tue, 10 Jan 2012 03:06:42 +0000 (22:06 -0500)]
New function to create an orphan branch (for future use)

12 years agoRefactored named branch retrieval function
James Moger [Tue, 10 Jan 2012 02:10:27 +0000 (21:10 -0500)]
Refactored named branch retrieval function

12 years agoDocumentation. Find bugs. Organized imports.
James Moger [Tue, 10 Jan 2012 02:07:01 +0000 (21:07 -0500)]
Documentation. Find bugs. Organized imports.

12 years agoSupport for gh-pages branch serving as /pages/repo.git
James Moger [Tue, 10 Jan 2012 01:49:34 +0000 (20:49 -0500)]
Support for gh-pages branch serving as /pages/repo.git

12 years agoPlugged some repository use count leaks in the zip servlet
James Moger [Tue, 10 Jan 2012 01:46:54 +0000 (20:46 -0500)]
Plugged some repository use count leaks in the zip servlet

12 years agoInclude the username in the Gitblit repository url, if appropriate
James Moger [Sun, 8 Jan 2012 18:04:11 +0000 (13:04 -0500)]
Include the username in the Gitblit repository url, if appropriate

12 years agoClarify the empty repository page content
James Moger [Sun, 8 Jan 2012 18:03:24 +0000 (13:03 -0500)]
Clarify the empty repository page content

12 years agoShow tagger gravatar on tag page
James Moger [Sat, 7 Jan 2012 21:39:12 +0000 (16:39 -0500)]
Show tagger gravatar on tag page

12 years agoUpdated screenshots take 2
James Moger [Sat, 7 Jan 2012 21:38:58 +0000 (16:38 -0500)]
Updated screenshots take 2

12 years agoUpdated screenshots
James Moger [Sat, 7 Jan 2012 21:25:30 +0000 (16:25 -0500)]
Updated screenshots

12 years agoSimplified git servlet unit tests and cleanup working clones afterwards
James Moger [Sat, 7 Jan 2012 20:53:17 +0000 (15:53 -0500)]
Simplified git servlet unit tests and cleanup working clones afterwards

12 years agoFixed typo (issue 37)
James Moger [Sat, 7 Jan 2012 20:05:44 +0000 (15:05 -0500)]
Fixed typo (issue 37)

12 years agoDocumentation.
James Moger [Fri, 6 Jan 2012 23:18:31 +0000 (18:18 -0500)]
Documentation.

12 years agoUse .git-stripped repository name for calculating color
James Moger [Fri, 6 Jan 2012 22:40:15 +0000 (17:40 -0500)]
Use .git-stripped repository name for calculating color