Commit Graph

13768 Commits

Author SHA1 Message Date
Rostislav Wolny
e0e4c507dd Update gregwar/captcha
[MAILPOET-3658]
2021-07-06 13:29:00 +02:00
Rostislav Wolny
ff42762f93 Remove custom PDO driver
[MAILPOET-3658]
2021-07-06 13:29:00 +02:00
Rostislav Wolny
07079e331a Fix doctrine cleanup script
[MAILPOET-3658]
2021-07-06 13:29:00 +02:00
Rostislav Wolny
8af9b412ad Switch to built in PDO driver
[MAILPOET-3658]
2021-07-06 13:29:00 +02:00
Rostislav Wolny
c9603b76dc Update doctrine packages and fix metadata cache
[MAILPOET-3658]
2021-07-06 13:29:00 +02:00
Rostislav Wolny
b6d420b19c Update cerdic/css-tidy
[MAILPOET-3658]
2021-07-06 13:29:00 +02:00
Ján Mikláš
b9f4b17e69 Release 3.64.3 2021-07-06 13:24:13 +02:00
Veljko
ee0cb86d15 Change to wait for element visibility 2021-07-05 14:40:30 +02:00
Veljko
63043579e0 Add method to wait for listing items
[MAILPOET-3679]
2021-07-05 14:40:30 +02:00
Veljko
881b79c2a5 Add wait for element to be clickable
MAILPOET-3680
2021-07-05 12:35:11 +02:00
Veljko
508550d2f1 Add another class 2021-07-02 10:15:28 +02:00
Veljko
bcf842f3ef Fix flaky acceptance test mailpoet menus
[MAILPOET-3677]
2021-07-02 10:15:28 +02:00
Rostislav Wolny
a87ae60030 Make sure newsletter tests don't hang
On newer node JS our tests remained hanging.
--exit flag forces proces to exit after tests are finished
[MAILPOET-3673]
2021-07-02 07:28:41 +02:00
Rostislav Wolny
340653916c Refactor Robo t:newsletter-editor using collection
[MAILPOET-3673]
2021-07-02 07:28:41 +02:00
Rostislav Wolny
8eba676c04 Run js test on CI on the latest executor with new nodejs
[MAILPOET-3673]
2021-07-02 07:28:41 +02:00
Rostislav Wolny
bedd9e59ca Skip failing tests
Temporarily skip rest of failing tests.
Those should be fixed in a subsequent task.
[MAILPOET-3673]
2021-07-02 07:28:41 +02:00
Rostislav Wolny
604336e6fb Fix failing newsletter editor heading test
[MAILPOET-3673]
2021-07-02 07:28:41 +02:00
Rostislav Wolny
7ddfadc666 Add polyfills for crypto and MutationsObserver into JS tests
[MAILPOET-3673]
2021-07-02 07:28:41 +02:00
Rostislav Wolny
863c0b4172 Fix undefined underscore in newsletter editor tests
[MAILPOET-3673]
2021-07-02 07:28:41 +02:00
Rostislav Wolny
9a24aa07f4 Fix Element not defined in tests in tinymce
[MAILPOET-3673]
2021-07-02 07:28:41 +02:00
Rostislav Wolny
b8f1124ef5 Update node in CI images to v16
Unhandled exceptions no node16 should cause non zero exit codes.
[MAILPOET-3673]
2021-07-02 07:28:41 +02:00
Rostislav Wolny
ea5bc1ab2c Replace webpack cleanup plugin with simple deletion
The cleanup plugin was not working properly as it is not designed for multi config environments.
It deleted tests assets after they were built.
[MAILPOET-3673]
2021-07-02 07:28:41 +02:00
Rostislav Wolny
b71f8defc8 Fix dismissing shortcodes notice
[MAILPOET-3672]
2021-06-30 15:28:50 +02:00
Tautvidas Sipavicius
dc393575ad Release 3.64.2 2021-06-29 12:30:50 +03:00
Rostislav Wolny
32b2136864 Prevent Doctrine error for malformed unsubscribe url
[MAILPOET-3670]
2021-06-28 15:02:10 +02:00
Rostislav Wolny
ed66dfc8e9 Recalculate subscriber score only when a new open was tracked
[MAILPOET-3669]
2021-06-28 14:37:13 +02:00
Pavel Dohnal
b6009f67bc Hide beacon in the form preview window
[MAILPOET-3636]
2021-06-28 13:42:59 +02:00
Jan Lysý
608396ade9 Remove segment ids from unconfirmed data on subscribe
[MAILPOET-3663]
2021-06-28 13:40:36 +02:00
Jan Lysý
9b51f4e70e Send confirmation email when there are unconfirmed data
[MAILPOET-3649]
2021-06-28 12:26:03 +02:00
Jan Lysý
6773c42131 Add check that signup confirmation is disabled
[MAILPOET-3659]
2021-06-28 12:26:03 +02:00
Jan Lysý
b8a164338a Move errors at the beginning of the form component
[MAILPOET-3649]
2021-06-28 11:29:46 +02:00
Jan Lysý
79db822e19 Fix comment with timeout value 2021-06-28 11:29:46 +02:00
Jan Lysý
e8e05a301b Move error messages from editor to form component
[MAILPOET-3649]
2021-06-28 11:29:46 +02:00
Jan Lysý
2288d745b1 Improve integration tests for DynamicSegments API
[MAILPOET-3559]
2021-06-28 11:29:46 +02:00
Jan Lysý
5abee92122 Add better error message when name is empty
[MAILPOET-3559]
2021-06-28 11:29:46 +02:00
Pavel Dohnal
4456ff34da Set max-width for WP admin menu image icons
[MAILPOET-3648]
2021-06-28 10:15:54 +02:00
Pavel Dohnal
876c92ef0b Remove ./do watch task
[MAILPOET-3500]
2021-06-28 09:21:12 +02:00
Pavel Dohnal
16894fb81c Add typescript files to watch task
[MAILPOET-3500]
2021-06-28 09:21:12 +02:00
Jan Lysý
acf76e2905 Remove changing WP users as unconfirmed
This commit should revert functionality from the ticket MAILPOET-2134

[MAILPOET-3515]
2021-06-22 16:23:05 +02:00
Jan Lysý
a08ef8d53e Release 3.64.1 2021-06-22 13:36:19 +02:00
Jan Lysý
3a1e057e67 Move the aggregate function count to the having clause
[MAILPOET-3668]
2021-06-22 11:58:45 +02:00
Jan Lysý
62d6881966 Fix name of getter in SegmentEntity
[MAILPOET-3469]
2021-06-21 14:02:04 +02:00
Jan Lysý
f65959cdaf Use variables on styles for segments
[MAILPOET-3469]
2021-06-21 14:02:04 +02:00
Jan Lysý
96f39f81f5 Improve ManageSegments and remove waiting
[MAILPOET-3469]
2021-06-21 14:02:04 +02:00
Jan Lysý
025254f800 Add descriptions for new translations
[MAILPOET-3469]
2021-06-21 14:02:04 +02:00
Jan Lysý
ded711bce4 Add comments to ManageSegmentsCest
[MAILPOET-3469]
2021-06-21 14:02:04 +02:00
Jan Lysý
fcfe7f5bea Fix integration test for FilterHandler
[MAILPOET-3469]
2021-06-21 14:02:04 +02:00
Jan Lysý
38d643a9fd Remove irrelevant comment from SegmentsRepository
[MAILPOET-3469]
2021-06-21 14:02:04 +02:00
Jan Lysý
3fdbb050cd Add getter for connect operand to SegmentEntity
[MAILPOET-3469]
2021-06-21 14:02:04 +02:00
Jan Lysý
cb93b3f30d Add waiting for clickable save button
[MAILPOET-3469]
2021-06-21 14:02:04 +02:00