Commit Graph

752 Commits

Author SHA1 Message Date
9e8ccd2c17 Use native array_column
[MAILPOET-3173]
2020-10-12 10:10:03 +02:00
bf7bd6d2d9 Fix other phpstan errors in lib
[MAILPOET-3146]
2020-10-08 15:59:05 +02:00
ab9130f845 Fix newsletter::body type errors
[MAILPOET-3146]
2020-10-08 15:59:05 +02:00
8d410b79ea Remove deprecated methods from Model/Subscriber
[MAILPOET-3033]
2020-10-07 14:26:54 +02:00
d026517ed9 Refactor search string escaping to a helper function
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
c952ef9542 Use only Listing repository in subscribers listing API
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
f9f8428b42 Move dynamic segment type constant to segment entity
[MAILPOET-3077]
2020-09-28 14:26:53 +02:00
ea16dc7925 Hotfix groups filter for subscribers listing
[MAILPOET-3132]
2020-09-08 09:16:56 +02:00
5550f5eef2 Fix segment and newsletter listing SQL to work with ONLY_FULL_GROUP_BY
[MAILPOET-3115]
2020-08-27 13:56:57 +02:00
6047b2cb32 Fix SQL error when running with ONLY_FULL_GROUP_BY
[MAILPOET-3110]
2020-08-24 12:11:03 +02:00
c878bb9ab0 Update the status
[MAILPOET-3087]
2020-08-24 10:40:12 +02:00
e7002f74ae Add possibility set status for new or existing users in import
Fixes:#2968
[MAILPOET-2957]
2020-08-10 15:16:31 +02:00
ebddfb07e3 Fix search in sending status
[MAILPOET-3050]
2020-08-10 12:00:36 +02:00
33e2c3d9d2 Add test for respository
[MAILPOET-2657]
2020-08-06 12:23:41 +02:00
9f615548b2 Add groups
[MAILPOET-2657]
2020-08-06 12:23:41 +02:00
9c8bbc5d90 Fix newsletters archive query
[MAILPOET-2630]
2020-07-29 13:50:54 +02:00
b2a4230636 Remove unused listing functionality from newsletter model
[MAILPOET-2898]
2020-06-17 14:37:06 +02:00
0d4abd9bce Mark Newsletter trash,restore,delete as deprecated and use bulk methods instead
[MAILPOET-2898][MAILPOET-2758]
2020-06-17 14:37:06 +02:00
babb27dd72 Remove bulk methods from legacy newsletter model
[MAILPOET-2898]
2020-06-17 14:37:06 +02:00
b1cd785dfe Fix flakey scheduler test
[MAILPOET-2896]
2020-06-11 13:24:42 +02:00
wxa
e31dcde50e Always count WP users in group filters [MAILPOET-2917] 2020-06-02 13:52:25 +02:00
92fbe04a4e Fix subscriber model unconfirmedData property doc type
[MAILPOET-2950]
2020-06-01 17:16:22 +02:00
f5b836e898 Set subscriber to null instead of false
[MAILPOET-2950]
2020-06-01 17:16:22 +02:00
4279e642b5 Use Doctrine for segment analytics
[MAILPOET-2903]
2020-05-28 14:54:11 +02:00
9fb8a229cb Use Doctrine for newsletter analytics
[MAILPOET-2903]
2020-05-28 14:54:11 +02:00
c63c49af89 Use doctrine for latest post fetching
[MAILPOET-2899]
2020-05-28 11:28:51 +02:00
c9b1c549c1 Remove rendering in model
[MAILPOET-2899]
2020-05-28 11:28:51 +02:00
7e0b536ff4 Use Di for newsletter renderer
[MAILPOET-2899]
2020-05-28 11:28:51 +02:00
c3686d9973 Move data from constructor
[MAILPOET-2899]
2020-05-28 11:28:51 +02:00
4862d42e8b Test all supported save fields
[MAILPOET-2900]
2020-05-25 17:49:07 +02:00
e31564e75d Fix counting segments
[MAILPOET-2882]
2020-05-14 16:08:22 +02:00
b5a5454466 Remove unused code
[PREMIUM-142]
2020-05-14 11:08:28 +02:00
wxa
637a56c92a Fix storing custom field dates in different formats [MAILPOET-2881] 2020-05-07 09:54:45 +02:00
d19e7714c3 Use instant unsubscribe URL for List-Unsubscribe header
[MAILPOET-2736]
2020-05-05 14:40:11 +02:00
6dcf494e6d Use the correct type
[MAILPOET-2716]
2020-04-24 11:44:09 +02:00
59c5f2a321 Make sure types are correct in models
[MAILPOET-2716]
2020-04-24 11:44:09 +02:00
0b0abea3bb Retype to use the correct type
[MAILPOET-2716]
2020-04-24 11:44:09 +02:00
8d9195b585 Schedule automatic emails to unconfirmed subscribers
[MAILPOET-2799]
2020-04-02 14:24:38 +02:00
317257bfc4 Ensure newsletter has state sending when resuming sending
[MAILPOET-2819]
2020-04-02 11:48:51 +02:00
698e9f00c1 Pause running scheduled task when restoring a newsletter
[MAILPOET-2819]
2020-04-02 11:48:51 +02:00
da4298a83d Keep newsletters in sending state after restoring from trash
[MAILPOET-2819]
2020-04-02 11:48:51 +02:00
dc55fb64cd Set even 30 days old newsletters as scheduled when reactivating an email
[MAILPOET-2709]
2020-04-01 16:49:27 +02:00
1d7fb55ae4 Revert "Remove functionality from old model"
This reverts commit 99f4a377c7.

[MAILPOET-2815]
2020-03-23 14:07:02 +01:00
2a6c777b96 Replace remaining usages of NewsletterTemplate model with Doctrine, remove the model
[MAILPOET-2647]
2020-03-23 00:33:40 +01:00
a88cc069a7 Implement NewsletterTempates::cleanRecentlySent() API using Doctrine
[MAILPOET-2647]
2020-03-23 00:33:40 +01:00
32f5777945 Implement NewsletterTempates::save() API using Doctrine
[MAILPOET-2647]
2020-03-23 00:33:40 +01:00
6e33cc80e2 Fix fields extraction for form data
[MAILPOET-2754]
2020-03-16 19:27:27 +01:00
99f4a377c7 Remove functionality from old model
[MAILPOET-2645]
2020-03-11 17:06:02 +00:00
7bf1b69a94 Update form::getFields to return also nested fields
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
e185121f43 Fix properties with trailing underscore
[MAILPOET-2715]
2020-02-19 19:12:53 +00:00