Merged development into master

This commit is contained in:
NelsonLaQuet 2013-09-27 15:49:52 -05:00
commit 7f71e651c7
3 changed files with 5 additions and 0 deletions

View file

@ -92,6 +92,7 @@
public function ensureDirectoryExists() { public function ensureDirectoryExists() {
$destination = $this->getDirectory(); $destination = $this->getDirectory();
umask(0);
if (!is_dir($destination)) if (!is_dir($destination))
mkdir($destination, 777, true); mkdir($destination, 777, true);

View file

@ -349,6 +349,7 @@
public function ensureDirectoryExists() { public function ensureDirectoryExists() {
$destination = $this->getDirectory(); $destination = $this->getDirectory();
umask(0);
if (!is_dir($destination)) if (!is_dir($destination))
mkdir($destination, 777); mkdir($destination, 777);

View file

@ -27,6 +27,7 @@
<excludeFolder url="file://$MODULE_DIR$/vendor/kriswallsmith/assetic" /> <excludeFolder url="file://$MODULE_DIR$/vendor/kriswallsmith/assetic" />
<excludeFolder url="file://$MODULE_DIR$/vendor/laravel/framework" /> <excludeFolder url="file://$MODULE_DIR$/vendor/laravel/framework" />
<excludeFolder url="file://$MODULE_DIR$/vendor/monolog/monolog" /> <excludeFolder url="file://$MODULE_DIR$/vendor/monolog/monolog" />
<excludeFolder url="file://$MODULE_DIR$/vendor/navruzm/lmongo" />
<excludeFolder url="file://$MODULE_DIR$/vendor/nesbot/carbon" /> <excludeFolder url="file://$MODULE_DIR$/vendor/nesbot/carbon" />
<excludeFolder url="file://$MODULE_DIR$/vendor/nikic/php-parser" /> <excludeFolder url="file://$MODULE_DIR$/vendor/nikic/php-parser" />
<excludeFolder url="file://$MODULE_DIR$/vendor/patchwork/utf8" /> <excludeFolder url="file://$MODULE_DIR$/vendor/patchwork/utf8" />
@ -75,6 +76,7 @@
<root url="file://$MODULE_DIR$/vendor/intouch/laravel-newrelic" /> <root url="file://$MODULE_DIR$/vendor/intouch/laravel-newrelic" />
<root url="file://$MODULE_DIR$/vendor/laravel/framework" /> <root url="file://$MODULE_DIR$/vendor/laravel/framework" />
<root url="file://$MODULE_DIR$/vendor/monolog/monolog" /> <root url="file://$MODULE_DIR$/vendor/monolog/monolog" />
<root url="file://$MODULE_DIR$/vendor/navruzm/lmongo" />
<root url="file://$MODULE_DIR$/vendor/symfony/debug" /> <root url="file://$MODULE_DIR$/vendor/symfony/debug" />
<root url="file://$MODULE_DIR$/vendor/symfony/finder" /> <root url="file://$MODULE_DIR$/vendor/symfony/finder" />
<root url="file://$MODULE_DIR$/vendor/symfony/console" /> <root url="file://$MODULE_DIR$/vendor/symfony/console" />
@ -115,6 +117,7 @@
<root url="file://$MODULE_DIR$/vendor/intouch/laravel-newrelic" /> <root url="file://$MODULE_DIR$/vendor/intouch/laravel-newrelic" />
<root url="file://$MODULE_DIR$/vendor/laravel/framework" /> <root url="file://$MODULE_DIR$/vendor/laravel/framework" />
<root url="file://$MODULE_DIR$/vendor/monolog/monolog" /> <root url="file://$MODULE_DIR$/vendor/monolog/monolog" />
<root url="file://$MODULE_DIR$/vendor/navruzm/lmongo" />
<root url="file://$MODULE_DIR$/vendor/symfony/debug" /> <root url="file://$MODULE_DIR$/vendor/symfony/debug" />
<root url="file://$MODULE_DIR$/vendor/symfony/finder" /> <root url="file://$MODULE_DIR$/vendor/symfony/finder" />
<root url="file://$MODULE_DIR$/vendor/symfony/console" /> <root url="file://$MODULE_DIR$/vendor/symfony/console" />