]> source.dussan.org Git - gitblit.git/log
gitblit.git
10 years agoAdd pull request linking in changelog to generated documentation
James Moger [Fri, 22 Nov 2013 15:36:05 +0000 (10:36 -0500)]
Add pull request linking in changelog to generated documentation

Change-Id: I06dbc0fdad93c042d783c97378429856bd9111bf

10 years agoMerge pull request #122 from fzs/ldap-deref-alias
Florian Zschocke [Fri, 22 Nov 2013 15:09:05 +0000 (10:09 -0500)]
Merge pull request #122 from fzs/ldap-deref-alias

Currently the LDAP user service will not dereference aliases when
searching for groups. This patch enables dereferencing aliases for the
group search. This is benefitial if groups are defined in the DIT in a
common place but only certain ones shall play a role in Gitblit. These
can now be linked under a group that can be provided as search base for
groups, without having to recreate the existing groups under the search
base.

In addition, the new doSearch() method implemented in this patch also
limits the attributes returned for the group search to the "cn"
attribute, which is the only one used. That prevents returning all the
members of the result groups, which can be a lot.

Change-Id: I29e1560390810304386dcea5ca40aaf78601b3a9

10 years agoBind LDAP connection after TLS initialization (issue-343)
Günter Dressel [Thu, 21 Nov 2013 17:13:18 +0000 (18:13 +0100)]
Bind LDAP connection after TLS initialization (issue-343)

10 years agoUpdate Moxie to 0.9.0
James Moger [Tue, 19 Nov 2013 21:12:30 +0000 (16:12 -0500)]
Update Moxie to 0.9.0

Change-Id: Ia4c9536282af6df3d9d462946dec1d8112459242

10 years agoMerge pull request #123 from kxyfyh/new_branch
James Moger [Tue, 19 Nov 2013 15:15:53 +0000 (07:15 -0800)]
Merge pull request #123 from kxyfyh/new_branch

Disable submodule raw links in commit & commitdiff page. UTF-8 page encoding.

10 years ago修改中文显示问题及raw默认属性 123/head
kxyfyh [Mon, 18 Nov 2013 13:41:04 +0000 (21:41 +0800)]
修改中文显示问题及raw默认属性

10 years agoImprove pages servlet
James Moger [Fri, 15 Nov 2013 21:43:38 +0000 (16:43 -0500)]
Improve pages servlet

Change-Id: I5239808bc71441022b4b82e9d369866e9600bbfa

10 years agoCSS tweaks
James Moger [Thu, 14 Nov 2013 23:17:12 +0000 (18:17 -0500)]
CSS tweaks

Change-Id: I568ffc2b7dfb59e8a6748aaf3e16993bb2016384

10 years agoDisplay common repository documents as tabs on the docs page
James Moger [Thu, 14 Nov 2013 23:16:57 +0000 (18:16 -0500)]
Display common repository documents as tabs on the docs page

Change-Id: I6935fa45598da847936748b474a3da47e94efaac

10 years agoEliminate the "enumerate documentation" repository setting
James Moger [Thu, 14 Nov 2013 23:10:42 +0000 (18:10 -0500)]
Eliminate the "enumerate documentation" repository setting

Change-Id: I3a7c13b4c626f8b5ea2a63717dfe4249c19eebb4

10 years agoREADME files are not shown on the summary page by default
James Moger [Thu, 14 Nov 2013 22:53:35 +0000 (17:53 -0500)]
README files are not shown on the summary page by default

Change-Id: I421a6b8f8c8eaa5d34b7629858de76fc96458cd3

10 years agoTweak pull request ref display
James Moger [Thu, 14 Nov 2013 01:16:59 +0000 (20:16 -0500)]
Tweak pull request ref display

Change-Id: I07d05eb45e40c233facfa3674f9528d2bda4b5d5

10 years agoImplement mirror executor (issue-5)
James Moger [Wed, 13 Nov 2013 22:56:50 +0000 (17:56 -0500)]
Implement mirror executor (issue-5)

The mirror executor will fetch ref updates for repository mirrors.  This
feature is disabled by default and can be enabled by setting
git.enableMirroring=true.  The period between update checks is
configurable, but it is global.  An individual rpeository may not set
it's own update schedule.

Requirements:
1. you must manually clone the repository using native git
   git clone --mirror git://somewhere.com/myrepo.git
2. the "origin" remote must be the mirror source
3. the "origin" repository must be accessible without authentication OR
   the credentials must be embedded in the origin url (not recommended)

Notes:
1. "origin" SSH urls are untested and not likely to work
2. mirrors cloned while Gitblit is running are likely to require
   clearing the gitblit cache (link on the repositories page of an
   administrator account)
3. Gitblit will automatically repair any invalid fetch refspecs with a
   "//" sequence.

Change-Id: I4bbe3fb2df106366ae4c2313596d0fab0dfcac46

10 years agoRemove docs indicator
James Moger [Wed, 13 Nov 2013 22:47:25 +0000 (17:47 -0500)]
Remove docs indicator

Change-Id: I422696130695cb18d4c1518b0d53265d7247f966

10 years agoAdd markup support for confluence, mediawiki, textile, trac, and twiki
James Moger [Tue, 12 Nov 2013 21:17:17 +0000 (16:17 -0500)]
Add markup support for confluence, mediawiki, textile, trac, and twiki

Change-Id: I82ef161c6b6956c7b83cd4a1c37627beac6ea75b

10 years agoRefactor markup processing in preparation for supporting other formats
James Moger [Tue, 12 Nov 2013 13:04:40 +0000 (08:04 -0500)]
Refactor markup processing in preparation for supporting other formats

Change-Id: I0eb217064abc4f4b0f6bfbbc21302c470cc2f9c6

10 years agoMerge pull request #121 from lucamilanesio/master
James Moger [Fri, 8 Nov 2013 16:02:51 +0000 (08:02 -0800)]
Merge pull request #121 from lucamilanesio/master

Allows the home root link top-left anchor to be customised.

10 years agoAllows the home root link top-left anchor to be customised. 121/head
Luca Milanesio [Fri, 8 Nov 2013 15:51:51 +0000 (15:51 +0000)]
Allows the home root link top-left anchor to be customised.

A new property web.rootLink has been introduced to
customise the link underlying the top-left logo in GitBlit.
When undefined the older behaviour is to link to the
GitBlit home page.

10 years agoAdd setting to automatically redirect http requests to the https port
James Moger [Sun, 27 Oct 2013 15:05:11 +0000 (11:05 -0400)]
Add setting to automatically redirect http requests to the https port

Change-Id: I33966b8292434c10ffd623838d09527aaebaca5f

10 years agoStrip leading / for absolute wiki link paths
James Moger [Fri, 25 Oct 2013 22:12:09 +0000 (18:12 -0400)]
Strip leading / for absolute wiki link paths

Change-Id: Ic475d570a3438916cd952d317338df1756c8be5a

10 years agoDisable the SMARTYPANTS Markdown extension
James Moger [Fri, 25 Oct 2013 21:55:49 +0000 (17:55 -0400)]
Disable the SMARTYPANTS Markdown extension

Change-Id: I3b1c43186d88a30238213983dd702601eb3a6172

10 years agoDocumentation
James Moger [Fri, 25 Oct 2013 19:25:02 +0000 (15:25 -0400)]
Documentation

Change-Id: I717e13d1f852a4adf50b547f4769dd62da2384ce

10 years agoSet Link: <url>; rel="canonical" http header for SEO (issue-304)
James Moger [Fri, 25 Oct 2013 16:18:23 +0000 (12:18 -0400)]
Set Link: <url>; rel="canonical" http header for SEO (issue-304)

Change-Id: Ie023b5fc58bf988e9064700918a79718aaa6c94b

10 years agoStrip Markdown extension from rendered [[WikiLink]] (issue-324)
James Moger [Fri, 25 Oct 2013 13:24:23 +0000 (09:24 -0400)]
Strip Markdown extension from rendered [[WikiLink]] (issue-324)

Change-Id: I2f695f5d5d72d8c08272981f756334b45398a1f7

10 years agoRespect web.forwardSlashCharacter in intra-Markdown links (issue-324)
James Moger [Fri, 25 Oct 2013 12:56:23 +0000 (08:56 -0400)]
Respect web.forwardSlashCharacter in intra-Markdown links (issue-324)

Change-Id: I27482c223a3daa0d10f37e88cd80481c6e1eb4b0

10 years agoRemove emphasis coloring in markdown div
James Moger [Fri, 25 Oct 2013 12:40:45 +0000 (08:40 -0400)]
Remove emphasis coloring in markdown div

Change-Id: Ie81e94546868a4a16c302ed0b283ac86d3491276

10 years agoSupport for intra-Markdown linking using [[WikiLinks]] syntax (issue-324)
James Moger [Fri, 25 Oct 2013 03:44:11 +0000 (23:44 -0400)]
Support for intra-Markdown linking using [[WikiLinks]] syntax (issue-324)

All WikiLinks must be specified relative to the root of the repository.
The displayed link text is stripped to just the document name. Spaces in
the document name are replaced with '-' characters; this is consistent with
wiki syntax and Github.

Change-Id: Id3fb1b5441352d9bacc4993a5b85882db113693b

10 years agoDetermine best commit id for the commit and use that in links
James Moger [Fri, 25 Oct 2013 03:36:28 +0000 (23:36 -0400)]
Determine best commit id for the commit and use that in links

Change-Id: I2c0f5dbb479c06402645cbb92e4845eed29d6726

10 years agoRemove "show readme" flag in favor of automatic detection
James Moger [Thu, 24 Oct 2013 19:44:44 +0000 (15:44 -0400)]
Remove "show readme" flag in favor of automatic detection

Automatic detection also will now also display a plain text "readme"
or "readme.txt" file.

Change-Id: Id6be729bdc469e7a5cfd1f4144df340a6b93475e

10 years agoRemove upload pack ref filtering
James Moger [Thu, 24 Oct 2013 18:59:29 +0000 (14:59 -0400)]
Remove upload pack ref filtering

Change-Id: I7ffcbf00e70eea68803eb6c046d5ddca55503b8b

10 years agoMerge pull request #120 from simonharrer/compare-strings-with-equals-method
James Moger [Thu, 24 Oct 2013 12:13:21 +0000 (05:13 -0700)]
Merge pull request #120 from simonharrer/compare-strings-with-equals-method

Use equals to compare strings instead of ==

10 years agoMerge pull request #119 from simonharrer/fix-locale-test-run-bug
James Moger [Thu, 24 Oct 2013 12:12:03 +0000 (05:12 -0700)]
Merge pull request #119 from simonharrer/fix-locale-test-run-bug

Change locale to english for ByteFormatTest to run successful on systems...

10 years agoUse equals to compare strings instead of == 120/head
Simon Harrer [Thu, 24 Oct 2013 09:50:04 +0000 (11:50 +0200)]
Use equals to compare strings instead of ==

10 years agoChange locale to english for ByteFormatTest to run successful on systems with german... 119/head
Simon Harrer [Wed, 23 Oct 2013 09:25:37 +0000 (11:25 +0200)]
Change locale to english for ByteFormatTest to run successful on systems with german locale

11 years agoReplaced MarkdownPapers with pegdown
James Moger [Fri, 18 Oct 2013 21:46:22 +0000 (17:46 -0400)]
Replaced MarkdownPapers with pegdown

Change-Id: I11eb50ba1ef0bef8ac47bf6f7b17e0f79ecd3f2d

11 years agoFix Markdown document enumeraton
James Moger [Wed, 16 Oct 2013 17:14:30 +0000 (13:14 -0400)]
Fix Markdown document enumeraton

11 years agoFix raw page binary content type when running behind reverse proxy
James Moger [Wed, 16 Oct 2013 13:29:42 +0000 (09:29 -0400)]
Fix raw page binary content type when running behind reverse proxy

Change-Id: I9f613114b2bb4c1dacae6e67c7673149a0476cf1

11 years agoAdd raw link to commit, commitdiff, and compare pages (issue-319)
James Moger [Wed, 16 Oct 2013 12:43:46 +0000 (08:43 -0400)]
Add raw link to commit, commitdiff, and compare pages (issue-319)

Change-Id: Ifc878cb59fe66674e6dfdc6d233fa26be1f4d605

11 years agoUpdate to JGit 3.1.0
James Moger [Wed, 16 Oct 2013 12:42:12 +0000 (08:42 -0400)]
Update to JGit 3.1.0

Change-Id: I94d4f6146c79541bf8a36e4c3dca1842e46cddd5

11 years agoFix error on generating activity page when there is no activity
James Moger [Tue, 15 Oct 2013 13:43:09 +0000 (09:43 -0400)]
Fix error on generating activity page when there is no activity

11 years agoMerge pull request #118 from Mrbytes/master
James Moger [Tue, 15 Oct 2013 12:13:04 +0000 (05:13 -0700)]
Merge pull request #118 from Mrbytes/master

Translation esES updated

11 years agoTranslation esES updated 118/head
mrbytes [Sat, 12 Oct 2013 08:37:45 +0000 (10:37 +0200)]
Translation esES updated
- Fixes syntax
- Better translation

11 years agoUpdated to Jetty 7.6.13
James Moger [Wed, 2 Oct 2013 21:13:29 +0000 (17:13 -0400)]
Updated to Jetty 7.6.13

11 years agoSwitch web.xml baseFolder from context-param to env-entry
James Moger [Wed, 2 Oct 2013 21:12:18 +0000 (17:12 -0400)]
Switch web.xml baseFolder from context-param to env-entry

Change-Id: Id18077126e984a767725cf9e8d8eb531a14e1713

11 years agoRemove unused issues test repository from test suite
James Moger [Tue, 1 Oct 2013 21:26:43 +0000 (17:26 -0400)]
Remove unused issues test repository from test suite

Change-Id: Ib63aeefdffa5f747d76bc221a722bc6c2e5f58c4

11 years agoFix incorrect mappings for some iconic classes
James Moger [Tue, 1 Oct 2013 21:26:05 +0000 (17:26 -0400)]
Fix incorrect mappings for some iconic classes

Change-Id: Ieeb7159768453a17b01b8e2a59289b256c6c3492

11 years agoTweak diffstat css
James Moger [Tue, 1 Oct 2013 21:25:29 +0000 (17:25 -0400)]
Tweak diffstat css

Change-Id: I0f6551bb7ca2f9b8908e95359b375c23daeab380

11 years agoCheck for refs/ not refs/heads/ when updating a ref
James Moger [Tue, 1 Oct 2013 21:24:42 +0000 (17:24 -0400)]
Check for refs/ not refs/heads/ when updating a ref

Change-Id: I19f9507fdb859902a6df96f1960433a91378e400

11 years agoImprove message logging in the receive pack
James Moger [Tue, 1 Oct 2013 21:22:50 +0000 (17:22 -0400)]
Improve message logging in the receive pack

Change-Id: I93dcdc72bfae0e0fac9a0f4872537a43bbd73d36

11 years agoRemove remaining TicGit tickets references
James Moger [Mon, 30 Sep 2013 20:32:12 +0000 (16:32 -0400)]
Remove remaining TicGit tickets references

Change-Id: I431659cf1d57a8d9bffb065fa47e1296e7f8c838

11 years agoRemove trailing whitespace from unit tests
James Moger [Mon, 30 Sep 2013 20:22:15 +0000 (16:22 -0400)]
Remove trailing whitespace from unit tests

Change-Id: I172bd4d493eee1013ec542ab97f1be29040f816d

11 years agoTrim trailing whitespace and organize imports
James Moger [Mon, 30 Sep 2013 13:30:04 +0000 (09:30 -0400)]
Trim trailing whitespace and organize imports

Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc

11 years agoRevise date label creation for optional css class
James Moger [Mon, 30 Sep 2013 13:04:23 +0000 (09:04 -0400)]
Revise date label creation for optional css class

Change-Id: Ia244aedb37067c138343a9094bf489a367a4464d

11 years agoAdd recursive delete function to FileUtils
James Moger [Mon, 30 Sep 2013 12:10:24 +0000 (08:10 -0400)]
Add recursive delete function to FileUtils

Change-Id: Ie177a9e5e9f88ea35bb8f9fe0b6c9af7ce92a280

11 years agoRemove issue artifacts from classes missed in previous purge
James Moger [Mon, 30 Sep 2013 12:07:56 +0000 (08:07 -0400)]
Remove issue artifacts from classes missed in previous purge

Change-Id: Ie0b7d1e11d634577e943c8e4dbab080b0078f1b4

11 years agoChange diffstat character to improve look and layout
James Moger [Mon, 30 Sep 2013 11:59:42 +0000 (07:59 -0400)]
Change diffstat character to improve look and layout

Change-Id: I7a70b04e9b8e49a78d98e0842aeda3f6d8e3ce28

11 years agoAdd normalized diffstats to the commit, commitdiff, and compare pages
James Moger [Sat, 28 Sep 2013 00:25:06 +0000 (20:25 -0400)]
Add normalized diffstats to the commit, commitdiff, and compare pages

Change-Id: I8f26746a611e9ab955efe8b2597cc81db48fb085

11 years agoFix width calculation in branch graph when there are 0 or 1 commits
James Moger [Fri, 27 Sep 2013 18:28:27 +0000 (14:28 -0400)]
Fix width calculation in branch graph when there are 0 or 1 commits

Change-Id: I68ed7e4db32fa69a13979b544e80edf3212555cd

11 years agoChange default access restriction to PUSH
James Moger [Fri, 27 Sep 2013 18:27:15 +0000 (14:27 -0400)]
Change default access restriction to PUSH

Change-Id: I74b3f9fedd77294c53648f8eaa730d4a84917555

11 years agoAdded setting to globally disable anonymous pushes in the receive pack
James Moger [Fri, 27 Sep 2013 17:44:28 +0000 (13:44 -0400)]
Added setting to globally disable anonymous pushes in the receive pack

Change-Id: I3460c9c0eeb32503d58325fd09793a0cd40aa2c4

11 years agoMerge receive processing into one class
James Moger [Fri, 27 Sep 2013 13:21:23 +0000 (09:21 -0400)]
Merge receive processing into one class

Change-Id: I603d4524914e94ec8e02c3689b65465b42c23dd7

11 years agoRemove unused class
James Moger [Fri, 27 Sep 2013 13:20:14 +0000 (09:20 -0400)]
Remove unused class

11 years agoDo not log passwords on failed authentication attempts (issue-316)
James Moger [Fri, 27 Sep 2013 12:02:33 +0000 (08:02 -0400)]
Do not log passwords on failed authentication attempts (issue-316)

11 years agoSynchronize critical ConfigUserService methods
James Moger [Mon, 23 Sep 2013 15:36:27 +0000 (11:36 -0400)]
Synchronize critical ConfigUserService methods

11 years agoEliminate redundant read() and use accessor instead of direct cache access
James Moger [Mon, 23 Sep 2013 14:55:19 +0000 (10:55 -0400)]
Eliminate redundant read() and use accessor instead of direct cache access

11 years agoFix potential NPE in cookie retrieval
James Moger [Mon, 23 Sep 2013 14:53:27 +0000 (10:53 -0400)]
Fix potential NPE in cookie retrieval

11 years agoReturn cloned usermodel on cookie authentication
James Moger [Mon, 23 Sep 2013 14:02:07 +0000 (10:02 -0400)]
Return cloned usermodel on cookie authentication

11 years agoFix commit log css for branch graphs
James Moger [Mon, 23 Sep 2013 13:52:48 +0000 (09:52 -0400)]
Fix commit log css for branch graphs

11 years agoFix potential NPE in git commit search
James Moger [Mon, 23 Sep 2013 13:52:10 +0000 (09:52 -0400)]
Fix potential NPE in git commit search

11 years agoFix potential NPE in setting shared permissions
James Moger [Mon, 23 Sep 2013 13:51:45 +0000 (09:51 -0400)]
Fix potential NPE in setting shared permissions

11 years agoFix support for implied SSH urls in web.otherUrls (issue-311)
James Moger [Thu, 19 Sep 2013 13:03:04 +0000 (09:03 -0400)]
Fix support for implied SSH urls in web.otherUrls (issue-311)

11 years agoDocumentation
James Moger [Thu, 19 Sep 2013 12:40:59 +0000 (08:40 -0400)]
Documentation

11 years agoDisable *most* activity graphs when web.generateActivityGraph=false
James Moger [Thu, 19 Sep 2013 12:36:25 +0000 (08:36 -0400)]
Disable *most* activity graphs when web.generateActivityGraph=false

This setting originally only worked for the Summary page, but since that
page was written, other pages have offered graphing.  This setting will
now disable Google Chart requests on the Dashboard, Activity, and
Summary pages.

This is related to issue-310.

11 years agoReverse line links in blob view (issue-309)
James Moger [Thu, 19 Sep 2013 12:13:48 +0000 (08:13 -0400)]
Reverse line links in blob view (issue-309)

11 years agoImprove non-visible parent lane rendering for BranchGraphServlet
James Moger [Wed, 18 Sep 2013 17:00:39 +0000 (13:00 -0400)]
Improve non-visible parent lane rendering for BranchGraphServlet

11 years agoDocumentation
James Moger [Wed, 18 Sep 2013 16:13:00 +0000 (12:13 -0400)]
Documentation

11 years agoCSS tweaks for responsive layout
James Moger [Wed, 18 Sep 2013 16:12:52 +0000 (12:12 -0400)]
CSS tweaks for responsive layout

11 years agoDisable but improve the example commit message regexes
James Moger [Wed, 18 Sep 2013 15:22:08 +0000 (11:22 -0400)]
Disable but improve the example commit message regexes

11 years agoImprove the rendering of the branch graph for summary page
James Moger [Wed, 18 Sep 2013 15:21:33 +0000 (11:21 -0400)]
Improve the rendering of the branch graph for summary page

11 years agoAdded GitNotes to the commitdiff page
James Moger [Wed, 18 Sep 2013 15:21:00 +0000 (11:21 -0400)]
Added GitNotes to the commitdiff page

11 years agoRemoved GitWeb-style diff renderer
James Moger [Wed, 18 Sep 2013 15:20:28 +0000 (11:20 -0400)]
Removed GitWeb-style diff renderer

11 years agoAdd support for rendering Markdown commit messages (issue-203)
Bret K. Ikehara [Sun, 4 Aug 2013 23:43:25 +0000 (13:43 -1000)]
Add support for rendering Markdown commit messages (issue-203)

11 years agoRemoved unused Issues classes
James Moger [Tue, 17 Sep 2013 21:49:20 +0000 (17:49 -0400)]
Removed unused Issues classes

11 years agoIgnore the contents of a default .git/description file
James Moger [Tue, 17 Sep 2013 21:39:10 +0000 (17:39 -0400)]
Ignore the contents of a default .git/description file

11 years agoImplemented a graph servlet based on EGit/JGit's PlotWalk (issue-194)
James Moger [Wed, 14 Aug 2013 12:56:27 +0000 (08:56 -0400)]
Implemented a graph servlet based on EGit/JGit's PlotWalk (issue-194)

The graph is generated server-side and therefore requires that the
commit table row height be fixed and match the row height of the
servlet.  There will be layout misalignment if remotes refs are
displayed.  Perhaps this can be improved in the future.

Change-Id: I39d0ffc7b1c3679976ce8c198c772ff86238f1a5

11 years agoRemove obsolete and deprecated FileUserService
James Moger [Fri, 6 Sep 2013 22:14:51 +0000 (18:14 -0400)]
Remove obsolete and deprecated FileUserService

Change-Id: I92d1d742e286643e1e1ab47a410b3fda146d1741

11 years agoRemove incomplete and deprecated TicGit feature
James Moger [Fri, 6 Sep 2013 22:01:33 +0000 (18:01 -0400)]
Remove incomplete and deprecated TicGit feature

Change-Id: Idb7de272589e086da9b2b3a241dcd082c1c8f27b

11 years agoDocumentation
James Moger [Tue, 17 Sep 2013 20:38:16 +0000 (16:38 -0400)]
Documentation

11 years agoMerge branch 'init-shared' of https://github.com/fzs/gitblit into prefixes
James Moger [Tue, 17 Sep 2013 21:05:00 +0000 (17:05 -0400)]
Merge branch 'init-shared' of https://github.com/fzs/gitblit into prefixes

11 years agoRevisions and documentation for personal repository prefix change
James Moger [Tue, 17 Sep 2013 20:13:53 +0000 (16:13 -0400)]
Revisions and documentation for personal repository prefix change

11 years agoMerge branch 'userrepoprefix' of https://github.com/fzs/gitblit into prefixes
James Moger [Tue, 17 Sep 2013 21:03:57 +0000 (17:03 -0400)]
Merge branch 'userrepoprefix' of https://github.com/fzs/gitblit into prefixes

11 years agoUpdated binary extensions and Lucene ignore extensions
James Moger [Thu, 5 Sep 2013 18:09:53 +0000 (14:09 -0400)]
Updated binary extensions and Lucene ignore extensions

11 years agoUpdate to Moxie 0.8.2
James Moger [Thu, 5 Sep 2013 14:01:33 +0000 (10:01 -0400)]
Update to Moxie 0.8.2

11 years agoRestore blockpush and localclone hooks to binaries (issue-303)
James Moger [Thu, 5 Sep 2013 13:11:24 +0000 (09:11 -0400)]
Restore blockpush and localclone hooks to binaries (issue-303)

11 years agoMerge pull request #117 from robinrosenberg/master
James Moger [Thu, 5 Sep 2013 13:13:33 +0000 (06:13 -0700)]
Merge pull request #117 from robinrosenberg/master

NPE fix in default branch determination & NPE fix when commit cache contains removed repo

11 years agoDon't crash with an NPE when the cache contains removed repositoried 117/head
Robin Rosenberg [Sun, 1 Sep 2013 17:58:28 +0000 (19:58 +0200)]
Don't crash with an NPE when the cache contains removed repositoried

11 years agoAvoid NPE when the default branch cannot be identified
Robin Rosenberg [Sun, 1 Sep 2013 17:58:00 +0000 (19:58 +0200)]
Avoid NPE when the default branch cannot be identified

This is a normal condition that complicates debugging, i.e.
when catching all NPE's.

11 years agoFix set-gid bit clearing under Linux when effective gid is different from file gid. 112/head
Florian Zschocke [Wed, 21 Aug 2013 08:39:43 +0000 (10:39 +0200)]
Fix set-gid bit clearing under Linux when effective gid is different from file gid.

11 years agoFix setting wrrong custom mode on file and in config.
Florian Zschocke [Tue, 20 Aug 2013 19:20:17 +0000 (21:20 +0200)]
Fix setting wrrong custom mode on file and in config.

11 years agoRemove unsupported option '-O' from 'ls' command.
Florian Zschocke [Tue, 20 Aug 2013 17:59:54 +0000 (19:59 +0200)]
Remove unsupported option '-O' from 'ls' command.