-
Notifications
You must be signed in to change notification settings - Fork 7
[2.x] feat(migr): bump codebase to make compatible with sylius 2 and symfony 7 #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
7bcc0c0
chore(migr): move directory structure and edit config accordingly to …
maxperei d0c166b
fix(formtype): remove deprecated reset pin
maxperei 26a908b
feat(layout): transpose admin controls into twig hooks
maxperei f7a7cf7
docs(capture): update images
maxperei 3c0b6e0
tests(phpunit): remove deprecated reset pin email
maxperei 50f26e7
tests(behat): update notification checker alias
maxperei 378a7cb
fix(flashes): use proper translation domain
maxperei d3f679c
tests(mailer): use new contact request template namespace
maxperei 4501e88
fix(flashes): rollback messages such as ci do not resolve translations
maxperei 0892914
fix(ci): routing must be overridden from install folder
maxperei 758c0bb
fix(deps): lock dev versions and keep sf 6.4
maxperei File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,6 +20,7 @@ jobs: | |
| - 8.3 | ||
| symfony: | ||
| - '6.4.*' | ||
| - '7.2.*' | ||
| env: | ||
| APP_ENV: test | ||
| steps: | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| imports: | ||
| - { resource: "@SynoliaSyliusMailTesterPlugin/config/twig_hooks/**/*.yaml" } |
2 changes: 1 addition & 1 deletion
2
src/Resources/config/admin_routing.yaml → config/routes/admin_routing.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| controllers: | ||
| resource: | ||
| path: ../../Controller/ | ||
| path: ../../src/Controller/ | ||
| namespace: Synolia\SyliusMailTesterPlugin\Controller | ||
| type: attribute |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| sylius_twig_hooks: | ||
| hooks: | ||
| 'synolia.sylius_admin.mailtester': | ||
| sidebar: | ||
| template: '@SyliusAdmin/shared/crud/common/sidebar.html.twig' | ||
| priority: 200 | ||
| navbar: | ||
| template: '@SyliusAdmin/shared/crud/common/navbar.html.twig' | ||
| priority: 100 | ||
| content: | ||
| template: '@SyliusAdmin/shared/crud/common/content.html.twig' | ||
| priority: 0 | ||
| 'synolia.sylius_admin.mailtester.content': | ||
| flashes: | ||
| template: '@SyliusAdmin/shared/crud/common/content/flashes.html.twig' | ||
| priority: 400 | ||
| header: | ||
| template: '@SyliusAdmin/shared/crud/common/content/header.html.twig' | ||
| priority: 300 | ||
| form: | ||
| template: '@SynoliaSyliusMailTesterPlugin/admin/mailtester/content/form.html.twig' | ||
| priority: 200 | ||
| footer: | ||
| template: '@SyliusAdmin/shared/crud/common/content/footer.html.twig' | ||
| priority: 100 | ||
| 'synolia.sylius_admin.mailtester.content.header': | ||
| breadcrumbs: | ||
| template: '@SynoliaSyliusMailTesterPlugin/admin/mailtester/content/header/breadcrumbs.html.twig' | ||
| priority: 100 | ||
| title_block: | ||
| template: '@SyliusAdmin/shared/crud/common/content/header/title_block.html.twig' | ||
| priority: 0 | ||
| 'synolia.sylius_admin.mailtester.content.header.title_block': | ||
| title: | ||
| template: '@SyliusAdmin/shared/crud/common/content/header/title_block/title.html.twig' | ||
| configuration: | ||
| title: 'sylius.menu.admin.main.configuration.mail_tester' | ||
| priority: 100 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| imports: | ||
| - { resource: "@SynoliaSyliusMailTesterPlugin/config/config.yaml" } |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| synolia_mail_tester: | ||
| resource: "@SynoliaSyliusMailTesterPlugin/config/routes/admin_routing.yaml" | ||
| prefix: '/%sylius_admin.path_name%' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 0 additions & 28 deletions
28
src/Resources/views/Admin/MailTester/mail_tester.html.twig
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.