fix psr
This commit is contained in:
0
CHANGELOG.md
Executable file → Normal file
0
CHANGELOG.md
Executable file → Normal file
0
COPYRIGHT.txt
Executable file → Normal file
0
COPYRIGHT.txt
Executable file → Normal file
0
LICENSE.txt
Executable file → Normal file
0
LICENSE.txt
Executable file → Normal file
23
composer.json
Executable file → Normal file
23
composer.json
Executable file → Normal file
@@ -62,5 +62,26 @@
|
|||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "2.0.0-dev"
|
"dev-master": "2.0.0-dev"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"type": "package",
|
||||||
|
"package": {
|
||||||
|
"name": "smarty/smarty",
|
||||||
|
"version": "3.1.14",
|
||||||
|
"dist": {
|
||||||
|
"url": "http://www.smarty.net/files/Smarty-3.1.14.zip",
|
||||||
|
"type": "zip"
|
||||||
|
},
|
||||||
|
"source": {
|
||||||
|
"url": "http://smarty-php.googlecode.com/svn/",
|
||||||
|
"type": "svn",
|
||||||
|
"reference": "tags/Smarty_3_1_14/distribution/"
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"classmap": ["libs/"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
45
composer.lock
generated
Executable file → Normal file
45
composer.lock
generated
Executable file → Normal file
@@ -3,7 +3,7 @@
|
|||||||
"This file locks the dependencies of your project to a known state",
|
"This file locks the dependencies of your project to a known state",
|
||||||
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
|
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
|
||||||
],
|
],
|
||||||
"hash": "f779af80bcfc2ed1deefba9350bdcf66",
|
"hash": "ee6fe7504a35ea7e3a905b2da0de3f13",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "ensepar/html2pdf",
|
"name": "ensepar/html2pdf",
|
||||||
@@ -512,47 +512,24 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "smarty/smarty",
|
"name": "smarty/smarty",
|
||||||
"version": "v3.1.14",
|
"version": "3.1.14",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "svn",
|
"type": "svn",
|
||||||
"url": "http://smarty-php.googlecode.com/svn",
|
"url": "http://smarty-php.googlecode.com/svn/",
|
||||||
"reference": "/tags/v3.1.14/@4752"
|
"reference": "tags/Smarty_3_1_14/distribution/"
|
||||||
},
|
},
|
||||||
"require": {
|
"dist": {
|
||||||
"php": ">=5.2"
|
"type": "zip",
|
||||||
|
"url": "http://www.smarty.net/files/Smarty-3.1.14.zip",
|
||||||
|
"reference": null,
|
||||||
|
"shasum": null
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": [
|
"classmap": [
|
||||||
"distribution/libs/Smarty.class.php",
|
"libs/"
|
||||||
"distribution/libs/SmartyBC.class.php",
|
|
||||||
"distribution/libs/sysplugins/smarty_security.php"
|
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"LGPL-3.0"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Monte Ohrt",
|
|
||||||
"email": "monte@ohrt.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Uwe Tews",
|
|
||||||
"email": "uwe.tews@googlemail.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Rodney Rehm",
|
|
||||||
"email": "rodney.rehm@medialize.de"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "Smarty - the compiling PHP template engine",
|
|
||||||
"homepage": "http://www.smarty.net",
|
|
||||||
"keywords": [
|
|
||||||
"templating"
|
|
||||||
],
|
|
||||||
"time": "2013-07-02 16:38:47"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "swiftmailer/swiftmailer",
|
"name": "swiftmailer/swiftmailer",
|
||||||
|
|||||||
0
core/bootstrap.php
Executable file → Normal file
0
core/bootstrap.php
Executable file → Normal file
0
core/lib/Thelia/Action/BaseAction.php
Executable file → Normal file
0
core/lib/Thelia/Action/BaseAction.php
Executable file → Normal file
0
core/lib/Thelia/Action/Cart.php
Executable file → Normal file
0
core/lib/Thelia/Action/Cart.php
Executable file → Normal file
0
core/lib/Thelia/Action/Category.php
Executable file → Normal file
0
core/lib/Thelia/Action/Category.php
Executable file → Normal file
0
core/lib/Thelia/Action/Coupon.php
Executable file → Normal file
0
core/lib/Thelia/Action/Coupon.php
Executable file → Normal file
0
core/lib/Thelia/Action/Customer.php
Executable file → Normal file
0
core/lib/Thelia/Action/Customer.php
Executable file → Normal file
0
core/lib/Thelia/Action/HttpException.php
Executable file → Normal file
0
core/lib/Thelia/Action/HttpException.php
Executable file → Normal file
0
core/lib/Thelia/Action/Image.php
Executable file → Normal file
0
core/lib/Thelia/Action/Image.php
Executable file → Normal file
@@ -94,8 +94,7 @@ class Module extends BaseAction implements EventSubscriberInterface
|
|||||||
|
|
||||||
$fs = new Filesystem();
|
$fs = new Filesystem();
|
||||||
$fs->remove($path);
|
$fs->remove($path);
|
||||||
}
|
} catch (\ReflectionException $ex) {
|
||||||
catch (\ReflectionException $ex) {
|
|
||||||
// Happens probably because the module directory has been deleted.
|
// Happens probably because the module directory has been deleted.
|
||||||
// Log a warning, and delete the database entry.
|
// Log a warning, and delete the database entry.
|
||||||
Tlog::getInstance()->addWarning(
|
Tlog::getInstance()->addWarning(
|
||||||
|
|||||||
0
core/lib/Thelia/Action/Order.php
Executable file → Normal file
0
core/lib/Thelia/Action/Order.php
Executable file → Normal file
0
core/lib/Thelia/Cart/CartTrait.php
Executable file → Normal file
0
core/lib/Thelia/Cart/CartTrait.php
Executable file → Normal file
0
core/lib/Thelia/Command/BaseModuleGenerate.php
Executable file → Normal file
0
core/lib/Thelia/Command/BaseModuleGenerate.php
Executable file → Normal file
0
core/lib/Thelia/Command/CacheClear.php
Executable file → Normal file
0
core/lib/Thelia/Command/CacheClear.php
Executable file → Normal file
0
core/lib/Thelia/Command/ClearImageCache.php
Executable file → Normal file
0
core/lib/Thelia/Command/ClearImageCache.php
Executable file → Normal file
0
core/lib/Thelia/Command/ContainerAwareCommand.php
Executable file → Normal file
0
core/lib/Thelia/Command/ContainerAwareCommand.php
Executable file → Normal file
@@ -91,6 +91,7 @@ class CreateAdminUser extends ContainerAwareCommand
|
|||||||
protected function enterData($dialog, $output, $label, $error_message, $hidden = false)
|
protected function enterData($dialog, $output, $label, $error_message, $hidden = false)
|
||||||
{
|
{
|
||||||
$command = $hidden ? 'askHiddenResponse' : 'askAndValidate';
|
$command = $hidden ? 'askHiddenResponse' : 'askAndValidate';
|
||||||
|
|
||||||
return $dialog->$command(
|
return $dialog->$command(
|
||||||
$output,
|
$output,
|
||||||
$this->decorateInfo($label),
|
$this->decorateInfo($label),
|
||||||
|
|||||||
0
core/lib/Thelia/Command/Install.php
Executable file → Normal file
0
core/lib/Thelia/Command/Install.php
Executable file → Normal file
0
core/lib/Thelia/Command/ModuleActivateCommand.php
Executable file → Normal file
0
core/lib/Thelia/Command/ModuleActivateCommand.php
Executable file → Normal file
3
core/lib/Thelia/Command/ModuleGenerateCommand.php
Executable file → Normal file
3
core/lib/Thelia/Command/ModuleGenerateCommand.php
Executable file → Normal file
@@ -110,8 +110,7 @@ class ModuleGenerateCommand extends BaseModuleGenerate
|
|||||||
$schemaContent = str_replace("%%NAMESPACE%%", $this->module, $schemaContent);
|
$schemaContent = str_replace("%%NAMESPACE%%", $this->module, $schemaContent);
|
||||||
|
|
||||||
file_put_contents($this->moduleDirectory . DIRECTORY_SEPARATOR . "Config". DIRECTORY_SEPARATOR . "schema.xml", $schemaContent);
|
file_put_contents($this->moduleDirectory . DIRECTORY_SEPARATOR . "Config". DIRECTORY_SEPARATOR . "schema.xml", $schemaContent);
|
||||||
}
|
} catch (\Exception $ex) {
|
||||||
catch (\Exception $ex) {
|
|
||||||
$fs->remove($this->moduleDirectory);
|
$fs->remove($this->moduleDirectory);
|
||||||
|
|
||||||
throw $ex;
|
throw $ex;
|
||||||
|
|||||||
0
core/lib/Thelia/Command/ModuleGenerateModelCommand.php
Executable file → Normal file
0
core/lib/Thelia/Command/ModuleGenerateModelCommand.php
Executable file → Normal file
0
core/lib/Thelia/Command/ModuleGenerateSqlCommand.php
Executable file → Normal file
0
core/lib/Thelia/Command/ModuleGenerateSqlCommand.php
Executable file → Normal file
0
core/lib/Thelia/Command/Output/TheliaConsoleOutput.php
Executable file → Normal file
0
core/lib/Thelia/Command/Output/TheliaConsoleOutput.php
Executable file → Normal file
2
core/lib/Thelia/Command/Skeleton/Module/Class.php
Executable file → Normal file
2
core/lib/Thelia/Command/Skeleton/Module/Class.php
Executable file → Normal file
@@ -33,4 +33,4 @@ class %%CLASSNAME%% extends BaseModule
|
|||||||
*
|
*
|
||||||
* Have fun !
|
* Have fun !
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|||||||
6
core/lib/Thelia/Command/Skeleton/Module/config.xml
Executable file → Normal file
6
core/lib/Thelia/Command/Skeleton/Module/config.xml
Executable file → Normal file
@@ -22,12 +22,6 @@
|
|||||||
-->
|
-->
|
||||||
</commands>
|
</commands>
|
||||||
|
|
||||||
<templateDirectives>
|
|
||||||
<!-- Sample definition
|
|
||||||
<templateDirectives class="MyModule\Directive\MyTemplateDirective" name="my_filter"/>
|
|
||||||
-->
|
|
||||||
</templateDirectives>
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<services>
|
<services>
|
||||||
|
|
||||||
|
|||||||
2
core/lib/Thelia/Command/Skeleton/Module/module.xml
Executable file → Normal file
2
core/lib/Thelia/Command/Skeleton/Module/module.xml
Executable file → Normal file
@@ -15,4 +15,4 @@
|
|||||||
<type>classic</type>
|
<type>classic</type>
|
||||||
<thelia>2.0.0</thelia>
|
<thelia>2.0.0</thelia>
|
||||||
<stability>other</stability>
|
<stability>other</stability>
|
||||||
</module>
|
</module>
|
||||||
|
|||||||
0
core/lib/Thelia/Command/Skeleton/Module/schema.xml
Executable file → Normal file
0
core/lib/Thelia/Command/Skeleton/Module/schema.xml
Executable file → Normal file
0
core/lib/Thelia/Config/DatabaseConfiguration.php
Executable file → Normal file
0
core/lib/Thelia/Config/DatabaseConfiguration.php
Executable file → Normal file
0
core/lib/Thelia/Config/DefinePropel.php
Executable file → Normal file
0
core/lib/Thelia/Config/DefinePropel.php
Executable file → Normal file
0
core/lib/Thelia/Config/Resources/action.xml
Executable file → Normal file
0
core/lib/Thelia/Config/Resources/action.xml
Executable file → Normal file
0
core/lib/Thelia/Config/Resources/config.xml
Executable file → Normal file
0
core/lib/Thelia/Config/Resources/config.xml
Executable file → Normal file
0
core/lib/Thelia/Config/Resources/routing.xml
Executable file → Normal file
0
core/lib/Thelia/Config/Resources/routing.xml
Executable file → Normal file
0
core/lib/Thelia/Config/Resources/routing/admin.xml
Executable file → Normal file
0
core/lib/Thelia/Config/Resources/routing/admin.xml
Executable file → Normal file
0
core/lib/Thelia/Controller/Admin/AbstractSeoCrudController.php
Executable file → Normal file
0
core/lib/Thelia/Controller/Admin/AbstractSeoCrudController.php
Executable file → Normal file
0
core/lib/Thelia/Controller/Admin/AdminController.php
Executable file → Normal file
0
core/lib/Thelia/Controller/Admin/AdminController.php
Executable file → Normal file
6
core/lib/Thelia/Controller/Admin/BaseAdminController.php
Executable file → Normal file
6
core/lib/Thelia/Controller/Admin/BaseAdminController.php
Executable file → Normal file
@@ -56,11 +56,13 @@ class BaseAdminController extends BaseController
|
|||||||
*/
|
*/
|
||||||
private $currentRouter = "router.admin";
|
private $currentRouter = "router.admin";
|
||||||
|
|
||||||
protected function getCurrentRouter() {
|
protected function getCurrentRouter()
|
||||||
|
{
|
||||||
return $this->currentRouter;
|
return $this->currentRouter;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function setCurrentRouter($routerId) {
|
protected function setCurrentRouter($routerId)
|
||||||
|
{
|
||||||
$this->currentRouter = $routerId;
|
$this->currentRouter = $routerId;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
0
core/lib/Thelia/Controller/Admin/CategoryController.php
Executable file → Normal file
0
core/lib/Thelia/Controller/Admin/CategoryController.php
Executable file → Normal file
@@ -242,6 +242,7 @@ class ContentController extends AbstractSeoCrudController
|
|||||||
if (null !== $content) {
|
if (null !== $content) {
|
||||||
$content->setLocale($this->getCurrentEditionLocale());
|
$content->setLocale($this->getCurrentEditionLocale());
|
||||||
}
|
}
|
||||||
|
|
||||||
return $content;
|
return $content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
0
core/lib/Thelia/Controller/Admin/CouponController.php
Executable file → Normal file
0
core/lib/Thelia/Controller/Admin/CouponController.php
Executable file → Normal file
0
core/lib/Thelia/Controller/Admin/FileController.php
Executable file → Normal file
0
core/lib/Thelia/Controller/Admin/FileController.php
Executable file → Normal file
@@ -205,6 +205,7 @@ class FolderController extends AbstractSeoCrudController
|
|||||||
if (null !== $folder) {
|
if (null !== $folder) {
|
||||||
$folder->setLocale($this->getCurrentEditionLocale());
|
$folder->setLocale($this->getCurrentEditionLocale());
|
||||||
}
|
}
|
||||||
|
|
||||||
return $folder;
|
return $folder;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
0
core/lib/Thelia/Controller/Admin/SessionController.php
Executable file → Normal file
0
core/lib/Thelia/Controller/Admin/SessionController.php
Executable file → Normal file
0
core/lib/Thelia/Controller/BaseController.php
Executable file → Normal file
0
core/lib/Thelia/Controller/BaseController.php
Executable file → Normal file
0
core/lib/Thelia/Controller/Front/BaseFrontController.php
Executable file → Normal file
0
core/lib/Thelia/Controller/Front/BaseFrontController.php
Executable file → Normal file
0
core/lib/Thelia/Controller/Front/DefaultController.php
Executable file → Normal file
0
core/lib/Thelia/Controller/Front/DefaultController.php
Executable file → Normal file
0
core/lib/Thelia/Core/Application.php
Executable file → Normal file
0
core/lib/Thelia/Core/Application.php
Executable file → Normal file
0
core/lib/Thelia/Core/Bundle/TheliaBundle.php
Executable file → Normal file
0
core/lib/Thelia/Core/Bundle/TheliaBundle.php
Executable file → Normal file
0
core/lib/Thelia/Core/Controller/ControllerResolver.php
Executable file → Normal file
0
core/lib/Thelia/Core/Controller/ControllerResolver.php
Executable file → Normal file
0
core/lib/Thelia/Core/DependencyInjection/Compiler/RegisterCouponConditionPass.php
Executable file → Normal file
0
core/lib/Thelia/Core/DependencyInjection/Compiler/RegisterCouponConditionPass.php
Executable file → Normal file
0
core/lib/Thelia/Core/DependencyInjection/Compiler/RegisterCouponPass.php
Executable file → Normal file
0
core/lib/Thelia/Core/DependencyInjection/Compiler/RegisterCouponPass.php
Executable file → Normal file
0
core/lib/Thelia/Core/DependencyInjection/Compiler/RegisterListenersPass.php
Executable file → Normal file
0
core/lib/Thelia/Core/DependencyInjection/Compiler/RegisterListenersPass.php
Executable file → Normal file
0
core/lib/Thelia/Core/DependencyInjection/Compiler/RegisterParserPluginPass.php
Executable file → Normal file
0
core/lib/Thelia/Core/DependencyInjection/Compiler/RegisterParserPluginPass.php
Executable file → Normal file
0
core/lib/Thelia/Core/DependencyInjection/Compiler/RegisterRouterPass.php
Executable file → Normal file
0
core/lib/Thelia/Core/DependencyInjection/Compiler/RegisterRouterPass.php
Executable file → Normal file
0
core/lib/Thelia/Core/DependencyInjection/Loader/XmlFileLoader.php
Executable file → Normal file
0
core/lib/Thelia/Core/DependencyInjection/Loader/XmlFileLoader.php
Executable file → Normal file
0
core/lib/Thelia/Core/DependencyInjection/Loader/schema/dic/config/thelia-1.0.xsd
Executable file → Normal file
0
core/lib/Thelia/Core/DependencyInjection/Loader/schema/dic/config/thelia-1.0.xsd
Executable file → Normal file
0
core/lib/Thelia/Core/Event/ActionEvent.php
Executable file → Normal file
0
core/lib/Thelia/Core/Event/ActionEvent.php
Executable file → Normal file
0
core/lib/Thelia/Core/Event/Cart/CartEvent.php
Executable file → Normal file
0
core/lib/Thelia/Core/Event/Cart/CartEvent.php
Executable file → Normal file
0
core/lib/Thelia/Core/Event/Cart/CartItemEvent.php
Executable file → Normal file
0
core/lib/Thelia/Core/Event/Cart/CartItemEvent.php
Executable file → Normal file
1
core/lib/Thelia/Core/Event/Customer/CustomerCreateOrUpdateEvent.php
Executable file → Normal file
1
core/lib/Thelia/Core/Event/Customer/CustomerCreateOrUpdateEvent.php
Executable file → Normal file
@@ -248,5 +248,4 @@ class CustomerCreateOrUpdateEvent extends CustomerEvent
|
|||||||
return $this->ref;
|
return $this->ref;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
0
core/lib/Thelia/Core/Event/Customer/CustomerEvent.php
Executable file → Normal file
0
core/lib/Thelia/Core/Event/Customer/CustomerEvent.php
Executable file → Normal file
0
core/lib/Thelia/Core/Event/Customer/CustomerLoginEvent.php
Executable file → Normal file
0
core/lib/Thelia/Core/Event/Customer/CustomerLoginEvent.php
Executable file → Normal file
0
core/lib/Thelia/Core/Event/DefaultActionEvent.php
Executable file → Normal file
0
core/lib/Thelia/Core/Event/DefaultActionEvent.php
Executable file → Normal file
0
core/lib/Thelia/Core/Event/Document/DocumentCreateOrUpdateEvent.php
Executable file → Normal file
0
core/lib/Thelia/Core/Event/Document/DocumentCreateOrUpdateEvent.php
Executable file → Normal file
0
core/lib/Thelia/Core/Event/Document/DocumentDeleteEvent.php
Executable file → Normal file
0
core/lib/Thelia/Core/Event/Document/DocumentDeleteEvent.php
Executable file → Normal file
0
core/lib/Thelia/Core/Event/Image/ImageCreateOrUpdateEvent.php
Executable file → Normal file
0
core/lib/Thelia/Core/Event/Image/ImageCreateOrUpdateEvent.php
Executable file → Normal file
0
core/lib/Thelia/Core/Event/Image/ImageDeleteEvent.php
Executable file → Normal file
0
core/lib/Thelia/Core/Event/Image/ImageDeleteEvent.php
Executable file → Normal file
0
core/lib/Thelia/Core/Event/Image/ImageEvent.php
Executable file → Normal file
0
core/lib/Thelia/Core/Event/Image/ImageEvent.php
Executable file → Normal file
@@ -65,6 +65,7 @@ class ModuleDeleteEvent extends ModuleEvent
|
|||||||
public function setDeleteData($delete_data)
|
public function setDeleteData($delete_data)
|
||||||
{
|
{
|
||||||
$this->delete_data = $delete_data;
|
$this->delete_data = $delete_data;
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
0
core/lib/Thelia/Core/Event/Order/OrderAddressEvent.php
Executable file → Normal file
0
core/lib/Thelia/Core/Event/Order/OrderAddressEvent.php
Executable file → Normal file
0
core/lib/Thelia/Core/Event/Order/OrderEvent.php
Executable file → Normal file
0
core/lib/Thelia/Core/Event/Order/OrderEvent.php
Executable file → Normal file
@@ -151,7 +151,6 @@ class ProductCombinationGenerationEvent extends ProductEvent
|
|||||||
$this->ean_code = $ean_code;
|
$this->ean_code = $ean_code;
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
return $this;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getCombinations()
|
public function getCombinations()
|
||||||
|
|||||||
@@ -129,4 +129,4 @@ class TaxEvent extends ActionEvent
|
|||||||
{
|
{
|
||||||
return $this->requirements;
|
return $this->requirements;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -129,4 +129,4 @@ class TaxRuleEvent extends ActionEvent
|
|||||||
{
|
{
|
||||||
return $this->taxList;
|
return $this->taxList;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
0
core/lib/Thelia/Core/Event/TheliaEvents.php
Executable file → Normal file
0
core/lib/Thelia/Core/Event/TheliaEvents.php
Executable file → Normal file
0
core/lib/Thelia/Core/Event/UpdateFilePositionEvent.php
Executable file → Normal file
0
core/lib/Thelia/Core/Event/UpdateFilePositionEvent.php
Executable file → Normal file
0
core/lib/Thelia/Core/Event/UpdateSeoEvent.php
Executable file → Normal file
0
core/lib/Thelia/Core/Event/UpdateSeoEvent.php
Executable file → Normal file
0
core/lib/Thelia/Core/EventListener/ControllerListener.php
Executable file → Normal file
0
core/lib/Thelia/Core/EventListener/ControllerListener.php
Executable file → Normal file
0
core/lib/Thelia/Core/EventListener/ViewListener.php
Executable file → Normal file
0
core/lib/Thelia/Core/EventListener/ViewListener.php
Executable file → Normal file
0
core/lib/Thelia/Core/Factory/ActionEventFactory.php
Executable file → Normal file
0
core/lib/Thelia/Core/Factory/ActionEventFactory.php
Executable file → Normal file
0
core/lib/Thelia/Core/HttpFoundation/Request.php
Executable file → Normal file
0
core/lib/Thelia/Core/HttpFoundation/Request.php
Executable file → Normal file
0
core/lib/Thelia/Core/HttpFoundation/Session/Session.php
Executable file → Normal file
0
core/lib/Thelia/Core/HttpFoundation/Session/Session.php
Executable file → Normal file
0
core/lib/Thelia/Core/Security/Authentication/AdminUsernamePasswordFormAuthenticator.php
Executable file → Normal file
0
core/lib/Thelia/Core/Security/Authentication/AdminUsernamePasswordFormAuthenticator.php
Executable file → Normal file
0
core/lib/Thelia/Core/Security/Authentication/AuthenticatorInterface.php
Executable file → Normal file
0
core/lib/Thelia/Core/Security/Authentication/AuthenticatorInterface.php
Executable file → Normal file
0
core/lib/Thelia/Core/Security/Authentication/CustomerUsernamePasswordFormAuthenticator.php
Executable file → Normal file
0
core/lib/Thelia/Core/Security/Authentication/CustomerUsernamePasswordFormAuthenticator.php
Executable file → Normal file
0
core/lib/Thelia/Core/Security/Authentication/UsernamePasswordFormAuthenticator.php
Executable file → Normal file
0
core/lib/Thelia/Core/Security/Authentication/UsernamePasswordFormAuthenticator.php
Executable file → Normal file
0
core/lib/Thelia/Core/Security/Exception/AuthenticationException.php
Executable file → Normal file
0
core/lib/Thelia/Core/Security/Exception/AuthenticationException.php
Executable file → Normal file
0
core/lib/Thelia/Core/Security/Exception/AuthorizationException.php
Executable file → Normal file
0
core/lib/Thelia/Core/Security/Exception/AuthorizationException.php
Executable file → Normal file
0
core/lib/Thelia/Core/Security/Exception/ResourceException.php
Executable file → Normal file
0
core/lib/Thelia/Core/Security/Exception/ResourceException.php
Executable file → Normal file
0
core/lib/Thelia/Core/Security/Exception/UsernameNotFoundException.php
Executable file → Normal file
0
core/lib/Thelia/Core/Security/Exception/UsernameNotFoundException.php
Executable file → Normal file
0
core/lib/Thelia/Core/Security/Exception/WrongPasswordException.php
Executable file → Normal file
0
core/lib/Thelia/Core/Security/Exception/WrongPasswordException.php
Executable file → Normal file
0
core/lib/Thelia/Core/Security/Role/Role.php
Executable file → Normal file
0
core/lib/Thelia/Core/Security/Role/Role.php
Executable file → Normal file
0
core/lib/Thelia/Core/Security/Role/RoleInterface.php
Executable file → Normal file
0
core/lib/Thelia/Core/Security/Role/RoleInterface.php
Executable file → Normal file
0
core/lib/Thelia/Core/Security/SecurityContext.php
Executable file → Normal file
0
core/lib/Thelia/Core/Security/SecurityContext.php
Executable file → Normal file
0
core/lib/Thelia/Core/Security/User/UserInterface.php
Executable file → Normal file
0
core/lib/Thelia/Core/Security/User/UserInterface.php
Executable file → Normal file
0
core/lib/Thelia/Core/Security/UserProvider/AdminUserProvider.php
Executable file → Normal file
0
core/lib/Thelia/Core/Security/UserProvider/AdminUserProvider.php
Executable file → Normal file
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user