Skip to content
Open
Show file tree
Hide file tree
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 Sep 17, 2024
748188f
refactor: method signatures
sitepark-veltrup Sep 19, 2024
a046917
feat: add limiter
sitepark-veltrup Sep 19, 2024
6f2aedd
fix: HttpApiProblem detail key
sitepark-veltrup Sep 19, 2024
aa844f0
feat: configurable default processors
sitepark-veltrup Sep 19, 2024
b38ea3a
test: initial implementation
sitepark-veltrup Sep 24, 2024
c7c4d64
style: code style
sitepark-veltrup Sep 24, 2024
ed94200
refactor: php-stan errors
sitepark-veltrup Sep 24, 2024
a9e9be5
test: fix tests
sitepark-veltrup Sep 25, 2024
04be50a
docs: update README.md
sitepark-veltrup Sep 25, 2024
c6a8040
chore: Optimize imports
sitepark-veltrup Sep 25, 2024
b9cc7c0
feat: add lang attribute to FromDefinition
sitepark-veltrup Sep 25, 2024
a71eb1b
test: add template test
sitepark-veltrup Sep 25, 2024
76ff509
docs: update README.md
sitepark-veltrup Sep 25, 2024
7932d9c
Merge branch 'main' into feature/initial-implementation
sitepark-veltrup Dec 2, 2024
1fb8b28
feat: PHP 8.4 support
sitepark-veltrup Dec 13, 2024
ba027cb
docs: update README.md
sitepark-veltrup Dec 13, 2024
fbc8acb
refactor: use stdClass instead object
sitepark-veltrup Dec 17, 2024
9c333dc
refactor: use non-empty-array
sitepark-veltrup Dec 17, 2024
6a3fcb1
docs: add TODO annotation
sitepark-veltrup Dec 17, 2024
e711b69
feat: add attachments for EmailHtmlMessageTwigMjmlRenderer
sitepark-veltrup Dec 17, 2024
42da93b
feat: remove subject from EmailHtmlMessageRendererResult
sitepark-veltrup Dec 17, 2024
e7b0f83
refactor: format date in template first
sitepark-veltrup Dec 17, 2024
0ce2861
refactor: format date in template first
sitepark-veltrup Dec 17, 2024
75674b4
docs: add TODO annotation
sitepark-veltrup Dec 17, 2024
45e7ad9
more precise array typing for buttons
sitepark-veltrup Dec 17, 2024
9d75977
docs: remove unnecessary comment
sitepark-veltrup Dec 17, 2024
c608ae0
docs: add jsonforms links for Control Dto
sitepark-veltrup Dec 17, 2024
e7140da
test: fix tests
sitepark-veltrup Dec 17, 2024
c53a769
docs: add see link
sitepark-veltrup Dec 17, 2024
b0a6ee9
refactor: Control::scope can not be null
sitepark-veltrup Dec 17, 2024
d25419d
chore: update atoolo-search-bundle dependency from dev-main to 1.3.0
sitepark-veltrup Dec 17, 2024
8125416
fix: checkbox, checkbox-group value email rendering
sitepark-veltrup Jan 29, 2025
224c537
fix: null value handling for form-data
sitepark-veltrup Jan 29, 2025
edbdede
fix: date field
sitepark-veltrup Jan 29, 2025
7a79d3c
chore: activate php 8.4 support
sitepark-veltrup Jan 30, 2025
9b97d58
fix: translate also error required messages
sitepark-veltrup Feb 24, 2025
8d76c38
feat: add email plain text messages with twig template
sitepark-veltrup Oct 20, 2025
7ef4b4b
test: fix tests
sitepark-veltrup Oct 21, 2025
b69bf96
feat: recipient field support
sitepark-veltrup Nov 4, 2025
590cbe0
fix: read undefined array key 'items'
sitepark-veltrup Nov 12, 2025
7e0fe5a
test: fix test
sitepark-veltrup Nov 12, 2025
8932864
fix: nested upload control
sitepark-veltrup Dec 8, 2025
3757e7d
fix: email-address name not required
sitepark-veltrup Jan 27, 2026
c378e16
fix: ignore multiple addresses
sitepark-veltrup Feb 25, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
with:
botName: "sitepark-bot"
botEmail: "opensource@sitepark.com"
phpVersion: "8.4"
secrets:
# Sitepark-BOT personal access token
BOT_PAT: ${{ secrets.BOT_PAT }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
jobs:
verify:
uses: sitepark/github-project-workflow/.github/workflows/composer-verify.yml@release/1.x
with:
phpVersions: '["8.2","8.3"]'
Copy link
Member

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?

Copy link
Member Author

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

secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

1 change: 1 addition & 0 deletions .gitignore
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
Expand Down
10 changes: 5 additions & 5 deletions .phive/phars.xml
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>
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
[![codecov](https://codecov.io/gh/sitepark/atoolo-form-bundle/graph/badge.svg?token=bPXRMUE4tn)](https://codecov.io/gh/sitepark/atoolo-form-bundle)
![phpstan](https://img.shields.io/badge/PHPStan-level%209-brightgreen)
[![php](https://img.shields.io/badge/PHP-8.1-yellow)](## "is no longer checked automatically")
![php](https://img.shields.io/badge/PHP-8.2-blue)
![php](https://img.shields.io/badge/PHP-8.3-blue)
![php](https://img.shields.io/badge/PHP-8.4-blue)
[![E2E Test](https://github.com/sitepark/atoolo-e2e-test/actions/workflows/e2e-test.yml/badge.svg)](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/)
25 changes: 22 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,27 @@
}
],
"require": {
"php": ">=8.1 <8.4.0",
"php": ">=8.1 <8.5.0",
"ext-fileinfo": "*",
"atoolo/resource-bundle": "dev-main",
"league/csv": "^9.16.0",
"opis/json-schema": "^2.3",
"phpdocumentor/reflection-docblock": "^5.4",
"phpro/api-problem": "^1.7",
"phpro/api-problem-bundle": "^1.7",
"soundasleep/html2text": "^2.1",
"symfony/config": "^6.3 || ^7.0",
"symfony/dependency-injection": "^6.3 || ^7.0",
"symfony/framework-bundle": "^7.1",
"symfony/http-kernel": "^6.3 || ^7.0",
"symfony/mailer": "^7.1",
"symfony/property-access": "^7.1",
"symfony/property-info": "^7.1",
"symfony/rate-limiter": "^7.1",
"symfony/serializer": "^7.1",
"symfony/translation": "^7.1",
"symfony/twig-bundle": "^7.1",
"symfony/validator": "^7.1",
"symfony/yaml": "^6.3 || ^7.0"
},
"require-dev": {
Expand All @@ -22,7 +39,9 @@
"phpcompatibility/php-compatibility": "^9.3",
"phpunit/phpunit": "^10.4",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.7"
"squizlabs/php_codesniffer": "^3.7",
"symfony/css-selector": "^7.1",
"symfony/dom-crawler": "^7.1"
},
"repositories": {},
"minimum-stability": "dev",
Expand Down Expand Up @@ -71,7 +90,7 @@
"@analyse:compatibilitycheck"
],
"analyse:compatibilitycheck": "./vendor/bin/phpcs --standard=./phpcs.compatibilitycheck.xml",
"analyse:phpcsfixer": "./tools/php-cs-fixer check --diff --show-progress=dots",
"analyse:phpcsfixer": "./tools/php-cs-fixer check --diff --show-progress=dots",
"analyse:phplint": "./tools/phplint",
"analyse:phpstan": "./tools/phpstan analyse",
"cs-fix": [
Expand Down
Loading