|
028de860a2
|
Merge pull request #913 from mailpoet/sending_queue_update_on_newsletter_status_change
Prevents processing of sending queues when newsletter is paused [MAILPOET-900]
|
2017-06-06 15:00:21 +03:00 |
|
|
cdf36ccb20
|
Trashes/restores/deletes (+ same bulk actions) children newsletters and
associations as per discussion on Slack:
https://mailpoet.slack.com/archives/C02MTKAJL/p1496427873491785
|
2017-06-05 11:36:04 -04:00 |
|
|
d27968a215
|
Uses WP's is_email() to validate email addresses in Subscriber model
|
2017-06-04 18:19:37 -04:00 |
|
|
344990d59e
|
Only processes queues when newsletter exists and is active/sending
|
2017-06-02 12:03:34 -04:00 |
|
|
dba21c68fd
|
Schedules welcome notification upon subscription when subscription
confirmation is disabled
Schedules welcome notification upon subscription confirmation
Checks when 'REMOTE_ADDR' is not set
Adds unit tests
|
2017-05-29 22:04:47 -04:00 |
|
|
a4c1095db7
|
Moves custom field extraction logic from CustomField model to Subscriber
model where it's used
|
2017-05-16 20:58:44 -04:00 |
|
|
3a1bf88c22
|
Extracts some logic into resuable methods
|
2017-05-16 20:58:43 -04:00 |
|
|
5e23fa4295
|
Adds method to subscribe to single or multiple lists
|
2017-05-16 20:56:56 -04:00 |
|
|
5e34bbf9d5
|
Adds method to return subscriber fields
|
2017-05-16 20:56:56 -04:00 |
|
|
a49f9d9c80
|
Merge pull request #893 from mailpoet/newsletter_hash_generation_fix
Fixes newsletter link hash generation logic [MAILPOET-912]
|
2017-05-15 20:45:54 +03:00 |
|
|
d8ff251c71
|
Fix WP user first/last name being cleared after subscription management form submit
|
2017-05-15 10:22:47 +03:00 |
|
|
f2ceff8252
|
Removes unused method
|
2017-05-14 22:02:24 -04:00 |
|
|
6e700b0cfa
|
Moves newsletter hash generating logic into Security helper class
Updates Links class to use Security helper's hash generating method
|
2017-05-14 20:15:40 -04:00 |
|
|
64d3e659a4
|
Merge pull request #879 from mailpoet/newsletter_model_update
Newsletter model update [MAILPOET-830]
|
2017-05-02 16:19:20 +03:00 |
|
|
956fdd5cff
|
Improve a deletion test to handle multiple queues, fix comments [MAILPOET-830]
|
2017-05-02 09:07:38 +03:00 |
|
|
a0289775cb
|
Trashes/restores multiple associated queues when newsletter is
trashed/restored
|
2017-05-01 20:15:41 -04:00 |
|
|
e29ae4d7c9
|
Fixes indentation
|
2017-05-01 09:31:52 -04:00 |
|
|
6441c781a5
|
Moves relations to the top of the model and delete/save/restore/trash methods close to each other for easy navigation
|
2017-05-01 09:26:35 -04:00 |
|
|
589c54e205
|
Checks if associated queue exists before trashing/deleting/restoring it
|
2017-05-01 09:26:35 -04:00 |
|
|
e10b99eaac
|
Deletes all sending queue and segment associations when newsletters are bulk deleted
|
2017-05-01 09:26:35 -04:00 |
|
|
0316f3ea3e
|
Restores all sending queue associations when newsletters are bulk restored
|
2017-05-01 09:26:35 -04:00 |
|
|
166fef899f
|
Trashes all sending queue associations when newsletters are bulk trashed
|
2017-05-01 09:26:35 -04:00 |
|
|
4e850408fc
|
Restores sending queue association when newsletter is restored
|
2017-05-01 09:26:35 -04:00 |
|
|
6e2494831c
|
Trashes sending queue association when newsletter is trashed
|
2017-05-01 09:26:35 -04:00 |
|
|
38a7d8f80a
|
Deletes queue and segment associations when deleting newsletter
|
2017-05-01 09:26:34 -04:00 |
|
|
a93865e594
|
Merge pull request #874 from mailpoet/trashed_segments_fix
Exclude trashed segments from subscriber listing filter and 'not in list' count [MAILPOET-893]
|
2017-04-30 20:09:23 -04:00 |
|
|
3833688115
|
Exclude trashed segments from subscriber listing filter and 'not in list' count [MAILPOET-893]
|
2017-04-26 11:23:16 +03:00 |
|
|
fbc0a3ad8d
|
Add detailed stats page support in Free [PREMIUM-1]
|
2017-04-25 12:45:49 +03:00 |
|
|
5b4fa4ea2b
|
Fixes custom fields not being updated or causing integrity constraint
error: https://mailpoet.atlassian.net/browse/MAILPOET-828
|
2017-04-12 09:40:15 -04:00 |
|
|
9ef74e0951
|
Stops execution when there are no subscriber columns to update
|
2017-04-10 21:41:37 -04:00 |
|
|
7ffbf6c378
|
Updates code style and adds wp_user_id column to the list of columns
that should be ignore when updating existing subscribers
|
2017-04-09 22:05:02 -04:00 |
|
|
6811d8e38d
|
Improve performance of a subscriber listing on MySQL 5.5 and lower [MAILPOET-867]
|
2017-03-30 13:12:53 +03:00 |
|
|
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 |
|
|
bfc04bfa87
|
Fix bulk trashing/restoring not working for newsletters/forms on PHP 5.3 [MAILPOET-835]
|
2017-02-24 15:10:38 +03:00 |
|
|
027414b7a2
|
Updates method data verification condition
|
2017-02-23 14:39:56 -05:00 |
|
|
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 |
|
|
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 |
|
|
e99d2b380c
|
Fix a space [MAILPOET-816]
|
2017-02-21 13:34:33 +03:00 |
|
|
bcf89f0dfe
|
Set newsletter status as draft when restoring newsletters trashed during sending [MAILPOET-816]
|
2017-02-21 13:13:59 +03:00 |
|
|
3d64a42126
|
Merge pull request #819 from mailpoet/bulk_delete_custom_fields
Deletes custom fields associations when bulk deleting subscribers [MAILPOET-820]
|
2017-02-21 11:32:11 +02:00 |
|
|
9955b8fda1
|
Merge pull request #821 from mailpoet/php53_fix
Replaces references to self::$variable with Class:$variable for PHP 5.3 hosts [MAILPOET-821]
|
2017-02-16 11:53:34 +03:00 |
|
|
c994438fa8
|
Replace more self:: references in closures for PHP 5.3 [MAILPOET-821]
|
2017-02-16 11:22:26 +03:00 |
|
|
3085ae575a
|
Replaces references to self::$variable with Class:$variable for PHP 5.3
hosts
|
2017-02-15 18:27:52 -05:00 |
|
|
793b8ce29e
|
Deletes custom fields associations when bulk deleting subscribers
|
2017-02-15 15:40:26 -05:00 |
|
|
e7698b0131
|
Optimizes DB query and result processing code
|
2017-02-15 10:02:13 -05:00 |
|
|
440b7e4e6c
|
Fixes DB query that returns large result set when there are thousands of
subscribers
|
2017-02-14 21:07:40 -05:00 |
|
|
f51122b58f
|
Fix subscriber stats for lists ignoring subscription status and including trashed items [MAILPOET-807]
|
2017-02-06 16:04:16 +03:00 |
|
|
9f7ae122e3
|
Add missing periods to translation strings
|
2017-01-30 21:33:59 +02:00 |
|
|
e77717c4c2
|
Merge pull request #798 from mailpoet/form_segments_fix
Filter lists that can be subscribed to using any particular form [MAILPOET-777]
|
2017-01-25 18:34:30 -05:00 |
|
|
168263f0ea
|
Fix code style [MAILPOET-777]
|
2017-01-25 16:29:23 +03:00 |
|