]> source.dussan.org Git - gitblit.git/log
gitblit.git
11 years agoImprove blame page error checking
James Moger [Fri, 29 Mar 2013 20:01:26 +0000 (16:01 -0400)]
Improve blame page error checking

11 years agoSupport username substitution in web.otherUrls (issue 213)
James Moger [Fri, 29 Mar 2013 19:44:08 +0000 (15:44 -0400)]
Support username substitution in web.otherUrls (issue 213)

11 years agoFixed UTF-8 encoding in email notifications (issue 218)
James Moger [Fri, 29 Mar 2013 16:11:05 +0000 (12:11 -0400)]
Fixed UTF-8 encoding in email notifications (issue 218)

11 years agoUpdated documentation
James Moger [Fri, 29 Mar 2013 15:16:45 +0000 (11:16 -0400)]
Updated documentation

11 years agoFixed regression with individually symlinked repositories (issue 217)
James Moger [Fri, 29 Mar 2013 15:14:42 +0000 (11:14 -0400)]
Fixed regression with individually symlinked repositories (issue 217)

11 years agoAdd more error checking to blob page
James Moger [Fri, 29 Mar 2013 14:59:26 +0000 (10:59 -0400)]
Add more error checking to blob page

11 years agoFixed NPE in FedClient and support --baseFolder in FedClient (issue 219)
James Moger [Fri, 29 Mar 2013 14:49:37 +0000 (10:49 -0400)]
Fixed NPE in FedClient and support --baseFolder in FedClient (issue 219)

11 years agoEnforce security on raw blob page (issue 198)
James Moger [Fri, 29 Mar 2013 14:02:23 +0000 (10:02 -0400)]
Enforce security on raw blob page (issue 198)

11 years agoClarify need to review installService.cmd for keystore password (issue 221)
James Moger [Fri, 29 Mar 2013 13:39:23 +0000 (09:39 -0400)]
Clarify need to review installService.cmd for keystore password (issue 221)

11 years agoEnsure Redmine url is properly formatted (issue 223)
James Moger [Fri, 29 Mar 2013 13:35:06 +0000 (09:35 -0400)]
Ensure Redmine url is properly formatted (issue 223)

11 years agoDisable view and blame links for deleted blobs (issue 216)
James Moger [Fri, 29 Mar 2013 12:38:20 +0000 (08:38 -0400)]
Disable view and blame links for deleted blobs (issue 216)

11 years agoFixed generation of Express jar
James Moger [Fri, 29 Mar 2013 12:36:25 +0000 (08:36 -0400)]
Fixed generation of Express jar

11 years agoFixed extracting Groovy scripts on Express installs (issue 220)
James Moger [Thu, 28 Mar 2013 21:31:09 +0000 (17:31 -0400)]
Fixed extracting Groovy scripts on Express installs (issue 220)

11 years agoUse standard ServletRequestWrapper instead of custom wrapper (issue 224)
James Moger [Thu, 28 Mar 2013 21:07:24 +0000 (17:07 -0400)]
Use standard ServletRequestWrapper instead of custom wrapper (issue 224)

11 years agoDo not queue emails with no recipients (issue 200)
James Moger [Thu, 28 Mar 2013 20:58:40 +0000 (16:58 -0400)]
Do not queue emails with no recipients (issue 200)

11 years agoFixed incorrect icon file name for .doc files (issue 200)
James Moger [Thu, 28 Mar 2013 20:54:33 +0000 (16:54 -0400)]
Fixed incorrect icon file name for .doc files (issue 200)

11 years agoAdded weblogic.xml to WAR for deployment on WebLogic (issue 199)
James Moger [Thu, 28 Mar 2013 20:51:45 +0000 (16:51 -0400)]
Added weblogic.xml to WAR for deployment on WebLogic (issue 199)

11 years agoFixed internal error on folder history links (issue 192)
James Moger [Thu, 28 Mar 2013 20:42:12 +0000 (16:42 -0400)]
Fixed internal error on folder history links (issue 192)

11 years agoChange level of authentication logging to debug
James Moger [Thu, 28 Mar 2013 20:25:11 +0000 (16:25 -0400)]
Change level of authentication logging to debug

11 years agoRemoved accidentally committed file and updated ignore file
James Moger [Thu, 28 Mar 2013 15:49:46 +0000 (11:49 -0400)]
Removed accidentally committed file and updated ignore file

11 years agoDocumentation
James Moger [Thu, 28 Mar 2013 15:44:57 +0000 (11:44 -0400)]
Documentation

11 years agoMerge branch 'issue-182' of git://git.quelltextlich.at/gitblit into issue182
James Moger [Thu, 28 Mar 2013 15:40:29 +0000 (11:40 -0400)]
Merge branch 'issue-182' of git://git.quelltextlich.at/gitblit into issue182

11 years agoAdded Moxie and Yaml to prettify extensions
James Moger [Thu, 28 Mar 2013 14:10:56 +0000 (10:10 -0400)]
Added Moxie and Yaml to prettify extensions

11 years agoRestored missing Windows distrib files lost during the refactor
James Moger [Thu, 28 Mar 2013 14:10:33 +0000 (10:10 -0400)]
Restored missing Windows distrib files lost during the refactor

11 years agoMoved orphaned Groovy script
James Moger [Thu, 28 Mar 2013 13:37:50 +0000 (09:37 -0400)]
Moved orphaned Groovy script

11 years agoRemoved obsolete Build classes and cleanup remnants of reorganization
James Moger [Wed, 27 Mar 2013 22:40:14 +0000 (18:40 -0400)]
Removed obsolete Build classes and cleanup remnants of reorganization

11 years agoReorganized to Apache Standard Directory Layout & integrated Moxie
James Moger [Wed, 27 Mar 2013 16:46:05 +0000 (12:46 -0400)]
Reorganized to Apache Standard Directory Layout & integrated Moxie

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.

11 years agoIntegrate pull-request #76: enforce HTTP Basic authentication
James Moger [Tue, 26 Mar 2013 21:00:50 +0000 (17:00 -0400)]
Integrate pull-request #76: enforce HTTP Basic authentication

11 years agoFix NPE when getting user's fork without repository list caching (issue-182)
Christian Aistleitner [Mon, 25 Mar 2013 00:42:23 +0000 (01:42 +0100)]
Fix NPE when getting user's fork without repository list caching (issue-182)

When a user does not have a fork of a project, getProjectModel returns
null. So we guard against null before dereferencing the returned
project.

11 years agoRemoved superfluous (disabled) code 76/head
Laurens Vrijnsen [Fri, 22 Mar 2013 12:05:05 +0000 (13:05 +0100)]
Removed superfluous (disabled) code

11 years agoAdded enforced HTTP Basic Authentication
Laurens Vrijnsen [Fri, 22 Mar 2013 11:36:52 +0000 (12:36 +0100)]
Added enforced HTTP Basic Authentication

11 years agoMerged LDAP user/team pre-fetching and synchronization enhancement from mschaefers
James Moger [Mon, 25 Feb 2013 14:41:49 +0000 (09:41 -0500)]
Merged LDAP user/team pre-fetching and synchronization enhancement from mschaefers

11 years agoDocumentation
James Moger [Mon, 25 Feb 2013 13:46:10 +0000 (08:46 -0500)]
Documentation

11 years agoMerge pull request #75 from thefake/master
James Moger [Mon, 25 Feb 2013 13:40:30 +0000 (05:40 -0800)]
Merge pull request #75 from thefake/master

the display-name in web.xml now shows the actual version of Gitblit

11 years agothe display-name in web.xml now shows the actual version of Gitblit 75/head
Thomas Pummer [Fri, 22 Feb 2013 16:10:11 +0000 (17:10 +0100)]
the display-name in web.xml now shows the actual version of Gitblit

11 years agoAdded support for user-specified command-line parameters to .cmd files 73/head
Egbert Teeselink [Sun, 3 Feb 2013 17:29:50 +0000 (18:29 +0100)]
Added support for user-specified command-line parameters to .cmd files

11 years agoMerge pull request #70
James Moger [Tue, 29 Jan 2013 16:35:15 +0000 (11:35 -0500)]
Merge pull request #70

11 years agoupdating latest props, and some pt-br fixing 72/head
Rafael Cavazin [Sun, 27 Jan 2013 16:13:06 +0000 (14:13 -0200)]
updating latest props, and some pt-br fixing

11 years agoupdating latest props, and some pt-br fixing
Rafael Cavazin [Sun, 27 Jan 2013 16:07:35 +0000 (14:07 -0200)]
updating latest props, and some pt-br fixing

11 years agoupdating current development
Rafael Cavazin [Sun, 27 Jan 2013 14:46:50 +0000 (12:46 -0200)]
updating current development

Merge remote-tracking branch 'upstream/master' into translation_to_pt-br

11 years agofew corrections on property values
Rafael Cavazin [Sun, 27 Jan 2013 14:44:24 +0000 (12:44 -0200)]
few corrections on property values

11 years agoalternative variant to disable thread creation by the scheduledExecutor in test selen... 70/head
SHaselbauer [Wed, 23 Jan 2013 16:47:55 +0000 (17:47 +0100)]
alternative variant to disable thread creation by the scheduledExecutor in test selenium test cases

11 years agoseleniumFixV2: connected thread pool creation to condition web.allowLuceneIndexing...
SHaselbauer [Wed, 23 Jan 2013 15:27:42 +0000 (16:27 +0100)]
seleniumFixV2: connected thread pool creation to condition web.allowLuceneIndexing (otherwise thread pool will be kept open for more than a minute, what hinders the start of another gitblit instance in the same jvm during selenium test case execution), fixed naming of xpath variables, added missing property to gitblit.properties and test-ui-gitblit.properties, changed naming of methods (according to decision that owners is a much shorter word than repository administrator and that owners is fits better if you think of collective responsibilities and collective ownership)

11 years agoInclude issue tracker hooks in builds
James Moger [Wed, 23 Jan 2013 13:42:20 +0000 (08:42 -0500)]
Include issue tracker hooks in builds

11 years agoFixed properties path regression in the Build class
James Moger [Wed, 23 Jan 2013 13:37:11 +0000 (08:37 -0500)]
Fixed properties path regression in the Build class

11 years agoMerge branch 'fogbugz' of https://github.com/djschny/gitblit
James Moger [Wed, 23 Jan 2013 13:31:35 +0000 (08:31 -0500)]
Merge branch 'fogbugz' of https://github.com/djschny/gitblit

11 years agoMerged selenium tests from akquinet (pull request #65)
James Moger [Wed, 23 Jan 2013 13:30:28 +0000 (08:30 -0500)]
Merged selenium tests from akquinet (pull request #65)

11 years agoMerged multiple owners (pull request #63)
James Moger [Wed, 23 Jan 2013 12:58:51 +0000 (07:58 -0500)]
Merged multiple owners (pull request #63)

11 years agoRevised multiple owners contribution
James Moger [Wed, 23 Jan 2013 12:52:20 +0000 (07:52 -0500)]
Revised multiple owners contribution

11 years agomodify EmptyRepositoryPage_zh_CN.html 68/head
Stardrad Yin [Wed, 23 Jan 2013 08:38:04 +0000 (16:38 +0800)]
modify EmptyRepositoryPage_zh_CN.html

11 years agoModify Chinese translation in properties file, and add new translation that synchroni...
Stardrad Yin [Wed, 23 Jan 2013 08:16:08 +0000 (16:16 +0800)]
Modify Chinese translation in properties file, and add new translation that synchronizes with commit synchronize with commit e4e6829

Add other translation files

11 years agoMerge multiple owners feature (pull request #63, #66)
SHaselbauer [Mon, 21 Jan 2013 21:28:11 +0000 (16:28 -0500)]
Merge multiple owners feature (pull request #63, #66)

11 years agoremoved reference to my testing domain with a generic one 67/head
Ryan Schneider [Mon, 21 Jan 2013 19:48:49 +0000 (14:48 -0500)]
removed reference to my testing domain with a generic one

11 years agoAdded Fogbugz post-receive groovy script
Ryan Schneider [Mon, 21 Jan 2013 19:41:22 +0000 (14:41 -0500)]
Added Fogbugz post-receive groovy script

11 years agoUpdated documentation
James Moger [Wed, 16 Jan 2013 14:20:39 +0000 (09:20 -0500)]
Updated documentation

11 years ago添加中文语言 64/head
zhaopeng [Wed, 16 Jan 2013 14:09:09 +0000 (22:09 +0800)]
添加中文语言

11 years agoEscape metacharacters for settings updates
James Moger [Wed, 16 Jan 2013 12:57:18 +0000 (07:57 -0500)]
Escape metacharacters for settings updates

11 years agoUpdated docs for upgrade procedure
James Moger [Wed, 16 Jan 2013 12:56:29 +0000 (07:56 -0500)]
Updated docs for upgrade procedure

11 years agoReset build identifiers for next release
James Moger [Wed, 16 Jan 2013 04:16:51 +0000 (23:16 -0500)]
Reset build identifiers for next release

11 years agoPrepare 1.2.1 release v1.2.1
James Moger [Wed, 16 Jan 2013 04:13:59 +0000 (23:13 -0500)]
Prepare 1.2.1 release

11 years agoInclude missing model classes in api library (issue-184)
James Moger [Wed, 16 Jan 2013 03:48:58 +0000 (22:48 -0500)]
Include missing model classes in api library (issue-184)

11 years agoSupport --baseFolder parameter and small data reorganization
James Moger [Wed, 16 Jan 2013 03:17:08 +0000 (22:17 -0500)]
Support --baseFolder parameter and small data reorganization

11 years agoImprove history display of a submodule link
James Moger [Sun, 13 Jan 2013 23:09:58 +0000 (18:09 -0500)]
Improve history display of a submodule link

11 years agoSet the new objectid for all diff entries (issue-178)
James Moger [Sun, 13 Jan 2013 22:31:29 +0000 (17:31 -0500)]
Set the new objectid for all diff entries (issue-178)

11 years agoNull checks when generating a fork network (issue-187)
James Moger [Sun, 13 Jan 2013 22:28:05 +0000 (17:28 -0500)]
Null checks when generating a fork network (issue-187)

11 years agoEliminate unused method
James Moger [Sun, 13 Jan 2013 21:50:00 +0000 (16:50 -0500)]
Eliminate unused method

11 years agoFix submodule links on commit, comitdiff, and tree page (issue-178)
James Moger [Sun, 13 Jan 2013 21:49:37 +0000 (16:49 -0500)]
Fix submodule links on commit, comitdiff, and tree page (issue-178)

11 years agoRefresh authenticated user model for each page request (issue-186)
James Moger [Sun, 13 Jan 2013 00:51:42 +0000 (19:51 -0500)]
Refresh authenticated user model for each page request (issue-186)

11 years agoShow indicators for Sparkleshared repositories
James Moger [Sat, 12 Jan 2013 04:53:32 +0000 (23:53 -0500)]
Show indicators for Sparkleshared repositories

11 years agoFanout service for Sparkleshare clients
James Moger [Sat, 12 Jan 2013 04:50:59 +0000 (23:50 -0500)]
Fanout service for Sparkleshare clients

11 years agoCatch a few other possible error scenarios in Redmine user service
James Moger [Tue, 8 Jan 2013 20:19:53 +0000 (15:19 -0500)]
Catch a few other possible error scenarios in Redmine user service

11 years agoWrap pushlog update code with an exception handler, just-in-case
James Moger [Tue, 8 Jan 2013 20:19:28 +0000 (15:19 -0500)]
Wrap pushlog update code with an exception handler, just-in-case

11 years agoFixed NPE when recursively calculating a folder size with a named pipe
James Moger [Mon, 7 Jan 2013 13:10:00 +0000 (08:10 -0500)]
Fixed NPE when recursively calculating a folder size with a named pipe

11 years agoAllow username/password Redmine authentication
James Moger [Sun, 6 Jan 2013 22:22:43 +0000 (17:22 -0500)]
Allow username/password Redmine authentication

11 years agoUpdated documentation
James Moger [Sun, 6 Jan 2013 16:04:32 +0000 (11:04 -0500)]
Updated documentation

11 years agoImprove pushlog api and model class
James Moger [Sun, 6 Jan 2013 16:02:52 +0000 (11:02 -0500)]
Improve pushlog api and model class

11 years agoUpdated documentation
James Moger [Sat, 5 Jan 2013 22:52:36 +0000 (17:52 -0500)]
Updated documentation

11 years agoFixed NPE on create repo with mixed case (issue-185)
James Moger [Sat, 5 Jan 2013 22:22:19 +0000 (17:22 -0500)]
Fixed NPE on create repo with mixed case (issue-185)

11 years agoRemoved unused and untested native hook code
James Moger [Sat, 5 Jan 2013 20:24:50 +0000 (15:24 -0500)]
Removed unused and untested native hook code

11 years agoDraft mechanism to record a push log as a hidden orphan branch
James Moger [Sat, 5 Jan 2013 15:23:42 +0000 (10:23 -0500)]
Draft mechanism to record a push log as a hidden orphan branch

11 years agoSupport local accounts with LdapUserService and RedmineUserService (issue-183)
James Moger [Fri, 4 Jan 2013 22:23:23 +0000 (17:23 -0500)]
Support local accounts with LdapUserService and RedmineUserService (issue-183)

11 years agoCompleted Dutch translation
Jeroen Baten [Fri, 4 Jan 2013 16:34:24 +0000 (11:34 -0500)]
Completed Dutch translation

11 years agoUpdated documentation
James Moger [Fri, 4 Jan 2013 13:07:56 +0000 (08:07 -0500)]
Updated documentation

11 years agoMerge branch 'checkstyleDoubleCheckedLocking' of https://github.com/mystygage/gitblit
James Moger [Fri, 4 Jan 2013 12:56:36 +0000 (07:56 -0500)]
Merge branch 'checkstyleDoubleCheckedLocking' of https://github.com/mystygage/gitblit

11 years agoMerge branch 'master' of https://github.com/kwoot/gitblit
James Moger [Fri, 4 Jan 2013 12:55:50 +0000 (07:55 -0500)]
Merge branch 'master' of https://github.com/kwoot/gitblit

11 years agoRemoved DoubleCheckedLocking from checkstyle.xml. 61/head
Markus Fömpe [Fri, 4 Jan 2013 11:03:09 +0000 (12:03 +0100)]
Removed DoubleCheckedLocking from checkstyle.xml.
Since Checkstyle 5.6 it's no longer supported (see http://checkstyle.sourceforge.net/releasenotes.html)

11 years agoseems ok 60/head
Jeroen Baten [Fri, 4 Jan 2013 10:26:02 +0000 (11:26 +0100)]
seems ok

11 years agoDutch translation before spellcheck
Jeroen Baten [Fri, 4 Jan 2013 10:18:37 +0000 (11:18 +0100)]
Dutch translation before spellcheck

11 years agodutch properties file
Jeroen Baten [Fri, 4 Jan 2013 08:56:43 +0000 (09:56 +0100)]
dutch properties file

11 years agoAdd more translation to Korean 59/head
Dongsu, KIM [Fri, 4 Jan 2013 05:55:59 +0000 (14:55 +0900)]
Add more translation to Korean

11 years agoUpdated IDEA module descriptor for JGit 2.2.0
James Moger [Fri, 4 Jan 2013 00:14:25 +0000 (19:14 -0500)]
Updated IDEA module descriptor for JGit 2.2.0

11 years agoCache and re-use project markdown content (issue-172)
James Moger [Thu, 3 Jan 2013 22:22:21 +0000 (17:22 -0500)]
Cache and re-use project markdown content (issue-172)

11 years agoBuild project models from repository cache, when possible (issue-172)
James Moger [Thu, 3 Jan 2013 22:21:32 +0000 (17:21 -0500)]
Build project models from repository cache, when possible (issue-172)

11 years agoFixed loading of Brazilian Portuguese translation from *nix server
Inaiat Henrique [Thu, 3 Jan 2013 19:56:20 +0000 (14:56 -0500)]
Fixed loading of Brazilian Portuguese translation from *nix server

11 years agoFixed fork origin determination if !git.cacheRepositoryList (issue-182)
James Moger [Wed, 2 Jan 2013 21:35:16 +0000 (16:35 -0500)]
Fixed fork origin determination if !git.cacheRepositoryList (issue-182)

11 years agoFixed NPE with web.allowForking && !git.cacheRepositoryList (issue-182)
James Moger [Wed, 2 Jan 2013 21:19:06 +0000 (16:19 -0500)]
Fixed NPE with web.allowForking && !git.cacheRepositoryList (issue-182)

11 years agoReset build identifiers for the next release
James Moger [Mon, 31 Dec 2012 21:13:51 +0000 (16:13 -0500)]
Reset build identifiers for the next release

11 years agoFinal documentation of 1.2.0 release v1.2.0
James Moger [Mon, 31 Dec 2012 21:12:35 +0000 (16:12 -0500)]
Final documentation of 1.2.0 release

11 years agoDo not pass null email address to PersonIdent
James Moger [Sat, 22 Dec 2012 05:27:04 +0000 (00:27 -0500)]
Do not pass null email address to PersonIdent

11 years agoCleanup working folders for git servlet unit tests
James Moger [Sat, 22 Dec 2012 05:26:35 +0000 (00:26 -0500)]
Cleanup working folders for git servlet unit tests