Rostislav Wolny
699266c920
Use TrackingConfig and new tracking settings property in PHP
...
[MAILPOET-3185]
2021-12-06 17:03:28 +01:00
Rodrigo Primo
1501c4e54d
Replace NewsletterLink with NewsletterLinkEntity in the class Tasks\Links
...
[MAILPOET-3816]
2021-11-15 13:03:47 +01:00
Rodrigo Primo
612eb1073d
Move NewstetterLink properties to NewsletterLinkEntity
...
Doing this as part of the task to deprecated old Paris models
(NewsletterLink) and use Doctrine entities instead
(NewslleterLinkEntity).
[MAILPOET-3816]
2021-11-15 13:03:47 +01:00
Pavel Dohnal
21839fc30b
Fix indentation of multiline function declarations
...
[MAILPOET-3732]
2021-09-17 12:17:36 +02:00
Pavel Dohnal
cdda3480ca
Make all constructor signatures multiline
...
[MAILPOET-3732]
2021-09-16 14:19:40 +02:00
Jan Lysý
4c67e97206
Fix parameters in integration tests
...
[MAILPOET-3269]
2021-06-14 10:12:34 +02:00
Jan Lysý
c9636ebf1b
Use Newsletter\Links as service
...
[MAILPOET-3269]
2021-06-14 10:12:34 +02:00
Jan Lysý
4449f76901
Remove static calling from Links
...
[MAILPOET-3269]
2021-06-14 10:12:34 +02:00
Pavel Dohnal
82bf183a6c
Use doctrine entity in posts test
...
[MAILPOET-3027]
2021-03-16 14:40:18 +01:00
Pavel Dohnal
ee41046b8e
Use Doctrine in the posts task
...
[MAILPOET-3027]
2021-03-16 14:40:18 +01:00
Rostislav Wolny
31df925cf4
Remove unnecessary code form short code task
...
[MAILPOET-3434]
2021-02-17 16:11:59 +01:00
Jan Lysý
e66ad88146
Set newsletter Entity when stdClass instance given
...
[MAILPOET-3356]
2021-01-11 11:15:33 +01:00
Pavel Dohnal
56d7cd1398
Fix rendering shortcodes in subject
...
[MAILPOET-3333]
2020-12-03 14:11:53 +01:00
Pavel Dohnal
fcbfd6fb68
Refactor shortcode categories to doctrine
...
[MAILPOET-2993]
2020-11-11 11:34:55 +01:00
Pavel Dohnal
6139e300c3
Free up shortcodes constructor for DI
...
[MAILPOET-2993]
2020-11-11 11:34:55 +01:00
Rostislav Wolny
ab9130f845
Fix newsletter::body type errors
...
[MAILPOET-3146]
2020-10-08 15:59:05 +02:00
wxa
fd6ff25cd9
Make render preview call more readable [MAILPOET-2979]
2020-10-07 11:48:50 +02:00
wxa
52b84296b3
Add abandoned cart block rendering in email [MAILPOET-2979]
2020-10-07 11:48:50 +02:00
Rostislav Wolny
a8d11bf045
Replace Newsletter delete,trash,replace by new bulkMethods
...
[MAILPOET-2898][MAILPOET-2758]
2020-06-17 14:37:06 +02:00
Pavel Dohnal
c9b1c549c1
Remove rendering in model
...
[MAILPOET-2899]
2020-05-28 11:28:51 +02:00
Rostislav Wolny
accf804cea
Add queue id into unsubscribe URLs data
...
[MAILPOET-2736]
2020-05-05 14:40:11 +02:00
Rostislav Wolny
d19e7714c3
Use instant unsubscribe URL for List-Unsubscribe header
...
[MAILPOET-2736]
2020-05-05 14:40:11 +02:00
Jan Jakeš
fbcaeaadbc
Convert Doctrine specific code to camel case
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
Jan Jakeš
8c848cfa28
Convert property names to camel case
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
Jan Jakeš
54549ff037
Convert variable names to camel case
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
Amine Ben hammou
43df66d162
Add public keyword to methods
...
[MAILPOET-2413]
2019-12-26 18:09:45 +03:00
Jan Jakeš
d970dda637
Replace "new SettingsController()" with fetch from DI container
...
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
wxa
8fb18e7c2e
Extract usage of emoji encoding from the sending queue model [MAILPOET-2460]
2019-10-24 10:57:36 +01:00
Pavel Dohnal
a42a971efd
Move GA tracking to free
...
[MAILPOET-2397]
2019-10-23 17:34:07 +01:00
Rostislav Wolny
73bc62227a
Replace log topics strings by constants
...
[MAILPOET-2444]
2019-10-10 12:36:06 +01:00
Rostislav Wolny
e4262b0a6d
Refactor Cron to use logger_factory instance
...
[MAILPOET-2444]
2019-10-10 12:36:06 +01:00
Rostislav Wolny
beccbea6e2
Refactor Mailpoet\Logging\Logger to LoggerFactory
...
[MAILPOET-2444]
2019-10-10 12:36:06 +01:00
Rostislav Wolny
21158abe49
Rename $queue variable to $sending_task to make code more undestandable
...
[MAILPOET-2458]
2019-10-10 12:04:07 +01:00
Jan Jakeš
ade1cc4d8e
Autofix alphabetically sorted use statements
...
[MAILPOET-2409]
2019-10-01 14:29:30 +01:00
Jan Jakeš
1b5b9d89ff
Autofix namespace declaration spacing
...
[MAILPOET-2409]
2019-10-01 14:29:30 +01:00
Rostislav Wolny
4fbf8ed7be
Replace unsubscribe link short code strings by constant
...
[MAILPOET-2245]
2019-10-01 14:07:39 +01:00
Rostislav Wolny
44c6e5db91
Ensure that unsubscribe link is always saved before sending
...
[MAILPOET-2245]
2019-10-01 14:07:39 +01:00
Rostislav Wolny
7dba4d900c
Rename Subscription\Url to Subscription\SubscriptionUrlFactory
...
[MAILPOET-2381]
2019-09-25 10:29:20 +01:00
Rostislav Wolny
d90d5c6385
Refactor getUnsubscribeUrl to instance method
...
[MAILPOET-2381]
2019-09-25 10:29:20 +01:00
Amine Ben hammou
692ff1ed22
Use getToken()
...
[MAILPOET-2340]
2019-09-24 14:40:22 +01:00
Amine Ben hammou
3ea9c99090
Use link_token when tracking and rendering links
2019-09-12 17:32:05 +02:00
Jan Jakeš
01a0fe96c4
Remove no longer necessary checks
...
[MAILPOET-1948]
2019-09-12 13:59:32 +02:00
Pavel Dohnal
11aebe2e05
Fix notice
...
[MAILPOET-2267]
2019-08-21 14:34:14 -04:00
Pavel Dohnal
8739646a6a
Move mailer configuration to init method
...
[MAILPOET-2146]
2019-07-24 13:54:49 -04:00
Pavel Dohnal
5da7110eb6
Use short array syntax
...
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
wxa
6b4e1fc055
Add more logging for sending debugging [MAILPOET-2084]
2019-05-16 14:21:51 -04:00
Ján Mikláš
9f21ff1285
Fix checking if post notification email contains any ALC posts
...
[MAILPOET-2029]
2019-05-16 09:33:00 -04:00
Ján Mikláš
c6c9442588
Make PostsTask method non-static
...
[MAILPOET-2029]
2019-05-16 09:33:00 -04:00
Pavel Dohnal
3e66e9e1dd
Fix phpstan level 6
...
[MAILPOET-1969]
2019-04-10 09:55:13 -04:00
Ján Mikláš
5621d1df25
Set newsletter's ID when sending preview or actual newsletter
...
[MAILPOET-1882]
2019-03-21 13:15:29 -04:00