Commit Graph

4663 Commits

Author SHA1 Message Date
96de820440 Temporarily load all custom fonts for testing
[MAILPOET-2849]
2020-06-08 09:38:31 +02:00
f1261fc728 Add integration test for ALC block processing
[MAILPOET-2961]
2020-06-04 10:40:02 +02:00
6cf0a1c04f Update block renderer to be reusable for multiple emails
[MAILPOET-2961]
2020-06-04 10:40:02 +02:00
36e3d2cae4 Change visibility of setPosts,getPosts in blocks renderer.
[MAILPOET-2961]
2020-06-04 10:40:02 +02:00
c67e3aa9fd Remove DI container dev dependencies in build
[MAILPOET-2692]
2020-06-04 09:22:23 +02:00
e7b25121c0 Always use generate DI container in production
[MAILPOET-2692]
2020-06-04 09:22:23 +02:00
39ea66bd96 Use correct format of post date in post query
[MAILPOET-2960]
2020-06-03 14:14:12 +02:00
9f37ee4811 Use post notifications history parent to fetch latest sent post
[MAILPOET-2960]
2020-06-03 14:14:12 +02:00
57f0534241 Fix annotations in newsletter post
[MAILPOET-2960]
2020-06-03 14:14:12 +02:00
wxa
4039ac873a Use the updated component in subscriber and segment listings [MAILPOET-2917] 2020-06-02 13:52:25 +02:00
wxa
e31dcde50e Always count WP users in group filters [MAILPOET-2917] 2020-06-02 13:52:25 +02:00
92fbe04a4e Fix subscriber model unconfirmedData property doc type
[MAILPOET-2950]
2020-06-01 17:16:22 +02:00
483fd1a275 Don't render subscription confirmation when user doesn't exits
[MAILPOET-2950]
2020-06-01 17:16:22 +02:00
f5b836e898 Set subscriber to null instead of false
[MAILPOET-2950]
2020-06-01 17:16:22 +02:00
419a50e10a Render only one corner with border radius for slide in
[MAILPOET-2912]
2020-06-01 15:31:07 +02:00
87b1b497ce Fix paragraph block style attribute rendering
Paragraph attributes may contain empty strings resulting to invalid css.
[MAILPOET-2926]
2020-06-01 13:39:25 +02:00
47b609e9fc Add default class for paragraph block
[MAILPOET-2926]
2020-06-01 13:39:25 +02:00
d487c1644d Render success and error messages colours
[MAILPOET-2909]
2020-06-01 12:23:05 +02:00
d3fe716578 Fetch event option ID by a separate query instead of a subquery
[MAILPOET-2903]
2020-05-28 14:54:11 +02:00
47ccd0d3ea Inject services checker
[MAILPOET-2903]
2020-05-28 14:54:11 +02:00
4279e642b5 Use Doctrine for segment analytics
[MAILPOET-2903]
2020-05-28 14:54:11 +02:00
9fb8a229cb Use Doctrine for newsletter analytics
[MAILPOET-2903]
2020-05-28 14:54:11 +02:00
3ffd1a2a3c Use DI for WP functions in Reporter
[MAILPOET-2903]
2020-05-28 14:54:11 +02:00
f0193feaad Use DI to create Analytics classes
[MAILPOET-2903]
2020-05-28 14:54:11 +02:00
5d17304ead Mark old function as deprecated
[MAILPOET-2899]
2020-05-28 11:28:51 +02:00
695ee96f84 Fix entity annotation
[MAILPOET-2899]
2020-05-28 11:28:51 +02:00
c63c49af89 Use doctrine for latest post fetching
[MAILPOET-2899]
2020-05-28 11:28:51 +02:00
7b0c5e61fe Use Newsletter entity in renderer
[MAILPOET-2899]
2020-05-28 11:28:51 +02:00
f8a16b5e5a Remove public properties from renderer
[MAILPOET-2899]
2020-05-28 11:28:51 +02:00
c9b1c549c1 Remove rendering in model
[MAILPOET-2899]
2020-05-28 11:28:51 +02:00
7e0b536ff4 Use Di for newsletter renderer
[MAILPOET-2899]
2020-05-28 11:28:51 +02:00
fbc6786058 Split class to prevent circular dependency
[MAILPOET-2899]
2020-05-28 11:28:51 +02:00
c3686d9973 Move data from constructor
[MAILPOET-2899]
2020-05-28 11:28:51 +02:00
be631bd549 Use DI for blocks rendering
[MAILPOET-2899]
2020-05-28 11:28:51 +02:00
5f73f9ee3e Use DI in block renderer
[MAILPOET-2899]
2020-05-28 11:28:51 +02:00
7561730407 Use DI in ALC
[MAILPOET-2899]
2020-05-28 11:28:51 +02:00
00fa2379e3 Add paragraph spaces to post excerpts
[MAILPOET-2627]
2020-05-28 10:01:14 +02:00
cf5e761ba4 Remove duplicite button
[MAILPOET-2888]
2020-05-28 09:45:15 +02:00
93e574da4e Fix typo
[MAILPOET-2887]
2020-05-28 09:35:20 +02:00
e69188c5a0 Map bigint DB type to "int" (not as DBAL historically does to "string")
[MAILPOET-2945]
2020-05-27 13:40:41 +02:00
fb238cd531 Fix errors discovered by doctrine-phpstan
[MAILPOET-2945]
2020-05-27 13:40:41 +02:00
wxa
aac8619f8f Subscribe to custom lists on WC checkout [MAILPOET-2897] 2020-05-27 13:30:05 +02:00
00f40b7ee4 Fix form html id to differ per display type
[MAILPOET-2811]
2020-05-27 11:23:02 +02:00
0039dec079 Add check that resize was called from correct domain
[MAILPOET-2811]
2020-05-27 11:23:02 +02:00
9ebd96fb6a Render form width on FE from settings
[MAILPOET-2811]
2020-05-27 11:23:02 +02:00
32f5e09d7d Make renderStyles attributes required
[MAILPOET-2811]
2020-05-27 11:23:02 +02:00
bf34a7477a Use form display types constants
[MAILPOET-2811]
2020-05-27 11:23:02 +02:00
9267cf7563 Add constants for form display type
[MAILPOET-2811]
2020-05-27 11:23:02 +02:00
63a972db4a Move inlined form styles to form styles in style element
[MAILPOET-2811]
2020-05-27 11:23:02 +02:00
2eabab4150 Move form styles rendering methods to style utils
[MAILPOET-2811]
2020-05-27 11:23:02 +02:00