-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/initial implementation #6
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
Open
sitepark-veltrup
wants to merge
45
commits into
main
Choose a base branch
from
feature/initial-implementation
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 17 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
ff85f46
feat: Work in progress
sitepark-veltrup 748188f
refactor: method signatures
sitepark-veltrup a046917
feat: add limiter
sitepark-veltrup 6f2aedd
fix: HttpApiProblem detail key
sitepark-veltrup aa844f0
feat: configurable default processors
sitepark-veltrup b38ea3a
test: initial implementation
sitepark-veltrup c7c4d64
style: code style
sitepark-veltrup ed94200
refactor: php-stan errors
sitepark-veltrup a9e9be5
test: fix tests
sitepark-veltrup 04be50a
docs: update README.md
sitepark-veltrup c6a8040
chore: Optimize imports
sitepark-veltrup b9cc7c0
feat: add lang attribute to FromDefinition
sitepark-veltrup a71eb1b
test: add template test
sitepark-veltrup 76ff509
docs: update README.md
sitepark-veltrup 7932d9c
Merge branch 'main' into feature/initial-implementation
sitepark-veltrup 1fb8b28
feat: PHP 8.4 support
sitepark-veltrup ba027cb
docs: update README.md
sitepark-veltrup fbc8acb
refactor: use stdClass instead object
sitepark-veltrup 9c333dc
refactor: use non-empty-array
sitepark-veltrup 6a3fcb1
docs: add TODO annotation
sitepark-veltrup e711b69
feat: add attachments for EmailHtmlMessageTwigMjmlRenderer
sitepark-veltrup 42da93b
feat: remove subject from EmailHtmlMessageRendererResult
sitepark-veltrup e7b0f83
refactor: format date in template first
sitepark-veltrup 0ce2861
refactor: format date in template first
sitepark-veltrup 75674b4
docs: add TODO annotation
sitepark-veltrup 45e7ad9
more precise array typing for buttons
sitepark-veltrup 9d75977
docs: remove unnecessary comment
sitepark-veltrup c608ae0
docs: add jsonforms links for Control Dto
sitepark-veltrup e7140da
test: fix tests
sitepark-veltrup c53a769
docs: add see link
sitepark-veltrup b0a6ee9
refactor: Control::scope can not be null
sitepark-veltrup d25419d
chore: update atoolo-search-bundle dependency from dev-main to 1.3.0
sitepark-veltrup 8125416
fix: checkbox, checkbox-group value email rendering
sitepark-veltrup 224c537
fix: null value handling for form-data
sitepark-veltrup edbdede
fix: date field
sitepark-veltrup 7a79d3c
chore: activate php 8.4 support
sitepark-veltrup 9b97d58
fix: translate also error required messages
sitepark-veltrup 8d76c38
feat: add email plain text messages with twig template
sitepark-veltrup 7ef4b4b
test: fix tests
sitepark-veltrup b69bf96
feat: recipient field support
sitepark-veltrup 590cbe0
fix: read undefined array key 'items'
sitepark-veltrup 7e0fe5a
test: fix test
sitepark-veltrup 8932864
fix: nested upload control
sitepark-veltrup 3757e7d
fix: email-address name not required
sitepark-veltrup c378e16
fix: ignore multiple addresses
sitepark-veltrup 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
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 |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| /vendor | ||
| /vendor.orig | ||
| composer.lock | ||
| .idea | ||
| /var/cache/* | ||
| !var/cache/.gitkeep | ||
|
|
||
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,8 +1,8 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <phive xmlns="https://phar.io/phive"> | ||
| <phar name="phpstan" version="^1.10.22" location="./tools/phpstan" copy="false" installed="1.11.7"/> | ||
| <phar name="composer-normalize" version="^2.32.0" location="./tools/composer-normalize" copy="false" installed="2.43.0"/> | ||
| <phar name="phpunit" version="^10.4.0" location="./tools/phpunit.phar" copy="true" installed="10.5.26"/> | ||
| <phar name="overtrue/phplint" version="^9.0.4" location="./tools/phplint" copy="false" installed="9.4.1"/> | ||
| <phar name="php-cs-fixer" version="^3.58.1" installed="3.59.3" copy="false" location="./tools/php-cs-fixer"/> | ||
| <phar name="phpstan" version="^1.10.22" location="./tools/phpstan" copy="false" installed="1.12.12"/> | ||
| <phar name="composer-normalize" version="^2.32.0" location="./tools/composer-normalize" copy="false" installed="2.45.0"/> | ||
| <phar name="phpunit" version="^10.4.0" location="./tools/phpunit.phar" copy="true" installed="10.5.39"/> | ||
| <phar name="overtrue/phplint" version="^9.0.4" location="./tools/phplint" copy="false" installed="9.5.5"/> | ||
| <phar name="php-cs-fixer" version="^3.58.1" installed="3.65.0" copy="false" location="./tools/php-cs-fixer"/> | ||
| </phive> |
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,14 @@ | ||
| [](https://codecov.io/gh/sitepark/atoolo-form-bundle) | ||
|  | ||
| [](## "is no longer checked automatically") | ||
|  | ||
|  | ||
|  | ||
| [](https://github.com/sitepark/atoolo-e2e-test/actions/workflows/e2e-test.yml) | ||
|
|
||
| # Atoolo Form bundle | ||
|
|
||
| This bundle provides an HTTP interface via which forms can be displayed and processed with the help of [JSON Forms](https://jsonforms.io/). | ||
|
|
||
| [Documentation](https://sitepark.github.io/atoolo-docs/develop/bundles/form/) | ||
| - [Bundle Documentation](https://sitepark.github.io/atoolo-docs/develop/bundles/form/) | ||
| - [API Documentation](https://sitepark.github.io/atoolo-docs/develop/form/) |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we verify with 8.2 and 8.3 but release with 8.4?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One dependency is not yet PHP 8.4 ready. I'll change this when it's solved, see: phpro/api-problem-bundle#27