mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 19:16:32 +03:00
Update Flex endpoint
This commit is contained in:
@@ -12,15 +12,6 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/scssphp.yaml": {
|
||||
"contents": [
|
||||
"scssphp:",
|
||||
" enabled: true",
|
||||
" autoUpdate: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/prod/scssphp.yaml": {
|
||||
"contents": [
|
||||
"scssphp:",
|
||||
@@ -29,6 +20,15 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/scssphp.yaml": {
|
||||
"contents": [
|
||||
"scssphp:",
|
||||
" enabled: true",
|
||||
" autoUpdate: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "dfcd909f037c7f1e2535bec00c1eba240d7aa513"
|
||||
|
||||
@@ -12,14 +12,6 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/test/prometheus_metrics.yaml": {
|
||||
"contents": [
|
||||
"artprima_prometheus_metrics:",
|
||||
" type: in_memory",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/prometheus_metrics.yaml": {
|
||||
"contents": [
|
||||
"artprima_prometheus_metrics:",
|
||||
@@ -32,6 +24,14 @@
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/test/prometheus_metrics.yaml": {
|
||||
"contents": [
|
||||
"artprima_prometheus_metrics:",
|
||||
" type: in_memory",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/metrics.yaml": {
|
||||
"contents": [
|
||||
"app_metrics:",
|
||||
|
||||
@@ -17,6 +17,14 @@
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/beelab_tag.yaml": {
|
||||
"contents": [
|
||||
"beelab_tag:",
|
||||
" tag_class: App\\Entity\\Tag",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/Tag.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
@@ -72,14 +80,6 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/beelab_tag.yaml": {
|
||||
"contents": [
|
||||
"beelab_tag:",
|
||||
" tag_class: App\\Entity\\Tag",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "9bd5cf1ad8576a8ad13e317cf8d7b854883cab9e"
|
||||
|
||||
@@ -25,6 +25,12 @@
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/netopia_mobilpay/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/netopia_mobilpay.yaml": {
|
||||
"contents": [
|
||||
"netopia_mobilpay:",
|
||||
@@ -37,12 +43,6 @@
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/netopia_mobilpay/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/netopia_mobilpay.yaml": {
|
||||
"contents": [
|
||||
"netopia_mobilpay_return_url:",
|
||||
|
||||
+124
-124
@@ -24,13 +24,26 @@
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"tests/_data/.gitignore": {
|
||||
"codeception.yml": {
|
||||
"contents": [
|
||||
"namespace: App\\Tests",
|
||||
"paths:",
|
||||
" tests: tests",
|
||||
" output: tests/_output",
|
||||
" data: tests/_data",
|
||||
" support: tests/_support",
|
||||
" envs: tests/_envs",
|
||||
"actor_suffix: Tester",
|
||||
"extensions:",
|
||||
" enabled:",
|
||||
" - Codeception\\Extension\\RunFailed",
|
||||
"params:",
|
||||
" - .env",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"tests/acceptance/.gitignore": {
|
||||
"tests/_data/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
@@ -44,32 +57,34 @@
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"tests/unit/.gitignore": {
|
||||
"tests/_support/AcceptanceTester.php": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"tests/acceptance.suite.yml": {
|
||||
"contents": [
|
||||
"# Codeception Test Suite Configuration",
|
||||
"#",
|
||||
"# Suite for acceptance tests.",
|
||||
"# Perform tests in browser using the WebDriver or PhpBrowser.",
|
||||
"# If you need both WebDriver and PHPBrowser tests - create a separate suite.",
|
||||
"<?php",
|
||||
"namespace App\\Tests;",
|
||||
"",
|
||||
"actor: AcceptanceTester",
|
||||
"modules:",
|
||||
" enabled:",
|
||||
" - PhpBrowser:",
|
||||
" url: http://localhost:8000",
|
||||
" - \\App\\Tests\\Helper\\Acceptance",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"tests/functional/.gitignore": {
|
||||
"contents": [
|
||||
"/**",
|
||||
" * Inherited Methods",
|
||||
" * @method void wantToTest($text)",
|
||||
" * @method void wantTo($text)",
|
||||
" * @method void execute($callable)",
|
||||
" * @method void expectTo($prediction)",
|
||||
" * @method void expect($prediction)",
|
||||
" * @method void amGoingTo($argumentation)",
|
||||
" * @method void am($role)",
|
||||
" * @method void lookForwardTo($achieveValue)",
|
||||
" * @method void comment($description)",
|
||||
" * @method \\Codeception\\Lib\\Friend haveFriend($name, $actorClass = NULL)",
|
||||
" *",
|
||||
" * @SuppressWarnings(PHPMD)",
|
||||
"*/",
|
||||
"class AcceptanceTester extends \\Codeception\\Actor",
|
||||
"{",
|
||||
" use _generated\\AcceptanceTesterActions;",
|
||||
"",
|
||||
" /**",
|
||||
" * Define custom actions here",
|
||||
" */",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
@@ -106,6 +121,54 @@
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"tests/_support/Helper/Acceptance.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"namespace App\\Tests\\Helper;",
|
||||
"",
|
||||
"// here you can define custom actions",
|
||||
"// all public methods declared in helper class will be available in $I",
|
||||
"",
|
||||
"class Acceptance extends \\Codeception\\Module",
|
||||
"{",
|
||||
"",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"tests/_support/Helper/Functional.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"namespace App\\Tests\\Helper;",
|
||||
"",
|
||||
"// here you can define custom actions",
|
||||
"// all public methods declared in helper class will be available in $I",
|
||||
"",
|
||||
"class Functional extends \\Codeception\\Module",
|
||||
"{",
|
||||
"",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"tests/_support/Helper/Unit.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"namespace App\\Tests\\Helper;",
|
||||
"",
|
||||
"// here you can define custom actions",
|
||||
"// all public methods declared in helper class will be available in $I",
|
||||
"",
|
||||
"class Unit extends \\Codeception\\Module",
|
||||
"{",
|
||||
"",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"tests/_support/UnitTester.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
@@ -146,97 +209,26 @@
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"tests/_support/Helper/Acceptance.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"namespace App\\Tests\\Helper;",
|
||||
"",
|
||||
"// here you can define custom actions",
|
||||
"// all public methods declared in helper class will be available in $I",
|
||||
"",
|
||||
"class Acceptance extends \\Codeception\\Module",
|
||||
"{",
|
||||
"",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"tests/_support/Helper/Unit.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"namespace App\\Tests\\Helper;",
|
||||
"",
|
||||
"// here you can define custom actions",
|
||||
"// all public methods declared in helper class will be available in $I",
|
||||
"",
|
||||
"class Unit extends \\Codeception\\Module",
|
||||
"{",
|
||||
"",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"tests/_support/Helper/Functional.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"namespace App\\Tests\\Helper;",
|
||||
"",
|
||||
"// here you can define custom actions",
|
||||
"// all public methods declared in helper class will be available in $I",
|
||||
"",
|
||||
"class Functional extends \\Codeception\\Module",
|
||||
"{",
|
||||
"",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"tests/_support/AcceptanceTester.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"namespace App\\Tests;",
|
||||
"",
|
||||
"/**",
|
||||
" * Inherited Methods",
|
||||
" * @method void wantToTest($text)",
|
||||
" * @method void wantTo($text)",
|
||||
" * @method void execute($callable)",
|
||||
" * @method void expectTo($prediction)",
|
||||
" * @method void expect($prediction)",
|
||||
" * @method void amGoingTo($argumentation)",
|
||||
" * @method void am($role)",
|
||||
" * @method void lookForwardTo($achieveValue)",
|
||||
" * @method void comment($description)",
|
||||
" * @method \\Codeception\\Lib\\Friend haveFriend($name, $actorClass = NULL)",
|
||||
" *",
|
||||
" * @SuppressWarnings(PHPMD)",
|
||||
"*/",
|
||||
"class AcceptanceTester extends \\Codeception\\Actor",
|
||||
"{",
|
||||
" use _generated\\AcceptanceTesterActions;",
|
||||
"",
|
||||
" /**",
|
||||
" * Define custom actions here",
|
||||
" */",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"tests/unit.suite.yml": {
|
||||
"tests/acceptance.suite.yml": {
|
||||
"contents": [
|
||||
"# Codeception Test Suite Configuration",
|
||||
"#",
|
||||
"# Suite for unit or integration tests.",
|
||||
"# Suite for acceptance tests.",
|
||||
"# Perform tests in browser using the WebDriver or PhpBrowser.",
|
||||
"# If you need both WebDriver and PHPBrowser tests - create a separate suite.",
|
||||
"",
|
||||
"actor: UnitTester",
|
||||
"actor: AcceptanceTester",
|
||||
"modules:",
|
||||
" enabled:",
|
||||
" - Asserts",
|
||||
" - \\App\\Tests\\Helper\\Unit",
|
||||
" - PhpBrowser:",
|
||||
" url: http://localhost:8000",
|
||||
" - \\App\\Tests\\Helper\\Acceptance",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"tests/acceptance/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
@@ -264,21 +256,29 @@
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"codeception.yml": {
|
||||
"tests/functional/.gitignore": {
|
||||
"contents": [
|
||||
"namespace: App\\Tests",
|
||||
"paths:",
|
||||
" tests: tests",
|
||||
" output: tests/_output",
|
||||
" data: tests/_data",
|
||||
" support: tests/_support",
|
||||
" envs: tests/_envs",
|
||||
"actor_suffix: Tester",
|
||||
"extensions:",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"tests/unit.suite.yml": {
|
||||
"contents": [
|
||||
"# Codeception Test Suite Configuration",
|
||||
"#",
|
||||
"# Suite for unit or integration tests.",
|
||||
"",
|
||||
"actor: UnitTester",
|
||||
"modules:",
|
||||
" enabled:",
|
||||
" - Codeception\\Extension\\RunFailed",
|
||||
"params:",
|
||||
" - .env",
|
||||
" - Asserts",
|
||||
" - \\App\\Tests\\Helper\\Unit",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"tests/unit/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
|
||||
@@ -21,12 +21,6 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"src/Document/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/doctrine_mongodb.yaml": {
|
||||
"contents": [
|
||||
"doctrine_mongodb:",
|
||||
@@ -77,6 +71,12 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Document/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "1fd8598bf42227a1c8905edd32f640e4c5d15eff"
|
||||
|
||||
@@ -18,8 +18,35 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"src/Document/.gitignore": {
|
||||
"config/packages/doctrine_phpcr_dbal.yaml": {
|
||||
"contents": [
|
||||
"doctrine_phpcr:",
|
||||
" # configure the PHPCR session",
|
||||
" session:",
|
||||
" backend:",
|
||||
" type: doctrinedbal",
|
||||
" connection: default",
|
||||
" parameters:",
|
||||
" jackalope.check_login_on_server: false",
|
||||
" workspace: '%env(PHPCR_WORKSPACE)%'",
|
||||
" username: '%env(PHPCR_USER)%'",
|
||||
" password: '%env(PHPCR_PASSWORD)%'",
|
||||
" #logging: '%kernel.debug%'",
|
||||
" #profiling: '%kernel.debug%'",
|
||||
" # enable the ODM layer",
|
||||
" odm:",
|
||||
" auto_mapping: true",
|
||||
" auto_generate_proxy_classes: true",
|
||||
" mappings:",
|
||||
" # offer default resolution of \"App\\Document\\\". For more details, see: https://symfony.com/doc/current/cmf/bundles/phpcr_odm/introduction.html#doctrine-phpcr-odm-configuration",
|
||||
" App:",
|
||||
" mapping: true",
|
||||
" type: annotation",
|
||||
" dir: '%kernel.root_dir%/Document'",
|
||||
" alias: App",
|
||||
" prefix: App\\Document\\",
|
||||
" is_bundle: false",
|
||||
" # add your locale configuration here as described in: https://symfony.com/doc/current/cmf/bundles/phpcr_odm/multilang.html#translation-configuration",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
@@ -68,35 +95,8 @@
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/doctrine_phpcr_dbal.yaml": {
|
||||
"src/Document/.gitignore": {
|
||||
"contents": [
|
||||
"doctrine_phpcr:",
|
||||
" # configure the PHPCR session",
|
||||
" session:",
|
||||
" backend:",
|
||||
" type: doctrinedbal",
|
||||
" connection: default",
|
||||
" parameters:",
|
||||
" jackalope.check_login_on_server: false",
|
||||
" workspace: '%env(PHPCR_WORKSPACE)%'",
|
||||
" username: '%env(PHPCR_USER)%'",
|
||||
" password: '%env(PHPCR_PASSWORD)%'",
|
||||
" #logging: '%kernel.debug%'",
|
||||
" #profiling: '%kernel.debug%'",
|
||||
" # enable the ODM layer",
|
||||
" odm:",
|
||||
" auto_mapping: true",
|
||||
" auto_generate_proxy_classes: true",
|
||||
" mappings:",
|
||||
" # offer default resolution of \"App\\Document\\\". For more details, see: https://symfony.com/doc/current/cmf/bundles/phpcr_odm/introduction.html#doctrine-phpcr-odm-configuration",
|
||||
" App:",
|
||||
" mapping: true",
|
||||
" type: annotation",
|
||||
" dir: '%kernel.root_dir%/Document'",
|
||||
" alias: App",
|
||||
" prefix: App\\Document\\",
|
||||
" is_bundle: false",
|
||||
" # add your locale configuration here as described in: https://symfony.com/doc/current/cmf/bundles/phpcr_odm/multilang.html#translation-configuration",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
|
||||
+34
-34
@@ -40,30 +40,12 @@
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"tsconfig.json": {
|
||||
"contents": [
|
||||
"{",
|
||||
" \"compilerOptions\": {",
|
||||
" \"lib\": [ \"es2015\", \"dom\" ],",
|
||||
" \"module\": \"amd\",",
|
||||
" \"target\": \"es5\",",
|
||||
" \"allowJs\": true,",
|
||||
" \"noImplicitAny\": true,",
|
||||
" \"suppressImplicitAnyIndexErrors\": true,",
|
||||
" \"moduleResolution\": \"node\",",
|
||||
" \"sourceMap\": true,",
|
||||
" \"experimentalDecorators\": true",
|
||||
" },",
|
||||
" \"include\": [",
|
||||
" \"./assets/**/*\"",
|
||||
" ]",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"public/build/.gitignore": {
|
||||
"assets/services/enhavo/enhavo_app.yaml": {
|
||||
"contents": [
|
||||
"imports:",
|
||||
" -",
|
||||
" path: '@enhavo/app/services/*'",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
@@ -75,24 +57,14 @@
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"assets/theme/styles/base.scss": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"assets/theme/images/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"assets/services/enhavo/enhavo_app.yaml": {
|
||||
"assets/theme/styles/base.scss": {
|
||||
"contents": [
|
||||
"imports:",
|
||||
" -",
|
||||
" path: '@enhavo/app/services/*'",
|
||||
"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
@@ -118,6 +90,34 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"public/build/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"tsconfig.json": {
|
||||
"contents": [
|
||||
"{",
|
||||
" \"compilerOptions\": {",
|
||||
" \"lib\": [ \"es2015\", \"dom\" ],",
|
||||
" \"module\": \"amd\",",
|
||||
" \"target\": \"es5\",",
|
||||
" \"allowJs\": true,",
|
||||
" \"noImplicitAny\": true,",
|
||||
" \"suppressImplicitAnyIndexErrors\": true,",
|
||||
" \"moduleResolution\": \"node\",",
|
||||
" \"sourceMap\": true,",
|
||||
" \"experimentalDecorators\": true",
|
||||
" },",
|
||||
" \"include\": [",
|
||||
" \"./assets/**/*\"",
|
||||
" ]",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "293c9bf6865e324e7af3a204b8b7ffedbd3dee74"
|
||||
|
||||
@@ -20,6 +20,59 @@
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/enigma972_user.yaml": {
|
||||
"contents": [
|
||||
"enigma972_user:",
|
||||
" # if this value equal true, the User should confirm theire mail",
|
||||
" check_mail: false",
|
||||
" # The validity duration in secondes, 4 houres by default (14,400 sec)",
|
||||
" reset_password_code_validity: 14400",
|
||||
" # where to redirect after login",
|
||||
" target: home",
|
||||
" # the no reply email for this app",
|
||||
" no_reply_mail: no-reply@mail.com",
|
||||
" not_send_welcome_mail: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/enigma972_user.yaml": {
|
||||
"contents": [
|
||||
"enigma972_user:",
|
||||
" resource: '@Enigma972UserBundle/Controller/'",
|
||||
" type: annotation",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/User.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use App\\Repository\\UserRepository;",
|
||||
"use Doctrine\\Common\\Collections\\ArrayCollection;",
|
||||
"use Doctrine\\Common\\Collections\\Collection;",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntity;",
|
||||
"use Enigma972\\UserBundle\\Entity\\User as BaseUser;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity(repositoryClass=UserRepository::class)",
|
||||
" * @UniqueEntity(fields={\"username\"}, message=\"There is already an account with this username\")",
|
||||
" */",
|
||||
"class User extends BaseUser",
|
||||
"{",
|
||||
" public function __construct()",
|
||||
" {",
|
||||
" \tparent::__construct();",
|
||||
" }",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Repository/UserRepository.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
@@ -70,59 +123,6 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/User.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use App\\Repository\\UserRepository;",
|
||||
"use Doctrine\\Common\\Collections\\ArrayCollection;",
|
||||
"use Doctrine\\Common\\Collections\\Collection;",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntity;",
|
||||
"use Enigma972\\UserBundle\\Entity\\User as BaseUser;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity(repositoryClass=UserRepository::class)",
|
||||
" * @UniqueEntity(fields={\"username\"}, message=\"There is already an account with this username\")",
|
||||
" */",
|
||||
"class User extends BaseUser",
|
||||
"{",
|
||||
" public function __construct()",
|
||||
" {",
|
||||
" \tparent::__construct();",
|
||||
" }",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/enigma972_user.yaml": {
|
||||
"contents": [
|
||||
"enigma972_user:",
|
||||
" # if this value equal true, the User should confirm theire mail",
|
||||
" check_mail: false",
|
||||
" # The validity duration in secondes, 4 houres by default (14,400 sec)",
|
||||
" reset_password_code_validity: 14400",
|
||||
" # where to redirect after login",
|
||||
" target: home",
|
||||
" # the no reply email for this app",
|
||||
" no_reply_mail: no-reply@mail.com",
|
||||
" not_send_welcome_mail: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/enigma972_user.yaml": {
|
||||
"contents": [
|
||||
"enigma972_user:",
|
||||
" resource: '@Enigma972UserBundle/Controller/'",
|
||||
" type: annotation",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "498f1288950a5304338e73ce282df934828c8cf4"
|
||||
|
||||
@@ -16,6 +16,14 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/dev/ewz_recaptcha.yaml": {
|
||||
"contents": [
|
||||
"ewz_recaptcha:",
|
||||
" enabled: false",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/ewz_recaptcha.yaml": {
|
||||
"contents": [
|
||||
"# See https://github.com/excelwebzone/EWZRecaptchaBundle for full configuration",
|
||||
@@ -25,14 +33,6 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/dev/ewz_recaptcha.yaml": {
|
||||
"contents": [
|
||||
"ewz_recaptcha:",
|
||||
" enabled: false",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "fd4da7bc71749db65bc83abf5d164bfa9c839cf4"
|
||||
|
||||
@@ -35,6 +35,37 @@
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/services_test.yaml": {
|
||||
"contents": [
|
||||
"services:",
|
||||
" _defaults:",
|
||||
" autowire: true",
|
||||
" autoconfigure: true",
|
||||
"",
|
||||
" App\\Tests\\Behat\\:",
|
||||
" resource: '../tests/Behat/*'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"features/demo.feature": {
|
||||
"contents": [
|
||||
"# This file contains a user story for demonstration only.",
|
||||
"# Learn how to get started with Behat and BDD on Behat's website:",
|
||||
"# http://behat.org/en/latest/quick_start.html",
|
||||
"",
|
||||
"Feature:",
|
||||
" In order to prove that the Behat Symfony extension is correctly installed",
|
||||
" As a user",
|
||||
" I want to have a demo scenario",
|
||||
"",
|
||||
" Scenario: It receives a response from Symfony's kernel",
|
||||
" When a demo scenario sends a request to \"/\"",
|
||||
" Then the response should be received",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"tests/Behat/DemoContext.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
@@ -88,37 +119,6 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"features/demo.feature": {
|
||||
"contents": [
|
||||
"# This file contains a user story for demonstration only.",
|
||||
"# Learn how to get started with Behat and BDD on Behat's website:",
|
||||
"# http://behat.org/en/latest/quick_start.html",
|
||||
"",
|
||||
"Feature:",
|
||||
" In order to prove that the Behat Symfony extension is correctly installed",
|
||||
" As a user",
|
||||
" I want to have a demo scenario",
|
||||
"",
|
||||
" Scenario: It receives a response from Symfony's kernel",
|
||||
" When a demo scenario sends a request to \"/\"",
|
||||
" Then the response should be received",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/services_test.yaml": {
|
||||
"contents": [
|
||||
"services:",
|
||||
" _defaults:",
|
||||
" autowire: true",
|
||||
" autoconfigure: true",
|
||||
"",
|
||||
" App\\Tests\\Behat\\:",
|
||||
" resource: '../tests/Behat/*'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "1e012e04f573524ca83795cd19df9ea690adb604"
|
||||
|
||||
@@ -13,6 +13,31 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/fos_oauth_server.yaml": {
|
||||
"contents": [
|
||||
"# Read the documentation: https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/blob/master/Resources/doc/index.md#step-5-configure-fosoauthserverbundle",
|
||||
"fos_oauth_server:",
|
||||
" db_driver: orm",
|
||||
"",
|
||||
" client_class: App\\Entity\\Client",
|
||||
" access_token_class: App\\Entity\\AccessToken",
|
||||
" refresh_token_class: App\\Entity\\RefreshToken",
|
||||
" auth_code_class: App\\Entity\\AuthCode",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/fos_oauth_server.yaml": {
|
||||
"contents": [
|
||||
"fos_oauth_server_token:",
|
||||
" resource: \"@FOSOAuthServerBundle/Resources/config/routing/token.xml\"",
|
||||
"",
|
||||
"fos_oauth_server_authorize:",
|
||||
" resource: \"@FOSOAuthServerBundle/Resources/config/routing/authorize.xml\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/AccessToken.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
@@ -148,31 +173,6 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/fos_oauth_server.yaml": {
|
||||
"contents": [
|
||||
"# Read the documentation: https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/blob/master/Resources/doc/index.md#step-5-configure-fosoauthserverbundle",
|
||||
"fos_oauth_server:",
|
||||
" db_driver: orm",
|
||||
"",
|
||||
" client_class: App\\Entity\\Client",
|
||||
" access_token_class: App\\Entity\\AccessToken",
|
||||
" refresh_token_class: App\\Entity\\RefreshToken",
|
||||
" auth_code_class: App\\Entity\\AuthCode",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/fos_oauth_server.yaml": {
|
||||
"contents": [
|
||||
"fos_oauth_server_token:",
|
||||
" resource: \"@FOSOAuthServerBundle/Resources/config/routing/token.xml\"",
|
||||
"",
|
||||
"fos_oauth_server_authorize:",
|
||||
" resource: \"@FOSOAuthServerBundle/Resources/config/routing/authorize.xml\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "7300db1277b1ba025cdc2791171d9bf3e7adcc42"
|
||||
|
||||
@@ -13,12 +13,6 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"src/DataMigrations/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/data_migrations.yaml": {
|
||||
"contents": [
|
||||
"data_migrations:",
|
||||
@@ -30,6 +24,12 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/DataMigrations/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "73860d9aaddd69159331184ef0bc99ccd55fa0cb"
|
||||
|
||||
@@ -18,12 +18,6 @@
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"fixtures/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/dev/hautelook_alice.yaml": {
|
||||
"contents": [
|
||||
"hautelook_alice:",
|
||||
@@ -39,6 +33,12 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"fixtures/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "d515775bf9a8ae4171adacbb116760c02f30c858"
|
||||
|
||||
+1
-1
@@ -1556,6 +1556,6 @@
|
||||
"_links": {
|
||||
"repository": "github.com/symfony/recipes-contrib",
|
||||
"origin_template": "{package}:{version}@github.com/symfony/recipes-contrib:master",
|
||||
"recipe_template": "https://api.github.com/repos/symfony/recipes-contrib/contents/{package_dotted}.{version}.json?ref=flex/main"
|
||||
"recipe_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/main/{package_dotted}.{version}.json"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -37,6 +37,20 @@
|
||||
],
|
||||
"executable": true
|
||||
},
|
||||
"config/jane/config.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"return [",
|
||||
" 'json-schema-file' => __DIR__ . '/json-schema.json',",
|
||||
" 'root-class' => 'MyModel',",
|
||||
" 'namespace' => 'MyApp\\Library\\Generated',",
|
||||
" 'directory' => __DIR__ . '/../../generated',",
|
||||
"];",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/jane.yaml": {
|
||||
"contents": [
|
||||
"services:",
|
||||
@@ -67,20 +81,6 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/jane/config.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"return [",
|
||||
" 'json-schema-file' => __DIR__ . '/json-schema.json',",
|
||||
" 'root-class' => 'MyModel',",
|
||||
" 'namespace' => 'MyApp\\Library\\Generated',",
|
||||
" 'directory' => __DIR__ . '/../../generated',",
|
||||
"];",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "3767579880e8b47f87deb6256339291e25a90378"
|
||||
|
||||
@@ -42,18 +42,6 @@
|
||||
],
|
||||
"executable": true
|
||||
},
|
||||
"config/packages/jane.yaml": {
|
||||
"contents": [
|
||||
"services:",
|
||||
" _defaults:",
|
||||
" autowire: true",
|
||||
" autoconfigure: true",
|
||||
"",
|
||||
"# MyApp\\Library\\Generated\\Normalizer\\JaneObjectNormalizer: null",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/jane/json_schema.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
@@ -67,6 +55,18 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/jane.yaml": {
|
||||
"contents": [
|
||||
"services:",
|
||||
" _defaults:",
|
||||
" autowire: true",
|
||||
" autoconfigure: true",
|
||||
"",
|
||||
"# MyApp\\Library\\Generated\\Normalizer\\JaneObjectNormalizer: null",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "5383305f5cc44c1f8f8d11ceeb157b761e437b4c"
|
||||
|
||||
@@ -43,18 +43,6 @@
|
||||
],
|
||||
"executable": true
|
||||
},
|
||||
"config/packages/jane.yaml": {
|
||||
"contents": [
|
||||
"services:",
|
||||
" _defaults:",
|
||||
" autowire: true",
|
||||
" autoconfigure: true",
|
||||
"",
|
||||
"# MyApp\\Library\\Generated\\Normalizer\\JaneObjectNormalizer: null",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/jane/open_api.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
@@ -67,6 +55,18 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/jane.yaml": {
|
||||
"contents": [
|
||||
"services:",
|
||||
" _defaults:",
|
||||
" autowire: true",
|
||||
" autoconfigure: true",
|
||||
"",
|
||||
"# MyApp\\Library\\Generated\\Normalizer\\JaneObjectNormalizer: null",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "1628ebe907a0d28e3caa22199c6e711d14c8e680"
|
||||
|
||||
@@ -12,6 +12,19 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/dev/jms_serializer.yaml": {
|
||||
"contents": [
|
||||
"jms_serializer:",
|
||||
" visitors:",
|
||||
" json:",
|
||||
" options:",
|
||||
" - JSON_PRETTY_PRINT",
|
||||
" - JSON_UNESCAPED_SLASHES",
|
||||
" - JSON_PRESERVE_ZERO_FRACTION",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/jms_serializer.yaml": {
|
||||
"contents": [
|
||||
"jms_serializer:",
|
||||
@@ -42,19 +55,6 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/dev/jms_serializer.yaml": {
|
||||
"contents": [
|
||||
"jms_serializer:",
|
||||
" visitors:",
|
||||
" json:",
|
||||
" options:",
|
||||
" - JSON_PRETTY_PRINT",
|
||||
" - JSON_UNESCAPED_SLASHES",
|
||||
" - JSON_PRESERVE_ZERO_FRACTION",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "fe60ce509ef04a3f40da96e3979bc8d9b13b2372"
|
||||
|
||||
@@ -12,6 +12,19 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/dev/jms_serializer.yaml": {
|
||||
"contents": [
|
||||
"jms_serializer:",
|
||||
" visitors:",
|
||||
" json_serialization:",
|
||||
" options:",
|
||||
" - JSON_PRETTY_PRINT",
|
||||
" - JSON_UNESCAPED_SLASHES",
|
||||
" - JSON_PRESERVE_ZERO_FRACTION",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/jms_serializer.yaml": {
|
||||
"contents": [
|
||||
"jms_serializer:",
|
||||
@@ -42,19 +55,6 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/dev/jms_serializer.yaml": {
|
||||
"contents": [
|
||||
"jms_serializer:",
|
||||
" visitors:",
|
||||
" json_serialization:",
|
||||
" options:",
|
||||
" - JSON_PRETTY_PRINT",
|
||||
" - JSON_UNESCAPED_SLASHES",
|
||||
" - JSON_PRESERVE_ZERO_FRACTION",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "384cec52df45f3bfd46a09930d6960a58872b268"
|
||||
|
||||
@@ -16,12 +16,6 @@
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"public/uploads/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/kunstmaan_media.yaml": {
|
||||
"contents": [
|
||||
"KunstmaanMediaBundle:",
|
||||
@@ -33,6 +27,12 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"public/uploads/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "ee895d7c1b22fcd623e0ce020295838c27bfa5b4"
|
||||
|
||||
@@ -12,6 +12,12 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/admin/resources/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/lag_admin.yaml": {
|
||||
"contents": [
|
||||
"lag_admin:",
|
||||
@@ -20,12 +26,6 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/admin/resources/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "d1967ac7b058210ed958b5a7cca70a89ce7749af"
|
||||
|
||||
@@ -19,12 +19,6 @@
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"var/storage/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/flysystem.yaml": {
|
||||
"contents": [
|
||||
"# Read the documentation at https://github.com/thephpleague/flysystem-bundle/blob/master/docs/1-getting-started.md",
|
||||
@@ -37,6 +31,12 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"var/storage/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "913dc3d7a5a1af0d2b044c5ac3a16e2f851d7380"
|
||||
|
||||
@@ -13,10 +13,10 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"public/webtemp/.gitignore": {
|
||||
"config/packages/dev/web_loader.yaml": {
|
||||
"contents": [
|
||||
"*",
|
||||
"!.gitignore",
|
||||
"web_loader:",
|
||||
" disableCache: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
@@ -31,10 +31,10 @@
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/dev/web_loader.yaml": {
|
||||
"public/webtemp/.gitignore": {
|
||||
"contents": [
|
||||
"web_loader:",
|
||||
" disableCache: true",
|
||||
"*",
|
||||
"!.gitignore",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
|
||||
@@ -17,6 +17,27 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/mailxpert_apibundle.yaml": {
|
||||
"contents": [
|
||||
"mailxpert_api:",
|
||||
" access_token_class: App\\Entity\\AccessToken",
|
||||
" oauth:",
|
||||
" client_id: '%env(MAILXPERT_CLIENT_ID)%'",
|
||||
" client_secret: '%env(MAILXPERT_CLIENT_SECRET)%'",
|
||||
" redirect_url: 'http://example.com/mx/oauth/code'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/mailxpert_apibundle.yaml": {
|
||||
"contents": [
|
||||
"mx_api:",
|
||||
" resource: '@MailxpertAPIBundle/Resources/config/routing.xml'",
|
||||
" type: xml",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/AccessToken.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
@@ -42,27 +63,6 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/mailxpert_apibundle.yaml": {
|
||||
"contents": [
|
||||
"mailxpert_api:",
|
||||
" access_token_class: App\\Entity\\AccessToken",
|
||||
" oauth:",
|
||||
" client_id: '%env(MAILXPERT_CLIENT_ID)%'",
|
||||
" client_secret: '%env(MAILXPERT_CLIENT_SECRET)%'",
|
||||
" redirect_url: 'http://example.com/mx/oauth/code'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/mailxpert_apibundle.yaml": {
|
||||
"contents": [
|
||||
"mx_api:",
|
||||
" resource: '@MailxpertAPIBundle/Resources/config/routing.xml'",
|
||||
" type: xml",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "c5ebe490e51efb3c4397ab64207845a36cf209b0"
|
||||
|
||||
@@ -16,13 +16,6 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"src/Entity/.gitignore": {
|
||||
"contents": [
|
||||
"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/mapado_rest_client_sdk.yaml": {
|
||||
"contents": [
|
||||
"mapado_rest_client_sdk:",
|
||||
@@ -34,6 +27,13 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/.gitignore": {
|
||||
"contents": [
|
||||
"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "78a3b4f36cb126099ac4bcd08b5276313d4c3ed1"
|
||||
|
||||
+215
-215
@@ -20,54 +20,215 @@
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"src/Repository/TicketPriorityRepository.php": {
|
||||
"config/routes/ticketing.yaml": {
|
||||
"contents": [
|
||||
"ticketing:",
|
||||
" resource: '@TicketingBundle/Resources/config/routing/routes.yaml'",
|
||||
" prefix: /ticket",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/Ticket.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use Maps_red\\TicketingBundle\\Entity\\Ticket as BaseTicket;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity(repositoryClass=\"App\\Repository\\TicketRepository\")",
|
||||
" */",
|
||||
"class Ticket extends BaseTicket",
|
||||
"{",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/TicketCategory.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use Maps_red\\TicketingBundle\\Entity\\TicketCategory as BaseTicketCategory;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity(repositoryClass=\"App\\Repository\\TicketCategoryRepository\")",
|
||||
" */",
|
||||
"class TicketCategory extends BaseTicketCategory",
|
||||
"{",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/TicketComment.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use Maps_red\\TicketingBundle\\Entity\\TicketComment as BaseTicketComment;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity(repositoryClass=\"App\\Repository\\TicketCommentRepository\")",
|
||||
" */",
|
||||
"class TicketComment extends BaseTicketComment",
|
||||
"{",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/TicketHistory.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use Maps_red\\TicketingBundle\\Entity\\TicketHistory as BaseTicketHistory;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity(repositoryClass=\"App\\Repository\\TicketHistoryRepository\")",
|
||||
" */",
|
||||
"class TicketHistory extends BaseTicketHistory",
|
||||
"{",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/TicketKeyword.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use Maps_red\\TicketingBundle\\Entity\\TicketKeyword as BaseTicketKeyword;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity(repositoryClass=\"App\\Repository\\TicketKeywordRepository\")",
|
||||
" */",
|
||||
"class TicketKeyword extends BaseTicketKeyword",
|
||||
"{",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/TicketPriority.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use Maps_red\\TicketingBundle\\Entity\\TicketPriority as BaseTicketPriority;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity(repositoryClass=\"App\\Repository\\TicketPriorityRepository\")",
|
||||
" */",
|
||||
"class TicketPriority extends BaseTicketPriority",
|
||||
"{",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/TicketStatus.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use Maps_red\\TicketingBundle\\Entity\\TicketStatus as BaseTicketStatus;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity(repositoryClass=\"App\\Repository\\TicketStatusRepository\")",
|
||||
" */",
|
||||
"class TicketStatus extends BaseTicketStatus",
|
||||
"{",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/TicketStatusHistory.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use Maps_red\\TicketingBundle\\Entity\\TicketStatusHistory as BaseTicketStatusHistory;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity(repositoryClass=\"App\\Repository\\TicketStatusHistoryRepository\")",
|
||||
" */",
|
||||
"class TicketStatusHistory extends BaseTicketStatusHistory",
|
||||
"{",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Repository/TicketCategoryRepository.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"namespace App\\Repository;",
|
||||
"",
|
||||
"use App\\Entity\\TicketPriority;",
|
||||
"use App\\Entity\\TicketCategory;",
|
||||
"use Symfony\\Bridge\\Doctrine\\RegistryInterface;",
|
||||
"use Maps_red\\TicketingBundle\\Repository\\TicketPriorityRepository as BaseTicketPriorityRepository;",
|
||||
"use Maps_red\\TicketingBundle\\Repository\\TicketCategoryRepository as BaseTicketCategoryRepository;",
|
||||
"",
|
||||
"/**",
|
||||
" * @method TicketPriority|null find($id, $lockMode = null, $lockVersion = null)",
|
||||
" * @method TicketPriority|null findOneBy(array $criteria, array $orderBy = null)",
|
||||
" * @method TicketPriority[] findAll()",
|
||||
" * @method TicketPriority[] findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null)",
|
||||
" * @method TicketCategory|null find($id, $lockMode = null, $lockVersion = null)",
|
||||
" * @method TicketCategory|null findOneBy(array $criteria, array $orderBy = null)",
|
||||
" * @method TicketCategory[] findAll()",
|
||||
" * @method TicketCategory[] findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null)",
|
||||
" */",
|
||||
"class TicketPriorityRepository extends BaseTicketPriorityRepository",
|
||||
"class TicketCategoryRepository extends BaseTicketCategoryRepository",
|
||||
"{",
|
||||
" public function __construct(RegistryInterface $registry)",
|
||||
" {",
|
||||
" parent::__construct($registry, TicketPriority::class);",
|
||||
" parent::__construct($registry, TicketCategory::class);",
|
||||
" }",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Repository/TicketKeywordRepository.php": {
|
||||
"src/Repository/TicketCommentRepository.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"namespace App\\Repository;",
|
||||
"",
|
||||
"use App\\Entity\\TicketKeyword;",
|
||||
"use App\\Entity\\TicketComment;",
|
||||
"use Symfony\\Bridge\\Doctrine\\RegistryInterface;",
|
||||
"use Maps_red\\TicketingBundle\\Repository\\TicketKeywordRepository as BaseTicketKeywordRepository;",
|
||||
"use Maps_red\\TicketingBundle\\Repository\\TicketCommentRepository as BaseTicketCommentRepository;",
|
||||
"",
|
||||
"/**",
|
||||
" * @method TicketKeyword|null find($id, $lockMode = null, $lockVersion = null)",
|
||||
" * @method TicketKeyword|null findOneBy(array $criteria, array $orderBy = null)",
|
||||
" * @method TicketKeyword[] findAll()",
|
||||
" * @method TicketKeyword[] findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null)",
|
||||
" * @method TicketComment|null find($id, $lockMode = null, $lockVersion = null)",
|
||||
" * @method TicketComment|null findOneBy(array $criteria, array $orderBy = null)",
|
||||
" * @method TicketComment[] findAll()",
|
||||
" * @method TicketComment[] findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null)",
|
||||
" */",
|
||||
"class TicketKeywordRepository extends BaseTicketKeywordRepository",
|
||||
"class TicketCommentRepository extends BaseTicketCommentRepository",
|
||||
"{",
|
||||
" public function __construct(RegistryInterface $registry)",
|
||||
" {",
|
||||
" parent::__construct($registry, TicketKeyword::class);",
|
||||
" parent::__construct($registry, TicketComment::class);",
|
||||
" }",
|
||||
"}",
|
||||
""
|
||||
@@ -101,27 +262,54 @@
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Repository/TicketCommentRepository.php": {
|
||||
"src/Repository/TicketKeywordRepository.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"namespace App\\Repository;",
|
||||
"",
|
||||
"use App\\Entity\\TicketComment;",
|
||||
"use App\\Entity\\TicketKeyword;",
|
||||
"use Symfony\\Bridge\\Doctrine\\RegistryInterface;",
|
||||
"use Maps_red\\TicketingBundle\\Repository\\TicketCommentRepository as BaseTicketCommentRepository;",
|
||||
"use Maps_red\\TicketingBundle\\Repository\\TicketKeywordRepository as BaseTicketKeywordRepository;",
|
||||
"",
|
||||
"/**",
|
||||
" * @method TicketComment|null find($id, $lockMode = null, $lockVersion = null)",
|
||||
" * @method TicketComment|null findOneBy(array $criteria, array $orderBy = null)",
|
||||
" * @method TicketComment[] findAll()",
|
||||
" * @method TicketComment[] findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null)",
|
||||
" * @method TicketKeyword|null find($id, $lockMode = null, $lockVersion = null)",
|
||||
" * @method TicketKeyword|null findOneBy(array $criteria, array $orderBy = null)",
|
||||
" * @method TicketKeyword[] findAll()",
|
||||
" * @method TicketKeyword[] findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null)",
|
||||
" */",
|
||||
"class TicketCommentRepository extends BaseTicketCommentRepository",
|
||||
"class TicketKeywordRepository extends BaseTicketKeywordRepository",
|
||||
"{",
|
||||
" public function __construct(RegistryInterface $registry)",
|
||||
" {",
|
||||
" parent::__construct($registry, TicketComment::class);",
|
||||
" parent::__construct($registry, TicketKeyword::class);",
|
||||
" }",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Repository/TicketPriorityRepository.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"namespace App\\Repository;",
|
||||
"",
|
||||
"use App\\Entity\\TicketPriority;",
|
||||
"use Symfony\\Bridge\\Doctrine\\RegistryInterface;",
|
||||
"use Maps_red\\TicketingBundle\\Repository\\TicketPriorityRepository as BaseTicketPriorityRepository;",
|
||||
"",
|
||||
"/**",
|
||||
" * @method TicketPriority|null find($id, $lockMode = null, $lockVersion = null)",
|
||||
" * @method TicketPriority|null findOneBy(array $criteria, array $orderBy = null)",
|
||||
" * @method TicketPriority[] findAll()",
|
||||
" * @method TicketPriority[] findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null)",
|
||||
" */",
|
||||
"class TicketPriorityRepository extends BaseTicketPriorityRepository",
|
||||
"{",
|
||||
" public function __construct(RegistryInterface $registry)",
|
||||
" {",
|
||||
" parent::__construct($registry, TicketPriority::class);",
|
||||
" }",
|
||||
"}",
|
||||
""
|
||||
@@ -208,194 +396,6 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Repository/TicketCategoryRepository.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"namespace App\\Repository;",
|
||||
"",
|
||||
"use App\\Entity\\TicketCategory;",
|
||||
"use Symfony\\Bridge\\Doctrine\\RegistryInterface;",
|
||||
"use Maps_red\\TicketingBundle\\Repository\\TicketCategoryRepository as BaseTicketCategoryRepository;",
|
||||
"",
|
||||
"/**",
|
||||
" * @method TicketCategory|null find($id, $lockMode = null, $lockVersion = null)",
|
||||
" * @method TicketCategory|null findOneBy(array $criteria, array $orderBy = null)",
|
||||
" * @method TicketCategory[] findAll()",
|
||||
" * @method TicketCategory[] findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null)",
|
||||
" */",
|
||||
"class TicketCategoryRepository extends BaseTicketCategoryRepository",
|
||||
"{",
|
||||
" public function __construct(RegistryInterface $registry)",
|
||||
" {",
|
||||
" parent::__construct($registry, TicketCategory::class);",
|
||||
" }",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/TicketKeyword.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use Maps_red\\TicketingBundle\\Entity\\TicketKeyword as BaseTicketKeyword;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity(repositoryClass=\"App\\Repository\\TicketKeywordRepository\")",
|
||||
" */",
|
||||
"class TicketKeyword extends BaseTicketKeyword",
|
||||
"{",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/TicketPriority.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use Maps_red\\TicketingBundle\\Entity\\TicketPriority as BaseTicketPriority;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity(repositoryClass=\"App\\Repository\\TicketPriorityRepository\")",
|
||||
" */",
|
||||
"class TicketPriority extends BaseTicketPriority",
|
||||
"{",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/TicketHistory.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use Maps_red\\TicketingBundle\\Entity\\TicketHistory as BaseTicketHistory;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity(repositoryClass=\"App\\Repository\\TicketHistoryRepository\")",
|
||||
" */",
|
||||
"class TicketHistory extends BaseTicketHistory",
|
||||
"{",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/TicketStatusHistory.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use Maps_red\\TicketingBundle\\Entity\\TicketStatusHistory as BaseTicketStatusHistory;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity(repositoryClass=\"App\\Repository\\TicketStatusHistoryRepository\")",
|
||||
" */",
|
||||
"class TicketStatusHistory extends BaseTicketStatusHistory",
|
||||
"{",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/Ticket.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use Maps_red\\TicketingBundle\\Entity\\Ticket as BaseTicket;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity(repositoryClass=\"App\\Repository\\TicketRepository\")",
|
||||
" */",
|
||||
"class Ticket extends BaseTicket",
|
||||
"{",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/TicketCategory.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use Maps_red\\TicketingBundle\\Entity\\TicketCategory as BaseTicketCategory;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity(repositoryClass=\"App\\Repository\\TicketCategoryRepository\")",
|
||||
" */",
|
||||
"class TicketCategory extends BaseTicketCategory",
|
||||
"{",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/TicketComment.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use Maps_red\\TicketingBundle\\Entity\\TicketComment as BaseTicketComment;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity(repositoryClass=\"App\\Repository\\TicketCommentRepository\")",
|
||||
" */",
|
||||
"class TicketComment extends BaseTicketComment",
|
||||
"{",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/TicketStatus.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use Maps_red\\TicketingBundle\\Entity\\TicketStatus as BaseTicketStatus;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity(repositoryClass=\"App\\Repository\\TicketStatusRepository\")",
|
||||
" */",
|
||||
"class TicketStatus extends BaseTicketStatus",
|
||||
"{",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/ticketing.yaml": {
|
||||
"contents": [
|
||||
"ticketing:",
|
||||
" resource: '@TicketingBundle/Resources/config/routing/routes.yaml'",
|
||||
" prefix: /ticket",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "e86ae0a8d7d8dd882bedde18183e497bf32ac717"
|
||||
|
||||
@@ -21,26 +21,6 @@
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"src/Entity/Media.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use MediaMonks\\SonataMediaBundle\\Entity\\Media as BaseMedia;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity(repositoryClass=\"MediaMonks\\SonataMediaBundle\\Repository\\MediaRepository\")",
|
||||
" * @ORM\\Table",
|
||||
" */",
|
||||
"class Media extends BaseMedia",
|
||||
"{",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/mediamonks_sonata_media.yaml": {
|
||||
"contents": [
|
||||
"mediamonks_sonata_media:",
|
||||
@@ -62,6 +42,26 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/Media.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use MediaMonks\\SonataMediaBundle\\Entity\\Media as BaseMedia;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity(repositoryClass=\"MediaMonks\\SonataMediaBundle\\Repository\\MediaRepository\")",
|
||||
" * @ORM\\Table",
|
||||
" */",
|
||||
"class Media extends BaseMedia",
|
||||
"{",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "4b7d6c885c1ee9912186a9c65f3e439114135add"
|
||||
|
||||
@@ -13,17 +13,6 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"docs/index.md": {
|
||||
"contents": [
|
||||
"# Documentation",
|
||||
"",
|
||||
"Your documentation is now ready and you can start working on it.",
|
||||
"",
|
||||
"[Documentation of the bundle](https://github.com/mobizel/markdown-docs-bundle/blob/master/docs/index.md)",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/mobizel_markdown_docs.yaml": {
|
||||
"contents": [
|
||||
"mobizel_markdown_docs:",
|
||||
@@ -40,6 +29,17 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"docs/index.md": {
|
||||
"contents": [
|
||||
"# Documentation",
|
||||
"",
|
||||
"Your documentation is now ready and you can start working on it.",
|
||||
"",
|
||||
"[Documentation of the bundle](https://github.com/mobizel/markdown-docs-bundle/blob/master/docs/index.md)",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "49f06a1b3ba3a8e6e2a34d75fbb2572048b5d73a"
|
||||
|
||||
@@ -13,17 +13,6 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"docs/index.md": {
|
||||
"contents": [
|
||||
"# Documentation",
|
||||
"",
|
||||
"Your documentation is now ready and you can start working on it.",
|
||||
"",
|
||||
"[Documentation of the bundle](https://github.com/mobizel/markdown-docs-bundle/blob/master/docs/index.md)",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/mobizel_markdown_docs.yaml": {
|
||||
"contents": [
|
||||
"mobizel_markdown_docs:",
|
||||
@@ -48,6 +37,17 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"docs/index.md": {
|
||||
"contents": [
|
||||
"# Documentation",
|
||||
"",
|
||||
"Your documentation is now ready and you can start working on it.",
|
||||
"",
|
||||
"[Documentation of the bundle](https://github.com/mobizel/markdown-docs-bundle/blob/master/docs/index.md)",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "41fcd3258e073d749c6366d86d662eeb2e03b184"
|
||||
|
||||
+34
-34
@@ -13,36 +13,12 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"src/Entity/AttributeValue.php": {
|
||||
"config/packages/msgphp_eav.yaml": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use MsgPhp\\Eav\\AttributeValue as BaseAttributeValue;",
|
||||
"use MsgPhp\\Eav\\AttributeValueId;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity()",
|
||||
" */",
|
||||
"class AttributeValue extends BaseAttributeValue",
|
||||
"{",
|
||||
" /** @ORM\\Id() @ORM\\GeneratedValue() @ORM\\Column(type=\"msgphp_attribute_value_id\", length=191) */",
|
||||
" private $id;",
|
||||
"",
|
||||
" public function __construct(AttributeValueId $id, Attribute $attribute, $value)",
|
||||
" {",
|
||||
" parent::__construct($attribute, $value);",
|
||||
"",
|
||||
" $this->id = $id;",
|
||||
" }",
|
||||
"",
|
||||
" public function getId(): AttributeValueId",
|
||||
" {",
|
||||
" return $this->id;",
|
||||
" }",
|
||||
"}",
|
||||
"msgphp_eav:",
|
||||
" class_mapping:",
|
||||
" MsgPhp\\Eav\\Attribute: App\\Entity\\Attribute",
|
||||
" MsgPhp\\Eav\\AttributeValue: App\\Entity\\AttributeValue",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
@@ -79,12 +55,36 @@
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/msgphp_eav.yaml": {
|
||||
"src/Entity/AttributeValue.php": {
|
||||
"contents": [
|
||||
"msgphp_eav:",
|
||||
" class_mapping:",
|
||||
" MsgPhp\\Eav\\Attribute: App\\Entity\\Attribute",
|
||||
" MsgPhp\\Eav\\AttributeValue: App\\Entity\\AttributeValue",
|
||||
"<?php",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use MsgPhp\\Eav\\AttributeValue as BaseAttributeValue;",
|
||||
"use MsgPhp\\Eav\\AttributeValueId;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity()",
|
||||
" */",
|
||||
"class AttributeValue extends BaseAttributeValue",
|
||||
"{",
|
||||
" /** @ORM\\Id() @ORM\\GeneratedValue() @ORM\\Column(type=\"msgphp_attribute_value_id\", length=191) */",
|
||||
" private $id;",
|
||||
"",
|
||||
" public function __construct(AttributeValueId $id, Attribute $attribute, $value)",
|
||||
" {",
|
||||
" parent::__construct($attribute, $value);",
|
||||
"",
|
||||
" $this->id = $id;",
|
||||
" }",
|
||||
"",
|
||||
" public function getId(): AttributeValueId",
|
||||
" {",
|
||||
" return $this->id;",
|
||||
" }",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
|
||||
@@ -19,6 +19,15 @@
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/msgphp_user.yaml": {
|
||||
"contents": [
|
||||
"msgphp_user:",
|
||||
" class_mapping:",
|
||||
" MsgPhp\\User\\User: App\\Entity\\User",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/User.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
@@ -50,15 +59,6 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/msgphp_user.yaml": {
|
||||
"contents": [
|
||||
"msgphp_user:",
|
||||
" class_mapping:",
|
||||
" MsgPhp\\User\\User: App\\Entity\\User",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "ba0713a124b0716cce44f2989fd31a20945318ba"
|
||||
|
||||
+129
-129
File diff suppressed because one or more lines are too long
+129
-129
File diff suppressed because one or more lines are too long
@@ -16,6 +16,14 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/nedac_sylius_minimum_order_value_plugin.yaml": {
|
||||
"contents": [
|
||||
"imports:",
|
||||
" - { resource: \"@NedacSyliusMinimumOrderValuePlugin/Resources/config/config.yaml\" }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/Channel/Channel.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
@@ -41,14 +49,6 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/nedac_sylius_minimum_order_value_plugin.yaml": {
|
||||
"contents": [
|
||||
"imports:",
|
||||
" - { resource: \"@NedacSyliusMinimumOrderValuePlugin/Resources/config/config.yaml\" }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "51c9987f3bd93cdcc1d2c8d9bf38bfbde706a63c"
|
||||
|
||||
+184
-184
@@ -38,39 +38,169 @@
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"src/Entity/User.php": {
|
||||
"config/packages/dev/networking_init_cms.yaml": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"networking_init_cms:",
|
||||
" cache:",
|
||||
" activate: false",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/networking_init_cms.yaml": {
|
||||
"contents": [
|
||||
"imports:",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/doctrine.yaml\" }",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/fos_ck_editor.yaml\" }",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/fos_user.yaml\" }",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/mopa_bootstrap.yaml\" }",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/oneup_flysystem.yaml\" }",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/oneup_uploader.yaml\" }",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/sonata_admin.yaml\" }",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/sonata_block.yaml\" }",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/sonata_core.yaml\" }",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/sonata_doctrine_admin.yaml\" }",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/sonata_formatter.yaml\" }",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/sonata_media.yaml\" }",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/sonata_notification.yaml\" }",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/sonata_user.yaml\" }",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/stof_doctrine_extensions.yaml\" }",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/symfony_cmf_routing_extra.yaml\" }",
|
||||
"# Default security configuration",
|
||||
"# - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/security.yaml\" }",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"# Set up the serializer to read config file for App Page and User entities",
|
||||
"jms_serializer:",
|
||||
" metadata:",
|
||||
" directories:",
|
||||
" NetworkingSonataMediaBundle:",
|
||||
" namespace_prefix: \"Sonata\\\\MediaBundle\"",
|
||||
" path: \"@NetworkingInitCmsBundle/Resources/config/serializer\"",
|
||||
" app:",
|
||||
" namespace_prefix: \"App\"",
|
||||
" path: \"%kernel.project_dir%/config/serializer\"",
|
||||
"",
|
||||
"use Networking\\InitCmsBundle\\Entity\\BaseUser;",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"",
|
||||
"/**",
|
||||
" * User",
|
||||
" *",
|
||||
" * @ORM\\Table(name=\"fos_user_user\")",
|
||||
" * @ORM\\Entity()",
|
||||
" */",
|
||||
"class User extends BaseUser{",
|
||||
"networking_init_cms:",
|
||||
" #Base classes to be used for the page and user entities",
|
||||
" class:",
|
||||
" page: \"App\\\\Entity\\\\Page\"",
|
||||
" user: \"App\\\\Entity\\\\User\"",
|
||||
"",
|
||||
" /**",
|
||||
" * @var int",
|
||||
" *",
|
||||
" * @ORM\\Column(name=\"id\", type=\"integer\")",
|
||||
" * @ORM\\Id",
|
||||
" * @ORM\\GeneratedValue(strategy=\"AUTO\")",
|
||||
" */",
|
||||
" protected $id;",
|
||||
" # Bootstrap some template settings to get you started",
|
||||
" templates:",
|
||||
" 'app_single_column':",
|
||||
" template: \"@NetworkingInitCms/sandbox/page/one_column.html.twig\"",
|
||||
" name: \"Single Column\"",
|
||||
" icon: \"bundles/networkinginitcms/img/template_header_one_column.png\"",
|
||||
" zones:",
|
||||
" - { name: header, class: 'col-md-12' }",
|
||||
" - { name: main_content, class: 'col-md-12'}",
|
||||
" 'app_two_column':",
|
||||
" template: \"@NetworkingInitCms/sandbox/page/two_column.html.twig\"",
|
||||
" name: \"Two Column\"",
|
||||
" icon: \"bundles/networkinginitcms/img/template_header_two_column.png\"",
|
||||
" zones:",
|
||||
" - { name: header , class: 'col-md-12'}",
|
||||
" - { name: left , class: 'col-md-3'}",
|
||||
" - { name: right , class: 'col-md-9'}",
|
||||
" cache:",
|
||||
" activate: true #enable for product, false in dev config",
|
||||
"",
|
||||
" /**",
|
||||
" * @var \\Networking\\InitCmsBundle\\Model\\AdminSettings",
|
||||
" * @ORM\\Column(name=\"admin_settings\", type=\"object\", nullable=true)",
|
||||
" */",
|
||||
" protected $adminSettings;",
|
||||
"",
|
||||
"}",
|
||||
" # For more information regarding configuration of the CMS Bundle, please visit the following documentation",
|
||||
" # https://github.com/networking/init-cms-bundle/blob/master/doc/configuration.md",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/networking_init_cms.yaml": {
|
||||
"contents": [
|
||||
"networking_init_cms:",
|
||||
" resource: \"@NetworkingInitCmsBundle/Resources/config/routing/routing.yaml\"",
|
||||
" prefix: /",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"serializer/Entity.Page.yaml": {
|
||||
"contents": [
|
||||
"App\\Entity\\Page:",
|
||||
" properties:",
|
||||
" id:",
|
||||
" type: integer",
|
||||
" createdAt:",
|
||||
" type: DateTime",
|
||||
" updatedAt:",
|
||||
" type: DateTime",
|
||||
" pageName:",
|
||||
" type: string",
|
||||
" metaTitle:",
|
||||
" type: string",
|
||||
" url:",
|
||||
" type: string",
|
||||
" path:",
|
||||
" type: string",
|
||||
" level:",
|
||||
" type: integer",
|
||||
" metaKeyword:",
|
||||
" type: string",
|
||||
" metaDescription:",
|
||||
" type: string",
|
||||
" parent:",
|
||||
" accessor:",
|
||||
" getter: convertParentToInteger",
|
||||
" type: integer",
|
||||
" alias:",
|
||||
" accessor:",
|
||||
" getter: convertAliasToInteger",
|
||||
" type: integer",
|
||||
" parents:",
|
||||
" accessor:",
|
||||
" getter: convertParentsToArray",
|
||||
" type: array",
|
||||
" children:",
|
||||
" accessor:",
|
||||
" getter: convertChildrenToIntegerArray",
|
||||
" type: array",
|
||||
" allChildren:",
|
||||
" exclude: true",
|
||||
" layoutBlock:",
|
||||
" type: ArrayCollection<Networking\\InitCmsBundle\\Entity\\LayoutBlock>",
|
||||
" menuItem:",
|
||||
" exclude: true",
|
||||
" accessor:",
|
||||
" getter: prepareMenuItemsForSerialization",
|
||||
" type: ArrayCollection<Networking\\InitCmsBundle\\Entity\\MenuItem>",
|
||||
" isHome:",
|
||||
" type: boolean",
|
||||
" status:",
|
||||
" type: string",
|
||||
" visibility:",
|
||||
" type: string",
|
||||
" activeFrom:",
|
||||
" type: DateTime",
|
||||
" activeTo:",
|
||||
" type: DateTime",
|
||||
" locale:",
|
||||
" type: string",
|
||||
" translations:",
|
||||
" accessor:",
|
||||
" getter: convertTranslationsToIntegerArray",
|
||||
" type: array",
|
||||
" originals:",
|
||||
" accessor:",
|
||||
" getter: convertOriginalsToIntegerArray",
|
||||
" type: array",
|
||||
" snapshots:",
|
||||
" exclude: true",
|
||||
" snapshotClassType:",
|
||||
" type: string",
|
||||
" oldTitle:",
|
||||
" exclude: true",
|
||||
" tags:",
|
||||
" exclude: true",
|
||||
" contentRoute:",
|
||||
" exclude: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
@@ -203,169 +333,39 @@
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"serializer/Entity.Page.yaml": {
|
||||
"src/Entity/User.php": {
|
||||
"contents": [
|
||||
"App\\Entity\\Page:",
|
||||
" properties:",
|
||||
" id:",
|
||||
" type: integer",
|
||||
" createdAt:",
|
||||
" type: DateTime",
|
||||
" updatedAt:",
|
||||
" type: DateTime",
|
||||
" pageName:",
|
||||
" type: string",
|
||||
" metaTitle:",
|
||||
" type: string",
|
||||
" url:",
|
||||
" type: string",
|
||||
" path:",
|
||||
" type: string",
|
||||
" level:",
|
||||
" type: integer",
|
||||
" metaKeyword:",
|
||||
" type: string",
|
||||
" metaDescription:",
|
||||
" type: string",
|
||||
" parent:",
|
||||
" accessor:",
|
||||
" getter: convertParentToInteger",
|
||||
" type: integer",
|
||||
" alias:",
|
||||
" accessor:",
|
||||
" getter: convertAliasToInteger",
|
||||
" type: integer",
|
||||
" parents:",
|
||||
" accessor:",
|
||||
" getter: convertParentsToArray",
|
||||
" type: array",
|
||||
" children:",
|
||||
" accessor:",
|
||||
" getter: convertChildrenToIntegerArray",
|
||||
" type: array",
|
||||
" allChildren:",
|
||||
" exclude: true",
|
||||
" layoutBlock:",
|
||||
" type: ArrayCollection<Networking\\InitCmsBundle\\Entity\\LayoutBlock>",
|
||||
" menuItem:",
|
||||
" exclude: true",
|
||||
" accessor:",
|
||||
" getter: prepareMenuItemsForSerialization",
|
||||
" type: ArrayCollection<Networking\\InitCmsBundle\\Entity\\MenuItem>",
|
||||
" isHome:",
|
||||
" type: boolean",
|
||||
" status:",
|
||||
" type: string",
|
||||
" visibility:",
|
||||
" type: string",
|
||||
" activeFrom:",
|
||||
" type: DateTime",
|
||||
" activeTo:",
|
||||
" type: DateTime",
|
||||
" locale:",
|
||||
" type: string",
|
||||
" translations:",
|
||||
" accessor:",
|
||||
" getter: convertTranslationsToIntegerArray",
|
||||
" type: array",
|
||||
" originals:",
|
||||
" accessor:",
|
||||
" getter: convertOriginalsToIntegerArray",
|
||||
" type: array",
|
||||
" snapshots:",
|
||||
" exclude: true",
|
||||
" snapshotClassType:",
|
||||
" type: string",
|
||||
" oldTitle:",
|
||||
" exclude: true",
|
||||
" tags:",
|
||||
" exclude: true",
|
||||
" contentRoute:",
|
||||
" exclude: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/networking_init_cms.yaml": {
|
||||
"contents": [
|
||||
"imports:",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/doctrine.yaml\" }",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/fos_ck_editor.yaml\" }",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/fos_user.yaml\" }",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/mopa_bootstrap.yaml\" }",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/oneup_flysystem.yaml\" }",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/oneup_uploader.yaml\" }",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/sonata_admin.yaml\" }",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/sonata_block.yaml\" }",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/sonata_core.yaml\" }",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/sonata_doctrine_admin.yaml\" }",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/sonata_formatter.yaml\" }",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/sonata_media.yaml\" }",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/sonata_notification.yaml\" }",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/sonata_user.yaml\" }",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/stof_doctrine_extensions.yaml\" }",
|
||||
" - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/symfony_cmf_routing_extra.yaml\" }",
|
||||
"# Default security configuration",
|
||||
"# - { resource: \"@NetworkingInitCmsBundle/Resources/config/cms/security.yaml\" }",
|
||||
"<?php",
|
||||
"",
|
||||
"# Set up the serializer to read config file for App Page and User entities",
|
||||
"jms_serializer:",
|
||||
" metadata:",
|
||||
" directories:",
|
||||
" NetworkingSonataMediaBundle:",
|
||||
" namespace_prefix: \"Sonata\\\\MediaBundle\"",
|
||||
" path: \"@NetworkingInitCmsBundle/Resources/config/serializer\"",
|
||||
" app:",
|
||||
" namespace_prefix: \"App\"",
|
||||
" path: \"%kernel.project_dir%/config/serializer\"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Networking\\InitCmsBundle\\Entity\\BaseUser;",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"",
|
||||
"networking_init_cms:",
|
||||
" #Base classes to be used for the page and user entities",
|
||||
" class:",
|
||||
" page: \"App\\\\Entity\\\\Page\"",
|
||||
" user: \"App\\\\Entity\\\\User\"",
|
||||
"/**",
|
||||
" * User",
|
||||
" *",
|
||||
" * @ORM\\Table(name=\"fos_user_user\")",
|
||||
" * @ORM\\Entity()",
|
||||
" */",
|
||||
"class User extends BaseUser{",
|
||||
"",
|
||||
" # Bootstrap some template settings to get you started",
|
||||
" templates:",
|
||||
" 'app_single_column':",
|
||||
" template: \"@NetworkingInitCms/sandbox/page/one_column.html.twig\"",
|
||||
" name: \"Single Column\"",
|
||||
" icon: \"bundles/networkinginitcms/img/template_header_one_column.png\"",
|
||||
" zones:",
|
||||
" - { name: header, class: 'col-md-12' }",
|
||||
" - { name: main_content, class: 'col-md-12'}",
|
||||
" 'app_two_column':",
|
||||
" template: \"@NetworkingInitCms/sandbox/page/two_column.html.twig\"",
|
||||
" name: \"Two Column\"",
|
||||
" icon: \"bundles/networkinginitcms/img/template_header_two_column.png\"",
|
||||
" zones:",
|
||||
" - { name: header , class: 'col-md-12'}",
|
||||
" - { name: left , class: 'col-md-3'}",
|
||||
" - { name: right , class: 'col-md-9'}",
|
||||
" cache:",
|
||||
" activate: true #enable for product, false in dev config",
|
||||
" /**",
|
||||
" * @var int",
|
||||
" *",
|
||||
" * @ORM\\Column(name=\"id\", type=\"integer\")",
|
||||
" * @ORM\\Id",
|
||||
" * @ORM\\GeneratedValue(strategy=\"AUTO\")",
|
||||
" */",
|
||||
" protected $id;",
|
||||
"",
|
||||
" # For more information regarding configuration of the CMS Bundle, please visit the following documentation",
|
||||
" # https://github.com/networking/init-cms-bundle/blob/master/doc/configuration.md",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/dev/networking_init_cms.yaml": {
|
||||
"contents": [
|
||||
"networking_init_cms:",
|
||||
" cache:",
|
||||
" activate: false",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/networking_init_cms.yaml": {
|
||||
"contents": [
|
||||
"networking_init_cms:",
|
||||
" resource: \"@NetworkingInitCmsBundle/Resources/config/routing/routing.yaml\"",
|
||||
" prefix: /",
|
||||
" /**",
|
||||
" * @var \\Networking\\InitCmsBundle\\Model\\AdminSettings",
|
||||
" * @ORM\\Column(name=\"admin_settings\", type=\"object\", nullable=true)",
|
||||
" */",
|
||||
" protected $adminSettings;",
|
||||
"",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
|
||||
@@ -15,15 +15,6 @@
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/prod/mjml.yaml": {
|
||||
"contents": [
|
||||
"mjml:",
|
||||
" options:",
|
||||
" minify: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/mjml.yaml": {
|
||||
"contents": [
|
||||
"# see https://github.com/notFloran/mjml-bundle#binary",
|
||||
@@ -35,6 +26,15 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/prod/mjml.yaml": {
|
||||
"contents": [
|
||||
"mjml:",
|
||||
" options:",
|
||||
" minify: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "158f3cc144a0ccf89b40c1a6290407ba84dcf5e2"
|
||||
|
||||
@@ -16,26 +16,25 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"src/Entity/User/User.php": {
|
||||
"config/packages/nucleos_user.yaml": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"nucleos_user:",
|
||||
" firewall_name: main",
|
||||
"",
|
||||
"declare(strict_types=1);",
|
||||
" from_email: '%env(MAIL_SENDER)%'",
|
||||
"",
|
||||
"namespace App\\Entity\\User;",
|
||||
" user_class: 'App\\Entity\\User\\User'",
|
||||
"",
|
||||
"use Nucleos\\UserBundle\\Model\\User as BaseUser;",
|
||||
"",
|
||||
"/**",
|
||||
" * @phpstan-extends User<\\Nucleos\\UserBundle\\Model\\GroupInterface>",
|
||||
" */",
|
||||
"class User extends BaseUser",
|
||||
"{",
|
||||
" public function setId(string $id): void",
|
||||
" {",
|
||||
" $this->id = $id;",
|
||||
" }",
|
||||
"}",
|
||||
" group:",
|
||||
" group_class: 'App\\Entity\\User\\Group'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/nucleos_user.yaml": {
|
||||
"contents": [
|
||||
"nucleos_user:",
|
||||
" resource: \"@NucleosUserBundle/Resources/config/routing/all.xml\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
@@ -61,25 +60,26 @@
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/nucleos_user.yaml": {
|
||||
"src/Entity/User/User.php": {
|
||||
"contents": [
|
||||
"nucleos_user:",
|
||||
" firewall_name: main",
|
||||
"<?php",
|
||||
"",
|
||||
" from_email: '%env(MAIL_SENDER)%'",
|
||||
"declare(strict_types=1);",
|
||||
"",
|
||||
" user_class: 'App\\Entity\\User\\User'",
|
||||
"namespace App\\Entity\\User;",
|
||||
"",
|
||||
" group:",
|
||||
" group_class: 'App\\Entity\\User\\Group'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/nucleos_user.yaml": {
|
||||
"contents": [
|
||||
"nucleos_user:",
|
||||
" resource: \"@NucleosUserBundle/Resources/config/routing/all.xml\"",
|
||||
"use Nucleos\\UserBundle\\Model\\User as BaseUser;",
|
||||
"",
|
||||
"/**",
|
||||
" * @phpstan-extends User<\\Nucleos\\UserBundle\\Model\\GroupInterface>",
|
||||
" */",
|
||||
"class User extends BaseUser",
|
||||
"{",
|
||||
" public function setId(string $id): void",
|
||||
" {",
|
||||
" $this->id = $id;",
|
||||
" }",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
|
||||
@@ -13,37 +13,27 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"src/Entity/Page.php": {
|
||||
"config/packages/orbitale_cms.yaml": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"orbitale_cms:",
|
||||
" page_class: App\\Entity\\Page",
|
||||
" category_class: App\\Entity\\Category",
|
||||
"# Define your layout here if you need a custom layout for your CMS",
|
||||
"# layouts:",
|
||||
"# main: { resource: base.html.twig }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/orbitale_cms.yaml": {
|
||||
"contents": [
|
||||
"orbitale_cms_category:",
|
||||
" resource: \"@OrbitaleCmsBundle/Resources/config/routing/categories.yaml\"",
|
||||
" prefix: /category/",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Orbitale\\Bundle\\CmsBundle\\Entity\\Page as BasePage;",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity(repositoryClass=\"Orbitale\\Bundle\\CmsBundle\\Repository\\PageRepository\")",
|
||||
" * @ORM\\Table(name=\"orbitale_cms_pages\")",
|
||||
" */",
|
||||
"class Page extends BasePage",
|
||||
"{",
|
||||
" /**",
|
||||
" * @var int",
|
||||
" * @ORM\\Column(name=\"id\", type=\"integer\")",
|
||||
" * @ORM\\Id",
|
||||
" * @ORM\\GeneratedValue(strategy=\"AUTO\")",
|
||||
" */",
|
||||
" protected $id;",
|
||||
"",
|
||||
" /**",
|
||||
" * @return int",
|
||||
" */",
|
||||
" public function getId()",
|
||||
" {",
|
||||
" return $this->id;",
|
||||
" }",
|
||||
"}",
|
||||
"orbitale_cms_page:",
|
||||
" resource: \"@OrbitaleCmsBundle/Resources/config/routing/pages.yaml\"",
|
||||
" prefix: /page/",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
@@ -83,27 +73,37 @@
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/orbitale_cms.yaml": {
|
||||
"src/Entity/Page.php": {
|
||||
"contents": [
|
||||
"orbitale_cms:",
|
||||
" page_class: App\\Entity\\Page",
|
||||
" category_class: App\\Entity\\Category",
|
||||
"# Define your layout here if you need a custom layout for your CMS",
|
||||
"# layouts:",
|
||||
"# main: { resource: base.html.twig }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/orbitale_cms.yaml": {
|
||||
"contents": [
|
||||
"orbitale_cms_category:",
|
||||
" resource: \"@OrbitaleCmsBundle/Resources/config/routing/categories.yaml\"",
|
||||
" prefix: /category/",
|
||||
"<?php",
|
||||
"",
|
||||
"orbitale_cms_page:",
|
||||
" resource: \"@OrbitaleCmsBundle/Resources/config/routing/pages.yaml\"",
|
||||
" prefix: /page/",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Orbitale\\Bundle\\CmsBundle\\Entity\\Page as BasePage;",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity(repositoryClass=\"Orbitale\\Bundle\\CmsBundle\\Repository\\PageRepository\")",
|
||||
" * @ORM\\Table(name=\"orbitale_cms_pages\")",
|
||||
" */",
|
||||
"class Page extends BasePage",
|
||||
"{",
|
||||
" /**",
|
||||
" * @var int",
|
||||
" * @ORM\\Column(name=\"id\", type=\"integer\")",
|
||||
" * @ORM\\Id",
|
||||
" * @ORM\\GeneratedValue(strategy=\"AUTO\")",
|
||||
" */",
|
||||
" protected $id;",
|
||||
"",
|
||||
" /**",
|
||||
" * @return int",
|
||||
" */",
|
||||
" public function getId()",
|
||||
" {",
|
||||
" return $this->id;",
|
||||
" }",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
|
||||
@@ -12,6 +12,14 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/orbitale_easy_impress.yaml": {
|
||||
"contents": [
|
||||
"easy_impress:",
|
||||
" presentations_dir: '%kernel.project_dir%/config/presentations'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/presentations/home.yaml": {
|
||||
"contents": [
|
||||
"# Read the documentation https://github.com/Orbitale/EasyImpressBundle#yml-reference for more details about yaml options",
|
||||
@@ -33,14 +41,6 @@
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/orbitale_easy_impress.yaml": {
|
||||
"contents": [
|
||||
"easy_impress:",
|
||||
" presentations_dir: '%kernel.project_dir%/config/presentations'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/orbitale_easy_impress.yaml": {
|
||||
"contents": [
|
||||
"easy_impress:",
|
||||
|
||||
@@ -17,6 +17,12 @@
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/graphql/types/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/graphql.yaml": {
|
||||
"contents": [
|
||||
"overblog_graphql:",
|
||||
@@ -34,12 +40,6 @@
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/graphql/types/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/graphql.yaml": {
|
||||
"contents": [
|
||||
"overblog_graphql_endpoint:",
|
||||
|
||||
@@ -17,6 +17,12 @@
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/graphql/types/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/graphql.yaml": {
|
||||
"contents": [
|
||||
"overblog_graphql:",
|
||||
@@ -33,12 +39,6 @@
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/graphql/types/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/graphql.yaml": {
|
||||
"contents": [
|
||||
"overblog_graphql_endpoint:",
|
||||
|
||||
@@ -18,6 +18,12 @@
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/graphql/types/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/graphql.yaml": {
|
||||
"contents": [
|
||||
"overblog_graphql:",
|
||||
@@ -35,8 +41,10 @@
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/graphql/types/.gitignore": {
|
||||
"config/routes/dev/graphql_graphiql.yaml": {
|
||||
"contents": [
|
||||
"overblog_graphql_graphiql:",
|
||||
" resource: \"@OverblogGraphQLBundle/Resources/config/routing/graphiql.yml\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
@@ -48,14 +56,6 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/dev/graphql_graphiql.yaml": {
|
||||
"contents": [
|
||||
"overblog_graphql_graphiql:",
|
||||
" resource: \"@OverblogGraphQLBundle/Resources/config/routing/graphiql.yml\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "3d209565ed43a115454d165b69a752292997f749"
|
||||
|
||||
@@ -16,12 +16,6 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"src/Consumer/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/old_sound_rabbit_mq.yaml": {
|
||||
"contents": [
|
||||
"old_sound_rabbit_mq:",
|
||||
@@ -42,6 +36,12 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Consumer/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "ce3ca2e4577270c4f518539aa6b9e878998fcfef"
|
||||
|
||||
@@ -16,6 +16,21 @@
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/fastcgi_daemon.yaml": {
|
||||
"contents": [
|
||||
"services:",
|
||||
" App\\FastCGIKernel:",
|
||||
" autowire: true",
|
||||
"",
|
||||
" PHPFastCGI\\FastCGIDaemon\\Driver\\DriverContainer: null",
|
||||
" PHPFastCGI\\FastCGIDaemon\\Command\\DaemonRunCommand:",
|
||||
" arguments: ['@App\\FastCGIKernel', '@PHPFastCGI\\FastCGIDaemon\\Driver\\DriverContainer', 'fastcgi-daemon:run']",
|
||||
" tags:",
|
||||
" - { name: console.command }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/FastCGIKernel.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
@@ -54,21 +69,6 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/fastcgi_daemon.yaml": {
|
||||
"contents": [
|
||||
"services:",
|
||||
" App\\FastCGIKernel:",
|
||||
" autowire: true",
|
||||
"",
|
||||
" PHPFastCGI\\FastCGIDaemon\\Driver\\DriverContainer: null",
|
||||
" PHPFastCGI\\FastCGIDaemon\\Command\\DaemonRunCommand:",
|
||||
" arguments: ['@App\\FastCGIKernel', '@PHPFastCGI\\FastCGIDaemon\\Driver\\DriverContainer', 'fastcgi-daemon:run']",
|
||||
" tags:",
|
||||
" - { name: console.command }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "2011211eeb0a0c800ca496b090c65d161f5c3ed6"
|
||||
|
||||
@@ -13,30 +13,23 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"src/Entity/Character.php": {
|
||||
"config/packages/pierstoval_character_manager.yaml": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Pierstoval\\Bundle\\CharacterManagerBundle\\Entity\\Character as BaseCharacter;",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"",
|
||||
"class Character extends BaseCharacter",
|
||||
"{",
|
||||
" /**",
|
||||
" * @var int",
|
||||
" * @ORM\\Column(name=\"id\", type=\"integer\")",
|
||||
" * @ORM\\Id",
|
||||
" * @ORM\\GeneratedValue(strategy=\"AUTO\")",
|
||||
" */",
|
||||
" protected $id;",
|
||||
"",
|
||||
" public function getId(): ?int",
|
||||
" {",
|
||||
" return $this->id;",
|
||||
" }",
|
||||
"}",
|
||||
"pierstoval_character_manager:",
|
||||
" character_class: App\\Entity\\Character",
|
||||
" steps:",
|
||||
" step_01:",
|
||||
" action: App\\CharacterGenerator\\Step01",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/pierstoval_character_manager.yaml": {
|
||||
"contents": [
|
||||
"generator_steps:",
|
||||
" resource: \"@PierstovalCharacterManagerBundle/Controller/StepController.php\"",
|
||||
" type: annotation",
|
||||
" prefix: /character_generator/",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
@@ -65,23 +58,30 @@
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/pierstoval_character_manager.yaml": {
|
||||
"src/Entity/Character.php": {
|
||||
"contents": [
|
||||
"pierstoval_character_manager:",
|
||||
" character_class: App\\Entity\\Character",
|
||||
" steps:",
|
||||
" step_01:",
|
||||
" action: App\\CharacterGenerator\\Step01",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/pierstoval_character_manager.yaml": {
|
||||
"contents": [
|
||||
"generator_steps:",
|
||||
" resource: \"@PierstovalCharacterManagerBundle/Controller/StepController.php\"",
|
||||
" type: annotation",
|
||||
" prefix: /character_generator/",
|
||||
"<?php",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Pierstoval\\Bundle\\CharacterManagerBundle\\Entity\\Character as BaseCharacter;",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"",
|
||||
"class Character extends BaseCharacter",
|
||||
"{",
|
||||
" /**",
|
||||
" * @var int",
|
||||
" * @ORM\\Column(name=\"id\", type=\"integer\")",
|
||||
" * @ORM\\Id",
|
||||
" * @ORM\\GeneratedValue(strategy=\"AUTO\")",
|
||||
" */",
|
||||
" protected $id;",
|
||||
"",
|
||||
" public function getId(): ?int",
|
||||
" {",
|
||||
" return $this->id;",
|
||||
" }",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
|
||||
@@ -13,6 +13,22 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/prooph_event_store.yaml": {
|
||||
"contents": [
|
||||
"prooph_event_store:",
|
||||
" stores:",
|
||||
" default:",
|
||||
" event_store: 'app.event_store.default'",
|
||||
"",
|
||||
"services:",
|
||||
" _defaults:",
|
||||
" public: false",
|
||||
"",
|
||||
" Prooph\\EventSourcing\\EventStoreIntegration\\AggregateTranslator: null",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Command/CreateEventStreamCommand.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
@@ -54,22 +70,6 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/prooph_event_store.yaml": {
|
||||
"contents": [
|
||||
"prooph_event_store:",
|
||||
" stores:",
|
||||
" default:",
|
||||
" event_store: 'app.event_store.default'",
|
||||
"",
|
||||
"services:",
|
||||
" _defaults:",
|
||||
" public: false",
|
||||
"",
|
||||
" Prooph\\EventSourcing\\EventStoreIntegration\\AggregateTranslator: null",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "a989875619b98a288abc2b636a2b5be36b4833d6"
|
||||
|
||||
@@ -13,12 +13,6 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"src/Admin/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/sonata_admin.yaml": {
|
||||
"contents": [
|
||||
"sonata_admin:",
|
||||
@@ -48,6 +42,12 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Admin/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "0e5931df1732e3dccfba42a20853049e5e9db6ae"
|
||||
|
||||
@@ -13,12 +13,6 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"src/Admin/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/sonata_admin.yaml": {
|
||||
"contents": [
|
||||
"sonata_admin:",
|
||||
@@ -50,6 +44,12 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Admin/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "9909a0cc9b4683a1d98be519a890375d3342a480"
|
||||
|
||||
@@ -13,12 +13,6 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"src/Admin/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/sonata_admin.yaml": {
|
||||
"contents": [
|
||||
"sonata_admin:",
|
||||
@@ -48,6 +42,12 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Admin/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "0e5931df1732e3dccfba42a20853049e5e9db6ae"
|
||||
|
||||
@@ -13,67 +13,15 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"src/Entity/SonataClassificationTag.php": {
|
||||
"config/packages/sonata_classification.yaml": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"declare(strict_types=1);",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use JMS\\Serializer\\Annotation as Serializer;",
|
||||
"use Sonata\\ClassificationBundle\\Entity\\BaseTag;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity",
|
||||
" * @ORM\\Table(name=\"classification__tag\")",
|
||||
" * @ORM\\HasLifecycleCallbacks",
|
||||
" */",
|
||||
"class SonataClassificationTag extends BaseTag",
|
||||
"{",
|
||||
" /**",
|
||||
" * @ORM\\Id",
|
||||
" * @ORM\\Column(type=\"integer\")",
|
||||
" * @ORM\\GeneratedValue(strategy=\"AUTO\")",
|
||||
" * // Serializer\\Groups(groups={\"sonata_api_read\", \"sonata_api_write\", \"sonata_search\"})",
|
||||
" *",
|
||||
" * @var int",
|
||||
" */",
|
||||
" protected $id;",
|
||||
"",
|
||||
" /**",
|
||||
" * @ORM\\ManyToOne(",
|
||||
" * targetEntity=\"App\\Entity\\SonataClassificationContext\",",
|
||||
" * cascade={\"persist\"}",
|
||||
" * )",
|
||||
" * @ORM\\JoinColumn(name=\"context\", referencedColumnName=\"id\", nullable=false)",
|
||||
" *",
|
||||
" * @var SonataClassificationContext",
|
||||
" */",
|
||||
" protected $context;",
|
||||
"",
|
||||
" public function getId()",
|
||||
" {",
|
||||
" return $this->id;",
|
||||
" }",
|
||||
"",
|
||||
" /**",
|
||||
" * @ORM\\PrePersist",
|
||||
" */",
|
||||
" public function prePersist(): void",
|
||||
" {",
|
||||
" parent::prePersist();",
|
||||
" }",
|
||||
"",
|
||||
" /**",
|
||||
" * @ORM\\PreUpdate",
|
||||
" */",
|
||||
" public function preUpdate(): void",
|
||||
" {",
|
||||
" parent::preUpdate();",
|
||||
" }",
|
||||
"}",
|
||||
"sonata_classification:",
|
||||
" class:",
|
||||
" category: App\\Entity\\SonataClassificationCategory",
|
||||
" collection: App\\Entity\\SonataClassificationCollection",
|
||||
" context: App\\Entity\\SonataClassificationContext",
|
||||
" tag: App\\Entity\\SonataClassificationTag",
|
||||
" media: App\\Entity\\SonataMediaMedia",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
@@ -173,60 +121,6 @@
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/SonataClassificationContext.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"declare(strict_types=1);",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use JMS\\Serializer\\Annotation as Serializer;",
|
||||
"use Sonata\\ClassificationBundle\\Entity\\BaseContext;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity",
|
||||
" * @ORM\\Table(name=\"classification__context\")",
|
||||
" * @ORM\\HasLifecycleCallbacks",
|
||||
" */",
|
||||
"class SonataClassificationContext extends BaseContext",
|
||||
"{",
|
||||
" /**",
|
||||
" * @ORM\\Id",
|
||||
" * @ORM\\Column(type=\"string\")",
|
||||
" * @ORM\\GeneratedValue(strategy=\"NONE\")",
|
||||
" * // Serializer\\Groups(groups={\"sonata_api_read\", \"sonata_api_write\", \"sonata_search\"})",
|
||||
" *",
|
||||
" * @var int",
|
||||
" */",
|
||||
" protected $id;",
|
||||
"",
|
||||
" public function getId()",
|
||||
" {",
|
||||
" return $this->id;",
|
||||
" }",
|
||||
"",
|
||||
" /**",
|
||||
" * @ORM\\PrePersist",
|
||||
" */",
|
||||
" public function prePersist(): void",
|
||||
" {",
|
||||
" parent::prePersist();",
|
||||
" }",
|
||||
"",
|
||||
" /**",
|
||||
" * @ORM\\PreUpdate",
|
||||
" */",
|
||||
" public function preUpdate(): void",
|
||||
" {",
|
||||
" parent::preUpdate();",
|
||||
" }",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/SonataClassificationCollection.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
@@ -292,15 +186,121 @@
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/sonata_classification.yaml": {
|
||||
"src/Entity/SonataClassificationContext.php": {
|
||||
"contents": [
|
||||
"sonata_classification:",
|
||||
" class:",
|
||||
" category: App\\Entity\\SonataClassificationCategory",
|
||||
" collection: App\\Entity\\SonataClassificationCollection",
|
||||
" context: App\\Entity\\SonataClassificationContext",
|
||||
" tag: App\\Entity\\SonataClassificationTag",
|
||||
" media: App\\Entity\\SonataMediaMedia",
|
||||
"<?php",
|
||||
"",
|
||||
"declare(strict_types=1);",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use JMS\\Serializer\\Annotation as Serializer;",
|
||||
"use Sonata\\ClassificationBundle\\Entity\\BaseContext;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity",
|
||||
" * @ORM\\Table(name=\"classification__context\")",
|
||||
" * @ORM\\HasLifecycleCallbacks",
|
||||
" */",
|
||||
"class SonataClassificationContext extends BaseContext",
|
||||
"{",
|
||||
" /**",
|
||||
" * @ORM\\Id",
|
||||
" * @ORM\\Column(type=\"string\")",
|
||||
" * @ORM\\GeneratedValue(strategy=\"NONE\")",
|
||||
" * // Serializer\\Groups(groups={\"sonata_api_read\", \"sonata_api_write\", \"sonata_search\"})",
|
||||
" *",
|
||||
" * @var int",
|
||||
" */",
|
||||
" protected $id;",
|
||||
"",
|
||||
" public function getId()",
|
||||
" {",
|
||||
" return $this->id;",
|
||||
" }",
|
||||
"",
|
||||
" /**",
|
||||
" * @ORM\\PrePersist",
|
||||
" */",
|
||||
" public function prePersist(): void",
|
||||
" {",
|
||||
" parent::prePersist();",
|
||||
" }",
|
||||
"",
|
||||
" /**",
|
||||
" * @ORM\\PreUpdate",
|
||||
" */",
|
||||
" public function preUpdate(): void",
|
||||
" {",
|
||||
" parent::preUpdate();",
|
||||
" }",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/SonataClassificationTag.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"declare(strict_types=1);",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use JMS\\Serializer\\Annotation as Serializer;",
|
||||
"use Sonata\\ClassificationBundle\\Entity\\BaseTag;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity",
|
||||
" * @ORM\\Table(name=\"classification__tag\")",
|
||||
" * @ORM\\HasLifecycleCallbacks",
|
||||
" */",
|
||||
"class SonataClassificationTag extends BaseTag",
|
||||
"{",
|
||||
" /**",
|
||||
" * @ORM\\Id",
|
||||
" * @ORM\\Column(type=\"integer\")",
|
||||
" * @ORM\\GeneratedValue(strategy=\"AUTO\")",
|
||||
" * // Serializer\\Groups(groups={\"sonata_api_read\", \"sonata_api_write\", \"sonata_search\"})",
|
||||
" *",
|
||||
" * @var int",
|
||||
" */",
|
||||
" protected $id;",
|
||||
"",
|
||||
" /**",
|
||||
" * @ORM\\ManyToOne(",
|
||||
" * targetEntity=\"App\\Entity\\SonataClassificationContext\",",
|
||||
" * cascade={\"persist\"}",
|
||||
" * )",
|
||||
" * @ORM\\JoinColumn(name=\"context\", referencedColumnName=\"id\", nullable=false)",
|
||||
" *",
|
||||
" * @var SonataClassificationContext",
|
||||
" */",
|
||||
" protected $context;",
|
||||
"",
|
||||
" public function getId()",
|
||||
" {",
|
||||
" return $this->id;",
|
||||
" }",
|
||||
"",
|
||||
" /**",
|
||||
" * @ORM\\PrePersist",
|
||||
" */",
|
||||
" public function prePersist(): void",
|
||||
" {",
|
||||
" parent::prePersist();",
|
||||
" }",
|
||||
"",
|
||||
" /**",
|
||||
" * @ORM\\PreUpdate",
|
||||
" */",
|
||||
" public function preUpdate(): void",
|
||||
" {",
|
||||
" parent::preUpdate();",
|
||||
" }",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
|
||||
@@ -13,14 +13,6 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"public/upload/media/.gitignore": {
|
||||
"contents": [
|
||||
"*",
|
||||
"!.gitignore",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/sonata_media.yaml": {
|
||||
"contents": [
|
||||
"sonata_media:",
|
||||
@@ -63,6 +55,14 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"public/upload/media/.gitignore": {
|
||||
"contents": [
|
||||
"*",
|
||||
"!.gitignore",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "e25412e53b20827db07abb6f2aa0b8e4d26c284c"
|
||||
|
||||
@@ -8,79 +8,14 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"src/Document/SonataMediaMedia.php": {
|
||||
"config/packages/sonata_media_odm.yaml": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"declare(strict_types=1);",
|
||||
"",
|
||||
"namespace App\\Document;",
|
||||
"",
|
||||
"use Doctrine\\ODM\\MongoDB\\Mapping\\Annotations as MongoDB;",
|
||||
"use JMS\\Serializer\\Annotation as Serializer;",
|
||||
"use Sonata\\MediaBundle\\Document\\BaseMedia;",
|
||||
"",
|
||||
"/**",
|
||||
" * @MongoDB\\Document",
|
||||
" * @MongoDB\\HasLifecycleCallbacks",
|
||||
" */",
|
||||
"class SonataMediaMedia extends BaseMedia",
|
||||
"{",
|
||||
" /**",
|
||||
" * @MongoDB\\Id()",
|
||||
" * @Serializer\\Groups(groups={\"sonata_api_read\", \"sonata_api_write\", \"sonata_search\"})",
|
||||
" */",
|
||||
" protected $id;",
|
||||
"",
|
||||
" /**",
|
||||
" * @MongoDB\\ReferenceMany(",
|
||||
" * targetDocument=\"App\\Document\\SonataMediaGalleryHasMedia\",",
|
||||
" * mappedBy=\"media\", cascade={\"persist\"}, orphanRemoval=false, sort={\"position\" = \"ASC\"}",
|
||||
" * )",
|
||||
" */",
|
||||
" protected $galleryHasMedias;",
|
||||
"",
|
||||
" /**",
|
||||
" * @MongoDB\\Field(type=\"string\", nullable=true)",
|
||||
" */",
|
||||
" protected $authorName;",
|
||||
"",
|
||||
" /**",
|
||||
" * @MongoDB\\Field(type=\"boolean\", nullable=true)",
|
||||
" */",
|
||||
" protected $cdnIsFlushable;",
|
||||
"",
|
||||
" /**",
|
||||
" * @MongoDB\\Field(type=\"string\", nullable=true)",
|
||||
" */",
|
||||
" protected $description;",
|
||||
"",
|
||||
" /**",
|
||||
" * @MongoDB\\Field(type=\"string\", nullable=true)",
|
||||
" */",
|
||||
" protected $copyright;",
|
||||
"",
|
||||
" public function getId()",
|
||||
" {",
|
||||
" return $this->id;",
|
||||
" }",
|
||||
"",
|
||||
" /**",
|
||||
" * @MongoDB\\PrePersist",
|
||||
" */",
|
||||
" public function prePersist(): void",
|
||||
" {",
|
||||
" parent::prePersist();",
|
||||
" }",
|
||||
"",
|
||||
" /**",
|
||||
" * @MongoDB\\PreUpdate",
|
||||
" */",
|
||||
" public function preUpdate(): void",
|
||||
" {",
|
||||
" parent::preUpdate();",
|
||||
" }",
|
||||
"}",
|
||||
"sonata_media:",
|
||||
" class:",
|
||||
" media: App\\Document\\SonataMediaMedia",
|
||||
" gallery: App\\Document\\SonataMediaGallery",
|
||||
" gallery_has_media: App\\Document\\SonataMediaGalleryHasMedia",
|
||||
" db_driver: doctrine_mongodb",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
@@ -207,14 +142,79 @@
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/sonata_media_odm.yaml": {
|
||||
"src/Document/SonataMediaMedia.php": {
|
||||
"contents": [
|
||||
"sonata_media:",
|
||||
" class:",
|
||||
" media: App\\Document\\SonataMediaMedia",
|
||||
" gallery: App\\Document\\SonataMediaGallery",
|
||||
" gallery_has_media: App\\Document\\SonataMediaGalleryHasMedia",
|
||||
" db_driver: doctrine_mongodb",
|
||||
"<?php",
|
||||
"",
|
||||
"declare(strict_types=1);",
|
||||
"",
|
||||
"namespace App\\Document;",
|
||||
"",
|
||||
"use Doctrine\\ODM\\MongoDB\\Mapping\\Annotations as MongoDB;",
|
||||
"use JMS\\Serializer\\Annotation as Serializer;",
|
||||
"use Sonata\\MediaBundle\\Document\\BaseMedia;",
|
||||
"",
|
||||
"/**",
|
||||
" * @MongoDB\\Document",
|
||||
" * @MongoDB\\HasLifecycleCallbacks",
|
||||
" */",
|
||||
"class SonataMediaMedia extends BaseMedia",
|
||||
"{",
|
||||
" /**",
|
||||
" * @MongoDB\\Id()",
|
||||
" * @Serializer\\Groups(groups={\"sonata_api_read\", \"sonata_api_write\", \"sonata_search\"})",
|
||||
" */",
|
||||
" protected $id;",
|
||||
"",
|
||||
" /**",
|
||||
" * @MongoDB\\ReferenceMany(",
|
||||
" * targetDocument=\"App\\Document\\SonataMediaGalleryHasMedia\",",
|
||||
" * mappedBy=\"media\", cascade={\"persist\"}, orphanRemoval=false, sort={\"position\" = \"ASC\"}",
|
||||
" * )",
|
||||
" */",
|
||||
" protected $galleryHasMedias;",
|
||||
"",
|
||||
" /**",
|
||||
" * @MongoDB\\Field(type=\"string\", nullable=true)",
|
||||
" */",
|
||||
" protected $authorName;",
|
||||
"",
|
||||
" /**",
|
||||
" * @MongoDB\\Field(type=\"boolean\", nullable=true)",
|
||||
" */",
|
||||
" protected $cdnIsFlushable;",
|
||||
"",
|
||||
" /**",
|
||||
" * @MongoDB\\Field(type=\"string\", nullable=true)",
|
||||
" */",
|
||||
" protected $description;",
|
||||
"",
|
||||
" /**",
|
||||
" * @MongoDB\\Field(type=\"string\", nullable=true)",
|
||||
" */",
|
||||
" protected $copyright;",
|
||||
"",
|
||||
" public function getId()",
|
||||
" {",
|
||||
" return $this->id;",
|
||||
" }",
|
||||
"",
|
||||
" /**",
|
||||
" * @MongoDB\\PrePersist",
|
||||
" */",
|
||||
" public function prePersist(): void",
|
||||
" {",
|
||||
" parent::prePersist();",
|
||||
" }",
|
||||
"",
|
||||
" /**",
|
||||
" * @MongoDB\\PreUpdate",
|
||||
" */",
|
||||
" public function preUpdate(): void",
|
||||
" {",
|
||||
" parent::preUpdate();",
|
||||
" }",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
|
||||
@@ -12,79 +12,15 @@
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"src/Entity/SonataMediaMedia.php": {
|
||||
"config/packages/sonata_media_orm.yaml": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"declare(strict_types=1);",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use JMS\\Serializer\\Annotation as Serializer;",
|
||||
"use Sonata\\MediaBundle\\Entity\\BaseMedia;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity",
|
||||
" * @ORM\\Table(name=\"media__media\")",
|
||||
" * @ORM\\HasLifecycleCallbacks",
|
||||
" */",
|
||||
"class SonataMediaMedia extends BaseMedia",
|
||||
"{",
|
||||
" /**",
|
||||
" * @ORM\\Id",
|
||||
" * @ORM\\Column(type=\"integer\")",
|
||||
" * @ORM\\GeneratedValue(strategy=\"AUTO\")",
|
||||
" * @Serializer\\Groups(groups={\"sonata_api_read\", \"sonata_api_write\", \"sonata_search\"})",
|
||||
" *",
|
||||
" * @var int",
|
||||
" */",
|
||||
" protected $id;",
|
||||
"",
|
||||
" /**",
|
||||
" * @ORM\\OneToMany(",
|
||||
" * targetEntity=\"App\\Entity\\SonataMediaGalleryHasMedia\",",
|
||||
" * mappedBy=\"media\", cascade={\"persist\"}, orphanRemoval=false",
|
||||
" * )",
|
||||
" *",
|
||||
" * @var SonataMediaGalleryHasMedia[]",
|
||||
" */",
|
||||
" protected $galleryHasMedias;",
|
||||
"",
|
||||
" /**",
|
||||
" * Fix annotations if you use classification-bundle.",
|
||||
" *",
|
||||
" * // ORM\\ManyToOne(",
|
||||
" * targetEntity=\"App\\Entity\\SonataClassificationCategory\",",
|
||||
" * cascade={\"persist\"}",
|
||||
" * )",
|
||||
" * // ORM\\JoinColumn(name=\"category_id\", referencedColumnName=\"id\", onDelete=\"SET NULL\")",
|
||||
" *",
|
||||
" * @var SonataClassificationCategory",
|
||||
" */",
|
||||
" protected $category;",
|
||||
"",
|
||||
" public function getId()",
|
||||
" {",
|
||||
" return $this->id;",
|
||||
" }",
|
||||
"",
|
||||
" /**",
|
||||
" * @ORM\\PrePersist",
|
||||
" */",
|
||||
" public function prePersist(): void",
|
||||
" {",
|
||||
" parent::prePersist();",
|
||||
" }",
|
||||
"",
|
||||
" /**",
|
||||
" * @ORM\\PreUpdate",
|
||||
" */",
|
||||
" public function preUpdate(): void",
|
||||
" {",
|
||||
" parent::preUpdate();",
|
||||
" }",
|
||||
"}",
|
||||
"sonata_media:",
|
||||
" class:",
|
||||
" media: App\\Entity\\SonataMediaMedia",
|
||||
" gallery: App\\Entity\\SonataMediaGallery",
|
||||
" gallery_has_media: App\\Entity\\SonataMediaGalleryHasMedia",
|
||||
" category: App\\Entity\\SonataClassificationCategory",
|
||||
" db_driver: doctrine_orm",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
@@ -230,15 +166,79 @@
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/sonata_media_orm.yaml": {
|
||||
"src/Entity/SonataMediaMedia.php": {
|
||||
"contents": [
|
||||
"sonata_media:",
|
||||
" class:",
|
||||
" media: App\\Entity\\SonataMediaMedia",
|
||||
" gallery: App\\Entity\\SonataMediaGallery",
|
||||
" gallery_has_media: App\\Entity\\SonataMediaGalleryHasMedia",
|
||||
" category: App\\Entity\\SonataClassificationCategory",
|
||||
" db_driver: doctrine_orm",
|
||||
"<?php",
|
||||
"",
|
||||
"declare(strict_types=1);",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use JMS\\Serializer\\Annotation as Serializer;",
|
||||
"use Sonata\\MediaBundle\\Entity\\BaseMedia;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity",
|
||||
" * @ORM\\Table(name=\"media__media\")",
|
||||
" * @ORM\\HasLifecycleCallbacks",
|
||||
" */",
|
||||
"class SonataMediaMedia extends BaseMedia",
|
||||
"{",
|
||||
" /**",
|
||||
" * @ORM\\Id",
|
||||
" * @ORM\\Column(type=\"integer\")",
|
||||
" * @ORM\\GeneratedValue(strategy=\"AUTO\")",
|
||||
" * @Serializer\\Groups(groups={\"sonata_api_read\", \"sonata_api_write\", \"sonata_search\"})",
|
||||
" *",
|
||||
" * @var int",
|
||||
" */",
|
||||
" protected $id;",
|
||||
"",
|
||||
" /**",
|
||||
" * @ORM\\OneToMany(",
|
||||
" * targetEntity=\"App\\Entity\\SonataMediaGalleryHasMedia\",",
|
||||
" * mappedBy=\"media\", cascade={\"persist\"}, orphanRemoval=false",
|
||||
" * )",
|
||||
" *",
|
||||
" * @var SonataMediaGalleryHasMedia[]",
|
||||
" */",
|
||||
" protected $galleryHasMedias;",
|
||||
"",
|
||||
" /**",
|
||||
" * Fix annotations if you use classification-bundle.",
|
||||
" *",
|
||||
" * // ORM\\ManyToOne(",
|
||||
" * targetEntity=\"App\\Entity\\SonataClassificationCategory\",",
|
||||
" * cascade={\"persist\"}",
|
||||
" * )",
|
||||
" * // ORM\\JoinColumn(name=\"category_id\", referencedColumnName=\"id\", onDelete=\"SET NULL\")",
|
||||
" *",
|
||||
" * @var SonataClassificationCategory",
|
||||
" */",
|
||||
" protected $category;",
|
||||
"",
|
||||
" public function getId()",
|
||||
" {",
|
||||
" return $this->id;",
|
||||
" }",
|
||||
"",
|
||||
" /**",
|
||||
" * @ORM\\PrePersist",
|
||||
" */",
|
||||
" public function prePersist(): void",
|
||||
" {",
|
||||
" parent::prePersist();",
|
||||
" }",
|
||||
"",
|
||||
" /**",
|
||||
" * @ORM\\PreUpdate",
|
||||
" */",
|
||||
" public function preUpdate(): void",
|
||||
" {",
|
||||
" parent::preUpdate();",
|
||||
" }",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
|
||||
@@ -8,6 +8,18 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/sonata_notification_orm.yaml": {
|
||||
"contents": [
|
||||
"sonata_notification:",
|
||||
" backend: sonata.notification.backend.doctrine",
|
||||
" backends:",
|
||||
" doctrine: null",
|
||||
" class:",
|
||||
" message: App\\Entity\\SonataNotificationMessage",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/SonataNotificationMessage.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
@@ -44,18 +56,6 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/sonata_notification_orm.yaml": {
|
||||
"contents": [
|
||||
"sonata_notification:",
|
||||
" backend: sonata.notification.backend.doctrine",
|
||||
" backends:",
|
||||
" doctrine: null",
|
||||
" class:",
|
||||
" message: App\\Entity\\SonataNotificationMessage",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "c4c7db6d4949a6cc819270c4c2f0f00eeffe09f8"
|
||||
|
||||
+191
-191
@@ -13,56 +13,107 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"src/Entity/SonataPageSite.php": {
|
||||
"config/packages/sonata_page.yaml": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"sonata_block:",
|
||||
" context_manager: sonata.page.block.context_manager",
|
||||
" default_contexts: [sonata_page_bundle]",
|
||||
"",
|
||||
"declare(strict_types=1);",
|
||||
"sonata_admin:",
|
||||
" assets:",
|
||||
" extra_javascripts:",
|
||||
" - bundles/sonatapage/sonata-page.back.min.js",
|
||||
" extra_stylesheets:",
|
||||
" - bundles/sonatapage/sonata-page.back.min.css",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"sonata_page:",
|
||||
" slugify_service: sonata.page.slugify.cocur",
|
||||
" multisite: host",
|
||||
" use_streamed_response: false",
|
||||
"",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use JMS\\Serializer\\Annotation as Serializer;",
|
||||
"use Sonata\\PageBundle\\Entity\\BaseSite;",
|
||||
" router_auto_register:",
|
||||
" enabled: true",
|
||||
" priority: 150",
|
||||
" ignore_route_patterns:",
|
||||
" - ^(.*)admin(.*) # ignore admin route, ie route containing 'admin'",
|
||||
" - ^_(.*) # ignore symfony routes",
|
||||
" ignore_routes:",
|
||||
" - sonata_page_cache_esi",
|
||||
" - sonata_page_cache_ssi",
|
||||
" - sonata_page_js_sync_cache",
|
||||
" - sonata_page_js_async_cache",
|
||||
" - sonata_cache_esi",
|
||||
" - sonata_cache_ssi",
|
||||
" - sonata_cache_js_async",
|
||||
" - sonata_cache_js_sync",
|
||||
" - sonata_cache_apc",
|
||||
" ignore_uri_patterns:",
|
||||
" - ^/admin\\/ # ignore admin route, ie route containing 'admin'",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity",
|
||||
" * @ORM\\Table(name=\"page__site\")",
|
||||
" * @ORM\\HasLifecycleCallbacks",
|
||||
" */",
|
||||
"class SonataPageSite extends BaseSite",
|
||||
"{",
|
||||
" /**",
|
||||
" * @ORM\\Id",
|
||||
" * @ORM\\Column(type=\"integer\")",
|
||||
" * @ORM\\GeneratedValue(strategy=\"AUTO\")",
|
||||
" * \\\\ Serializer\\Groups(groups={\"sonata_api_read\",\"sonata_api_write\",\"sonata_search\"})",
|
||||
" *",
|
||||
" * @var int",
|
||||
" */",
|
||||
" protected $id;",
|
||||
" default_template: default",
|
||||
" templates:",
|
||||
" default:",
|
||||
" path: '@SonataPage/layout.html.twig'",
|
||||
" name: 'default'",
|
||||
" containers:",
|
||||
" header:",
|
||||
" name: Header",
|
||||
" content_top:",
|
||||
" name: Top content",
|
||||
" content:",
|
||||
" name: Main content",
|
||||
" content_bottom:",
|
||||
" name: Bottom content",
|
||||
" footer:",
|
||||
" name: Footer",
|
||||
" matrix:",
|
||||
" layout: |",
|
||||
" HHHHHHHH",
|
||||
" HHHHHHHH",
|
||||
" TTTTTTTT",
|
||||
" TTTTTTTT",
|
||||
" CCCCCCCC",
|
||||
" CCCCCCCC",
|
||||
" BBBBBBBB",
|
||||
" BBBBBBBB",
|
||||
" FFFFFFFF",
|
||||
" FFFFFFFF",
|
||||
"",
|
||||
" public function getId()",
|
||||
" {",
|
||||
" return $this->id;",
|
||||
" }",
|
||||
" mapping:",
|
||||
" H: header",
|
||||
" T: content_top",
|
||||
" C: content",
|
||||
" B: content_bottom",
|
||||
" F: footer",
|
||||
"",
|
||||
" /**",
|
||||
" * @ORM\\PrePersist",
|
||||
" */",
|
||||
" public function prePersist(): void",
|
||||
" {",
|
||||
" parent::prePersist();",
|
||||
" }",
|
||||
" direct_publication: '%kernel.debug%'",
|
||||
"",
|
||||
" /**",
|
||||
" * @ORM\\PreUpdate",
|
||||
" */",
|
||||
" public function preUpdate(): void",
|
||||
" {",
|
||||
" parent::preUpdate();",
|
||||
" }",
|
||||
"}",
|
||||
" catch_exceptions:",
|
||||
" not_found: [404] # render 404 page with \"not_found\" key (name generated: _page_internal_error_{key})",
|
||||
" fatal: [500] # so you can use the same page for different http errors or specify specific page for each error",
|
||||
"",
|
||||
" class:",
|
||||
" page: 'App\\Entity\\SonataPagePage'",
|
||||
" snapshot: 'App\\Entity\\SonataPageSnapshot'",
|
||||
" block: 'App\\Entity\\SonataPageBlock'",
|
||||
" site: 'App\\Entity\\SonataPageSite'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/sonata_page.yaml": {
|
||||
"contents": [
|
||||
"#sonata_page_api:",
|
||||
"# resource: '@SonataPageBundle/Resources/config/routing/api.xml'",
|
||||
"# prefix: /",
|
||||
"",
|
||||
"#sonata_page_cache:",
|
||||
"# resource: '@SonataPageBundle/Resources/config/routing/cache.xml'",
|
||||
"# prefix: /",
|
||||
"",
|
||||
"sonata_page_exceptions:",
|
||||
" resource: '@SonataPageBundle/Resources/config/routing/exceptions.xml'",
|
||||
" prefix: /",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
@@ -154,69 +205,6 @@
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/SonataPageSnapshot.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"declare(strict_types=1);",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use JMS\\Serializer\\Annotation as Serializer;",
|
||||
"use Sonata\\PageBundle\\Entity\\BaseSnapshot;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity",
|
||||
" * @ORM\\Table(name=\"page__snapshot\", indexes={",
|
||||
" * @ORM\\Index(",
|
||||
" * name=\"idx_snapshot_dates_enabled\", columns={\"publication_date_start\", \"publication_date_end\",\"enabled\"",
|
||||
" * })",
|
||||
" * })",
|
||||
" */",
|
||||
"class SonataPageSnapshot extends BaseSnapshot",
|
||||
"{",
|
||||
" /**",
|
||||
" * @ORM\\Id",
|
||||
" * @ORM\\Column(type=\"integer\")",
|
||||
" * @ORM\\GeneratedValue(strategy=\"AUTO\")",
|
||||
" * // Serializer\\Groups(groups={\"sonata_api_read\",\"sonata_api_write\",\"sonata_search\"})",
|
||||
" *",
|
||||
" * @var int",
|
||||
" */",
|
||||
" protected $id;",
|
||||
"",
|
||||
" /**",
|
||||
" * @ORM\\ManyToOne(",
|
||||
" * targetEntity=\"App\\Entity\\SonataPageSite\",",
|
||||
" * cascade={\"persist\"}",
|
||||
" * )",
|
||||
" * @ORM\\JoinColumn(name=\"site_id\", referencedColumnName=\"id\", onDelete=\"CASCADE\")",
|
||||
" *",
|
||||
" * @var SonataPageSite",
|
||||
" */",
|
||||
" protected $site;",
|
||||
"",
|
||||
" /**",
|
||||
" * @ORM\\ManyToOne(",
|
||||
" * targetEntity=\"App\\Entity\\SonataPagePage\",",
|
||||
" * cascade={\"persist\"}",
|
||||
" * )",
|
||||
" * @ORM\\JoinColumn(name=\"page_id\", referencedColumnName=\"id\", onDelete=\"CASCADE\")",
|
||||
" *",
|
||||
" * @var SonataPagePage",
|
||||
" */",
|
||||
" protected $page;",
|
||||
"",
|
||||
" public function getId()",
|
||||
" {",
|
||||
" return $this->id;",
|
||||
" }",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/SonataPagePage.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
@@ -336,107 +324,119 @@
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/sonata_page.yaml": {
|
||||
"src/Entity/SonataPageSite.php": {
|
||||
"contents": [
|
||||
"sonata_block:",
|
||||
" context_manager: sonata.page.block.context_manager",
|
||||
" default_contexts: [sonata_page_bundle]",
|
||||
"<?php",
|
||||
"",
|
||||
"sonata_admin:",
|
||||
" assets:",
|
||||
" extra_javascripts:",
|
||||
" - bundles/sonatapage/sonata-page.back.min.js",
|
||||
" extra_stylesheets:",
|
||||
" - bundles/sonatapage/sonata-page.back.min.css",
|
||||
"declare(strict_types=1);",
|
||||
"",
|
||||
"sonata_page:",
|
||||
" slugify_service: sonata.page.slugify.cocur",
|
||||
" multisite: host",
|
||||
" use_streamed_response: false",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
" router_auto_register:",
|
||||
" enabled: true",
|
||||
" priority: 150",
|
||||
" ignore_route_patterns:",
|
||||
" - ^(.*)admin(.*) # ignore admin route, ie route containing 'admin'",
|
||||
" - ^_(.*) # ignore symfony routes",
|
||||
" ignore_routes:",
|
||||
" - sonata_page_cache_esi",
|
||||
" - sonata_page_cache_ssi",
|
||||
" - sonata_page_js_sync_cache",
|
||||
" - sonata_page_js_async_cache",
|
||||
" - sonata_cache_esi",
|
||||
" - sonata_cache_ssi",
|
||||
" - sonata_cache_js_async",
|
||||
" - sonata_cache_js_sync",
|
||||
" - sonata_cache_apc",
|
||||
" ignore_uri_patterns:",
|
||||
" - ^/admin\\/ # ignore admin route, ie route containing 'admin'",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use JMS\\Serializer\\Annotation as Serializer;",
|
||||
"use Sonata\\PageBundle\\Entity\\BaseSite;",
|
||||
"",
|
||||
" default_template: default",
|
||||
" templates:",
|
||||
" default:",
|
||||
" path: '@SonataPage/layout.html.twig'",
|
||||
" name: 'default'",
|
||||
" containers:",
|
||||
" header:",
|
||||
" name: Header",
|
||||
" content_top:",
|
||||
" name: Top content",
|
||||
" content:",
|
||||
" name: Main content",
|
||||
" content_bottom:",
|
||||
" name: Bottom content",
|
||||
" footer:",
|
||||
" name: Footer",
|
||||
" matrix:",
|
||||
" layout: |",
|
||||
" HHHHHHHH",
|
||||
" HHHHHHHH",
|
||||
" TTTTTTTT",
|
||||
" TTTTTTTT",
|
||||
" CCCCCCCC",
|
||||
" CCCCCCCC",
|
||||
" BBBBBBBB",
|
||||
" BBBBBBBB",
|
||||
" FFFFFFFF",
|
||||
" FFFFFFFF",
|
||||
"/**",
|
||||
" * @ORM\\Entity",
|
||||
" * @ORM\\Table(name=\"page__site\")",
|
||||
" * @ORM\\HasLifecycleCallbacks",
|
||||
" */",
|
||||
"class SonataPageSite extends BaseSite",
|
||||
"{",
|
||||
" /**",
|
||||
" * @ORM\\Id",
|
||||
" * @ORM\\Column(type=\"integer\")",
|
||||
" * @ORM\\GeneratedValue(strategy=\"AUTO\")",
|
||||
" * \\\\ Serializer\\Groups(groups={\"sonata_api_read\",\"sonata_api_write\",\"sonata_search\"})",
|
||||
" *",
|
||||
" * @var int",
|
||||
" */",
|
||||
" protected $id;",
|
||||
"",
|
||||
" mapping:",
|
||||
" H: header",
|
||||
" T: content_top",
|
||||
" C: content",
|
||||
" B: content_bottom",
|
||||
" F: footer",
|
||||
" public function getId()",
|
||||
" {",
|
||||
" return $this->id;",
|
||||
" }",
|
||||
"",
|
||||
" direct_publication: '%kernel.debug%'",
|
||||
" /**",
|
||||
" * @ORM\\PrePersist",
|
||||
" */",
|
||||
" public function prePersist(): void",
|
||||
" {",
|
||||
" parent::prePersist();",
|
||||
" }",
|
||||
"",
|
||||
" catch_exceptions:",
|
||||
" not_found: [404] # render 404 page with \"not_found\" key (name generated: _page_internal_error_{key})",
|
||||
" fatal: [500] # so you can use the same page for different http errors or specify specific page for each error",
|
||||
"",
|
||||
" class:",
|
||||
" page: 'App\\Entity\\SonataPagePage'",
|
||||
" snapshot: 'App\\Entity\\SonataPageSnapshot'",
|
||||
" block: 'App\\Entity\\SonataPageBlock'",
|
||||
" site: 'App\\Entity\\SonataPageSite'",
|
||||
" /**",
|
||||
" * @ORM\\PreUpdate",
|
||||
" */",
|
||||
" public function preUpdate(): void",
|
||||
" {",
|
||||
" parent::preUpdate();",
|
||||
" }",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/sonata_page.yaml": {
|
||||
"src/Entity/SonataPageSnapshot.php": {
|
||||
"contents": [
|
||||
"#sonata_page_api:",
|
||||
"# resource: '@SonataPageBundle/Resources/config/routing/api.xml'",
|
||||
"# prefix: /",
|
||||
"<?php",
|
||||
"",
|
||||
"#sonata_page_cache:",
|
||||
"# resource: '@SonataPageBundle/Resources/config/routing/cache.xml'",
|
||||
"# prefix: /",
|
||||
"declare(strict_types=1);",
|
||||
"",
|
||||
"sonata_page_exceptions:",
|
||||
" resource: '@SonataPageBundle/Resources/config/routing/exceptions.xml'",
|
||||
" prefix: /",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use JMS\\Serializer\\Annotation as Serializer;",
|
||||
"use Sonata\\PageBundle\\Entity\\BaseSnapshot;",
|
||||
"",
|
||||
"/**",
|
||||
" * @ORM\\Entity",
|
||||
" * @ORM\\Table(name=\"page__snapshot\", indexes={",
|
||||
" * @ORM\\Index(",
|
||||
" * name=\"idx_snapshot_dates_enabled\", columns={\"publication_date_start\", \"publication_date_end\",\"enabled\"",
|
||||
" * })",
|
||||
" * })",
|
||||
" */",
|
||||
"class SonataPageSnapshot extends BaseSnapshot",
|
||||
"{",
|
||||
" /**",
|
||||
" * @ORM\\Id",
|
||||
" * @ORM\\Column(type=\"integer\")",
|
||||
" * @ORM\\GeneratedValue(strategy=\"AUTO\")",
|
||||
" * // Serializer\\Groups(groups={\"sonata_api_read\",\"sonata_api_write\",\"sonata_search\"})",
|
||||
" *",
|
||||
" * @var int",
|
||||
" */",
|
||||
" protected $id;",
|
||||
"",
|
||||
" /**",
|
||||
" * @ORM\\ManyToOne(",
|
||||
" * targetEntity=\"App\\Entity\\SonataPageSite\",",
|
||||
" * cascade={\"persist\"}",
|
||||
" * )",
|
||||
" * @ORM\\JoinColumn(name=\"site_id\", referencedColumnName=\"id\", onDelete=\"CASCADE\")",
|
||||
" *",
|
||||
" * @var SonataPageSite",
|
||||
" */",
|
||||
" protected $site;",
|
||||
"",
|
||||
" /**",
|
||||
" * @ORM\\ManyToOne(",
|
||||
" * targetEntity=\"App\\Entity\\SonataPagePage\",",
|
||||
" * cascade={\"persist\"}",
|
||||
" * )",
|
||||
" * @ORM\\JoinColumn(name=\"page_id\", referencedColumnName=\"id\", onDelete=\"CASCADE\")",
|
||||
" *",
|
||||
" * @var SonataPagePage",
|
||||
" */",
|
||||
" protected $page;",
|
||||
"",
|
||||
" public function getId()",
|
||||
" {",
|
||||
" return $this->id;",
|
||||
" }",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
|
||||
@@ -17,12 +17,6 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"var/storage/screenshots/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/tienvx_mbt.yaml": {
|
||||
"contents": [
|
||||
"tienvx_mbt:",
|
||||
@@ -38,6 +32,12 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"var/storage/screenshots/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "c3dee2d3577c6878d256536e85dbed9be529e354"
|
||||
|
||||
@@ -22,12 +22,6 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"var/storage/screenshots/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/tienvx_mbt.yaml": {
|
||||
"contents": [
|
||||
"tienvx_mbt:",
|
||||
@@ -48,6 +42,12 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"var/storage/screenshots/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "9115d708d793208b5129daa8aa17d17f470aaa2e"
|
||||
|
||||
@@ -13,12 +13,6 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"src/Method/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/rpc_server.yaml": {
|
||||
"contents": [
|
||||
"# Read the documentation: https://github.com/timiki/rpc-server-bundle",
|
||||
@@ -49,6 +43,12 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Method/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "ec7efbddd11341ae51ed0b132dbae54659667ca5"
|
||||
|
||||
@@ -13,12 +13,6 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"src/Method/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/rpc_server.yaml": {
|
||||
"contents": [
|
||||
"# Read the documentation: https://github.com/timiki/rpc-server-bundle",
|
||||
@@ -49,6 +43,12 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Method/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "55f99c8a9901bcb5cbd75ab722c923dae9bfb4ef"
|
||||
|
||||
@@ -20,6 +20,14 @@
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/test/tsantos_serializer.yaml": {
|
||||
"contents": [
|
||||
"tsantos_serializer:",
|
||||
" generation_strategy: always",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/tsantos_serializer.yaml": {
|
||||
"contents": [
|
||||
"# Read the official documentation page of this bundle for further information about all possible configurations.",
|
||||
@@ -29,14 +37,6 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/test/tsantos_serializer.yaml": {
|
||||
"contents": [
|
||||
"tsantos_serializer:",
|
||||
" generation_strategy: always",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "0e77ebcee14268963daa83bbf7dbda672876ef07"
|
||||
|
||||
@@ -16,12 +16,6 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"src/Entity/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/nav.yaml": {
|
||||
"contents": [
|
||||
"# Read the documentation: https://github.com/vincentchalamon/nav-bundle",
|
||||
@@ -35,6 +29,12 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "92fc2eb188beaea20b31f2c3bf8e0a07914d5018"
|
||||
|
||||
@@ -21,12 +21,6 @@
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"src/Model/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/eloquent.yaml": {
|
||||
"contents": [
|
||||
"wouterj_eloquent:",
|
||||
@@ -41,6 +35,12 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Model/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "b39da4df8d90e09040061dbfd450ac02e1df29d2"
|
||||
|
||||
Reference in New Issue
Block a user