Commit Graph

9033 Commits

Author SHA1 Message Date
56c0eb8cba Add comments for scroll offsets
[MAILPOET-2544]
2019-11-26 11:14:13 +01:00
158a914ff0 Fix scrolling in manage subscription test
[MAILPOET-2544]
2019-11-26 11:14:13 +01:00
c69328b228 Fix payment selection in orderProduct
[MAILPOET-2544]
2019-11-26 11:14:13 +01:00
381546f093 Fix js code in acceptance test
[MAILPOET-2544]
2019-11-26 11:14:13 +01:00
e6f2115748 Switch acceptance tests to WP5.3 container
[MAILPOET-2544]
2019-11-26 11:14:13 +01:00
82156a29d4 Release 3.40.1 2019-11-26 09:46:03 +01: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
4e8165c4b4 Fix MailPoet & WordPress cron trigger tests
[MAILPOET-2538]
2019-11-25 12:30:18 +00:00
f4c2dda560 Fix DaemonHttpRunnerTest
[MAILPOET-2538]
2019-11-25 12:30:18 +00:00
072aa54f37 Move CronTriggerTest from integration to unit
[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
1b3a74ace1 Run PHPStan on level 7
[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
788d192ba9 Ignore this error because of bug in PHPStan
[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