Skip to content
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

Allow and prepare victoire to be used with Symfony 2.8 #340

Closed
5 tasks done
lenybernard opened this issue Feb 18, 2016 · 2 comments
Closed
5 tasks done

Allow and prepare victoire to be used with Symfony 2.8 #340

lenybernard opened this issue Feb 18, 2016 · 2 comments
Labels

Comments

@lenybernard
Copy link
Contributor

  • clean dev-master ugly dependencies and change composer.json to get 2.8 vendors
  • make tests pass with symfony 2.8
  • make tests pass with symfony 3.0 (too soon, some dependencies are not ready yet for 3.0)
  • fix deprecations to be ready for 3.0
  • migrate every friendsofvictoire widget to be 3.0 ready
  • make involve WidgetFilterType which use Filter->getName
@lenybernard
Copy link
Contributor Author

generated report

deprecation-detector check Bundle --log-html=deprecations.html
# Usage Line Comment
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/BlogBundle/Filter/CategoryFilter.php
1 Overriding deprecated method Victoire\Bundle\BlogBundle\Filter\CategoryFilter->getName() 210 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/BlogBundle/Filter/DateFilter.php
2 Calling deprecated method Symfony\Component\Form\FormTypeInterface->getName() 106 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
3 Overriding deprecated method Victoire\Bundle\BlogBundle\Filter\DateFilter->getName() 146 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/BlogBundle/Filter/TagFilter.php
4 Overriding deprecated method Victoire\Bundle\BlogBundle\Filter\TagFilter->getName() 153 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/BlogBundle/Form/ArticleSettingsType.php
5 Overriding deprecated method Victoire\Bundle\BlogBundle\Form\ArticleSettingsType->getName() 82 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/BlogBundle/Form/ArticleTemplateType.php
6 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 42 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
7 Overriding deprecated method Victoire\Bundle\BlogBundle\Form\ArticleTemplateType->setDefaultOptions() 42 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
8 Overriding deprecated method Victoire\Bundle\BlogBundle\Form\ArticleTemplateType->getName() 60 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/BlogBundle/Form/ArticleType.php
9 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 163 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
10 Overriding deprecated method Victoire\Bundle\BlogBundle\Form\ArticleType->setDefaultOptions() 163 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
11 Overriding deprecated method Victoire\Bundle\BlogBundle\Form\ArticleType->getName() 176 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/BlogBundle/Form/BlogCategoryType.php
12 Calling deprecated static method Symfony\Component\Form\FormTypeInterface::setDefaultOptions() 43 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
13 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 41 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
14 Overriding deprecated method Victoire\Bundle\BlogBundle\Form\BlogCategoryType->setDefaultOptions() 41 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
15 Overriding deprecated method Victoire\Bundle\BlogBundle\Form\BlogCategoryType->getName() 54 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/BlogBundle/Form/BlogSettingsType.php
16 Calling deprecated static method Symfony\Component\Form\FormTypeInterface::setDefaultOptions() 55 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
17 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 53 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
18 Overriding deprecated method Victoire\Bundle\BlogBundle\Form\BlogSettingsType->setDefaultOptions() 53 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
19 Overriding deprecated method Victoire\Bundle\BlogBundle\Form\BlogSettingsType->getName() 66 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/BlogBundle/Form/BlogType.php
20 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 40 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
21 Overriding deprecated method Victoire\Bundle\BlogBundle\Form\BlogType->setDefaultOptions() 40 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
22 Overriding deprecated method Victoire\Bundle\BlogBundle\Form\BlogType->getName() 55 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/BlogBundle/Form/CategoryType.php
23 Calling deprecated static method Symfony\Component\Form\FormTypeInterface::setDefaultOptions() 108 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
24 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 106 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
25 Overriding deprecated method Victoire\Bundle\BlogBundle\Form\CategoryType->setDefaultOptions() 106 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
26 Overriding deprecated method Victoire\Bundle\BlogBundle\Form\CategoryType->getName() 123 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/BlogBundle/Form/ChooseBlogType.php
27 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 36 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
28 Overriding deprecated method Victoire\Bundle\BlogBundle\Form\ChooseBlogType->setDefaultOptions() 36 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
29 Overriding deprecated method Victoire\Bundle\BlogBundle\Form\ChooseBlogType->getName() 52 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/BlogBundle/Form/Extension/HierarchyTreeExtension.php
30 Overriding deprecated method Victoire\Bundle\BlogBundle\Form\Extension\HierarchyTreeExtension->getName() 33 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/BlogBundle/Form/TagsType.php
31 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 73 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
32 Overriding deprecated method Victoire\Bundle\BlogBundle\Form\TagsType->getName() 68 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
33 Overriding deprecated method Victoire\Bundle\BlogBundle\Form\TagsType->setDefaultOptions() 73 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/BusinessEntityBundle/Security/Voter/BusinessEntityOwnerVoter.php
34 Calling deprecated method Symfony\Component\Security\Core\Authorization\Voter\VoterInterface->supportsAttribute() 49 since version 2.8, to be removed in 3.0.
35 Calling deprecated method Symfony\Component\Security\Core\Authorization\Voter\VoterInterface->supportsClass() 49 since version 2.8, to be removed in 3.0.
36 Overriding deprecated method Victoire\Bundle\BusinessEntityBundle\Security\Voter\BusinessEntityOwnerVoter->supportsAttribute() 30 since version 2.8, to be removed in 3.0.
37 Overriding deprecated method Victoire\Bundle\BusinessEntityBundle\Security\Voter\BusinessEntityOwnerVoter->supportsClass() 38 since version 2.8, to be removed in 3.0.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/BusinessPageBundle/Form/BusinessPageType.php
38 Overriding deprecated method Victoire\Bundle\BusinessPageBundle\Form\BusinessPageType->getName() 45 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/BusinessPageBundle/Form/BusinessTemplateType.php
39 Calling deprecated static method Symfony\Component\Form\FormTypeInterface::setDefaultOptions() 68 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
40 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 66 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
41 Overriding deprecated method Victoire\Bundle\BusinessPageBundle\Form\BusinessTemplateType->setDefaultOptions() 66 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
42 Overriding deprecated method Victoire\Bundle\BusinessPageBundle\Form\BusinessTemplateType->getName() 83 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/CoreBundle/Entity/Link.php
43 Calling deprecated method Symfony\Component\Validator\ExecutionContextInterface->addViolationAt() 362 since version 2.5, to be removed in 3.0. Use {@link Context\ExecutionContextInterface::buildViolation()} instead.
44 Using deprecated interface Symfony\Component\Validator\ExecutionContextInterface 340 since version 2.5, to be removed in 3.0. Use {@link Context\ExecutionContextInterface} instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/CoreBundle/Form/EntityProxyFormType.php
45 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 43 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
46 Overriding deprecated method Victoire\Bundle\CoreBundle\Form\EntityProxyFormType->setDefaultOptions() 43 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
47 Overriding deprecated method Victoire\Bundle\CoreBundle\Form\EntityProxyFormType->getName() 59 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/CoreBundle/Form/WidgetFieldsFormType.php
48 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 43 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
49 Overriding deprecated method Victoire\Bundle\CoreBundle\Form\WidgetFieldsFormType->setDefaultOptions() 43 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
50 Overriding deprecated method Victoire\Bundle\CoreBundle\Form\WidgetFieldsFormType->getName() 61 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/CoreBundle/Form/WidgetType.php
51 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 163 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
52 Overriding deprecated method Victoire\Bundle\CoreBundle\Form\WidgetType->setDefaultOptions() 163 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
53 Overriding deprecated method Victoire\Bundle\CoreBundle\Form\WidgetType->getName() 183 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/CoreBundle/Handler/WidgetExceptionHandler.php
54 Calling deprecated method Symfony\Component\Security\Core\SecurityContext->isGranted() 82 since version 2.6, to be removed in 3.0. Use AuthorizationCheckerInterface::isGranted() instead. {@inheritdoc}
55 Using deprecated class Symfony\Component\Security\Core\SecurityContext 29 since version 2.6, to be removed in 3.0.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/CoreBundle/Listener/MenuDispatcher.php
56 Calling deprecated method Symfony\Component\Security\Core\SecurityContext->getToken() 37 since version 2.6, to be removed in 3.0. Use TokenStorageInterface::getToken() instead. {@inheritdoc}
57 Calling deprecated method Symfony\Component\Security\Core\SecurityContext->isGranted() 37 since version 2.6, to be removed in 3.0. Use AuthorizationCheckerInterface::isGranted() instead. {@inheritdoc}
58 Using deprecated class Symfony\Component\Security\Core\SecurityContext 22 since version 2.6, to be removed in 3.0.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/CoreBundle/Twig/Extension/CmsExtension.php
59 Calling deprecated method Symfony\Component\Security\Core\SecurityContext->isGranted() 292 since version 2.6, to be removed in 3.0. Use AuthorizationCheckerInterface::isGranted() instead. {@inheritdoc}
60 Calling deprecated method Symfony\Component\Security\Core\SecurityContext->isGranted() 308 since version 2.6, to be removed in 3.0. Use AuthorizationCheckerInterface::isGranted() instead. {@inheritdoc}
61 Using deprecated class Symfony\Component\Security\Core\SecurityContext 48 since version 2.6, to be removed in 3.0.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/CoreBundle/Twig/Extension/GlobalsExtension.php
62 Overriding deprecated method Victoire\Bundle\CoreBundle\Twig\Extension\GlobalsExtension->getGlobals() 32 since 1.23 (to be removed in 2.0), implement Twig_Extension_GlobalsInterface instead
63 Overriding deprecated method Victoire\Bundle\CoreBundle\Twig\Extension\GlobalsExtension->getGlobals() 32 since 1.23 (to be removed in 2.0), implement Twig_Extension_GlobalsInterface instead
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/FilterBundle/Filter/BaseFilter.php
64 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 34 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
65 Overriding deprecated method Victoire\Bundle\FilterBundle\Filter\BaseFilter->setDefaultOptions() 34 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
66 Overriding deprecated method Victoire\Bundle\FilterBundle\Filter\BaseFilter->getName() 45 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/FormBundle/Form/Extension/BusinessPropertyPickerTypeExtension.php
67 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 29 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
68 Overriding deprecated method Victoire\Bundle\FormBundle\Form\Extension\BusinessPropertyPickerTypeExtension->setDefaultOptions() 29 since version 2.7, to be removed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeExtensionInterface with Symfony 3.0
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/FormBundle/Form/Extension/DatetimeTypeExtension.php
69 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 39 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
70 Overriding deprecated method Victoire\Bundle\FormBundle\Form\Extension\DatetimeTypeExtension->setDefaultOptions() 39 since version 2.7, to be removed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeExtensionInterface with Symfony 3.0
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/FormBundle/Form/Extension/DateTypeExtension.php
71 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 39 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
72 Overriding deprecated method Victoire\Bundle\FormBundle\Form\Extension\DateTypeExtension->setDefaultOptions() 39 since version 2.7, to be removed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeExtensionInterface with Symfony 3.0
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/FormBundle/Form/Extension/ErrorTypeFormTypeExtension.php
73 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 53 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
74 Overriding deprecated method Victoire\Bundle\FormBundle\Form\Extension\ErrorTypeFormTypeExtension->setDefaultOptions() 53 since version 2.7, to be removed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeExtensionInterface with Symfony 3.0
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/FormBundle/Form/Extension/HelpFormTypeExtension.php
75 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 123 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
76 Overriding deprecated method Victoire\Bundle\FormBundle\Form\Extension\HelpFormTypeExtension->setDefaultOptions() 123 since version 2.7, to be removed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeExtensionInterface with Symfony 3.0
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/FormBundle/Form/Extension/HorizontalFormTypeExtension.php
77 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 55 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
78 Overriding deprecated method Victoire\Bundle\FormBundle\Form\Extension\HorizontalFormTypeExtension->setDefaultOptions() 55 since version 2.7, to be removed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeExtensionInterface with Symfony 3.0
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/FormBundle/Form/Extension/IconButtonExtension.php
79 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 37 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
80 Overriding deprecated method Victoire\Bundle\FormBundle\Form\Extension\IconButtonExtension->setDefaultOptions() 37 since version 2.7, to be removed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeExtensionInterface with Symfony 3.0
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/FormBundle/Form/Extension/LegendFormTypeExtension.php
81 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 65 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
82 Overriding deprecated method Victoire\Bundle\FormBundle\Form\Extension\LegendFormTypeExtension->setDefaultOptions() 65 since version 2.7, to be removed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeExtensionInterface with Symfony 3.0
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/FormBundle/Form/Extension/OffsetButtonExtension.php
83 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 37 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
84 Overriding deprecated method Victoire\Bundle\FormBundle\Form\Extension\OffsetButtonExtension->setDefaultOptions() 37 since version 2.7, to be removed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeExtensionInterface with Symfony 3.0
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/FormBundle/Form/Extension/StaticTextExtension.php
85 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 37 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
86 Overriding deprecated method Victoire\Bundle\FormBundle\Form\Extension\StaticTextExtension->setDefaultOptions() 37 since version 2.7, to be removed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeExtensionInterface with Symfony 3.0
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/FormBundle/Form/Extension/TabbedFormTypeExtension.php
87 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 59 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
88 Overriding deprecated method Victoire\Bundle\FormBundle\Form\Extension\TabbedFormTypeExtension->setDefaultOptions() 59 since version 2.7, to be removed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeExtensionInterface with Symfony 3.0
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/FormBundle/Form/Extension/TimeTypeExtension.php
89 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 39 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
90 Overriding deprecated method Victoire\Bundle\FormBundle\Form\Extension\TimeTypeExtension->setDefaultOptions() 39 since version 2.7, to be removed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeExtensionInterface with Symfony 3.0
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/FormBundle/Form/Extension/WidgetCollectionFormTypeExtension.php
91 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 82 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
92 Overriding deprecated method Victoire\Bundle\FormBundle\Form\Extension\WidgetCollectionFormTypeExtension->setDefaultOptions() 82 since version 2.7, to be removed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeExtensionInterface with Symfony 3.0
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/FormBundle/Form/Extension/WidgetFormTypeExtension.php
93 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 69 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
94 Overriding deprecated method Victoire\Bundle\FormBundle\Form\Extension\WidgetFormTypeExtension->setDefaultOptions() 69 since version 2.7, to be removed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeExtensionInterface with Symfony 3.0
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/FormBundle/Form/Type/FontAwesomePickerType.php
95 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 16 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
96 Overriding deprecated method Victoire\Bundle\FormBundle\Form\Type\FontAwesomePickerType->setDefaultOptions() 16 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
97 Overriding deprecated method Victoire\Bundle\FormBundle\Form\Type\FontAwesomePickerType->getName() 79 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/FormBundle/Form/Type/LinkType.php
98 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 109 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
99 Overriding deprecated method Victoire\Bundle\FormBundle\Form\Type\LinkType->setDefaultOptions() 109 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
100 Overriding deprecated method Victoire\Bundle\FormBundle\Form\Type\LinkType->getName() 144 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/FormBundle/Form/Type/SlugType.php
101 Overriding deprecated method Victoire\Bundle\FormBundle\Form\Type\SlugType->getName() 22 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/FormBundle/Form/Type/TabsType.php
102 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 37 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
103 Overriding deprecated method Victoire\Bundle\FormBundle\Form\Type\TabsType->setDefaultOptions() 37 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
104 Overriding deprecated method Victoire\Bundle\FormBundle\Form\Type\TabsType->getName() 47 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/FormBundle/Form/Type/TabType.php
105 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 29 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
106 Overriding deprecated method Victoire\Bundle\FormBundle\Form\Type\TabType->setDefaultOptions() 29 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
107 Overriding deprecated method Victoire\Bundle\FormBundle\Form\Type\TabType->getName() 52 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/FormBundle/Twig/IconExtension.php
108 Overriding deprecated method Victoire\Bundle\FormBundle\Twig\IconExtension->initRuntime() 58 since 1.23 (to be removed in 2.0), implement Twig_Extension_InitRuntimeInterface instead
109 Overriding deprecated method Victoire\Bundle\FormBundle\Twig\IconExtension->initRuntime() 58 since 1.23 (to be removed in 2.0), implement Twig_Extension_InitRuntimeInterface instead
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/MediaBundle/Controller/AviaryController.php
110 Calling deprecated method Symfony\Bundle\FrameworkBundle\Controller\Controller->getRequest() 38 since version 2.4, to be removed in 3.0. Ask Symfony to inject the Request object into your controller method instead by type hinting it in the method's signature.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/MediaBundle/Controller/ChooserController.php
111 Calling deprecated method Symfony\Bundle\FrameworkBundle\Controller\Controller->getRequest() 27 since version 2.4, to be removed in 3.0. Ask Symfony to inject the Request object into your controller method instead by type hinting it in the method's signature.
112 Calling deprecated method Symfony\Bundle\FrameworkBundle\Controller\Controller->getRequest() 28 since version 2.4, to be removed in 3.0. Ask Symfony to inject the Request object into your controller method instead by type hinting it in the method's signature.
113 Calling deprecated method Symfony\Bundle\FrameworkBundle\Controller\Controller->getRequest() 48 since version 2.4, to be removed in 3.0. Ask Symfony to inject the Request object into your controller method instead by type hinting it in the method's signature.
114 Calling deprecated method Symfony\Bundle\FrameworkBundle\Controller\Controller->getRequest() 49 since version 2.4, to be removed in 3.0. Ask Symfony to inject the Request object into your controller method instead by type hinting it in the method's signature.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/MediaBundle/Controller/FolderController.php
115 Calling deprecated method Symfony\Bundle\FrameworkBundle\Controller\Controller->getRequest() 92 since version 2.4, to be removed in 3.0. Ask Symfony to inject the Request object into your controller method instead by type hinting it in the method's signature.
116 Calling deprecated method Symfony\Component\Form\Form->bind() 100 since version 2.3, to be removed in 3.0. Use {@link submit()} instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/MediaBundle/Controller/MediaController.php
117 Calling deprecated method Symfony\Bundle\FrameworkBundle\Controller\Controller->getRequest() 35 since version 2.4, to be removed in 3.0. Ask Symfony to inject the Request object into your controller method instead by type hinting it in the method's signature.
118 Calling deprecated method Symfony\Component\Form\Form->bind() 49 since version 2.3, to be removed in 3.0. Use {@link submit()} instead.
119 Calling deprecated method Symfony\Component\Form\Form->bind() 112 since version 2.3, to be removed in 3.0. Use {@link submit()} instead.
120 Calling deprecated method Symfony\Bundle\FrameworkBundle\Controller\Controller->getRequest() 155 since version 2.4, to be removed in 3.0. Ask Symfony to inject the Request object into your controller method instead by type hinting it in the method's signature.
121 Calling deprecated method Symfony\Bundle\FrameworkBundle\Controller\Controller->getRequest() 155 since version 2.4, to be removed in 3.0. Ask Symfony to inject the Request object into your controller method instead by type hinting it in the method's signature.
122 Calling deprecated method Symfony\Bundle\FrameworkBundle\Controller\Controller->getRequest() 156 since version 2.4, to be removed in 3.0. Ask Symfony to inject the Request object into your controller method instead by type hinting it in the method's signature.
123 Calling deprecated method Symfony\Bundle\FrameworkBundle\Controller\Controller->getRequest() 158 since version 2.4, to be removed in 3.0. Ask Symfony to inject the Request object into your controller method instead by type hinting it in the method's signature.
124 Calling deprecated method Symfony\Bundle\FrameworkBundle\Controller\Controller->getRequest() 168 since version 2.4, to be removed in 3.0. Ask Symfony to inject the Request object into your controller method instead by type hinting it in the method's signature.
125 Calling deprecated method Symfony\Bundle\FrameworkBundle\Controller\Controller->getRequest() 213 since version 2.4, to be removed in 3.0. Ask Symfony to inject the Request object into your controller method instead by type hinting it in the method's signature.
126 Calling deprecated method Symfony\Component\Form\Form->bind() 227 since version 2.3, to be removed in 3.0. Use {@link submit()} instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/MediaBundle/Form/BulkUploadType.php
127 Overriding deprecated method Victoire\Bundle\MediaBundle\Form\BulkUploadType->getName() 58 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/MediaBundle/Form/File/FileType.php
128 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 46 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
129 Overriding deprecated method Victoire\Bundle\MediaBundle\Form\File\FileType->getName() 36 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
130 Overriding deprecated method Victoire\Bundle\MediaBundle\Form\File\FileType->setDefaultOptions() 46 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/MediaBundle/Form/FolderType.php
131 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 97 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
132 Overriding deprecated method Victoire\Bundle\MediaBundle\Form\FolderType->getName() 71 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
133 Overriding deprecated method Victoire\Bundle\MediaBundle\Form\FolderType->setDefaultOptions() 97 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/MediaBundle/Form/MediaType.php
134 Overriding deprecated method Victoire\Bundle\MediaBundle\Form\MediaType->getName() 35 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/MediaBundle/Form/RemoteSlide/RemoteSlideType.php
135 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 49 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
136 Overriding deprecated method Victoire\Bundle\MediaBundle\Form\RemoteSlide\RemoteSlideType->getName() 39 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
137 Overriding deprecated method Victoire\Bundle\MediaBundle\Form\RemoteSlide\RemoteSlideType->setDefaultOptions() 49 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/MediaBundle/Form/RemoteVideo/RemoteVideoType.php
138 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 49 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
139 Overriding deprecated method Victoire\Bundle\MediaBundle\Form\RemoteVideo\RemoteVideoType->getName() 39 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
140 Overriding deprecated method Victoire\Bundle\MediaBundle\Form\RemoteVideo\RemoteVideoType->setDefaultOptions() 49 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/MediaBundle/Form/Type/MediaType.php
141 Calling deprecated static method Symfony\Component\Form\FormTypeInterface::setDefaultOptions() 71 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
142 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 69 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
143 Overriding deprecated method Victoire\Bundle\MediaBundle\Form\Type\MediaType->setDefaultOptions() 69 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
144 Overriding deprecated method Victoire\Bundle\MediaBundle\Form\Type\MediaType->getName() 85 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/PageBundle/Form/PageSettingsType.php
145 Overriding deprecated method Victoire\Bundle\PageBundle\Form\PageSettingsType->getName() 53 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/PageBundle/Form/PageType.php
146 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 41 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
147 Overriding deprecated method Victoire\Bundle\PageBundle\Form\PageType->setDefaultOptions() 41 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
148 Overriding deprecated method Victoire\Bundle\PageBundle\Form\PageType->getName() 54 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/PageBundle/Security/Voter/PageDebugVoter.php
149 Calling deprecated method Symfony\Component\Security\Core\Authorization\Voter\VoterInterface->supportsAttribute() 47 since version 2.8, to be removed in 3.0.
150 Calling deprecated method Symfony\Component\Security\Core\Authorization\Voter\VoterInterface->supportsClass() 47 since version 2.8, to be removed in 3.0.
151 Overriding deprecated method Victoire\Bundle\PageBundle\Security\Voter\PageDebugVoter->supportsAttribute() 28 since version 2.8, to be removed in 3.0.
152 Overriding deprecated method Victoire\Bundle\PageBundle\Security\Voter\PageDebugVoter->supportsClass() 36 since version 2.8, to be removed in 3.0.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/PageBundle/Security/Voter/PageOwnerVoter.php
153 Calling deprecated method Symfony\Component\Security\Core\Authorization\Voter\VoterInterface->supportsAttribute() 43 since version 2.8, to be removed in 3.0.
154 Calling deprecated method Symfony\Component\Security\Core\Authorization\Voter\VoterInterface->supportsClass() 43 since version 2.8, to be removed in 3.0.
155 Overriding deprecated method Victoire\Bundle\PageBundle\Security\Voter\PageOwnerVoter->supportsAttribute() 24 since version 2.8, to be removed in 3.0.
156 Overriding deprecated method Victoire\Bundle\PageBundle\Security\Voter\PageOwnerVoter->supportsClass() 32 since version 2.8, to be removed in 3.0.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/SeoBundle/Form/PageSeoType.php
157 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 172 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
158 Overriding deprecated method Victoire\Bundle\SeoBundle\Form\PageSeoType->setDefaultOptions() 172 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
159 Overriding deprecated method Victoire\Bundle\SeoBundle\Form\PageSeoType->getName() 185 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/SitemapBundle/Form/SitemapPriorityPageSeoType.php
160 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 37 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
161 Overriding deprecated method Victoire\Bundle\SitemapBundle\Form\SitemapPriorityPageSeoType->setDefaultOptions() 37 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
162 Overriding deprecated method Victoire\Bundle\SitemapBundle\Form\SitemapPriorityPageSeoType->getName() 50 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/TemplateBundle/Entity/Template.php
163 Calling deprecated method Symfony\Component\Validator\ExecutionContextInterface->addViolationAt() 193 since version 2.5, to be removed in 3.0. Use {@link Context\ExecutionContextInterface::buildViolation()} instead.
164 Using deprecated interface Symfony\Component\Validator\ExecutionContextInterface 179 since version 2.5, to be removed in 3.0. Use {@link Context\ExecutionContextInterface} instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/TemplateBundle/Form/TemplateType.php
165 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 50 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
166 Overriding deprecated method Victoire\Bundle\TemplateBundle\Form\TemplateType->setDefaultOptions() 50 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
167 Overriding deprecated method Victoire\Bundle\TemplateBundle\Form\TemplateType->getName() 64 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/TwigBundle/Controller/ExceptionController.php
168 Using deprecated class Symfony\Component\HttpKernel\Exception\FlattenException 38 Deprecated in 2.3, to be removed in 3.0. Use the same class from the Debug component instead.
/Users/lenybernard/Workspace/quovadis/eu/vendor/victoire/victoire/Bundle/WidgetBundle/Form/WidgetStyleType.php
169 Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface 223 since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead.
170 Overriding deprecated method Victoire\Bundle\WidgetBundle\Form\WidgetStyleType->setDefaultOptions() 223 since version 2.7, to be renamed in 3.0. Use the method configureOptions instead. This method will be added to the FormTypeInterface with Symfony 3.0.
171 Overriding deprecated method Victoire\Bundle\WidgetBundle\Form\WidgetStyleType->getName() 236 Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use the fully-qualified class name of the type instead.

@lenybernard
Copy link
Contributor Author

From 171 to 5 for an afternoon... 😫
From the 1st to 4th, it's a tool's bug, it shouldn't detect it and for the ExceptionController, I can't change for now because it extends the Symfony TwigBundle's ExceptionController which still use the FlattenException until 3.0.
screen shot 2016-02-19 at 18 49 02
The WDToolbar does show them but show other things not related with victoire \o/
screen shot 2016-02-19 at 19 19 21

yaaa !
parkour

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant