Commit Graph

11370 Commits

Author SHA1 Message Date
Rostislav Wolny
acf372b148 Add loading when selecting form template
[MAILPOET-2988]
2020-10-01 15:44:41 +02:00
Rostislav Wolny
e1599ee7b2 Add form templates thumbnails preloading
[MAILPOET-2988]
2020-10-01 15:44:41 +02:00
Rostislav Wolny
4179a4b130 Add select form template header
[MAILPOET-2988]
2020-10-01 15:44:41 +02:00
Rostislav Wolny
719726e396 Add real names to form templates
[MAILPOET-2988]
2020-10-01 15:44:41 +02:00
Rostislav Wolny
b3db1005bb Fix outline and jumping text in categories
[MAILPOET-2988]
2020-10-01 15:44:41 +02:00
Rostislav Wolny
1664a0fb30 Add temporary template thumbnails 2020-10-01 15:44:41 +02:00
Rostislav Wolny
a6f865414c Add template boxes for form templates
[MAILPOET-2988]
2020-10-01 15:44:41 +02:00
Rostislav Wolny
448565603b Unify naming of template files
[MAILPOET-2988]
2020-10-01 15:44:41 +02:00
Rostislav Wolny
6d1431b84a Render form teplates selection categories
[MAILPOET-2988]
2020-10-01 15:44:41 +02:00
Rostislav Wolny
85a729ed86 Divide form templates data into categories
[MAILPOET-2988]
2020-10-01 15:44:41 +02:00
Pavel Dohnal
7c2855e326 Fix radio button displaying
The issue was with the box sizing.
The Gutenberg component expects the box sizing to be set to border-box
that is done on the newsletter editor by gutenberg styles.
But that rule was not applied on the preview page so I added it there.

[MAILPOET-3126]
2020-10-01 14:10:55 +02:00
Jan Lysý
849e0272c5 Add preferred exports to contributing
[MAILPOET-3172]
2020-10-01 12:47:24 +02:00
Jan Lysý
3887d11fce Disable rule import/prefer-default-export
[MAILPOET-3172]
2020-10-01 12:47:24 +02:00
Rostislav Wolny
05f68a07bd Unify privacy policy label text in form templates
[MAILPOET-3156]
2020-10-01 10:02:56 +02:00
Pavel Dohnal
fbe4444737 Prevent loading whole posts on form editor page
The whole post can take a lot of memory, we only need name and id

[MAILPOET-3187]
2020-10-01 09:49:17 +02:00
Pavel Dohnal
93008a8163 Enable code scanning 2020-10-01 10:13:20 +03:00
Veljko V
5c4e0dfeb4 Fix two flaky tests in acceptance
[MAILPOET-3188]
2020-09-30 18:01:35 +03:00
Jan Lysý
8f425c40fb Forbid animation in preview while changing form width
[MAILPOET-3175]
2020-09-30 15:59:55 +02:00
Jan Lysý
b2a1482a29 Update supported WordPress version
[MAILPOET-3176]
2020-09-30 14:06:20 +02:00
Pavel Dohnal
4519cdd449 Add a log for trashing newsletters
[MAILPOET-3183]
2020-09-30 14:05:43 +02:00
Pavel Dohnal
21055c077b Update code sniffinch checks
[MAILPOET-3144]
2020-09-29 17:32:23 +02:00
Pavel Dohnal
52b4b86c4b Use php 7.1 in build as the oldest version
[MAILPOET-3144]
2020-09-29 17:32:23 +02:00
Pavel Dohnal
bef6f25c8d Update php version notice
[MAILPOET-3144]
2020-09-29 17:32:23 +02:00
Pavel Dohnal
fc2e432543 Update php version in composer
[MAILPOET-3144]
2020-09-29 17:32:23 +02:00
Pavel Dohnal
6f72f56f52 Update required php version check
[MAILPOET-3144]
2020-09-29 17:32:23 +02:00
Pavel Dohnal
b49cff77de Mark required php version in readme
[MAILPOET-3144]
2020-09-29 17:32:23 +02:00
Pavel Dohnal
1f47581ce6 Update php version check
[MAILPOET-3144]
2020-09-29 17:32:23 +02:00
Pavel Dohnal
4b8635d148 Release 3.51.1 2020-09-29 11:28:43 +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
946a17ed93 Fix subscribers in segment count query
[MAILPOET-3077]
2020-09-28 14:26:53 +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
cd5079efda Remove unused SegmentEntity method
[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
82ce309df1 Rename property used for a dynamic segments 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
f6808404f2 Update dynamic segment listing to display all and subscribed count
[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
b37d1f8c03 Allow all subscription statuses in WC segments
[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
5aa4e880e6 Refactor static/dynamic condition to match old behavior
[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