Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[WIP][3.0][Form] Removed usage of deprecated form tag attributes#16044

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
wouterj wants to merge408 commits intosymfony:2.8fromwouterj:form-tag_deprecations

Conversation

@wouterj
Copy link
Member

QA
Bug fix?yes
New feature?no
BC breaks?yes
Deprecations?no
Tests pass?yes
Fixed tickets-
LicenseMIT
Doc PR-

WIP because it needs some adjustments after#15926 is merged

fabpotand others added30 commitsFebruary 23, 2015 13:00
…obion)This PR was merged into the 3.0-dev branch.Discussion----------[PropertyAccess] remove deprecations for 3.0| Q             | A| ------------- | ---| Bug fix?      | no| New feature?  | no| BC breaks?    | yes| Deprecations? | no| Tests pass?   | yes| Fixed tickets || License       | MIT| Doc PR        | -Commits-------3bc87b5 [PropertyAccess] remove deprecations
This PR was submitted for the 2.7 branch but it was merged into the 3.0-dev branch instead (closessymfony#13756).Discussion----------[3.0][Console] Added type hintThe method `Symfony\Component\Console\Application::renderException()` have 2 parameters not type hint but the PHPDoc reveal types.| Q             | A| ------------- | ---| Bug fix?      | no| New feature?  | no| BC breaks?    | yes| Deprecations? | no| Tests pass?   | yes| Fixed tickets || License       | MIT| Doc PR        | -Commits-------e98c537 [Console] Added type hint
* 2.7:  Minor hot fix  [PROCESS] make sure /dev/tty is readable  [PhpUnitBridge] Allow PHP 5.3.3 to use with Symfony 2.3  [2.3] require-dev PHPUnit bridge  [FrameworkBundle] Fixed Shell logo  [2.3] Update CONTRIBUTING.md  [2.3][Process] Fixed PhpProcess::getCommandLine() result  [Debug] Deprecations exception for Symfony internals  [Console] explicit assertion for ArgvInput::getFirstArgument() with no arguments  [PropertyAccess] unify and fix doc  Enforce UTF-8 charset for core controllers  Fix the toolbar JS for IEConflicts:.travis.ymlsrc/Symfony/Bridge/PhpUnit/composer.json
* 2.7:  [Form] NativeRequestHandler file handling fix  [VarDumper] Workaround stringy numeric keys  [HttpKernel] Throw double-bounce exceptions  [FrameworkBundle] silence E_USER_DEPRECATED in insulated clients  [minor] composer.json fix  [minor] composer.json fix  Fixed absolute_url for absolute paths  minorsymfony#13377 [Console] Change greater by greater or equal for isFresh in FileResource  [2.3] [HttpFoundation] fixed param order for Nginx's x-accel-redirect
…ts (jakzal)This PR was merged into the 3.0-dev branch.Discussion----------[FrameworkBundle] Update assets configuration tests| Q             | A| ------------- | ---| Bug fix?      | no| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets | -| License       | MIT| Doc PR        | -Previously, assets where enabled if `templating` didn't contain asset configuration. This has been removed insymfony#13666.Instead of enabling it back I propose to keep it disabled and update the tests instead, since we already discussed disabling all FrameworkBundle features by default for 3.0 (symfony#13703).Commits-------5007b41 [Form] Replace use of bind() with submit() in a test.494e300 [SecurityBundle] Enable assets in functional tests.4c26875 [FrameworkBundle] Fix a default config test case and add a new one for enabling assets.b0f6a19 [FrameworkBundle] Remove a legacy test.
Conflicts:src/Symfony/Component/OptionsResolver/OptionsResolverInterface.php
…ity (Tobion)This PR was merged into the 3.0-dev branch.Discussion----------[OptionsResolver] removed deprecated functionality| Q             | A| ------------- | ---| Bug fix?      | no| New feature?  | no| BC breaks?    | yes| Deprecations? | no| Tests pass?   | yes| Fixed tickets || License       | MIT| Doc PR        | -Commits-------295bba2 [OptionsResolver] removed deprecated functionality
* 2.7: (22 commits)  Php Inspections (EA Extended): squash all PR-13813 commits  replaced the last remaining is_integer() call  [2.3] [Config] [Console] [DependencyInjection] [DomCrawler] [Form] [HttpKernel] [PropertyAccess] [Security] [Translation] [Yaml] static code analysis, code cleanup  [FrameworkBundle] simplify dep declaration  [VarDumper] Fix "next element is already occupied"  [Serializer] Introduce ObjectNormalizer  [Serializer] Refactoring of metadata  [Validator] Added missing galician (gl) translations  [WebProfilerBundle] Update ajax calls in toolbar to add the css error class  [PropertyAccess] stop overwriting once a reference is reached (3rd)  [OptionsResolver] Remove Unused Variable from Foreach Cycles  [travis] Tests Security sub-components  [Serializer] Test that normalizers ignore non-existing attributes.  [Twig] bootstrap_3_layout.html.twig is usable as a trait  [travis] Tests Security sub-components  [Serializer] Fix ClassMetadataFactory PHPDoc  CS fixes  [Serializer] rename exception interface  [Serializer] Optimize GetSetMethodNormalizer and PropertyNormalizer  [TwigBridge] Bootstrap Layout - Fix the label of checkbox cannot be empty  ...Conflicts:src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.phpsrc/Symfony/Component/Console/Tests/Helper/LegacyDialogHelperTest.phpsrc/Symfony/Component/Serializer/composer.json
* 2.7:  Changed visibility of setUp() and tearDown to protected  Changed visibility of setUp() and tearDown to protected  [2.7] Fix travis file  [HttpFoundation] MongoDbSessionHandler::read() now checks for valid session age  [Debug] reintroduce charset param to ExceptionHandler  Changed visibility of setUp() and tearDown to protected  [WebProfilerBundle] Set debug+charset on the ExceptionHandler fallback  [Debug] deprecate ExceptionHandler::utf8Htmlize  Added default button class  used HTML5 meta charset tag and removed hardcoded ones  Revert "bugsymfony#13715 Enforce UTF-8 charset for core controllers (WouterJ)"  fixed XSS in the exception handler  Php Inspections (EA Extended) - static code analysis includes:  [2.3] Remove most refs uses  [FrameworkBundle] Read config/validation/*.(xml|yml) files  Test with local components instead of waiting for the subtree-splitter when possibleConflicts:src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/LegacyTemplatingAssetHelperPassTest.phpsrc/Symfony/Bundle/TwigBundle/Tests/Extension/LegacyAssetsExtensionTest.phpsrc/Symfony/Bundle/TwigBundle/Tests/TokenParser/LegacyRenderTokenParserTest.phpsrc/Symfony/Component/ClassLoader/Tests/LegacyUniversalClassLoaderTest.phpsrc/Symfony/Component/Console/Helper/ProgressHelper.phpsrc/Symfony/Component/Console/Tests/Helper/LegacyDialogHelperTest.phpsrc/Symfony/Component/Console/Tests/Helper/LegacyProgressHelperTest.phpsrc/Symfony/Component/Debug/ExceptionHandler.phpsrc/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.phpsrc/Symfony/Component/Routing/Tests/Matcher/Dumper/LegacyApacheMatcherDumperTest.phpsrc/Symfony/Component/Templating/Tests/Helper/LegacyAssetsHelperTest.php
* 2.7:  [travis] Do no tar in //  [translation][performances] move loading resources into Translator initialize.  allow to cache entity loader based on query builder  [Assets] Make templating.helper.assets service available again for BC reasons  [2.3] Static Code Analysis for Components
* legacy27:  [2.7] add@group legacy  [2.6] add@group legacy  [2.3] add@group legacyConflicts:src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/LegacyUniqueEntityValidatorLegacyApiTest.phpsrc/Symfony/Bridge/Twig/Tests/Extension/AssetExtensionTest.phpsrc/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/LegacyTemplatingAssetHelperPassTest.phpsrc/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.phpsrc/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.phpsrc/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/AssetsHelper.phpsrc/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/TwigExtensionTest.phpsrc/Symfony/Bundle/TwigBundle/Tests/TokenParser/LegacyRenderTokenParserTest.phpsrc/Symfony/Component/ClassLoader/Tests/ApcClassLoaderTest.phpsrc/Symfony/Component/ClassLoader/Tests/LegacyUniversalClassLoaderTest.phpsrc/Symfony/Component/Console/Tests/Command/CommandTest.phpsrc/Symfony/Component/Console/Tests/Helper/LegacyDialogHelperTest.phpsrc/Symfony/Component/Console/Tests/Helper/LegacyProgressHelperTest.phpsrc/Symfony/Component/Console/Tests/Helper/LegacyTableHelperTest.phpsrc/Symfony/Component/EventDispatcher/Tests/AbstractEventDispatcherTest.phpsrc/Symfony/Component/EventDispatcher/Tests/EventTest.phpsrc/Symfony/Component/Form/Tests/AbstractLayoutTest.phpsrc/Symfony/Component/Form/Tests/Extension/HttpFoundation/EventListener/LegacyBindRequestListenerTest.phpsrc/Symfony/Component/HttpFoundation/Tests/Session/Flash/FlashBagTest.phpsrc/Symfony/Component/HttpKernel/Tests/KernelTest.phpsrc/Symfony/Component/OptionsResolver/Tests/LegacyOptionsResolverTest.phpsrc/Symfony/Component/OptionsResolver/Tests/LegacyOptionsTest.phpsrc/Symfony/Component/Routing/Tests/Annotation/RouteTest.phpsrc/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.phpsrc/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.phpsrc/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.phpsrc/Symfony/Component/Routing/Tests/Matcher/Dumper/LegacyApacheMatcherDumperTest.phpsrc/Symfony/Component/Routing/Tests/Matcher/LegacyApacheUrlMatcherTest.phpsrc/Symfony/Component/Routing/Tests/RouteTest.phpsrc/Symfony/Component/Templating/Tests/Helper/LegacyAssetsHelperTest.phpsrc/Symfony/Component/Templating/Tests/Helper/LegacyCoreAssetsHelperTest.phpsrc/Symfony/Component/Yaml/Tests/YamlTest.php
* 2.7:  `ResolveParameterPlaceHoldersPass` unit tests  Fixing wrong variable name fromsymfony#13519  [translation][initialize cache] Remove dead code.  [DependencyInjection] fixed service resolution for factories  [HttpKernel] Throw a LogicException when kernel.exception does not led to a Response  [FrameworkBundle] Added domain column when debugging translations  [PhpUnitBridge] do not replace but require-dev in symfony/symfony  [acl][command][SecurityBundle] Fixed user input option mode to be an ArrayConflicts:composer.json
* 2.7:  Marked the ResolveParameterPlaceHoldersPassTest as legacy  [ExpressionLanguage] fixed issues when parsing postfix expressions  remove unused code  do not inline service factories  resolve class parameters in service factories  [Serializer] Fix object normalization exceptions
* 2.7: (55 commits)  CS: fix some license headers  CS: Ensure there is no code on the same line as the PHP open tag and it is followed by a blankline  Improve triggering of the deprecation error  [SecurityBundle] Fix typos in LogoutUrlHelper  [VarDumper] add caster for MongoCursor objects  make it possible to dump inlined services to XML  [VarDumper] Fixed notice when Exchange is mocked  [Translation] keep old array structure of resourcesFiles to avoid BC.  removed deprecated notices that make the tests fail  use visited lookup with reference to gain performance  [VarDumper] with-er interface for Cloner\Data  Replace GET parameters when changed  tweaked phpdocs  [Process] Fix outdated Process->start() docblock  prevent inlining service configurators  Improve entropy of generated salt  Complete the removal of API versions in the validator component  [Validator] deprecated API version  Removed 2.5 bc layer  [SecurityBundle] UserPasswordEncoderCommand: fix help arguments order.  ...Conflicts:CHANGELOG-2.3.mdCHANGELOG-2.6.mdsrc/Symfony/Bridge/Doctrine/Form/Type/DoctrineType.phpsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.phpsrc/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/FormHelperDivLayoutTest.phpsrc/Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/FormHelperTableLayoutTest.phpsrc/Symfony/Bundle/FrameworkBundle/composer.jsonsrc/Symfony/Bundle/SecurityBundle/composer.jsonsrc/Symfony/Component/Console/Helper/DialogHelper.phpsrc/Symfony/Component/Console/Tests/Helper/LegacyTableHelperTest.phpsrc/Symfony/Component/Form/ResolvedFormType.phpsrc/Symfony/Component/Routing/Matcher/Dumper/ApacheMatcherDumper.php
This PR was merged into the 3.0-dev branch.Discussion----------removed all *.class parameters| Q             | A| ------------- | ---| Bug fix?      | no| New feature?  | no| BC breaks?    | yes| Deprecations? | no| Tests pass?   | no| Fixed tickets |symfony#11881,symfony#12822| License       | MIT| Doc PR        | noneCommits-------8835d1a removed all *.class parameters
* 2.7: (29 commits)  [Validator] Added missing Hungarian translation  remove usage of deprecated class  Fix merge  Fix merge  CS: fixes  [Translation][Extractor] Allow extracting an array of files besides extracting a directory  [VarDumper] Fix dumping ThrowingCasterException  [Console][Table] Add support for colspan/rowspan + multiple header lines  Translator component has default domain for null implemented no need to have default translation domain logic in 3 different places  Displays friendly message if the event does not have any registered listeners  [VarDumper] Ctrl+click toggles-all and fix IE8 support  Implemented check on interface implementation  [Form] [TwigBridge] Bootstrap layout whitespace control  |Validator] Add PHPUnit hint in AbstractConstraintValidatorTest  [VarDumper] implement expand all on ALT+click  [WebProfilerBundle] Fixed collapsed profiler menu icons  [travis] Kill tests when a new commit has been pushed  fixed CS  Change behavior to mirror hash_equals() returning early if there is a length mismatch  CS fixing  ...Conflicts:src/Symfony/Bridge/Twig/composer.jsonsrc/Symfony/Bundle/FrameworkBundle/composer.jsonsrc/Symfony/Bundle/SecurityBundle/Resources/config/security.xmlsrc/Symfony/Bundle/SecurityBundle/Resources/config/security_acl.xmlsrc/Symfony/Bundle/SecurityBundle/Resources/config/security_acl_dbal.xmlsrc/Symfony/Bundle/SecurityBundle/Resources/config/security_listeners.xmlsrc/Symfony/Bundle/SecurityBundle/Resources/config/security_rememberme.xmlsrc/Symfony/Bundle/TwigBundle/Extension/AssetsExtension.php
…lity for debug commands (matthieuauger)This PR was merged into the 3.0-dev branch.Discussion----------[3.0] [FrameworkBundle] Drop backward compatibility for debug commands| Q             | A| ------------- | ---| Bug fix?      | no| New feature?  | no| BC breaks?    | yes| Deprecations? | no| Tests pass?   | yes| License       | MITRemove the aliases set for backward compatibility. Currently theses commands are displayed twice in the bin/console list output (command:debug and debug:command)Commits-------14bbd28 Drop backward compatibility for debug commands
* 2.7:  [RFC][Console] Added console style guide helpers (v2)  [Validator] Add missing pt_BR translations  [Translation][Profiler] Added a Translation profiler.  Add parsing of hexadecimal strings for PHP 7  [VarDumper] Add filters to casters  Trim final stop from deprecation message  [Configuration] improve description for ignoreExtraKeys on ArrayNodeDefinition  [Validator] Added missing Hungarian translation  [Validator] Fixed grammar in Hungarian translation  CS: Unary operators should be placed adjacent to their operands  CS: Binary operators should be arounded by at least one space  remove useless tests that fail in php 7  [Translator] fix test for php 7 compatibility  [VarDumper] Add VarDumperTestCase and related trait  Update phpdoc of ProcessBuilder#setPrefix()Conflicts:src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Fixtures/php/lazy_service.phpsrc/Symfony/Component/Routing/Matcher/ApacheUrlMatcher.phpsrc/Symfony/Component/Routing/Matcher/Dumper/ApacheMatcherDumper.phpsrc/Symfony/Component/VarDumper/Cloner/AbstractCloner.php
* 2.7:  fixed typo
fabpotand others added27 commitsSeptember 28, 2015 13:17
This PR was merged into the 3.0-dev branch.Discussion----------[Finder] removed obsolete code| Q             | A| ------------- | ---| Bug fix?      | no| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets | n/a| License       | MIT| Doc PR        | n/aCommits-------be729e3 [Finder] removed obsolete code
This PR was merged into the 3.0-dev branch.Discussion----------use try-finally when possible| Q             | A| ------------- | ---| Bug fix?      | no| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | I hope| Fixed tickets | n/a| License       | MIT| Doc PR        | n/aFound those with regex `catch \(\\Exception[^\}]+throw \$`Commits-------49edef2 use try-finally when possible
…urce() which was deprecated in 2.8 (mpdude)This PR was squashed before being merged into the 3.0-dev branch (closessymfony#15929).Discussion----------[3.0][Config] Remove ResourceInterface::getResource() which was deprecated in 2.8| Q             | A| ------------- | ---| Bug fix?      | no| New feature?  | no| BC breaks?    | yes| Deprecations? | no| Tests pass?   | yes| Fixed tickets || License       | MIT| Doc PR        |Deprecated insymfony#15719.Commits-------7cef180 [3.0][Config] Remove ResourceInterface::getResource() which was deprecated in 2.8
Conflicts:composer.jsonsrc/Symfony/Bundle/FrameworkBundle/Command/RouterApacheDumperCommand.phpsrc/Symfony/Bundle/FrameworkBundle/Command/RouterDebugCommand.phpsrc/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.phpsrc/Symfony/Bundle/SecurityBundle/Resources/config/security.xmlsrc/Symfony/Bundle/SecurityBundle/Resources/config/security_listeners.xmlsrc/Symfony/Bundle/TwigBundle/Controller/ExceptionController.phpsrc/Symfony/Component/ClassLoader/ApcUniversalClassLoader.phpsrc/Symfony/Component/ClassLoader/DebugClassLoader.phpsrc/Symfony/Component/ClassLoader/UniversalClassLoader.phpsrc/Symfony/Component/Console/Input/StringInput.phpsrc/Symfony/Component/Debug/DebugClassLoader.phpsrc/Symfony/Component/DependencyInjection/Container.phpsrc/Symfony/Component/DependencyInjection/ContainerBuilder.phpsrc/Symfony/Component/DependencyInjection/ContainerInterface.phpsrc/Symfony/Component/DependencyInjection/Definition.phpsrc/Symfony/Component/DependencyInjection/DefinitionDecorator.phpsrc/Symfony/Component/DependencyInjection/Scope.phpsrc/Symfony/Component/DependencyInjection/ScopeInterface.phpsrc/Symfony/Component/DomCrawler/composer.jsonsrc/Symfony/Component/EventDispatcher/Event.phpsrc/Symfony/Component/HttpKernel/Kernel.phpsrc/Symfony/Component/HttpKernel/KernelInterface.phpsrc/Symfony/Component/HttpKernel/Log/LoggerInterface.phpsrc/Symfony/Component/HttpKernel/Log/NullLogger.phpsrc/Symfony/Component/Security/Core/composer.jsonsrc/Symfony/Component/Security/Resources/translations/security.tr.xlfsrc/Symfony/Component/Security/composer.jsonsrc/Symfony/Component/Translation/Translator.php
…(xabbuh)This PR was merged into the 3.0-dev branch.Discussion----------[Ldap] update branch alias for the master branch| Q             | A| ------------- | ---| Bug fix?      | yes| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets || License       | MIT| Doc PR        |Commits-------b4092a7 [Ldap] update branch alias for the master branch
* 2.8:  Remove profiler storages  deprecate finding deep items in request parameters  [CssSelector] updated README  [CssSelector] remove ConverterInterface  [DependencyInjection] improved a comment for reading fluency  [HttpKernel] change a class in tests to avoid depending on SQLite  [FrameworkBundle] Fix tests  [Bridge\Twig] Fix form lowest version  [ci] Display fastest results first when running tests in parallel  [Yaml] Improve newline handling in folded scalar blocks
* 2.8:  fixed deprecation notices  fixed typos  [FrameworkBundle] Tag deprecated services  [VarDumper] Dump PHP+Twig code excerpts in backtraces  [Config] Fix ArrayNode extra keys "ignore" and "remove" behaviors
* 2.8:  add dependency required by a replaced package  Add a way to group toolbar info pieces  Added general sf-toolbar-block-right class  Bind input before executing the COMMAND event
…terJ)This PR was merged into the 3.0-dev branch.Discussion----------[3.0][Security] Remove deprecated features| Q             | A| ------------- | ---| Bug fix?      | no| New feature?  | no| BC breaks?    | yes| Deprecations? | no| Tests pass?   | yes| Fixed tickets | -| License       | MIT| Doc PR        | -Commits-------c3c5989 Remove more tests6f9e897 Remove AbstractVoter#isGranted() method6b6de15 Removed supports{Attribute,Class}() methods
* 2.8:  fix test for not configured form action attribute  do not render empty form action attributes  deprecated lifetime profiler option
* 2.8:  [Form] made the tests compatible with 3.0
…es (fabpot)This PR was merged into the 3.0-dev branch.Discussion----------[HttpKernel] removed deprecated profiler storages| Q             | A| ------------- | ---| Bug fix?      | no| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets | n/a| License       | MIT| Doc PR        | n/aCommits-------2925df5 [HttpKernel] removed deprecated profiler storages
…) deep argument (fabpot)This PR was merged into the 3.0-dev branch.Discussion----------[HttpFoundation] removed the ParameterBag::get() deep argument| Q             | A| ------------- | ---| Bug fix?      | no| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets | n/a| License       | MIT| Doc PR        | n/aCommits-------317f7b4 [HttpFoundation] removed the ParameterBag::get() deep argument
* 2.8:  [Security] made tests work for 2.8 and 3.0
* 2.8:  Use PHPUnit 5.0 for PHP 7  [DomCrawler] always pass base href to subcrawlers
* 2.8:  fixed typo
@stof
Copy link
Member

stof commentedOct 1, 2015

Looks like you used the wrong target branch

@wouterjwouterj closed thisOct 1, 2015
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

23 participants

@wouterj@stof@nio@carsonbot@fabpot@francisbesset@nicolas-grekas@jakzal@Tobion@matthieuauger@saro0h@aitboudad@dosten@stloyd@ogizanagi@vincentaubert@dunglas@ewgRa@lyrixx@xabbuh@znerol@pierredup@mpdude

[8]ページ先頭

©2009-2025 Movatter.jp