Commit Graph

7707 Commits

Author SHA1 Message Date
8f5fb52f15 Check settings before processing task
[MAILPOET-1859]
2019-07-29 09:01:22 -04:00
fe406bf045 Refactor stats notifications to use layout
[MAILPOET-1859]
2019-07-29 09:01:22 -04:00
8a86a473df Create worker
[MAILPOET-1859]
2019-07-29 09:01:22 -04:00
d79b9443b6 Update settings for auto emails stats notifications
[MAILPOET-1859]
2019-07-29 09:01:22 -04:00
74ae7adf8d Populate stats notifications for auto emails
[MAILPOET-1859]
2019-07-29 09:01:22 -04:00
b830bb203b Small comment type change on UsageExamples.md 2019-07-29 09:56:38 +02:00
e04ab18b2c Fix missing dependencies error 2019-07-26 11:54:01 -04:00
wxa
c4ac07f71d Fix validation step answer 2 according to the updated specs [MAILPOET-2129] 2019-07-25 12:40:13 -04:00
1d3b4d3e6e Add an acceptance test
[MAILPOET-2129]
2019-07-25 12:40:13 -04:00
c87ea5a5ad Ignore validation for mailchimp method
[MAILPOET-2129]
2019-07-25 12:40:13 -04:00
138fbb4681 Remove redundant require
[MAILPOET-2129]
2019-07-25 12:40:13 -04:00
f8a5752450 Only show validation step for list over 200
[MAILPOET-2129]
2019-07-25 12:40:13 -04:00
94a25f3f1c Scroll to top on navigation
[MAILPOET-2129]
2019-07-25 12:40:13 -04:00
7dde2149dd Block users with old list
[MAILPOET-2129]
2019-07-25 12:40:13 -04:00
6362a8a881 Ask user when they sent to the list
[MAILPOET-2129]
2019-07-25 12:40:13 -04:00
109b97eaa3 Block users with wrong import method
[MAILPOET-2129]
2019-07-25 12:40:13 -04:00
3cbfca8db0 Ask user about list source
[MAILPOET-2129]
2019-07-25 12:40:13 -04:00
793b31e597 Remove all contents from outdated import step
[MAILPOET-2129]
2019-07-25 12:40:13 -04:00
0353f8e8b1 Move entities to lib/entities and use "Entity" suffix
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
6ede84af1b Use only array cache in Doctrine at the moment
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
aa13de72cc Fix setup of socket and IPv6 connection
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
7198b40b19 Do not change DB prefix in RoboFile when it is set
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
11b166d018 Use WP timestamp in TimestampListener
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
0045683d92 Share PDO connection between Doctrine and legacy ORM
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
a07043cfb4 Add serializable DB connection wrapper
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
68057c7cab Fix tests on CircleCI
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
c71bf4833c Rewrite UserFlag entity to Doctrine
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
7105c8ad5b Add Doctrine setup to integration tests
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
80d0e7e0f7 Use DI for Activator in Setup API
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
4cbc89368c Add entity traits for created_at and updated_at fields
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
2315e92c23 Add entity trait for autoincremented IDs
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
c59d0453e4 Add basic Repository class as a root for other repositories
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
8cf203276c Remove Doctrine Annotations for production build
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
cd1b4a804c Add command for Doctrine proxy generating
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
4c6e7572d4 Add command for Doctrine metadata generating
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
fcccbf8358 Add test for Doctrine configuration factory 2019-07-24 15:03:16 -04:00
b314afed8c Add table prefix setup for Doctrine
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
e515f06d02 Add Doctrine cache configuration
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
7a69c23967 Add Doctrine proxies configuration
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
7714d294b8 Add Doctrine metadata storage configuration
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
ca1311abf6 Add Doctrine EntityManager configuration
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
765d21ed6b Add driver option & wait_timeout settings according to Database.php
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
b5e92f4939 Add Doctrine Connection factory
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
43ba11f7f9 Install Doctrine to prefixed dependencies
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
25ec859428 Use Composer package auto sort also for prefixed dependencies
[MAILPOET-2014]
2019-07-24 15:03:16 -04:00
8739646a6a Move mailer configuration to init method
[MAILPOET-2146]
2019-07-24 13:54:49 -04:00
d6f263ef3f Make method private
[MAILPOET-2146]
2019-07-24 13:54:49 -04:00
bfa0766a40 Remove useless test
[MAILPOET-2146]
2019-07-24 13:54:49 -04:00
28ec164951 Update lodash version
[MAILPOET-2211]
2019-07-24 12:35:07 -04:00
bb0af3b052 Fix [newsletter:post_title] with filters applied
Use the same query fix for shortcode as for ALC getPosts

[MAILPOET-2214]
2019-07-24 12:01:32 -04:00