]> source.dussan.org Git - gitblit.git/log
gitblit.git
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 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 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 agoChange build identifiers
James Moger [Fri, 13 Jan 2012 13:18:12 +0000 (08:18 -0500)]
Change build identifiers

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 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

12 years agoStrip trailing .git from displayed repository links, saves room, looks cleaner
James Moger [Fri, 6 Jan 2012 22:24:55 +0000 (17:24 -0500)]
Strip trailing .git from displayed repository links, saves room, looks cleaner

12 years agoUpdated Express documentation
James Moger [Fri, 6 Jan 2012 22:21:13 +0000 (17:21 -0500)]
Updated Express documentation

12 years agoWAR/Express builds now copy bundled push scripts to configured scripts folder
James Moger [Fri, 6 Jan 2012 22:20:59 +0000 (17:20 -0500)]
WAR/Express builds now copy bundled push scripts to configured scripts folder

12 years agoFixed bug in receive hook for repositories in subfolders
James Moger [Thu, 5 Jan 2012 22:34:05 +0000 (17:34 -0500)]
Fixed bug in receive hook for repositories in subfolders

12 years agoUsing ArrayUtils.isEmpty to test arrays and collections
James Moger [Thu, 5 Jan 2012 22:08:44 +0000 (17:08 -0500)]
Using ArrayUtils.isEmpty to test arrays and collections

12 years agoFixed line spacing on pushes with multiple branches
James Moger [Thu, 5 Jan 2012 22:03:33 +0000 (17:03 -0500)]
Fixed line spacing on pushes with multiple branches

12 years agoAdded ArrayUtils class and unit test
James Moger [Thu, 5 Jan 2012 22:02:56 +0000 (17:02 -0500)]
Added ArrayUtils class and unit test

12 years agoManually specify which scripts to include in distribution
James Moger [Thu, 5 Jan 2012 01:15:09 +0000 (20:15 -0500)]
Manually specify which scripts to include in distribution

12 years agoFixed wrong include folder to make GO monotlihic (issue 30)
James Moger [Thu, 5 Jan 2012 01:14:32 +0000 (20:14 -0500)]
Fixed wrong include folder to make GO monotlihic (issue 30)

12 years agoFederation pull_scripts request. Documentation.
James Moger [Wed, 4 Jan 2012 13:42:54 +0000 (08:42 -0500)]
Federation pull_scripts request. Documentation.

12 years agoMerge pull request #3 from docbobo/master
James Moger [Mon, 2 Jan 2012 14:21:12 +0000 (06:21 -0800)]
Merge pull request #3 from docbobo/master

ActivityPage causes IndexOutOfBoundsException

12 years agoFixed IndexOutOfBoundsException that occurs when a repository doesn't 3/head
Boris Prüßmann [Mon, 2 Jan 2012 10:01:10 +0000 (11:01 +0100)]
Fixed IndexOutOfBoundsException that occurs when a repository doesn't
have commits within the requested time range.

12 years agoAdded unit test for blockpush.groovy
James Moger [Sun, 1 Jan 2012 18:32:37 +0000 (13:32 -0500)]
Added unit test for blockpush.groovy

12 years agoFixed daysback on repositories page
James Moger [Sun, 1 Jan 2012 14:19:13 +0000 (09:19 -0500)]
Fixed daysback on repositories page

12 years agoIndicate selected filters. Strip default db value from links.
James Moger [Fri, 30 Dec 2011 12:53:00 +0000 (07:53 -0500)]
Indicate selected filters. Strip default db value from links.

12 years agoIntegrated selectable days back filtering in filters menu
James Moger [Fri, 30 Dec 2011 00:35:40 +0000 (19:35 -0500)]
Integrated selectable days back filtering in filters menu

12 years agoShow inherited push scripts in Manager
James Moger [Thu, 29 Dec 2011 01:40:31 +0000 (20:40 -0500)]
Show inherited push scripts in Manager

12 years agoManager support for hook script inheritance
James Moger [Thu, 29 Dec 2011 01:09:46 +0000 (20:09 -0500)]
Manager support for hook script inheritance

12 years agoLayout tweaks
James Moger [Wed, 28 Dec 2011 22:04:25 +0000 (17:04 -0500)]
Layout tweaks

12 years agoStrip named repository parameter from root page parameters
James Moger [Wed, 28 Dec 2011 21:58:42 +0000 (16:58 -0500)]
Strip named repository parameter from root page parameters

12 years agoPreserve filter selection when switching between root pages
James Moger [Wed, 28 Dec 2011 21:21:08 +0000 (16:21 -0500)]
Preserve filter selection when switching between root pages

12 years agoShow additional columns in users and teams tables
James Moger [Wed, 28 Dec 2011 21:20:39 +0000 (16:20 -0500)]
Show additional columns in users and teams tables

12 years agoUnit testing. Documentation.
James Moger [Wed, 28 Dec 2011 21:19:29 +0000 (16:19 -0500)]
Unit testing. Documentation.

12 years agoImplemented Team hook scripts
James Moger [Tue, 27 Dec 2011 22:50:39 +0000 (17:50 -0500)]
Implemented Team hook scripts

12 years agosendmail: list commits in chronological order
James Moger [Tue, 27 Dec 2011 22:40:25 +0000 (17:40 -0500)]
sendmail: list commits in chronological order

12 years agoAdded some descriptive subheadings to edit pages
James Moger [Tue, 27 Dec 2011 22:34:52 +0000 (17:34 -0500)]
Added some descriptive subheadings to edit pages

12 years agoDocumentation.
James Moger [Tue, 27 Dec 2011 22:31:50 +0000 (17:31 -0500)]
Documentation.

12 years agofixed renaming a repository into a new subfolder failed (issue 33)
James Moger [Tue, 27 Dec 2011 22:31:03 +0000 (17:31 -0500)]
fixed renaming a repository into a new subfolder failed (issue 33)

12 years agoAdded repository counts to filters menu
James Moger [Mon, 26 Dec 2011 17:45:35 +0000 (12:45 -0500)]
Added repository counts to filters menu

12 years agoAdded St. Jude donations link
James Moger [Sat, 24 Dec 2011 17:00:09 +0000 (12:00 -0500)]
Added St. Jude donations link

12 years agoPreliminary update to JGit 1.2.0. This will be refined.
James Moger [Sat, 24 Dec 2011 15:25:23 +0000 (10:25 -0500)]
Preliminary update to JGit 1.2.0. This will be refined.

12 years agoReally fixed extra divider ;)
James Moger [Sat, 24 Dec 2011 15:24:55 +0000 (10:24 -0500)]
Really fixed extra divider ;)

12 years agoFixed double-divider
James Moger [Fri, 23 Dec 2011 23:00:03 +0000 (18:00 -0500)]
Fixed double-divider

12 years agoCSS styling for dropdown menus
James Moger [Fri, 23 Dec 2011 22:45:33 +0000 (17:45 -0500)]
CSS styling for dropdown menus

12 years agoFilters menu for Repositories page and Activity page (issue 27)
James Moger [Fri, 23 Dec 2011 21:55:43 +0000 (16:55 -0500)]
Filters menu for Repositories page and Activity page (issue 27)

12 years agoRemoved unnecessary tags
James Moger [Fri, 23 Dec 2011 21:53:58 +0000 (16:53 -0500)]
Removed unnecessary tags

12 years agoDisplay inherited scripts in EditRepository page. Drop mailing list helpline.
James Moger [Fri, 23 Dec 2011 21:52:35 +0000 (16:52 -0500)]
Display inherited scripts in EditRepository page. Drop mailing list helpline.

12 years agoImproved logging of GitblitUserService
James Moger [Fri, 23 Dec 2011 13:28:15 +0000 (08:28 -0500)]
Improved logging of GitblitUserService

12 years agoFixed revlog where start of range is the zeroId
James Moger [Fri, 23 Dec 2011 13:18:16 +0000 (08:18 -0500)]
Fixed revlog where start of range is the zeroId

12 years agoImproved empty page content
James Moger [Fri, 23 Dec 2011 13:11:41 +0000 (08:11 -0500)]
Improved empty page content

12 years agoFiltering repositories and activity pages via url parameters (issue 27)
James Moger [Thu, 22 Dec 2011 23:10:44 +0000 (18:10 -0500)]
Filtering repositories and activity pages via url parameters (issue 27)