This repository has been archived by the owner on May 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[!!!][TASK] Change vendor name from VerteXVaaR to co-stack
- Loading branch information
1 parent
6174eea
commit a39c301
Showing
12 changed files
with
34 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?php | ||
namespace VerteXVaaR\FalGallery\Controller; | ||
namespace CoStack\FalGallery\Controller; | ||
|
||
/* | ||
* (c) Oliver Eglseder <[email protected]> | ||
|
@@ -27,7 +27,7 @@ | |
use TYPO3\CMS\Extbase\Mvc\Exception\InvalidArgumentNameException; | ||
use TYPO3\CMS\Extbase\Mvc\Exception\NoSuchArgumentException; | ||
use TYPO3\CMS\Extbase\Property\TypeConverter\FileConverter; | ||
use VerteXVaaR\FalGallery\Service\ResourceResolver; | ||
use CoStack\FalGallery\Service\ResourceResolver; | ||
|
||
/** | ||
* INFO: Storage must not change between Plugins | ||
|
@@ -381,7 +381,7 @@ protected function setFileTypeConverterFor($argumentName) | |
} | ||
/** @var FileConverter $fileConverter */ | ||
$fileConverter = $this->objectManager->get( | ||
\VerteXVaaR\FalGallery\Property\TypeConverter\FileConverter::class | ||
\CoStack\FalGallery\Property\TypeConverter\FileConverter::class | ||
); | ||
$this->arguments->getArgument($argumentName)->getPropertyMappingConfiguration()->setTypeConverter( | ||
$fileConverter | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?php | ||
namespace VerteXVaaR\FalGallery\Hooks; | ||
namespace CoStack\FalGallery\Hooks; | ||
|
||
/* | ||
* (c) 2015 Michiel Roos <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?php | ||
namespace VerteXVaaR\FalGallery\Hooks; | ||
namespace CoStack\FalGallery\Hooks; | ||
|
||
/* | ||
* (c) 2015 Michiel Roos <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?php | ||
namespace VerteXVaaR\FalGallery\Hooks; | ||
namespace CoStack\FalGallery\Hooks; | ||
|
||
/* | ||
* (c) Oliver Eglseder <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?php | ||
namespace VerteXVaaR\FalGallery\Property\TypeConverter; | ||
namespace CoStack\FalGallery\Property\TypeConverter; | ||
|
||
/* | ||
* (c) Oliver Eglseder <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?php | ||
namespace VerteXVaaR\FalGallery\Property\TypeConverter; | ||
namespace CoStack\FalGallery\Property\TypeConverter; | ||
|
||
/* | ||
* (c) Oliver Eglseder <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?php | ||
namespace VerteXVaaR\FalGallery\Service; | ||
namespace CoStack\FalGallery\Service; | ||
|
||
/* | ||
* (c) Oliver Eglseder <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?php | ||
namespace VerteXVaaR\FalGallery\ViewHelpers; | ||
namespace CoStack\FalGallery\ViewHelpers; | ||
|
||
/* | ||
* (c) 2015 Michiel Roos <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
{ | ||
"name": "vertexvaar/fal_gallery", | ||
"name": "co-stack/fal_gallery", | ||
"description": "FAL bases gallery for TYPO3, successor of wt_gallery", | ||
"type": "typo3-cms-extension", | ||
"license": "GPL-2.0", | ||
"support": { | ||
"email": "[email protected]", | ||
"docs": "https://docs.typo3.org/typo3cms/extensions/fal_gallery/", | ||
"issues": "https://github.com/co-stack/fal_gallery/issues", | ||
"source": "https://github.com/co-stack/fal_gallery" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Oliver Eglseder", | ||
|
@@ -16,7 +22,7 @@ | |
}, | ||
"autoload": { | ||
"psr-4": { | ||
"VerteXVaaR\\FalGallery\\": "Classes/" | ||
"CoStack\\FalGallery\\": "Classes/" | ||
} | ||
}, | ||
"suggest": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters