]> source.dussan.org Git - gitblit.git/log
gitblit.git
10 years agoMerged #156 "Update stable 1.6.x SSHD to 0.11.1-atlassian-1"
James Moger [Thu, 4 Sep 2014 21:38:05 +0000 (15:38 -0600)]
Merged #156 "Update stable 1.6.x SSHD to 0.11.1-atlassian-1"

10 years agoUpdate to SSHD 0.11.1-atlassian1 56/156/1
James Moger [Thu, 4 Sep 2014 21:29:20 +0000 (17:29 -0400)]
Update to SSHD 0.11.1-atlassian1

10 years agoMerged #154 "Raw servlet returns 0-length files instead of 404s"
James Moger [Thu, 4 Sep 2014 20:13:54 +0000 (14:13 -0600)]
Merged #154 "Raw servlet returns 0-length files instead of 404s"

10 years agoFix raw serving of files/directories that do not exist in a branch/ref 54/154/1
James Moger [Thu, 4 Sep 2014 20:05:09 +0000 (16:05 -0400)]
Fix raw serving of files/directories that do not exist in a branch/ref

10 years agoMerged #153 "Quote all Lucene query args that have non-alphanumeric characters"
James Moger [Thu, 4 Sep 2014 19:25:43 +0000 (13:25 -0600)]
Merged #153 "Quote all Lucene query args that have non-alphanumeric characters"

10 years agoQuote all Lucene query args that have non-alphanumeric characters 53/153/1
James Moger [Thu, 4 Sep 2014 19:16:02 +0000 (15:16 -0400)]
Quote all Lucene query args that have non-alphanumeric characters

10 years agoMerged #152 "NPEs when handling tickets with non-existent milestones"
James Moger [Thu, 4 Sep 2014 19:08:12 +0000 (13:08 -0600)]
Merged #152 "NPEs when handling tickets with non-existent milestones"

10 years agoFix NPEs when handling referenced milestones that do not exist 52/152/1
James Moger [Thu, 4 Sep 2014 18:59:05 +0000 (14:59 -0400)]
Fix NPEs when handling referenced milestones that do not exist

10 years agoMerged #151 "Treat UTF-9 and UTF-18 (fake) encodings as UTF-8"
James Moger [Thu, 4 Sep 2014 18:28:33 +0000 (12:28 -0600)]
Merged #151 "Treat UTF-9 and UTF-18 (fake) encodings as UTF-8"

10 years agoAlias UTF-9 and UTF-18 as UTF-8 in JGit 51/151/1
James Moger [Thu, 4 Sep 2014 18:19:46 +0000 (14:19 -0400)]
Alias UTF-9 and UTF-18 as UTF-8 in JGit

10 years agoMerged #150 "Edit repo drops missing owners from owners list"
James Moger [Thu, 4 Sep 2014 17:56:08 +0000 (11:56 -0600)]
Merged #150 "Edit repo drops missing owners from owners list"

10 years agoDo not drop missing owners from owners palette 50/150/1
James Moger [Thu, 4 Sep 2014 17:46:49 +0000 (13:46 -0400)]
Do not drop missing owners from owners palette

10 years agoMerged #149 "Repo creation with initial commit fails if user does not have an email...
James Moger [Thu, 4 Sep 2014 17:32:44 +0000 (11:32 -0600)]
Merged #149 "Repo creation with initial commit fails if user does not have an email address"

10 years agoCreate email address for a user if unset for repo creation 49/149/1
James Moger [Thu, 4 Sep 2014 17:23:54 +0000 (13:23 -0400)]
Create email address for a user if unset for repo creation

10 years agoMerged #148 "Do not stamp raw servlet responses with cache-control headers"
James Moger [Thu, 4 Sep 2014 17:13:11 +0000 (11:13 -0600)]
Merged #148 "Do not stamp raw servlet responses with cache-control headers"

10 years agoDo not stamp raw servlet responses with cache-control headers 48/148/1
James Moger [Thu, 4 Sep 2014 17:04:20 +0000 (13:04 -0400)]
Do not stamp raw servlet responses with cache-control headers

10 years agoMerged #147 "NPE in RepositoryNamePanel for anonymous admins"
James Moger [Thu, 4 Sep 2014 16:46:13 +0000 (10:46 -0600)]
Merged #147 "NPE in RepositoryNamePanel for anonymous admins"

10 years agoFix NPE when anonymous admins are editing a repository (issue-490) 47/147/1
James Moger [Thu, 4 Sep 2014 16:37:06 +0000 (12:37 -0400)]
Fix NPE when anonymous admins are editing a repository (issue-490)

10 years agoMerged #146 "Add install script for Fedora"
James Moger [Thu, 4 Sep 2014 16:16:30 +0000 (10:16 -0600)]
Merged #146 "Add install script for Fedora"

10 years agoMerged #145 "Pretty print C/C++ headers"
James Moger [Thu, 4 Sep 2014 16:08:28 +0000 (10:08 -0600)]
Merged #145 "Pretty print C/C++ headers"

10 years agodistrib: Add script to install gitblit on fedora 46/146/1
Soeren Grunewald [Tue, 8 Jul 2014 15:35:12 +0000 (17:35 +0200)]
distrib: Add script to install gitblit on fedora

The script will create a environment file keeping all the major settings and
installs a systemd unit file.
The script (mainly the unit file part) should also work for other systemd
based distributions like ArchLinux. But /etc/sysconfig may not exist there.

Signed-off-by: Soeren Grunewald <soeren.grunewald@desy.de>
10 years agoMerged #144 "Pretty print perl modules"
James Moger [Thu, 4 Sep 2014 16:01:32 +0000 (10:01 -0600)]
Merged #144 "Pretty print perl modules"

10 years agodistrib: Highlight C/C++ header files by default 45/145/2
Soeren Grunewald [Tue, 8 Jul 2014 15:17:16 +0000 (17:17 +0200)]
distrib: Highlight C/C++ header files by default

We already highlight C/C++ source files with the default configuration,
so we should do this also for header files.

Signed-off-by: Soeren Grunewald <soeren.grunewald@desy.de>
10 years agoMerged #143 "Fix url-based password keaing in Redmine auth provider"
James Moger [Thu, 4 Sep 2014 15:56:17 +0000 (09:56 -0600)]
Merged #143 "Fix url-based password keaing in Redmine auth provider"

10 years agoMerged #142 "Update setup_authentication.mkd"
James Moger [Thu, 4 Sep 2014 15:19:33 +0000 (09:19 -0600)]
Merged #142 "Update setup_authentication.mkd"

10 years agoMerged #141 "Allow gitblit baseFolder to be defined by a system property"
James Moger [Thu, 4 Sep 2014 15:06:17 +0000 (09:06 -0600)]
Merged #141 "Allow gitblit baseFolder to be defined by a system property"

10 years agoMerged #140 "Update French translation"
James Moger [Thu, 4 Sep 2014 14:53:08 +0000 (08:53 -0600)]
Merged #140 "Update French translation"

10 years agoPretty print perl modules 216/head 44/144/1
Michael Legart [Thu, 4 Sep 2014 10:32:41 +0000 (12:32 +0200)]
Pretty print perl modules

Since perl scripts (.pl) was already supported, add .pm for perl modules

10 years agofix misstyped passwords leaked in log files with redmine auth provider 215/head 43/143/1
mereth [Mon, 18 Aug 2014 23:13:37 +0000 (01:13 +0200)]
fix misstyped passwords leaked in log files with redmine auth provider

10 years agoUpdate setup_authentication.mkd 213/head 42/142/1
Anthony O. [Fri, 8 Aug 2014 08:47:05 +0000 (10:47 +0200)]
Update setup_authentication.mkd

In AuthenticationManager:385, only `provider instanceof UsernamePasswordAuthenticationProvider` will be called

10 years agoAllow gitblit baseFolder to be defined by a system property 212/head 41/141/1
Koen Serry [Sun, 3 Aug 2014 08:50:14 +0000 (10:50 +0200)]
Allow gitblit baseFolder to be defined by a system property

10 years agoUpdated french translations 210/head 40/140/1
Romain GAGNAIRE [Fri, 25 Jul 2014 08:12:46 +0000 (10:12 +0200)]
Updated french translations

10 years agoMerge branch 'ticket/139'
James Moger [Sat, 5 Jul 2014 17:25:26 +0000 (13:25 -0400)]
Merge branch 'ticket/139'

Conflicts:
src/main/java/com/gitblit/servlet/RawServlet.java

10 years agoFix raw servlet blob paths not respecting web.forwardSlashCharacter 39/139/2
James Moger [Sat, 5 Jul 2014 17:06:24 +0000 (13:06 -0400)]
Fix raw servlet blob paths not respecting web.forwardSlashCharacter

10 years agoMerged #139 "Raw link blob paths do not respect web.forwardSlashCharacter"
James Moger [Sat, 5 Jul 2014 17:10:40 +0000 (11:10 -0600)]
Merged #139 "Raw link blob paths do not respect web.forwardSlashCharacter"

10 years agoFix raw servlet blob paths not respecting web.forwardSlashCharacter 39/139/1
James Moger [Sat, 5 Jul 2014 17:06:24 +0000 (13:06 -0400)]
Fix raw servlet blob paths not respecting web.forwardSlashCharacter

10 years agoMerged #137 "NPE in RawServlet#L265"
James Moger [Sat, 5 Jul 2014 16:32:39 +0000 (10:32 -0600)]
Merged #137 "NPE in RawServlet#L265"

10 years agoFix possible NPE in RawServlet 37/137/1
James Moger [Sat, 5 Jul 2014 16:27:17 +0000 (12:27 -0400)]
Fix possible NPE in RawServlet

10 years agoMerged #121 "Add additional documentation for web.canonicalUrl"
James Moger [Tue, 1 Jul 2014 13:31:26 +0000 (07:31 -0600)]
Merged #121 "Add additional documentation for web.canonicalUrl"

10 years agoRefine web.canonicalUrl documentation 21/121/2
Kyle Gottfried [Mon, 23 Jun 2014 19:07:50 +0000 (15:07 -0400)]
Refine web.canonicalUrl documentation

10 years agoMerged #120 "Update Korean translation"
James Moger [Tue, 1 Jul 2014 12:14:54 +0000 (06:14 -0600)]
Merged #120 "Update Korean translation"

10 years agoMerged #118 "Project selections are lower-case"
James Moger [Sat, 28 Jun 2014 03:33:59 +0000 (21:33 -0600)]
Merged #118 "Project selections are lower-case"

10 years agoFix project model creation bug with forced lowercase names 18/118/1
James Moger [Sat, 28 Jun 2014 03:30:04 +0000 (23:30 -0400)]
Fix project model creation bug with forced lowercase names

10 years agoMerged #117 "Duplicate repositories on dashboards"
James Moger [Sat, 28 Jun 2014 03:14:33 +0000 (21:14 -0600)]
Merged #117 "Duplicate repositories on dashboards"

10 years agoUse consistent keys for repository cache lookups 17/117/1
James Moger [Sat, 28 Jun 2014 03:06:13 +0000 (23:06 -0400)]
Use consistent keys for repository cache lookups

10 years agoMerged #115 "Milestone names with hypens are trouble"
James Moger [Fri, 27 Jun 2014 19:04:03 +0000 (13:04 -0600)]
Merged #115 "Milestone names with hypens are trouble"

10 years agoEscape Lucene query values with hyphens 15/115/1
James Moger [Fri, 27 Jun 2014 18:59:34 +0000 (14:59 -0400)]
Escape Lucene query values with hyphens

10 years agoMerged #113 "Internal error on entering the blob page url without specifying a path"
James Moger [Fri, 27 Jun 2014 18:40:40 +0000 (12:40 -0600)]
Merged #113 "Internal error on entering the blob page url without specifying a path"

10 years agoRedirect to tree root when blob page parameters are invalid 13/113/1
James Moger [Fri, 27 Jun 2014 18:36:50 +0000 (14:36 -0400)]
Redirect to tree root when blob page parameters are invalid

10 years agoMerged #114 "StackOverFlow on (de)serialization"
James Moger [Fri, 27 Jun 2014 18:30:07 +0000 (12:30 -0600)]
Merged #114 "StackOverFlow on (de)serialization"

10 years agoDo not serialize Logger ticket/114 14/114/1
James Moger [Fri, 27 Jun 2014 18:25:42 +0000 (14:25 -0400)]
Do not serialize Logger

10 years agoFix translation 206/head 20/120/1
Revi [Thu, 26 Jun 2014 07:52:30 +0000 (16:52 +0900)]
Fix translation

As well as links.

10 years agoMerged #111 "Fix api/manager download links in documentation"
James Moger [Sun, 22 Jun 2014 15:41:06 +0000 (09:41 -0600)]
Merged #111 "Fix api/manager download links in documentation"

10 years agoRemoved unnecessary and obsolete download links from documenation 11/111/1
James Moger [Sun, 22 Jun 2014 15:37:27 +0000 (11:37 -0400)]
Removed unnecessary and obsolete download links from documenation

10 years agoMerged #108 "Fix NPE when there are two repositories which only differ in case"
James Moger [Wed, 18 Jun 2014 14:40:09 +0000 (08:40 -0600)]
Merged #108 "Fix NPE when there are two repositories which only differ in case"

10 years agoFix NPE when there are two repositories which only differ in case 204/head 08/108/1
Sascha Vogt [Wed, 18 Jun 2014 12:07:55 +0000 (14:07 +0200)]
Fix NPE when there are two repositories which only differ in case

10 years agoMerge branch 'fix-mxwebxml'
James Moger [Tue, 17 Jun 2014 14:55:14 +0000 (10:55 -0400)]
Merge branch 'fix-mxwebxml'

10 years agoFix WAR web.xml generation regression
James Moger [Tue, 17 Jun 2014 14:54:22 +0000 (10:54 -0400)]
Fix WAR web.xml generation regression

10 years agoMerge non-fast-forward for release branch merges
James Moger [Mon, 16 Jun 2014 22:59:24 +0000 (18:59 -0400)]
Merge non-fast-forward for release branch merges

10 years agoReset build identifiers for next point release cycle
James Moger [Mon, 16 Jun 2014 21:50:38 +0000 (17:50 -0400)]
Reset build identifiers for next point release cycle

10 years agoMerge release 1.6.0
James Moger [Mon, 16 Jun 2014 21:36:12 +0000 (17:36 -0400)]
Merge release 1.6.0

10 years agoPrepare 1.6.0 release v1.6.0
James Moger [Mon, 16 Jun 2014 21:35:29 +0000 (17:35 -0400)]
Prepare 1.6.0 release

10 years agoUpdate build script for git-flow releases
James Moger [Mon, 16 Jun 2014 21:06:56 +0000 (17:06 -0400)]
Update build script for git-flow releases

10 years agoUpdated README
James Moger [Mon, 16 Jun 2014 15:58:13 +0000 (11:58 -0400)]
Updated README

10 years agoDocumentation
James Moger [Mon, 16 Jun 2014 15:02:57 +0000 (11:02 -0400)]
Documentation

10 years agoDocumentation
James Moger [Mon, 16 Jun 2014 14:02:03 +0000 (10:02 -0400)]
Documentation

10 years agoExpose an Italiano language option in user preferences
James Moger [Mon, 16 Jun 2014 14:01:53 +0000 (10:01 -0400)]
Expose an Italiano language option in user preferences

10 years agoMerge pull request #196 from giamma/release-v1.6.0
James Moger [Mon, 16 Jun 2014 13:21:31 +0000 (09:21 -0400)]
Merge pull request #196 from giamma/release-v1.6.0

Italian translation.

10 years agoMerge pull request #199 from davido/patch-3
James Moger [Mon, 16 Jun 2014 13:02:16 +0000 (09:02 -0400)]
Merge pull request #199 from davido/patch-3

Remove unnecessary import

10 years agoRemove unnecessary import 199/head
David Ostrovsky [Mon, 16 Jun 2014 12:56:29 +0000 (14:56 +0200)]
Remove unnecessary import

10 years agoItalian translation. 195/head 196/head
GianMaria Romanato [Sun, 15 Jun 2014 18:58:31 +0000 (20:58 +0200)]
Italian translation.

When it comes to IT terminology, the Italian language borrows a lot of
terms from English, and it is often difficult to decide what is to be
translated and what is to be kept in English. I tried to follow the same
approach adopted by the translators of the pro-git book, so for example
"clone", "push" are not translated, while "branch" is translated (the
noun, not the git command).

I did my best to try to provide the best possible translation, but I had
not enough time to test all translations on screen.

Finally I noted that there are some duplicate keys e.g. gb.comment which
appears one with a capital C and once with a lowercase C.

10 years agoMerge pull request #194 from kwoot/release-v1.6.0
James Moger [Sun, 15 Jun 2014 12:51:27 +0000 (08:51 -0400)]
Merge pull request #194 from kwoot/release-v1.6.0

Dutch translated strings

10 years agochanged empty repo page 194/head
Jeroen Baten [Sun, 15 Jun 2014 10:37:54 +0000 (12:37 +0200)]
changed empty repo page

10 years agoDutch translated strings
Jeroen Baten [Sat, 14 Jun 2014 18:54:10 +0000 (20:54 +0200)]
Dutch translated strings

10 years agoDocumentation
James Moger [Sat, 14 Jun 2014 13:44:48 +0000 (09:44 -0400)]
Documentation

10 years agoMerge pull request #193 from ds5apn/release-v1.6.0
James Moger [Sat, 14 Jun 2014 12:11:52 +0000 (08:11 -0400)]
Merge pull request #193 from ds5apn/release-v1.6.0

10 years agoUpdate Korean translation 193/head
Dongsu, KIM [Sat, 14 Jun 2014 10:35:39 +0000 (19:35 +0900)]
Update Korean translation

10 years agoDocumentation
James Moger [Fri, 13 Jun 2014 13:54:47 +0000 (09:54 -0400)]
Documentation

10 years agoReorder "email on ticket changes" preference to follow "email address"
James Moger [Fri, 13 Jun 2014 13:54:23 +0000 (09:54 -0400)]
Reorder "email on ticket changes" preference to follow "email address"

10 years agoAdd Deutsch (de) language preference choice
James Moger [Fri, 13 Jun 2014 13:24:13 +0000 (09:24 -0400)]
Add Deutsch (de) language preference choice

10 years agoDocumentation
James Moger [Fri, 13 Jun 2014 13:11:56 +0000 (09:11 -0400)]
Documentation

10 years agoMerge pull request #192 from carstenlenz/release-v1.6.0
James Moger [Fri, 13 Jun 2014 13:00:42 +0000 (09:00 -0400)]
Merge pull request #192 from carstenlenz/release-v1.6.0

Add german translation to Gitblit

10 years agoMerged #103 "flotr2 throws exception on small dashboards"
James Moger [Fri, 13 Jun 2014 12:57:41 +0000 (06:57 -0600)]
Merged #103 "flotr2 throws exception on small dashboards"

10 years agoMerge branch 'ticket/103' into release-v1.6.0
James Moger [Fri, 13 Jun 2014 12:55:14 +0000 (08:55 -0400)]
Merge branch 'ticket/103' into release-v1.6.0

10 years agoCatch flotr2 exceptions, otherwise downstream AngularJS doesn't execute 03/103/1
James Moger [Fri, 13 Jun 2014 12:54:26 +0000 (08:54 -0400)]
Catch flotr2 exceptions, otherwise downstream AngularJS doesn't execute

10 years agoAdd german translation of welcome.mkd 192/head
Carsten Lenz [Fri, 13 Jun 2014 07:16:44 +0000 (09:16 +0200)]
Add german translation of welcome.mkd

10 years agoAdd german translation of login.mkd
Carsten Lenz [Fri, 13 Jun 2014 07:16:31 +0000 (09:16 +0200)]
Add german translation of login.mkd

10 years agoAdd german translation of EmptyrepositoryPage.html
Carsten Lenz [Fri, 13 Jun 2014 07:16:04 +0000 (09:16 +0200)]
Add german translation of EmptyrepositoryPage.html

10 years agoMerged #102 "NPE in GitblitClient"
James Moger [Fri, 13 Jun 2014 12:25:38 +0000 (06:25 -0600)]
Merged #102 "NPE in GitblitClient"

10 years agoAdd german translation of GitBlitWebApp.properties
Carsten Lenz [Tue, 10 Jun 2014 12:36:02 +0000 (14:36 +0200)]
Add german translation of GitBlitWebApp.properties

10 years agoFix NPE in GitblitClient 02/102/1
James Moger [Fri, 13 Jun 2014 12:22:27 +0000 (08:22 -0400)]
Fix NPE in GitblitClient

10 years agoMerged #100 "Can't clone a repository with a + character in the name"
James Moger [Thu, 12 Jun 2014 23:00:06 +0000 (17:00 -0600)]
Merged #100 "Can't clone a repository with a + character in the name"

10 years agoDocumentation
James Moger [Thu, 12 Jun 2014 22:56:38 +0000 (18:56 -0400)]
Documentation

10 years agoMerge branch 'ticket/100' into release-v1.6.0
James Moger [Thu, 12 Jun 2014 22:55:37 +0000 (18:55 -0400)]
Merge branch 'ticket/100' into release-v1.6.0

10 years agoFix cloning repositories with + in their names 00/100/2
James Moger [Tue, 10 Jun 2014 21:38:45 +0000 (17:38 -0400)]
Fix cloning repositories with + in their names

10 years agoMerge pull request #190 from ljantzen/norwegian_translation
James Moger [Wed, 11 Jun 2014 11:52:22 +0000 (07:52 -0400)]
Merge pull request #190 from ljantzen/norwegian_translation

Norwegian translation

10 years agoUpdated norwegian translation 190/head
Leif Jantzen [Wed, 11 Jun 2014 08:04:48 +0000 (10:04 +0200)]
Updated norwegian translation

10 years agoDocumentation
James Moger [Wed, 11 Jun 2014 02:30:57 +0000 (22:30 -0400)]
Documentation

10 years agoMerge pull request #189 from yin8086/release-v1.6.0-Chinese
James Moger [Tue, 10 Jun 2014 15:51:43 +0000 (11:51 -0400)]
Merge pull request #189 from yin8086/release-v1.6.0-Chinese

Chinese translation for release-v1.6.0(d2d5fc) at 2014_06_10

10 years agoChinese translation for release-v1.6.0(d2d5fc) at 2014_06_10. 189/head
Stardrad Yin [Tue, 10 Jun 2014 13:45:48 +0000 (21:45 +0800)]
Chinese translation for release-v1.6.0(d2d5fc) at 2014_06_10.