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
71fbc1a7b0
- Simplifies code that prepares subscriber custom field data for
...
creation/update
- Updates tests
2016-11-27 20:53:20 -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
1ac288d286
- Prevents newsletters from being sent to trashed subscribers
...
- Updates unit tests
- Addresses #629
2016-10-21 14:36:44 -04:00
b0ab9e0408
fixed import/export unit tests + added specific method for getting segments for import
2016-09-30 15:52:17 +02:00
c4d9e85dff
- Adds unit test
2016-09-20 20:43:49 -04:00
1a85914c1b
- Adds unit test
2016-09-20 20:08:44 -04:00
55ba605eb0
fixed typo in test function name
2016-09-13 11:45:33 +02:00
f436088a16
Subscribers limit
...
- added "limit.html" template
- subscribers_limit set in Env class
2016-09-09 16:12:59 +02:00
81c277ca93
- Update import to autodetect dates (UI) and convert them to datetime
...
format (backend)
- Fixes unit test
- Fixes code formatting in Date class
2016-08-12 00:29:57 -04:00
362ee49ce4
Let the statisticsForms model return the total signups instead of the form model
...
- added unit test for getTotalSignups() method
2016-07-19 17:38:45 +02:00
a5300624c2
- Bump up release version to 0.0.36;
...
- Fix translation strings in unit tests
2016-07-15 15:59:40 +03:00
7b0c130d0a
updated unit test for custom fields of date type
2016-07-01 14:14:18 +02:00
c22d434dff
Merge pull request #531 from mailpoet/unit_test_catchup
...
Unit test update
2016-06-28 12:22:50 +03:00
306cdeb68f
Models unit tests update
2016-06-27 13:53:56 +02:00
7ee83dad06
Merge pull request #527 from mailpoet/sending_queue_refactor
...
Sending queue refactor
2016-06-23 18:16:21 +03:00
264b7e180b
listing handler and bulk actions tests completed
2016-06-22 13:47:54 +02:00
efc9bac760
- Updates unit tests
2016-06-20 23:36:30 -04:00
674bbd728e
updated Subscriber unit test to use model constants - no fix here
2016-06-20 16:30:34 +02:00
9aa25446d1
fixed unit tests
2016-06-15 16:33:48 +02:00
873c3d15a0
Fixed Setting::getValue issue where defaults were not returned for single keys
...
- updated static strings with constants
2016-06-15 16:26:42 +02:00
f257b503e9
- Fix unit tests to account for translation changes;
...
- Exclude 3rd party utility libraries from coverage calculations;
2016-06-10 15:06:44 +03:00
bc1fb235d3
- Removes unused method from the base model. Closes #511
2016-06-07 18:47:00 -04:00
3c46a5b434
Optimized Bulk actions
...
- Updated SQL schema for every created_at column so that it has a default value
- Updated unit tests based on recent changes (new methods in SubscriberSegment model)
- Added check for HelpScout initialization code so that it doesn't throw errors
2016-05-27 14:15:46 +02:00
4a4c4e093a
Added unit tests for the WP segment
...
- moved WP segment creation to the Segment model
2016-05-27 14:14:35 +02:00
4fa8a650b8
Added unit tests for SubscriberSegment / Subscriber models
2016-05-27 14:14:35 +02:00
bc9b4eeb19
- Update Segment model/test to use const values for subscriber status
2016-05-25 17:31:38 -04:00
7c2d5a45c5
- Updates unit test
2016-05-20 12:12:29 -04:00
9d5902e179
- Fixes segment subscriber count when status is "unsubscribed"
2016-05-20 11:35:58 -04:00
a02b2d3aa0
- Updates migrator/schema to work with MySQL 5.7
...
- Fixes unit tests
- Fixes export's SQL query to work with strict ONLY_FULL_GROUP_BY option
2016-05-16 22:26:21 -04:00
607a151c23
Fix for PHP7 & Mysql 5.7
...
- added default values to not null columns
- fixed passing by reference issue on MailChimp->getDataCenter
- fixed a couple unit tests
2016-05-16 14:50:43 +02:00
ae358ce13e
- Updates statistics SQL query
...
- Fixes tests + expands coverage
- Removes leftover console command
2016-04-27 21:26:47 +03:00
0dd3f2178e
updated form stats to record individual subscription
2016-04-26 18:12:05 +02:00
de873eca71
Unit test for StatisticsForms model
...
- improved incrementation of subscriptions count so that we don't need to fetch the record after an update
2016-04-26 15:38:42 +02:00
91076580ef
- Enables check for subscribers who has "subscribed" status during
...
newsletter sending
- Enforces "signup_confirmation" option when selecting subscribers for
newsletter sending
- Updates unit tests
2016-04-18 17:28:37 +03:00
a4c1b24c35
fixed unit tests
2016-04-15 11:56:33 -04:00
8ece62c9a6
fix tests
2016-03-18 14:58:33 +01:00
a9b9e9c631
Updated tests in order to fix WP related issues
2016-03-18 14:30:59 +01:00
12c159c627
bugfix + refactoring
2016-03-01 16:23:15 +01:00
316d5ab183
fixed unit tests
2016-02-18 13:13:19 +01:00
841c69af59
Merge pull request #348 from mailpoet/page_reviews
...
Page reviews
2016-02-12 13:36:47 -05:00
56b4688f93
updated unit tests for segments
2016-02-12 19:29:30 +01:00
409697ee64
Sending queue router update
...
- cleaned up useless code
- bugfixes
- improved code coverage
2016-02-11 11:30:01 -05:00
55f851208b
Major update of unit tests / updated routers + models + react
2016-02-04 19:04:52 +01:00
233020ca20
fix unit tests
2016-02-04 14:38:25 +01:00
0c419cde16
Unit tests (Router\NewsletterTemplates & Router\Segments
...
- moved json_decode(body) inside NewsletterTemplate->asArray (override)
- updated NewsletterTemplate router accordingly
- finished Segments unit test
2016-02-04 14:36:08 +01:00