Commit Graph

3114 Commits

Author SHA1 Message Date
Rostislav Wolny
a6f865414c Add template boxes for form templates
[MAILPOET-2988]
2020-10-01 15:44:41 +02:00
Veljko V
5c4e0dfeb4 Fix two flaky tests in acceptance
[MAILPOET-3188]
2020-09-30 18:01:35 +03:00
Pavel Dohnal
bef6f25c8d Update php version notice
[MAILPOET-3144]
2020-09-29 17:32:23 +02:00
Rostislav Wolny
95af49e43f Refactor creating/deleting WordPress users in integration tests
[MAILPOET-3077]
2020-09-29 08:24:11 +02:00
Veljko V
51e1ce9b7c Fixed scenario for checking default list on multisite
[MAILPOET-3179]
2020-09-28 16:19:32 +02:00
Rostislav Wolny
d026517ed9 Refactor search string escaping to a helper function
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
Rostislav Wolny
2f270575f3 Make segment description mandatory
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
Rostislav Wolny
c78922c12e Remove unused FinderMock dummy service
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
Rostislav Wolny
510921f27e Remove unused free plugin connector service
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
Rostislav Wolny
cdc090fc15 Limit legacy segment subscriber count to subscribed subscribers
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
Rostislav Wolny
d7e64b6fd0 Load dynamic segments for subscribers listing in listing repository
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
Rostislav Wolny
cd295c7aec Allow fetching count of subscribers with status
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
Rostislav Wolny
694d1fae10 Refactor SubscribersFinder to be always injected by container
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
Rostislav Wolny
b91687cbc1 Add integration test for SegmentSubscribersRepository
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
Rostislav Wolny
2b90042189 Add acceptance test for WooCommerce dynamic segments
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
Rostislav Wolny
c952ef9542 Use only Listing repository in subscribers listing API
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
Rostislav Wolny
a98f627dbf Add segment filters application to Subscribers listing repository
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
Rostislav Wolny
3d517a43dc Remove unnecessary SendingNewslettersSubscribersFinder service
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
Rostislav Wolny
0437236cf1 Refactor subscriber finder to use new repository
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
Rostislav Wolny
f948f2b53a Refactor loading subscriber counts in dynamic segments API
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
Rostislav Wolny
ed059670fb Refactor email action filter test to Doctrine
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
Rostislav Wolny
00db901d94 Implement email actions filter in Doctrine
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
Rostislav Wolny
cf76480ab3 Implement userRole filter using Doctrine
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
Rostislav Wolny
d18d3b052d Add dynamic segments filter entity
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
Rostislav Wolny
814686e8d2 Refactor mailpoet_get_segment_filters to direct calls
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
Rostislav Wolny
bf053edbfb Refactor mailpoet_subscribers_in_segment_apply_bulk_action_handlers to direct calls
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
Rostislav Wolny
a42b3d6e3f Refactor mailpoet_subscribers_listings_filters_segments to direct calls
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
Rostislav Wolny
1a56b2534e Refactor mailpoet_get_subscribers_listings_in_segment_handlers to direct calls
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
Rostislav Wolny
dd7390ec73 Refactor mailpoet_get_subscribers_in_segment_finders hook to direct calls
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
Rostislav Wolny
331e40a137 Remove filter mailpoet_segments_with_subscriber_count
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
Ján Mikláš
37857c03c0 Fix acceptance tests
[MAILPOET-2790]
2020-09-28 11:19:24 +02:00
Veljko V
710823f39e Improved scenario to fix flakyness
[MAILPOET-3165](https://mailpoet.atlassian.net/browse/MAILPOET-3165)
2020-09-24 12:34:54 +02:00
Veljko V
0d6923b252 Improved scenario to pass multisite testing
[MAILPOET-3171](https://mailpoet.atlassian.net/browse/MAILPOET-3171)
2020-09-24 13:10:35 +03:00
wxa
11d2c95f46 Add tests [MAILPOET-3157] 2020-09-23 10:03:04 +02:00
Veljko V
9424049e76 Updated scenario to be more concise 2020-09-22 14:43:54 +03:00
Veljko V
32e65986bf Reverted back to normal check for text 2020-09-22 14:43:54 +03:00
Veljko V
d0353bba40 Update acceptance scenario to include more checks
[MAILPOET-3155]
2020-09-22 14:43:54 +03:00
Ján Mikláš
8a9cb77fda Fix acceptance tests
[MAILPOET-2788]
2020-09-22 13:13:05 +02:00
Veljko V
c72819bcbb Improved scenario allowSubscribeInComments
MAILPOET-3153
2020-09-17 16:09:26 +02:00
Veljko V
e2e7712ecc Fixed three flaky tests
[MAILPOET-3153]
2020-09-17 16:09:26 +02:00
Pavel Dohnal
55a895f2c4 Display form on product pages
[MAILPOET-3210]
2020-09-17 13:41:31 +02:00
Pavel Dohnal
f0e169ab0a Add a js test
[MAILPOET-3120]
2020-09-17 13:41:31 +02:00
Pavel Dohnal
6bdf4c528e Comment the test better
[MAILPOET-3120]
2020-09-17 13:41:31 +02:00
Pavel Dohnal
63bf267180 Add acceptance test
[MAILPOET-3120]
2020-09-17 13:41:31 +02:00
Pavel Dohnal
3f65aaee8d Display on tags/categories
[MAILPOET-3120]
2020-09-17 13:41:31 +02:00
Pavel Dohnal
5a864f4f42 Display form for selected pages
[MAILPOET-3120]
2020-09-17 13:41:31 +02:00
Pavel Dohnal
eb5ae12cd7 Display form for selected posts
[MAILPOET-3120]
2020-09-17 13:41:31 +02:00
Pavel Dohnal
2256c54f0c Make the code more compact
[MAILPOET-3120]
2020-09-17 13:41:31 +02:00
Pavel Dohnal
954e4db742 Add animation
[MAILPOET-3088]
2020-09-16 14:30:16 +02:00
Ján Mikláš
4343b421b6 Fix acceptance test
[MAILPOET-2787]
2020-09-14 16:24:16 +02:00