c4d9e85dff
- Adds unit test
2016-09-20 20:43:49 -04:00
1a85914c1b
- Adds unit test
2016-09-20 20:08:44 -04:00
1c2a532949
- Adds test to detect empty newsletter body when sending
2016-09-20 12:03:57 -04:00
2fa5e5ead2
- Moves logic of the Subscribers task to the Sending Queue model
2016-09-19 21:53:13 -04:00
d5107be65e
- Updates Sending Queue Worker and Mailer task to allow dependency
...
injection via constructor
- Updates unit tests to use dependency injection instead of modifying
object's internals
2016-09-19 21:00:47 -04:00
4538cab6c8
- Adds newsletter body/subject as a reusable template through
...
Codeception's Fixture utility class
2016-09-19 20:40:17 -04:00
1bf0988297
- Updates Sending Queue worker/tasks/unit tests use model's method to get/save rendered newsletter body
2016-09-19 20:11:58 -04:00
e1caf49ea5
- Updates depreciated method name
2016-09-19 20:10:47 -04:00
ef2187c175
- Updates code formatting
2016-09-19 11:10:03 -04:00
8e879047c2
- Adds additional DB tables to be cleaned during unit testing
2016-09-19 10:51:10 -04:00
e11fd66fec
- Adds unit tests for cron's sending queue worker and associated tasks
2016-09-18 23:16:19 -04:00
f88dabffe8
- Updates cron's sending queue worker to use model objects
...
- Adds new method to render newsletter to the newsletter model
- Adds new transient object to newsletter model that will hold temporary
values (i.e., rendered body) when working with the model
2016-09-18 23:14:17 -04:00
b834a6af4d
- Updates cron scheduler worker
...
- Adds unit tests
2016-09-14 19:00:08 -04:00
cfdf72867e
Merge pull request #612 from mailpoet/subscribers_limit
...
Subscribers limit
2016-09-13 08:49:06 -04:00
55ba605eb0
fixed typo in test function name
2016-09-13 11:45:33 +02:00
0c5589a3e3
Listing method update for Newsletters/Forms/Segments/Subscribers
...
- updated unit tests
2016-09-12 15:57:16 +02:00
d3289dfb84
Merge pull request #609 from mailpoet/unit_tests
...
Cron unit tests (batch 1 of 2)
2016-09-12 14:30:29 +03:00
c5b8b2aef0
- Fixes "class not found" error in Daemon
...
- Moves ignore_user_abort() to the run() method
- Updates unit tests
2016-09-10 18:06:48 -04:00
f436088a16
Subscribers limit
...
- added "limit.html" template
- subscribers_limit set in Env class
2016-09-09 16:12:59 +02:00
3508ac36b4
- Removes daemon status logic and updates tests
...
- Refactors daemon
- Adds daemon unit tests
2016-09-08 19:22:42 -04:00
f17c8228cd
- Adds units tests for cron triggers
2016-09-07 18:21:31 -04:00
f650455a90
forms & newsletters endpoints
2016-09-05 11:55:01 +02:00
afbe25e215
Segments & Subscribers endpoints
...
- unit tests
2016-09-05 11:51:58 +02:00
bcf1b37c6a
- Adds unit tests for Cron Trigger class
2016-09-01 19:19:47 -04:00
53a8ae74e2
- Adds unit tests for Supervisor class
...
- Updates execution limit condition check in Supervisor
2016-09-01 19:19:47 -04:00
d9fbbdc02d
- Updates code comments
2016-08-31 09:23:12 -04:00
f2d1787bd5
- Updates site URL detection logic
...
- Adds unit test for Cron Helper class
2016-08-30 12:37:30 -04:00
59d30cc139
- Renames router URL query parameter and router class
...
- Updates other classes to use the new name
- Updates unit tests
2016-08-25 09:57:14 -04:00
6ff3bbbb72
- Fixes type in method name
2016-08-24 23:35:45 -04:00
a561e10156
- Updates tests for view in browser and statistics tracking
2016-08-24 23:35:34 -04:00
99f2cf6702
- Adds unit tests for front router
2016-08-24 23:27:12 -04:00
c6b72e729b
- Refactors front router and endpoints to use dynamic methods
2016-08-24 23:26:13 -04:00
6868142e35
- Extracts view in browser response to the endpoint
...
- Updates unit tests
2016-08-24 10:20:35 -04:00
75b94690e2
- Adds unit tests
2016-08-23 23:42:56 -04:00
1fb0da9fda
Merge pull request #587 from mailpoet/open_stats_fix
...
Prevents tracking opens/clicks from subscribers who the newsletter was not sent to
2016-08-23 12:17:51 +03:00
444ab17342
- Updates statistics tracking unit tests
2016-08-22 16:24:33 -04:00
44f3058326
- Adds unit test for tracker router endpoint
2016-08-22 16:24:13 -04:00
ec09fbcb78
- Converts static classes to dynamic
2016-08-22 16:22:33 -04:00
b76ce6c26f
- Adds verification of newsletter-to-queue and subscriber-to-queue
...
- Prevents tracking open/click rates for subscribers who the newsletter
was not sent to
2016-08-22 09:26:25 -04:00
69c8670b01
Add an option to open settings by clicking on the block for image,
...
button, social, divider and spacer blocks
2016-08-19 14:57:14 +03:00
da44a87415
Change onkeyup
to oninput
events to correctly detect pasting into
...
inputs
2016-08-18 16:55:53 +03:00
289811a595
Updated Import & MailChimp tests
2016-08-17 13:32:29 +02:00
916ae97f73
Updated export unit test
2016-08-17 12:51:50 +02:00
dc97d3115e
updated Custom Field endpoint + Unit tests + form editor update
2016-08-16 12:40:10 +02:00
90eb443965
Merge pull request #582 from mailpoet/custom_field_fix
...
Custom field fix
2016-08-16 12:00:28 +02:00
c5a02c6136
- Allows setting empty value for date custom fields
2016-08-14 13:00:28 -04:00
87332037c2
Do not render images or social icons if image src is not defined
2016-08-12 16:18:44 +03: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
f8fea75130
- Updates date conversion method
...
- Uses Moment to parse dates in UI
- Updates Custom Field model to utilize date conversion method
- Adds unit test
2016-08-11 21:11:57 -04:00
3d4defd563
Fixed unit tests for newletter templates
...
- changed null to false for default value of id in nltemplates endpoint
2016-08-10 16:51:04 +02:00