Jan Lysý
b67c216e31
Fix update segment when the name is the same
...
[MAILPOET-3343]
2020-12-21 10:03:08 +01:00
Jan Lysý
79abec8f13
Move method for create or update Segment to repository
...
[MAILPOET-3167]
2020-12-07 14:48:58 +01:00
Jan Lysý
37cef4fb34
Remove usage of Idiorm from Segments test
...
[MAILPOET-3167]
2020-12-07 14:48:58 +01:00
Jan Lysý
a75575baf9
Use SegmentEntity in endpoint Segment::save()
...
[MAILPOET-3167]
2020-12-07 14:48:58 +01:00
Rostislav Wolny
16a0d54a31
Remove unsecure string from error message
...
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
dd3538b78d
Add basic tests for PDOConnection and PDOStatement
...
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
d13f63b3e2
Fix other minor type issues in libs
...
[MAILPOET-3926]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
82f666c488
Fix type issues in Doctrine Driver
...
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
df22724cf7
Fix unserialize parameters issues in old models
...
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
8d7625fc3c
Fix argument passed by reference exception
...
This fails on PHP8. Passing by reference was introduced int this commit
a587b0a966
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
0f7f173259
Fix required after optional warning in SMTP mailer
...
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
e2236e45df
Fix form fields extraction
...
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
386f0c66b4
Don't use transactions for statements with implicit commit
...
[MAILPOET-3926]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
0362c97067
Fix required after optional warning in form blocks renderer
...
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Rostislav Wolny
12cc818f8b
Fix required after optional parameter in doctrine config factory
...
[MAILPOET-3296]
2020-12-07 11:36:01 +01:00
Pavel Dohnal
56d7cd1398
Fix rendering shortcodes in subject
...
[MAILPOET-3333]
2020-12-03 14:11:53 +01:00
Pavel Dohnal
3af2ffbbb4
Add notice when someone is using a newsletter shortcode
...
[MAILPOET-3333]
2020-12-03 14:11:53 +01:00
Pavel Dohnal
06dca19738
Add magic getters for backward compatibility
...
[MAILPOET-3333]
2020-12-03 14:11:53 +01:00
Pavel Dohnal
15ae8ae369
Use the data loader in form editor
...
[MAILPOET-2553]
2020-12-03 10:09:51 +01:00
Pavel Dohnal
344a338376
Move data selection to a reusable service
...
[MAILPOET-2553]
2020-12-03 10:09:51 +01:00
Pavel Dohnal
daaeada3da
Match select boxes with same select boxes in segments
...
[MAILPOET-2553]
2020-12-03 10:09:51 +01:00
Veljko V
ec26ae15a7
Fix problem of conflicts with other tests [MAILPOET-3334]
...
[MAILPOET-3334]
2020-12-03 09:33:05 +01:00
Veljko V
8cf27241fc
Fix problem of other test executions [MAILPOET-3334]
...
[MAILPOET-3334]
2020-12-03 09:33:05 +01:00
Veljko V
7d88f3eaea
Update form tests to have front end checks [MAILPOET-3334]
...
[MAILPOET-3334](https://mailpoet.atlassian.net/browse/MAILPOET-3334 )
2020-12-03 09:33:05 +01:00
Pavel Dohnal
5f05495fa0
Display tutorial to all users
...
[MAILPOET-3206]
2020-11-26 13:51:58 +01:00
Pavel Dohnal
bfaa1bbec4
Display tutorial only to new users
...
[MAILPOET-3206]
2020-11-26 13:51:58 +01:00
Pavel Dohnal
e52a2af475
Add data about form editor tutorial into store
...
[MAILPOET-3206]
2020-11-26 13:51:58 +01:00
Pavel Dohnal
bf13d08a22
Download premium plugin
...
[MAILPOET-3315]
2020-11-26 11:16:17 +01:00
Pavel Dohnal
44c27a9e89
Never activate the plugin for a user
...
[MAILPOET-3315]
2020-11-26 11:16:17 +01:00
derek-j-pitman
b839d88e7d
Update Amazon SES regions in Settings
2020-11-25 10:49:34 +01:00
derek-j-pitman
c405fbd02c
Fix string termination
2020-11-25 10:49:34 +01:00
derek-j-pitman
1534659d2c
Add US East (Ohio) to Amazon SES Mailer
2020-11-25 10:49:34 +01:00
Rostislav Wolny
46322825d5
Fix some newsletter shortcodes not being interpreted
...
The issue was happening because array_unique keeps original keys and $processedShortcodes after refactoring contains different keys.
Application of array_intersect_key removed some processed short codes. After reseting keys in extracted shortcodes array_intersect is no longer needed.
[MAILPOET-3312]
2020-11-23 09:26:11 +01:00
Rostislav Wolny
eb13116d2a
Add temporary fix to ensure old duplicated newsletters have hashes
...
[MAILPOET-3275]
2020-11-19 13:06:17 +01:00
Rostislav Wolny
e22c192078
Set new hash when duplicating newsletter
...
[MAILPOET-3275]
2020-11-19 13:06:17 +01:00
Rostislav Wolny
dfc4c286df
Use init form template settings as fallback for corrupted data
...
[MAILPOET-3924]
2020-11-19 09:55:28 +01:00
Rostislav Wolny
7da2304c4d
Prevent form rendering when form settings data are corrupted
...
[MAILPOET-3294]
2020-11-19 09:55:28 +01:00
Rostislav Wolny
7338678a12
Reset no forms transient on form status update
...
[MAILPOET-3300]
2020-11-17 13:42:27 +01:00
Rostislav Wolny
79fb1122ec
Fix displaying of forms with detailed placement configuration
...
[MAILPOET-3300]
2020-11-17 13:42:27 +01:00
Jan Lysý
203c6c43ea
Remove bottom padding from class .mailpoet_message
...
[MAILPOET-3306]
2020-11-17 12:20:53 +01:00
Rostislav Wolny
d91c383e53
Fix importing WP users as subscribers
...
[MAILPOET-3298]
2020-11-16 13:25:56 +01:00
Pavel Dohnal
a751a2a459
Add custom Doctrine Driver
...
[MAILPOET-3150]
2020-11-16 09:41:13 +01:00
wxa
ce27fd08fe
Add customize button above WC email settings table [MAILPOET-2584]
2020-11-12 16:49:20 +01:00
Ján Mikláš
05abc96def
Update dates for Black Friday banner
...
[MAILPOET-3289]
2020-11-12 11:05:24 +01:00
Ján Mikláš
b50c1d28bf
Update Black Friday banner content HTML
...
[MAILPOET-3289]
2020-11-12 11:05:24 +01:00
Jan Lysý
efee40b788
Add padding for messages in form
...
[MAILPOET-3195]
2020-11-12 09:24:58 +01:00
wxa
9359143346
Do not call hooks on repeated getAutomaticEmails calls (e.g. in editor) [MAILPOET-2433]
2020-11-11 14:27:36 +01:00
wxa
4661eab49e
Merge WC email initialization into newsletters listing page [MAILPOET-2433]
2020-11-11 14:27:36 +01:00
wxa
56868ce0db
Remove unnecessary template inclusion, fix automatic email step name in email editor [MAILPOET-2433]
2020-11-11 14:27:36 +01:00
Pavel Dohnal
ab009864a2
Remove constant that is not used any more
...
[MAILPOET-2993]
2020-11-11 11:34:55 +01:00