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
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
3567779faf
Merge pull request #792 from mailpoet/remove_all_lists_fix
...
Fix 'Subscribers without a list' filter not showing unsubscribed subscribers [MAILPOET-789]
2017-01-19 20:47:58 -05:00
4d3c90ce0d
Exclude trashed and multiple-list subscribers [MAILPOET-789]
2017-01-19 23:04:29 +03:00
1102467e39
Fix 'Subscribers without a list' filter not showing unsubscribed subscribers [MAILPOET-789]
2017-01-19 17:36:28 +03:00
a4d9d55b09
Fix code style [MAILPOET-780]
2017-01-18 19:37:16 +03:00
8cf918013d
Fix MySQL strict mode error when saving a subscriber without first or last name [MAILPOET-780]
2017-01-18 19:06:33 +03:00
d5a1d94bca
Wipe unconfirmed subscriber data during import [MAILPOET-760]
2016-12-30 10:53:29 +03:00
95f8f130ea
Update subscriber data on repeated subscriptions [MAILPOET-760]
2016-12-29 15:29:32 +03:00
98c6c29716
- Limits the length of subscriber token to allow for smaller URL data
...
objects
2016-12-18 23:08:07 -05:00
c658778476
Merge pull request #723 from mailpoet/bounced_subscribers
...
Add 'Bounced' status to subscribers [MAILPOET-684]
2016-11-29 12:47:41 +02:00
36b935b9ae
Add 'Bounced' status to subscribers [MAILPOET-684]
...
Fix SubscriberTest->testItHasGroupFilter() making only one of four assertions due to lack of data.
Fix a small issue with Import. Unexpected values for the status field were converted to 'unconfirmed' rather than 'subscribed' due to non-strict comparison in in_array(). This hindered 'bounced' status import as well.
2016-11-28 19:37:47 +03:00
6f49201393
- Extends save() method to convert emails to lowercase format
2016-11-22 12:13:13 -05:00
d8b1be9ccc
- Deletes related custom fields when deleting subscriber
...
- Updates unit tests
2016-11-21 22:38:43 -05:00
58f97ea43d
Merge pull request #711 from mailpoet/issue_645
...
[MAILPOET-645] Protect some fields from being specified when subscribing
2016-11-14 18:39:27 +02:00
3865a8e8cd
protect some fields from being edit when subscribing
2016-11-14 15:20:18 +01:00
b63ef8cca0
- Updates total subscriber count to exclude trashed records
...
- Updates unit test
2016-11-12 19:33:46 -05:00
c22d3c8957
Renamed 'ip' column to 'subscribed_ip'
...
- updated code based on PR review
2016-11-09 11:43:08 +01:00
1a6b032943
Added subscription limit in order to avoid mass subscriptions
2016-11-08 17:29:28 +01:00
4698d5a4db
- Indirectly invokes hash_equals() functions. This prevents PHP Compatibility sniffer
...
from complains about the function not present in <5.6. WP provides a shim for older
PHP versions in wp-includes/compat.php
2016-11-05 19:54:55 -04:00
1ac288d286
- Prevents newsletters from being sent to trashed subscribers
...
- Updates unit tests
- Addresses #629
2016-10-21 14:36:44 -04:00
4402f826c3
fixed issue with namespace AND fixed issue #649
2016-10-06 12:54:04 +02:00
be61135daf
Merge pull request #627 from mailpoet/translations
...
Translations
2016-10-05 12:26:03 +03:00
7fbf84db1f
converted text domain to string instead of constant
2016-09-30 09:58:26 +02:00
8c5aebc7d6
Don't send signup confirmation when signup confirmation is disabled
...
Fixed issue with select2 not selecting values by default on newsletter send step
2016-09-29 15:42:44 +02:00
42202f676a
updated Env::plugin_name to constant for text domain
2016-09-27 14:54:23 +02:00
ba6198f956
added textdomain to __() calls
2016-09-27 14:53:44 +02:00
ea5c73721b
remove doing_ajax logic from API and created dedicated class for subscription form non ajax submission
2016-09-22 16:24:13 +02:00
6091751a4b
Closes issue 480
2016-09-21 11:54:16 +02:00
f436088a16
Subscribers limit
...
- added "limit.html" template
- subscribers_limit set in Env class
2016-09-09 16:12:59 +02:00
4a72995bf4
fix bulk actions and messages
2016-09-06 17:21:15 +02:00
afbe25e215
Segments & Subscribers endpoints
...
- unit tests
2016-09-05 11:51:58 +02:00
9c3cb5a509
- Enables preview of notification history newsletters
2016-08-03 20:42:35 -04:00
18398a3bfb
Finish changing segments to lists and columns to fields
2016-07-29 13:30:17 +03:00
c05a20cff9
Update 28 July 2016
2016-07-29 13:29:05 +03:00
49b65729db
update 14 July 2016
2016-07-14 20:58:12 +02:00
7f265675b0
changed the way custom field date type is handled (react + form + db)
2016-07-01 14:14:18 +02:00
607395be6f
Fix spacing around commas
2016-06-30 18:52:07 +03:00
55d48df8a4
Fix indentation issues
2016-06-30 18:50:48 +03:00
48f0c03425
Fix spacing between control structure and opening parenthesis
2016-06-30 18:46:33 +03:00
0bfbe6dc79
Change TRUE, FALSE, NULL capitalization to lowercase
2016-06-30 18:46:33 +03:00
68c09b8678
Sorting for all listings & bugfixes for all listings except Newsletters
...
- newsletters listing now uses hash history
- newsletters are sorted by Subject (a->z)
- segments are sorted by Name (a->z)
- re-added WordPress Users list as a segment you can send a newsletter to
- added explicit error messages when an auto newsletter isn't fully configured
- added missing strings for "selectAll" in Segments listing
- fixed filters() in Subscribers listing (wrong count as it was not taking groups/filters/search into account)
2016-06-20 16:23:27 +02:00
08e6430c7d
June 8 2016 Copy review
2016-06-08 17:02:50 +02:00