Vlad
89ff93958f
Removes subscriber object modification logic from the splitSubscribersData() method
...
Uses 2 separate objects with its own data for existing and new subscribers
Extends only new subscribers' object when it is missing required fields
2017-04-10 21:41:21 -04:00
Tautvidas Sipavičius
8d870e85eb
Switch to get_bloginfo() from bloginfo() to prevent output
2017-04-10 19:44:32 +03:00
Tautvidas Sipavičius
0cdb426712
Fix ALC filtering for custom taxonomies and post types
2017-04-10 19:23:19 +03:00
Vlad
b9f7a5673f
Removes lefover test code
2017-04-10 11:32:38 -04:00
Vlad
3a9c006cf9
Prevents overwriting existing subscribers' status (and other required fields) unless
...
the import object contains data for those fields
2017-04-09 22:04:56 -04:00
Alexey Stoletniy
37fcd5699b
Fix last <br/> removal cutting off text when rendering a text block [MAILPOET-856]
2017-04-06 10:07:11 +03:00
Vlad
e235ee66eb
Adds regression unit test
2017-04-04 09:59:06 -04:00
Vlad
835f25cc82
Fixes unit test that fails on the last Saturday of the month
2017-03-25 02:24:38 -04:00
Alexey Stoletniy
ff36833270
Add a hook for reinstalling Premium [PREMIUM-2]
2017-03-23 15:27:15 +03:00
Alexey Stoletniy
32097b4512
Test that Premium hooks are executed [PREMIUM-2]
2017-03-21 21:36:36 +03:00
Alexey Stoletniy
e2864e2243
Add hooks for GA tracking feature [PREMIUM-2]
2017-03-20 12:09:58 +03:00
Alexey Stoletniy
8dd698ec75
Fix Welcome email sending [MAILPOET-859]
2017-03-15 12:12:47 +03:00
stoletniy
0f7725e6af
Merge pull request #842 from mailpoet/verify_subscription_status_during_sending
...
Prevents sending to unsubscribed subscribers [MAILPOET-824]
2017-03-14 10:49:43 +03:00
Alexey Stoletniy
eda346c582
Fix a unit test for PHP 7.1 [MAILPOET-824]
2017-03-14 10:31:44 +03:00
Vlad
3cde437628
Adds enforcement of global subcriber subscription status and
...
subscribption to segments to which newsletter is sent
2017-03-09 20:38:34 -05:00
Vlad
ccba1925b1
Prevents sending to unsubscribed subscribers
2017-03-07 18:55:49 -05:00
Vlad
b590586d4c
Reschedules previously scheduled sending queues when post notification's
...
scheduling options change
2017-03-07 18:39:55 -05:00
Vlad
66d039ace3
Catches exception thrown by cron dependency and prevents a fatal error
2017-02-27 19:21:32 -05:00
stoletniy
7f0195378c
Merge pull request #833 from mailpoet/stop_daemon_with_sending_is_paused
...
Stops cron daemon when sending is paused due to an error [MAILPOET-839]
2017-02-27 16:49:55 +03:00
Vlad
0e5a26ce1f
Stops cron daemon when sending is paused due to an error
2017-02-26 11:26:59 -05:00
Vlad
d14ecc982b
Does not display unprocessed subscriber when sending a test message
2017-02-24 11:18:27 -05:00
Vlad
a1cd56c419
Updates newsletter option creation logic and fixes a bug that results in
...
them being wiped clean
2017-02-23 14:30:53 -05:00
Alexey Stoletniy
bb80fc0860
Add unit tests for API endpoints injection [PREMIUM-4]
2017-02-22 18:02:58 +03:00
stoletniy
554add0882
Merge pull request #823 from mailpoet/smtp_mailer_logger_implementation
...
Provides detailed SMTP error message and shows last unprocessed subscriber [MAILPOET-823]
2017-02-21 18:09:23 +03:00
mrcasual
2e1be55bf9
Merge pull request #826 from mailpoet/newsletter_restore_fix
...
Set newsletter status to draft when restoring newsletters trashed during sending [MAILPOET-816]
2017-02-21 13:54:17 +01:00
Alexey Stoletniy
bcf89f0dfe
Set newsletter status as draft when restoring newsletters trashed during sending [MAILPOET-816]
2017-02-21 13:13:59 +03:00
Vlad
97eb772ab8
Enables temporarily disabled unit test
2017-02-20 13:17:06 -05:00
Vlad
ed117e53d9
Adds unit test for bulk delete action
2017-02-20 12:58:26 -05:00
Vlad
b74f40c7a8
Makes code more readable/cleaner
2017-02-20 09:30:14 -05:00
Vlad
bf4023c0ad
Restores accidentally removed tests
2017-02-20 09:07:18 -05:00
Vlad
bdcfd77d42
Returns last unprocessed subscriber in error message
2017-02-16 23:25:05 -05:00
Vlad
c9519f0b3d
Adds logger to record SMTP communication
...
Returns a more complete error message and last unprocessed subscriber
2017-02-16 22:45:09 -05:00
Vlad
793b8ce29e
Deletes custom fields associations when bulk deleting subscribers
2017-02-15 15:40:26 -05:00
Alexey Stoletniy
f51122b58f
Fix subscriber stats for lists ignoring subscription status and including trashed items [MAILPOET-807]
2017-02-06 16:04:16 +03:00
Alexey Stoletniy
dc371d76ca
Rework subscriber count reporting after a code review [MAILPOET-804]
...
Move updateSubscriberCount() out of checkKey()
Move wp_remote_post() to request()
Simplify a response check
2017-02-01 21:04:11 +03:00
Alexey Stoletniy
be0c9b71d8
Add subscriber count reporting on Sending Service key validation [MAILPOET-804]
2017-02-01 15:58:49 +03:00
Tautvidas Sipavičius
6575d1579d
Merge pull request #796 from mailpoet/sending_svc_api_consolidation
...
Consolidate Sending Service API calls in one class [MAILPOET-795]
2017-02-01 13:29:34 +02:00
Tautvidas Sipavičius
282199d362
Merge pull request #784 from mailpoet/sending_svc_key_validation
...
Add sending service key validation [MAILPOET-743]
2017-02-01 13:29:08 +02:00
Tautvidas Sipavičius
5525a959a8
Fix remaining unit tests after translation changes
2017-01-30 21:50:22 +02:00
Tautvidas Sipavičius
a421dbd674
Fix tests
2017-01-30 21:35:49 +02:00
Vlad
d781ef6d01
Fixes scheduler test that fails on last Saturday
2017-01-28 11:07:26 -05:00
Alexey Stoletniy
461203279b
Consolidate Sending Service API calls in one class [MAILPOET-795]
2017-01-27 16:35:12 +03:00
Alexey Stoletniy
1a42ae4cca
Fix a unit test [MAILPOET-743]
2017-01-27 16:22:12 +03:00
Alexey Stoletniy
98d6f55a6e
Tweak Sending Service key validation after a code review [MAILPOET-743]
...
* Abstract key state to unbound it from the API response codes
* Rename SendingServiceKeyCheck task for clarity
* Add a setter for the API key in the Bridge API class
* Make some smaller fixes
2017-01-27 16:22:11 +03:00
Alexey Stoletniy
425d45a862
Remove unused imports from Cron tests [MAILPOET-743]
2017-01-27 16:22:11 +03:00
Alexey Stoletniy
438b4fb1ec
Add unit tests [MAILPOET-743]
2017-01-27 16:22:09 +03:00
mrcasual
c5e1def2f9
Merge pull request #801 from mailpoet/list-unsubscribe_header
...
Add List-Unsubscribe header to emails [MAILPOET-793]
2017-01-26 17:51:33 -05:00
Alexey Stoletniy
19dc048858
Remove unused imports [MAILPOET-793]
2017-01-26 21:11:39 +03:00
Alexey Stoletniy
938279bf8f
Remove unsubscribe link generation from Mailer - to be solved in another task [MAILPOET-793]
2017-01-26 21:07:03 +03:00
Alexey Stoletniy
dd2df429ef
Add List-Unsubscribe header to emails [MAILPOET-793]
...
Amazon SES supports custom headers only via 'SendRawEmail' action
MailPoet Sending Service doesn't support custom headers yet
2017-01-26 15:38:23 +03:00