Commit Graph

3804 Commits

Author SHA1 Message Date
bd3c42cd26 Remove deprecated method
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
wxa
70c73295d7 Fix bulk trashing/deletion of subscribers with wp_user_id = 0 [MAILPOET-2489] 2019-11-06 16:22:37 +00:00
wxa
31d224ea4f Use CronHelper service in API and UI classes [MAILPOET-2459] 2019-11-06 09:58:36 +00:00
wxa
81caa04479 Use CronHelper service in cron workers [MAILPOET-2459] 2019-11-06 09:58:36 +00:00
wxa
3436fed6e7 Use CronHelper service in cron core classes [MAILPOET-2459] 2019-11-06 09:58:36 +00:00
wxa
ed7784d945 Refactor CronHelper to a service [MAILPOET-2459] 2019-11-06 09:58:36 +00:00
f94fc9b6de Fix namespace
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
1418abbdb1 Better method name
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
ab1e398241 Move function to a better repository
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
bda3bd3f63 Fix entities mistakes
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
07214f9c87 Fix association
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
4a49565553 Fix total count
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
8fa6321b7e Remove redundant property
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
622c726fe3 Rename properties
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
b1782bb34d Fix association
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
d492231222 Remove alias
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
ee9f886ce2 Simplify method
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
37a97d966f Use better alias for queries
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
7a0eb82aad Use better code for transactions
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
0e6ee238e9 Remove code that is not needed
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
cf08200c5d Rename functions
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
0b88eccc91 Remove unneeded join
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
5b6b21b23f Make method more clear
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
f1934ff880 Use a better name for method
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
45eb3d39c2 Remove default annotation
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
b81c2497cb Use singular in entity names
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
ac9761228a Simplify fetching a single result from database
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
95564cfa32 Use doctrine in stats notifications for auto emails
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
5a2edff9fe Add newsletter statistics to doctrine
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
ad6e6009d2 Use Newsletter Link Entity in Stats Notifications
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
4c960a1a44 Remove unneeded relation
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
6b338a14fc Use doctrine in stats notifications worker
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
c6c7320737 Use Doctrine in Scheduler
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
368ed59f2a Create a new repository
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
2a3445f806 Remove the old model
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
16926f609a Use newsletter entity in Stats Notifications
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
92bbb3f4e8 Create StatsNotifications entity
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
1095cba1f1 Add missing translation domains
[MAILPOET-2494]
2019-11-05 10:34:17 +00:00
0b836c14ed Add test for blacklisting domains
[MAILPOET-2509]
2019-11-04 20:53:06 +00:00
f9c6ce66f2 Allow blacklisting domains
[MAILPOET-2509]
2019-11-04 20:53:06 +00:00
c80e806774 Better name for blacklisted emails
[MAILPOET-2509]
2019-11-04 20:53:06 +00:00
7b26031187 Add new emails to blacklist
[MAILPOET-2508]
2019-11-04 20:49:57 +00:00
4175f6b964 Improve segment checking
[MAILPOET-2486]
2019-11-04 20:48:53 +00:00
5d98703b42 Check requirements when listings subscribers
[MAILPOET-2486]
2019-11-04 20:48:53 +00:00
9199c9f61a Check requirements when loading subscriber ids
[MAILPOET-2486]
2019-11-04 20:48:53 +00:00
4f1ef835dc Check requirements when counting subscribers
[MAILPOET-2486]
2019-11-04 20:48:53 +00:00
5c706aaacf Create dynamic segment requirements checker
[MAILPOET-2486]
2019-11-04 20:48:53 +00:00
c280b2bd55 Add configuration check to Linux Cron
[MAILPOET-2507]
2019-11-04 20:38:24 +00:00
wxa
8f4321487b Remove AspectMock from CronHelperTest [MAILPOET-2464] 2019-10-30 23:22:48 +00:00
152d4c6251 Convert empty string to null in json type property
[MAILPOET-2504]
2019-10-29 15:17:29 +00:00