Commit Graph

9033 Commits

Author SHA1 Message Date
8d0ed7a084 Add missing list check and error notices
[MAILPOET-2455]
2019-11-28 15:39:50 +00:00
e53c58201b Add default styles for newly created forms
[MAILPOET-2455]
2019-11-28 15:39:50 +00:00
4712056c65 Add form basic settings
[MAILPOET-2455]
2019-11-28 15:39:50 +00:00
0ba2e15a1c Use codeMirror editor for Custom CSS
[MAILPOET-2455]
2019-11-28 15:39:50 +00:00
a1b1f173d2 Add custom css panel
[MAILPOET-2455]
2019-11-28 15:39:50 +00:00
72fe158069 Refactor form placement panel to extra component
[MAILPOET-2455]
2019-11-28 15:39:50 +00:00
969f66e71c Add form placement section to form settings
[MAILPOET-2455]
2019-11-28 15:39:50 +00:00
2c0f16b0dd Fix tests and default values
[MAILPOET-2286]
2019-11-28 14:07:38 +00:00
d61d7ce483 Add class attribute to global class
[MAILPOET-2286]
2019-11-28 14:07:38 +00:00
a5dc30c4b6 Use Doctrine to create the newsletter
[MAILPOET-2286]
2019-11-28 14:07:38 +00:00
a178b5d1e8 Use DI to inject csstidy
[MAILPOET-2286]
2019-11-28 14:07:38 +00:00
9a8a353095 Fix PHPStan errors
[MAILPOET-2286]
2019-11-28 14:07:38 +00:00
822f48468e Show default heading if WC one is empty
[MAILPOET-2286]
2019-11-28 14:07:38 +00:00
404ebc5170 Fix PHPCS errors
[MAILPOET-2286]
2019-11-28 14:07:38 +00:00
aa129f5987 Use template for WooCommerce transactional emails
[MAILPOET-2286]
2019-11-28 14:07:38 +00:00
e1a8883935 Preprocess transactional email newsletter
[MAILPOET-2286]
2019-11-28 14:07:38 +00:00
f56ced0ef5 Add Email renderer
[MAILPOET-2286]
2019-11-28 14:07:38 +00:00
45da91f670 Separate the template creation into a class
[MAILPOET-2286]
2019-11-28 14:07:38 +00:00
f34128d91b Add WC blocks preprocessing
[MAILPOET-2286]
2019-11-28 14:07:38 +00:00
5f5a254548 Move preprocessing logic into Preprocessor class
[MAILPOET-2286]

Additional preprocessing logic is needed to handle WooCommerce
blocks, so instead of making the Renderer class even bigger,
I am creating a new Preprocessor class. I wanted to move the
`addMailpoetLogoContentBlock` logic as well but it will break
tests and require a lot of refactor to fix them so I am leaving
it here for now.
2019-11-28 14:07:38 +00:00
9e27afc994 Fix bug
[MAILPOET-2389]
2019-11-28 13:46:36 +00:00
c24f43b2e8 Remove default context value
[MAILPOET-2389]
2019-11-28 13:46:36 +00:00
76d0dc0d9b Add context to help entrypoint
[MAILPOET-2389]
2019-11-28 13:46:36 +00:00
3345903eaa Add context to forms entrypoint
[MAILPOET-2389]
2019-11-28 13:46:36 +00:00
b98df95ccc Add context to form editor entrypoint
[MAILPOET-2389]
2019-11-28 13:46:36 +00:00
62bd6f1126 Add context to features entrypoint
[MAILPOET-2389]
2019-11-28 13:46:36 +00:00
1b5e371177 Add context to dynamic_segments entrypoint
[MAILPOET-2389]
2019-11-28 13:46:36 +00:00
de08105dff Add context to wizard entrypoint
[MAILPOET-2389]
2019-11-28 13:46:36 +00:00
6ce548ef1b Add context to import entrypoint
[MAILPOET-2389]
2019-11-28 13:46:36 +00:00
8dba06f8b9 Add context to subscribers entrypoint
[MAILPOET-2389]
2019-11-28 13:46:36 +00:00
65cc655e7f Add context to settings entrypoint
[MAILPOET-2389]
2019-11-28 13:46:36 +00:00
e5554a8227 Add context to segments entrypoint
[MAILPOET-2389]
2019-11-28 13:46:36 +00:00
89d0362f13 Add context to newsletters entrypoint
[MAILPOET-2389]
2019-11-28 13:46:36 +00:00
41697e1580 Refactor newsletters entry point
[MAILPOET-2389]
2019-11-28 13:46:36 +00:00
01eb608303 Remove no longer present errors from PHPStan baseline
[MAILPOET-2551]
2019-11-28 13:35:57 +00:00
6c2ff1ca73 Make test actually fail when errors or exceptions found
[MAILPOET-2551]
2019-11-28 13:35:57 +00:00
f8b74aef96 Check errors from both error.log and exception.log
[MAILPOET-2551]
2019-11-28 13:35:57 +00:00
wxa
7be762c462 Improve the SPF check message [MAILPOET-2511] 2019-11-28 13:23:02 +00:00
1a79305766 Fix order of implode params for PHP 7.4
[MAILPOET-2550]
2019-11-28 10:09:12 +00:00
99760d1de1 Upgrade Tracy for compatibility with PHP 7.4
[MAILPOET-2545]
2019-11-27 12:38:20 +00:00
a91f79263e Replace join() with implode() for compatibility with PHP 7.4
[MAILPOET-2545]
2019-11-27 12:38:20 +00:00
9a2dea5f37 Add Sudzy to MailPoetVendor namespace
[MAILPOET-2545]
2019-11-27 12:38:20 +00:00
5c212e7483 Add Paris to MailPoetVendor namespace
[MAILPOET-2545]
2019-11-27 12:38:20 +00:00
60889c53f4 Add Idiorm to MailPoetVendor namespace
[MAILPOET-2545]
2019-11-27 12:38:20 +00:00
eb130c1aea Move Idiorm and Paris from vendor to MailPoetVendor
[MAILPOET-2545]
2019-11-27 12:38:20 +00:00
45c2b19dfa Move XSLXWriter to MailPoetVendor namespace
[MAILPOET-2545]
2019-11-27 12:38:20 +00:00
9166f280d0 Move CSS to MailPoetVendor namespace
[MAILPOET-2545]
2019-11-27 12:38:20 +00:00
a012984a7a Move array_column polyfill to MailPoetVendor namespace
[MAILPOET-2545]
2019-11-27 12:38:20 +00:00
bfdaf4da1e Move 3rd-party libs to a dedicated directory
[MAILPOET-2545]
2019-11-27 12:38:20 +00:00
5ca9b6f520 Fix shortcode being URL encoded
[MAILPOET-2540]
2019-11-27 09:44:48 +00:00