Commit Graph

84 Commits

Author SHA1 Message Date
57f0534241 Fix annotations in newsletter post
[MAILPOET-2960]
2020-06-03 14:14:12 +02:00
695ee96f84 Fix entity annotation
[MAILPOET-2899]
2020-05-28 11:28:51 +02:00
c63c49af89 Use doctrine for latest post fetching
[MAILPOET-2899]
2020-05-28 11:28:51 +02:00
fb238cd531 Fix errors discovered by doctrine-phpstan
[MAILPOET-2945]
2020-05-27 13:40:41 +02:00
9267cf7563 Add constants for form display type
[MAILPOET-2811]
2020-05-27 11:23:02 +02:00
3522c3b39f Fix inversed annotation
[MAILPOET-2900]
2020-05-25 17:49:07 +02:00
489662c8b1 Use Doctrine's orphan removal for newsletter options
[MAILPOET-2900]
2020-05-25 17:49:07 +02:00
2242ef1a77 Use Doctrine's orphan removal for newsletter segments
[MAILPOET-2900]
2020-05-25 17:49:07 +02:00
04938bc6a1 Fix newsletter body validator
[MAILPOET-2900]
2020-05-25 17:49:07 +02:00
e1819d4334 Set newsletter option data using Doctrine
[MAILPOET-2900]
2020-05-25 17:49:07 +02:00
0e5e95310f Set newsletter segment data using Doctrine
[MAILPOET-2900]
2020-05-25 17:49:07 +02:00
9f97866e28 Fix annotation 2020-05-25 17:22:05 +02:00
e0ca24a0ee Generate constructors for entities
[PREMIUM-142]
2020-05-14 11:08:28 +02:00
01915a1e0a Correct typehint
[PREMIUM-142]
2020-05-14 11:08:28 +02:00
ce7bbfb8f8 Add typehing
[PREMIUM-142]
2020-05-14 11:08:28 +02:00
8b24e84ee2 Create entity
[PREMIUM-142]
2020-05-14 11:08:28 +02:00
ea06c2a27b Allow data pass to entities
[PREMIUM-142]
2020-05-14 11:08:28 +02:00
0583e84b15 Add repository for purchases
[PREMIUM-142]
2020-05-14 11:08:28 +02:00
78f055b7aa Refactor unsubscribes tracker to doctrine
[MAILPOET-2736]
2020-05-05 14:40:11 +02:00
c1e48a750c Fix return type
[MAILPOET-2716]
2020-04-24 11:44:09 +02:00
bbde4b1c1c Mark all toOne associations in Stats Notification nullable
[MAILPOET-2818]
2020-04-08 15:06:07 +02:00
5b457a1693 Mark all toOne associations in WooCommerce Purchase nullable
[MAILPOET-2818]
2020-04-08 15:06:07 +02:00
b654b071b0 Mark newsletter in statistics click nullable
[MAILPOET-2818]
2020-04-08 15:06:07 +02:00
66d4a5caac Mark newsletter in sending queue nullable
[MAILPOET-2818]
2020-04-08 15:06:07 +02:00
98bc18c8de Mark newsletter in newsletter option nullable
[MAILPOET-2818]
2020-04-08 15:06:07 +02:00
edddaa789b Handle nullable task on sending queue
[MAILPOET-2818]
2020-04-08 15:06:07 +02:00
63a2bed8bf Apply safe to load association trait to all toOne associations
[MAILPOET-2818]
2020-04-08 15:06:07 +02:00
7e60e9ba7e Make NewsletterTemplateEntity name mandatory
[MAILPOET-2647]
2020-03-23 00:33:40 +01:00
239e77256a Add SafeToOneAssociationLoadTrait, use it in NewsletterTemplateEntity
[MAILPOET-2645]
2020-03-23 00:33:40 +01:00
e9ae4df4bc Remove 'description' from newsletter templates, it's not used anymore
[MAILPOET-2647]
2020-03-23 00:33:40 +01:00
a50a23c0e2 Add NewsletterTemplateEntity and repository
[MAILPOET-2647]
2020-03-23 00:33:40 +01:00
c26b967e64 Fix segment loading for inconsistent segment/newsletter segment relations
[MAILPOET-2729]
2020-03-18 18:24:38 +01:00
2917361a98 Fix wrong Doctrine 'inversedBy' annotation
[MAILPOET-2645]
2020-03-11 17:06:02 +00:00
1774b48666 Autofix unused "use" statements
[MAILPOET-2715]
2020-02-19 19:12:53 +00:00
b39dac75d6 Autofix number of newlines between methods
[MAILPOET-2715]
2020-02-19 19:12:53 +00:00
ffc9a89c55 Use serialized_array type in form entity
[MAILPOET-2710]
2020-02-18 08:11:59 +00:00
4da5b2e5c4 Add type hints
[MAILPOET-1798]
2020-02-17 19:20:36 +00:00
831a865c9e Use explicit code instead of PHP magic
[MAILPOET-1798]
2020-02-17 19:20:36 +00:00
eb4ea14744 Add forms select
[MAILPOET-1798]
2020-02-17 19:20:36 +00:00
a92af3095b Add constructor to entity
[MAILPOET-2503]
2020-02-10 18:07:59 +00:00
4fe760f4b1 Improve NewslettersResponseBuilder
[MAILPOET-2503]
2020-02-10 18:07:59 +00:00
efc2342190 Create StatisticsWooCommercePurchase entity
[MAILPOET-2503]
2020-02-10 18:07:59 +00:00
5917582f46 Create form entity and repository
[MAILPOET-2639]
2020-02-05 18:36:39 +00:00
d0292f8624 Convert variable names to camel case in PHPDoc
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
8c848cfa28 Convert property names to camel case
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
54549ff037 Convert variable names to camel case
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
43df66d162 Add public keyword to methods
[MAILPOET-2413]
2019-12-26 18:09:45 +03:00
25fe3aba54 Fix easy errors found by PHPStan
[MAILPOET-2588]
2019-12-26 14:36:45 +01:00
f3400fe0f5 Fix Doctrine annotation on SubscriberEntity
[MAILPOET-2574]
2019-12-19 13:40:43 +00:00
712ea07d17 Update entity to match database values
[MAILPOET-2453]
2019-12-19 10:24:41 +01:00