Commit Graph

12990 Commits

Author SHA1 Message Date
Pavel Dohnal
4fee8617d2 Make form disabled until it is valid
[MAILPOET-3222]
2021-05-03 14:31:23 +02:00
Pavel Dohnal
40d5b2ed96 Add subscribed dates validation
[MAILPOET-3222]
2021-05-03 14:31:23 +02:00
Pavel Dohnal
84356a2b96 Add subscribed dates fileds
[MAILPOET-3222]
2021-05-03 14:31:23 +02:00
Pavel Dohnal
dd4895f6df Add component for subscribed date
[MAILPOET-3222]
2021-05-03 14:31:23 +02:00
Pavel Dohnal
e94aeeb3f8 Make naming better
[MAILPOET-3222]
2021-05-03 14:31:23 +02:00
Pavel Dohnal
11acc61461 Add subscriber date to selection list
[MAILPOET-3222]
2021-05-03 14:31:23 +02:00
Pavel Dohnal
88f76c19b9 Refactor file into two seprarate files
[MAILPOET-3222]
2021-05-03 14:31:23 +02:00
Rostislav Wolny
39f8dfae5b Sanitize only specific block types in newsletter API data
[MAILPOET-3538]
2021-05-03 14:20:07 +02:00
Rostislav Wolny
eaf1b77863 Reset margins on popup form overlay and fixed bar
e.r Twenty Twenty-One theme adds some margin to those
[MAILPOET-3527]
2021-05-03 14:04:07 +02:00
Rostislav Wolny
7ac92173c4 Remove anchor inputs from paragraph and image blocks
[MAILPOET-3527]
2021-05-03 14:04:07 +02:00
Rostislav Wolny
41a2f6428a Update form editor acceptance tests
[MAILPOET-3527]
2021-05-03 14:04:07 +02:00
Rostislav Wolny
001d72f2d5 Add type check for posts loaded from WP api
[MAILPOET-3527]
2021-05-03 14:04:07 +02:00
Rostislav Wolny
2ada1efebb Fix appearance of font size select in toolbar
[MAILPOET-3527]
2021-05-03 14:04:07 +02:00
Rostislav Wolny
4c0a6f7ce3 Remove unnecessary sidebar width fixes in form editor
[MAILPOET-3527]
2021-05-03 14:04:07 +02:00
Rostislav Wolny
3d6c46576d Fix typography settings and re-enable line height
[MAILPOET-3527]
2021-05-03 14:04:07 +02:00
Rostislav Wolny
8ec77af905 Fix appearance of default appender in form editor
[MAILPOET-3527]
2021-05-03 14:04:07 +02:00
Rostislav Wolny
c93222da99 Fix form editor proptypes warning on submit button
[MAILPOET-3527]
2021-05-03 14:04:07 +02:00
Rostislav Wolny
a0aca37db7 Hide tabs in block inserter in form editor
[MAILPOET-3527]
2021-05-03 14:04:07 +02:00
Rostislav Wolny
1fd30d7749 Set proper classes for WP admin submenu on editor pages
[MAILPOET-3527]
2021-05-03 14:04:07 +02:00
Rostislav Wolny
a62cf98907 Add missing CSS from edit post package
[MAILPOET-3527]
2021-05-03 14:04:07 +02:00
Rostislav Wolny
a96b38ab9f Fix scrolling in sidebar
[MAILPOET-3527]
2021-05-03 14:04:07 +02:00
Rostislav Wolny
3d7ef7a2c8 Update wordpress js dependencies
[MAILPOET-3527]
2021-05-03 14:04:07 +02:00
Pavel Dohnal
427a92f913 Allow saving a segment with 0 opens
[MAILPOET-3573]
2021-05-03 12:05:12 +02:00
Jan Lysý
3d34f7e5ac Enable automatic scheduling in SubscribersEngagementScore
[MAILPOET-3585]
2021-05-03 11:23:47 +02:00
Jan Lysý
6ae390bd3d Move scheduleImmediately to SimpleWorker
[MAILPOET-3585]
2021-05-03 11:23:47 +02:00
Jan Lysý
cfa29c9df1 Change cron scheduling for SubscribersEngagementScore
[MAILPOET-3585]
2021-05-03 11:23:47 +02:00
Jan Lysý
43058ce38a Add index on engagement_score_updated_at in subscribers
[MAILPOET-3585]
2021-05-03 11:23:47 +02:00
Jan Lysý
0e5b51daa2 Update tests for StatisticsOpensRepositoryTest
[MAILPOET-3585]
2021-05-03 11:23:47 +02:00
Jan Lysý
8635fd4c50 Calculate subscriber score only in last 12 months
[MAILPOET-3585]
2021-05-03 11:23:47 +02:00
dependabot[bot]
4b3493eb4f Bump rmccue/requests from 1.7.0 to 1.8.0
Bumps rmccue/requests from 1.7.0 to 1.8.0.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-03 10:47:56 +02:00
dependabot[bot]
3f55773e5a Bump composer/composer from 1.10.17 to 1.10.22
Bumps [composer/composer](https://github.com/composer/composer) from 1.10.17 to 1.10.22.
- [Release notes](https://github.com/composer/composer/releases)
- [Changelog](https://github.com/composer/composer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/composer/composer/compare/1.10.17...1.10.22)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-03 10:25:40 +02:00
Jan Lysý
f406608763 Use hidden input for correct unsubscribe status on registration
[MAILPOET-3483]
2021-05-03 10:24:25 +02:00
Jan Lysý
be589e79bd Add action for hook woocommerce_created_customer
[MAILPOET-3483]
2021-05-03 10:24:25 +02:00
Jan Lysý
0ed3412667 Add methods for extend WC registration form into hooks for WC
[MAILPOET-3483]
2021-05-03 10:24:25 +02:00
Jan Lysý
f2e39083a5 Update tests for the new default WP subscriber status
[MAILPOET-3483]
2021-05-03 10:24:25 +02:00
Jan Lysý
631e2acda1 Change default WP subscriber status to unsubscribed
[MAILPOET-3483]
2021-05-03 10:24:25 +02:00
Jan Lysý
b7bfef90c9 Add opt-in checkbox into the WooCommerce registration form
[MAILPOET-3483]
2021-05-03 10:24:25 +02:00
Rostislav Wolny
62e22dd8e5 Reintroduce second attempt for filtering products in test
[MAILPOET-3594]
2021-04-30 10:33:38 +02:00
Rostislav Wolny
b15a01e30c Use proper method when selecting from react select in tests
[MAILPOET-3594]
2021-04-29 16:38:20 +02:00
Rostislav Wolny
9bea059983 Remove unnecessary retry from EditorProductsCest
[MAILPOET-3594]
2021-04-29 16:38:20 +02:00
Rostislav Wolny
bfd6b75065 Improve reliability of selecting in select2 in acceptance tests
[MAILPOET-3594]
2021-04-29 16:38:20 +02:00
Rostislav Wolny
a6dcd7a22c Exclude non-content related clicks from segment clicked any
[MAILPOET-3223]
2021-04-29 16:33:05 +02:00
Rostislav Wolny
be7437ed5c Add clicked any link option into segments form
[MAILPOET-3223]
2021-04-29 16:33:05 +02:00
Rostislav Wolny
df8f1e73d0 Refactor email segment options to use constants
[MAILPOET-3223]
2021-04-29 16:33:05 +02:00
Rostislav Wolny
d45fc34a4f Add clicked any action support to segment filter data mapper
[MAILPOET-3223]
2021-04-29 16:33:05 +02:00
Rostislav Wolny
4bfbfada6e Add support for clicked any to email type segment filter
[MAILPOET-3223]
2021-04-29 16:33:05 +02:00
Rostislav Wolny
841a7ab899 Replace dummyimage.com by local image
[MAILPOET-3587]
2021-04-29 12:28:46 +02:00
Veljko
000cd31aba Fix missing file data path 2021-04-28 13:10:36 +02:00
Veljko
2f774cbcdb Move tests inside subfolders
[MAILPOET-3581]
2021-04-28 13:10:36 +02:00
Veljko
b8d8d91aff Renamed all acceptance tests
[MAILPOET-3581]
2021-04-28 13:10:36 +02:00