|
1774b48666
|
Autofix unused "use" statements
[MAILPOET-2715]
|
2020-02-19 19:12:53 +00:00 |
|
|
153c72cd77
|
Autofix long scalar typehints to short ones
[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 |
|
|
d5bf33c49a
|
Move dateConverter to common utils namespace
[MAILPOET-2665]
|
2020-02-13 18:42:55 +00:00 |
|
|
7d596e3407
|
Extract unrelated date conversion functionality from date block
[MAILPOET-2665]
|
2020-02-13 18:42:55 +00:00 |
|
|
dc5a296133
|
Inject dateBlock to services which use it
[MAILPOET-2665]
|
2020-02-13 18:42:55 +00:00 |
|
|
923dc0d1dd
|
Simplify and unify getViewInBroserUrl calls
[MAILPOET-2430]
|
2020-02-13 18:40:37 +00:00 |
|
|
e5fcf5819d
|
Remove 'type' parameter for view-in-browser, always include hash
[MAILPOET-2430]
|
2020-02-13 18:40:37 +00:00 |
|
|
eb1c7673e3
|
Make $preview = true default for view-in-broser URL
[MAILPOET-2430]
|
2020-02-13 18:40:37 +00:00 |
|
|
4c5155132a
|
Send a confirmation email when a user is added to a website
[MAILPOET-2567]
|
2020-01-27 09:26:15 +00:00 |
|
|
5e2559c0ae
|
Exclude WP subscribers from sending limit
[MAILPOET-2631]
|
2020-01-22 12:28:30 +00:00 |
|
|
e2a265fa48
|
Fix subscriber import when existing emails contain uppercase chars
[MAILPOET-2649]
|
2020-01-21 21:54:11 +00:00 |
|
|
fbcaeaadbc
|
Convert Doctrine specific code to camel case
[MAILPOET-1796]
|
2020-01-14 15:22:42 +01:00 |
|
|
d0292f8624
|
Convert variable names to camel case in PHPDoc
[MAILPOET-1796]
|
2020-01-14 15:22:42 +01:00 |
|
|
3bbc8ea2af
|
Convert variable names to camel case in strings
[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 |
|
|
416d847a68
|
Not count trashed subscribers
[MAILPOET-2624]
|
2020-01-14 10:57:20 +00:00 |
|
|
43df66d162
|
Add public keyword to methods
[MAILPOET-2413]
|
2019-12-26 18:09:45 +03:00 |
|
|
0e964de6d4
|
Move nesbot/carbon to vendor-prefixed
[MAILPOET-2560]
|
2019-12-15 21:55:48 +00:00 |
|
|
716ccfeec0
|
Fix Doctrine typos
[MAILPOET-2394]
|
2019-12-10 14:46:13 +00:00 |
|
|
924486e914
|
Add SubscribersRepository
[MAILPOET-2394]
|
2019-12-10 14:46:13 +00:00 |
|
|
8fb58450ed
|
Use inferPrivatePropertyTypeFromConstructor
[MAILPOET-2568]
|
2019-12-10 13:24:17 +01:00 |
|
|
60889c53f4
|
Add Idiorm to MailPoetVendor namespace
[MAILPOET-2545]
|
2019-11-27 12:38:20 +00:00 |
|
|
45c2b19dfa
|
Move XSLXWriter to MailPoetVendor namespace
[MAILPOET-2545]
|
2019-11-27 12:38:20 +00:00 |
|
|
a012984a7a
|
Move array_column polyfill to MailPoetVendor namespace
[MAILPOET-2545]
|
2019-11-27 12:38:20 +00:00 |
|
|
f9bdd6acd5
|
Make sure segment exists
[MAILPOET-2535]
|
2019-11-20 10:24:39 +00:00 |
|
|
99ca99cae8
|
Check if custom field is found in import
[MAILPOET-2535]
|
2019-11-20 10:24:39 +00:00 |
|
|
8f029d8308
|
Remove unneeded non-DI fallbacks
[MAILPOET-2515]
|
2019-11-14 10:02:28 +00:00 |
|
|
06708e0065
|
Remove old Setting model usage from InactiveSubscribersController
[MAILPOET-2436]
|
2019-11-06 16:32:32 +00:00 |
|
|
d970dda637
|
Replace "new SettingsController()" with fetch from DI container
[MAILPOET-2436]
|
2019-11-06 16:32:32 +00:00 |
|
|
a35bb6cc0e
|
Fix PR remarks [MAILPOEt-2392]
|
2019-10-16 13:55:01 +01:00 |
|
|
5d65a67072
|
Use one more temp table, use better indexes for inactives sync [MAILPOET-2392]
|
2019-10-16 13:55:01 +01:00 |
|
|
33c9b51ae6
|
Create a temp table for inactive task ids once per run [MAILPOET-2392]
|
2019-10-16 13:55:01 +01:00 |
|
|
622ae8d4df
|
Deactivate inactive subscribers by ID range for performance reasons [MAILPOET-2392]
|
2019-10-16 13:55:01 +01:00 |
|
|
a4c1bac911
|
Remove useless validation rules from import code
[MAILPOET-2432]
|
2019-10-09 13:57:50 +01:00 |
|
|
54afa0661f
|
Always use datetime validation for custom field of date type
[MAILPOET-2432]
|
2019-10-09 13:57:50 +01:00 |
|
|
5214e93787
|
Add sniff for use empty line spacing, fix found occurences
[MAILPOET-2409]
|
2019-10-01 14:29:30 +01:00 |
|
|
ade1cc4d8e
|
Autofix alphabetically sorted use statements
[MAILPOET-2409]
|
2019-10-01 14:29:30 +01:00 |
|
|
1b5b9d89ff
|
Autofix namespace declaration spacing
[MAILPOET-2409]
|
2019-10-01 14:29:30 +01:00 |
|
|
4d3a005b20
|
Inject LinkTokens dependency to SubscriptionUrlFactory using DI
[MAILPOET-2381]
|
2019-09-25 10:29:20 +01:00 |
|
|
7dba4d900c
|
Rename Subscription\Url to Subscription\SubscriptionUrlFactory
[MAILPOET-2381]
|
2019-09-25 10:29:20 +01:00 |
|
|
653dbe5783
|
Remove aspect mock from Confirmation mailer test
[MAILPOET-2381]
|
2019-09-25 10:29:20 +01:00 |
|
|
3c4b60ede9
|
Refactor getConfirmationUrl to instance method
[MAILPOET-2381]
|
2019-09-25 10:29:20 +01:00 |
|
|
692ff1ed22
|
Use getToken()
[MAILPOET-2340]
|
2019-09-24 14:40:22 +01:00 |
|
|
ab63bde9ed
|
Add LinkTokens service
[MAILPOET-2340]
|
2019-09-24 14:40:22 +01:00 |
|
|
925e9ce15c
|
Optimize the inactives sync SQL query [MAILPOET-2377]
|
2019-09-23 16:42:18 +01:00 |
|
|
3dcde4170e
|
Add meta when sending new subscriber notifications
[MAILPOET-2333]
|
2019-09-22 10:58:17 +02:00 |
|
|
eebe6e828f
|
Add meta when sending confirmation emails
[MAILPOET-2333]
|
2019-09-22 10:58:17 +02:00 |
|
|
f27d764d13
|
Refactor adding link_tokens in import to separate methods
[MAILPOET-2364]
|
2019-09-17 17:47:57 +02:00 |
|