Commit Graph

4334 Commits

Author SHA1 Message Date
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
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
371b6a2824 Remove tasks if processing requirements are false
[MAILPOET-2530]
2019-11-25 15:43:57 +00:00
dc5e2ae386 Simplify WorkersFactory using DI and making it container-aware
[MAILPOET-2538]
2019-11-25 12:30:18 +00:00
382df5e034 Pass cron worker timer in process() method instead of a constructor
[MAILPOET-2538]
2019-11-25 12:30:18 +00:00
afecae15f5 Extract scheduling logic from SimpleWorker
[MAILPOET-2538]
2019-11-25 12:30:18 +00:00
59ac38cabd Use processTaskStrategy() instead of custom logic in Bounce worker
[MAILPOET-2538]
2019-11-25 12:30:18 +00:00
ac794aaca2 Use processTaskStrategy() instead of custom logic in Migration worker
[MAILPOET-2538]
2019-11-25 12:30:18 +00:00
8a8b34e554 Remove useless method
[MAILPOET-2538]
2019-11-25 12:30:18 +00:00
cd93940940 Make static methods in cron workers non-static
[MAILPOET-2538]
2019-11-25 12:30:18 +00:00
ba41f4901e Move SQL queries from SimpleWorker to model, improve naming
[MAILPOET-2538]
2019-11-25 12:30:18 +00:00
c1d5c8068d Use DI for cron triggers
[MAILPOET-2538]
2019-11-25 12:30:18 +00:00
7a91641d11 Make cron triggers non-static
[MAILPOET-2538]
2019-11-25 12:30:18 +00:00
b1aed487be Simplify CronTrigger methods list & its usage
[MAILPOET-2538]
2019-11-25 12:30:18 +00:00
69b79b4f6c Fix types
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
52b4d67eca Make sure values are found
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
2f262bc8ac Make sure value is correct
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
4b649a0575 Fix types in mp2 migrator
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
650f9a8c90 Use proper check for existence
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
f1da8e5c36 Use the proper check
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
61f0250822 Use the correct type
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
5e5d4c3ff8 Ensure the correct instance
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
87080c6fe9 Ensure correct type
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
01f4df87b6 Ensure the correct value
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
613e40d765 Fix linter errors
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
26e2b43fd1 Make sure we don't clone null value
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
f9bdd6acd5 Make sure segment exists
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
aa050c211b Check properly if value is found
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
99ca99cae8 Check if custom field is found in import
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
0d3424f43a Use proper checks
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
9b74a53df3 Fix types in security
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
672b0c272e Check type for PHPStan
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
86f700b84c Fix types
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
f313049776 Make sure the type is always correct
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
e90ba1ddda Correct types in Settings
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
75f1e97ee3 Make sure we use the correct type for wp functions
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
5e44ef8af8 Make sure types are correct in Sending Task
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
8e1628efe8 Use proper types in Import Export
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
bd6929bbe8 Make sure newsletter is not boolean
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
52b81478fb Check the return value properly
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
3a9a98b842 Annotate the method correctly
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
25b2edab8a Fix model create annotations
[MAILPOET-2535]
2019-11-20 10:24:39 +00:00
e3507a334e Use PHPMail as a fallback in WordPressMailer
[MAILPOET-2515]
2019-11-14 10:02:28 +00:00
606f6b24aa Move mailer limit and frequency to where it is needed, make function non-static
[MAILPOET-2515]
2019-11-14 10:02:28 +00:00
15acedc94f Remove static (mis)usages of Mailer::getMailerConfig()
[MAILPOET-2515]
2019-11-14 10:02:28 +00:00