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

M3: Refactor Deprecations - EmailBundle #7998

Closed
26 tasks done
alanhartless opened this issue Oct 26, 2019 · 1 comment
Closed
26 tasks done

M3: Refactor Deprecations - EmailBundle #7998

alanhartless opened this issue Oct 26, 2019 · 1 comment
Assignees
Labels
ready-to-commit PR's with 2 successful tests, 1 approval, automated tests and docs and is ready to be merged
Projects
Milestone

Comments

@alanhartless
Copy link
Contributor

alanhartless commented Oct 26, 2019

EmailBundle/Form/Type/ConfigMonitoredMailboxesType.php

  • Nr. 94 line 255: Overriding deprecated method Mautic\EmailBundle\Form\Type\ConfigMonitoredMailboxesType->getName()

EmailBundle/Form/Type/EmailListType.php

  • Nr. 95 line 75: Overriding deprecated method Mautic\EmailBundle\Form\Type\EmailListType->getName()

EmailBundle/Form/Type/VariantType.php

  • Nr. 96 line 100: Overriding deprecated method Mautic\EmailBundle\Form\Type\VariantType->getName()

EmailBundle/Form/Type/BatchSendType.php

  • Nr. 97 line 52: Overriding deprecated method Mautic\EmailBundle\Form\Type\BatchSendType->getName()

EmailBundle/Form/Type/EmailClickDecisionType.php

  • Nr. 98 line 43: Overriding deprecated method Mautic\EmailBundle\Form\Type\EmailClickDecisionType->getName()

EmailBundle/Form/Type/AbTestPropertiesType.php

  • Nr. 99 line 38: Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface
  • Nr. 100 line 38: Overriding deprecated method Mautic\EmailBundle\Form\Type\AbTestPropertiesType->setDefaultOptions()
  • Nr. 101 line 49: Overriding deprecated method Mautic\EmailBundle\Form\Type\AbTestPropertiesType->getName()

EmailBundle/Form/Type/FormSubmitActionUserEmailType.php

  • Nr. 102 line 49: Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface
  • Nr. 103 line 49: Overriding deprecated method Mautic\EmailBundle\Form\Type\FormSubmitActionUserEmailType->setDefaultOptions()
  • Nr. 104 line 59: Overriding deprecated method Mautic\EmailBundle\Form\Type\FormSubmitActionUserEmailType->getName()

EmailBundle/Form/Type/ConfigType.php

  • Nr. 105 line 793: Overriding deprecated method Mautic\EmailBundle\Form\Type\ConfigType->getName()

EmailBundle/Form/Type/EmailToUserType.php

  • Nr. 106 line 78: Overriding deprecated method Mautic\EmailBundle\Form\Type\EmailToUserType->getName()

EmailBundle/Form/Type/DashboardEmailsInTimeWidgetType.php

  • Nr. 107 line 91: Overriding deprecated method Mautic\EmailBundle\Form\Type\DashboardEmailsInTimeWidgetType->getName()

EmailBundle/Form/Type/EmailSendType.php

  • Nr. 108 line 208: Overriding deprecated method Mautic\EmailBundle\Form\Type\EmailSendType->getName()

EmailBundle/Form/Type/EmailOpenType.php

  • Nr. 109 line 54: Using deprecated interface Symfony\Component\OptionsResolver\OptionsResolverInterface
  • Nr. 110 line 54: Overriding deprecated method Mautic\EmailBundle\Form\Type\EmailOpenType->setDefaultOptions()
  • Nr. 111 line 62: Overriding deprecated method Mautic\EmailBundle\Form\Type\EmailOpenType->getName()

EmailBundle/Form/Type/ConfigMonitoredEmailType.php

  • Nr. 112 line 78: Overriding deprecated method Mautic\EmailBundle\Form\Type\ConfigMonitoredEmailType->getName()

EmailBundle/Form/Type/EmailUtmTagsType.php

  • Nr. 113 line 84: Overriding deprecated method Mautic\EmailBundle\Form\Type\EmailUtmTagsType->getName()

EmailBundle/Form/Type/EmailType.php

  • Nr. 114 line 559: Overriding deprecated method Mautic\EmailBundle\Form\Type\EmailType->getName()

EmailBundle/Form/Type/DashboardMostHitEmailRedirectsWidgetType.php

  • Nr. 115 line 63: Overriding deprecated method Mautic\EmailBundle\Form\Type\DashboardMostHitEmailRedirectsWidgetType->getName()

EmailBundle/Form/Type/DashboardSentEmailToContactsWidgetType.php

  • Nr. 116 line 63: Overriding deprecated method Mautic\EmailBundle\Form\Type\DashboardSentEmailToContactsWidgetType->getName()
@alanhartless alanhartless added this to the 3.0.0 milestone Oct 26, 2019
@escopecz escopecz self-assigned this Nov 1, 2019
@escopecz
Copy link
Sponsor Member

escopecz commented Nov 1, 2019

PR: #8049

@alanhartless alanhartless added this to In progress in Mautic 3 Nov 1, 2019
@escopecz escopecz moved this from In progress to QA in Mautic 3 Nov 1, 2019
@npracht npracht added code-review-needed PR's that require a code review before merging ready-to-test PR's that are ready to test labels Nov 1, 2019
@npracht npracht moved this from QA to Needs user tests in Mautic 3 Nov 3, 2019
@npracht npracht removed the ready-to-test PR's that are ready to test label Nov 7, 2019
@npracht npracht moved this from Needs user tests to Needs code review in Mautic 3 Nov 7, 2019
@dongilbert dongilbert moved this from Needs code review and/or test to In progress in Mautic 3 Nov 27, 2019
@escopecz escopecz moved this from In progress to Needs code review and/or test in Mautic 3 Nov 28, 2019
@anton-vlasenko anton-vlasenko added the pending-feedback PR's and issues that are awaiting feedback from the author label Nov 29, 2019
@anton-vlasenko anton-vlasenko moved this from Needs code review and/or test to Pending Feedback in Mautic 3 Nov 29, 2019
@escopecz escopecz moved this from Pending Feedback to In progress in Mautic 3 Dec 3, 2019
@escopecz escopecz added WIP PR's that are not ready for review and are currently in progress ready-to-test PR's that are ready to test and removed pending-feedback PR's and issues that are awaiting feedback from the author WIP PR's that are not ready for review and are currently in progress labels Dec 3, 2019
@escopecz escopecz moved this from In progress to Needs code review and/or test in Mautic 3 Dec 3, 2019
@anton-vlasenko anton-vlasenko moved this from Needs code review and/or test to Pending Feedback in Mautic 3 Dec 4, 2019
@anton-vlasenko anton-vlasenko added pending-feedback PR's and issues that are awaiting feedback from the author code-review-needed PR's that require a code review before merging and removed code-review-needed PR's that require a code review before merging labels Dec 4, 2019
@escopecz escopecz removed the pending-feedback PR's and issues that are awaiting feedback from the author label Dec 5, 2019
@escopecz escopecz moved this from Pending Feedback to Needs code review and/or test in Mautic 3 Dec 5, 2019
@anton-vlasenko anton-vlasenko moved this from Needs code review and/or test to Pending Feedback in Mautic 3 Dec 6, 2019
@anton-vlasenko anton-vlasenko added the pending-feedback PR's and issues that are awaiting feedback from the author label Dec 6, 2019
@escopecz escopecz added ready-to-commit PR's with 2 successful tests, 1 approval, automated tests and docs and is ready to be merged and removed code-review-needed PR's that require a code review before merging pending-feedback PR's and issues that are awaiting feedback from the author ready-to-test PR's that are ready to test labels Dec 6, 2019
@escopecz escopecz closed this as completed Dec 6, 2019
Mautic 3 automation moved this from Pending Feedback to Done Dec 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-commit PR's with 2 successful tests, 1 approval, automated tests and docs and is ready to be merged
Projects
No open projects
Mautic 3
  
Done
Development

No branches or pull requests

4 participants