Tautvidas Sipavičius
5b2ede8b83
Bump up release version to 0.0.45
0.0.45
2016-09-20 12:53:33 +03:00
Vlad
2fa5e5ead2
- Moves logic of the Subscribers task to the Sending Queue model
2016-09-19 21:53:13 -04:00
Vlad
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
Vlad
379dfb5f6e
- Removes leftover private variable
2016-09-19 20:51:08 -04:00
Vlad
8360377992
- Replaces custom method to get newsletter with ORM's native one-to-one model
...
relationship
2016-09-19 20:47:49 -04:00
Vlad
4538cab6c8
- Adds newsletter body/subject as a reusable template through
...
Codeception's Fixture utility class
2016-09-19 20:40:17 -04:00
Vlad
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
Vlad
e1caf49ea5
- Updates depreciated method name
2016-09-19 20:10:47 -04:00
Vlad
0dfae97b32
- Updates model to serialize rendered newsletter body on save
2016-09-19 20:09:44 -04:00
Vlad
ef2187c175
- Updates code formatting
2016-09-19 11:10:03 -04:00
Vlad
6157d17c5b
- Removes transient object from the model
2016-09-19 10:55:58 -04:00
Vlad
8e879047c2
- Adds additional DB tables to be cleaned during unit testing
2016-09-19 10:51:10 -04:00
Tautvidas Sipavičius
bff6aecd0d
Merge pull request #617 from mailpoet/copy-edit
...
Updated text
2016-09-19 17:08:19 +03:00
Kiefer Conrad
a121583c2d
Updated text
2016-09-19 10:13:34 +01:00
Vlad
e11fd66fec
- Adds unit tests for cron's sending queue worker and associated tasks
2016-09-18 23:16:19 -04:00
Vlad
b37e85eeb5
- Removes unused method
2016-09-18 23:15:41 -04:00
Vlad
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
Tautvidas Sipavičius
8c436180d9
Merge pull request #615 from mailpoet/unit_tests
...
Adds unit tests for cron scheduler worker
2016-09-15 13:21:34 +03:00
Vlad
b834a6af4d
- Updates cron scheduler worker
...
- Adds unit tests
2016-09-14 19:00:08 -04:00
Tautvidas Sipavičius
1bd8aed192
Bump up release version to 0.0.44, add changelog
0.0.44
2016-09-13 15:59:18 +03:00
mrcasual
cfdf72867e
Merge pull request #612 from mailpoet/subscribers_limit
...
Subscribers limit
2016-09-13 08:49:06 -04:00
Vlad
5888620fc1
- Updates link to support area
2016-09-13 08:41:37 -04:00
Jonathan Labreuille
55ba605eb0
fixed typo in test function name
2016-09-13 11:45:33 +02:00
mrcasual
7a73ca7d1a
Merge pull request #608 from mailpoet/api_uniform_h
...
Listing method update for Newsletters/Forms/Segments/Subscribers
2016-09-12 10:12:18 -04:00
Jonathan Labreuille
1918894c5c
fix status code in API + PHP 5.3 errors on object instantiation
2016-09-12 15:59:30 +02:00
Jonathan Labreuille
0c5589a3e3
Listing method update for Newsletters/Forms/Segments/Subscribers
...
- updated unit tests
2016-09-12 15:57:16 +02:00
Jonathan Labreuille
d6eaa4ac8a
Merge pull request #614 from mailpoet/links_to_support_articles
...
Updates links to KB articles
2016-09-12 14:37:32 +02:00
Jonathan Labreuille
b0571b97f5
added missing KB link in Send with 3rd party
2016-09-12 14:32:59 +02:00
Jonathan Labreuille
6d51ca8011
Merge pull request #613 from mailpoet/class_instance_creation_update
...
Class instance creation fix for PHP 5.3
2016-09-12 14:07:38 +02:00
Tautvidas Sipavičius
d3289dfb84
Merge pull request #609 from mailpoet/unit_tests
...
Cron unit tests (batch 1 of 2)
2016-09-12 14:30:29 +03:00
Vlad
bfffdd7274
- Updates links to KB articles
...
- Closes #571
2016-09-10 21:12:43 -04:00
Vlad
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
Vlad
d7bcf1b817
- Updates the way errorResponse class is instantiated
2016-09-10 10:49:20 -04:00
Vlad
f30ed153ce
- Updates the way template classes are instantiated
2016-09-10 10:44:24 -04:00
Jonathan Labreuille
f436088a16
Subscribers limit
...
- added "limit.html" template
- subscribers_limit set in Env class
2016-09-09 16:12:59 +02:00
Tautvidas Sipavičius
db8cb7499d
Merge pull request #611 from mailpoet/copy-editing
...
Update September 9 2016
2016-09-09 16:49:42 +03:00
Tautvidas Sipavičius
49c4adc754
Increase the width of subject and preheader inputs
2016-09-09 16:45:19 +03:00
Kiefer Conrad
405e743171
update September 9 2016
2016-09-09 15:04:00 +02:00
Vlad
3508ac36b4
- Removes daemon status logic and updates tests
...
- Refactors daemon
- Adds daemon unit tests
2016-09-08 19:22:42 -04:00
Vlad
f17c8228cd
- Adds units tests for cron triggers
2016-09-07 18:21:31 -04:00
mrcasual
3dd5ac0536
Merge pull request #607 from mailpoet/api_uniform_g
...
Forms / Newsletters / Segments / Subscribers
2016-09-07 14:52:21 -04:00
Jonathan Labreuille
4ebdff49e0
make Model::setTimestamp() public
2016-09-07 10:26:08 +02:00
Jonathan Labreuille
4a72995bf4
fix bulk actions and messages
2016-09-06 17:21:15 +02:00
Tautvidas Sipavičius
ef27ac0b84
Update changelog for 0.0.43
0.0.43
2016-09-06 12:27:58 +03:00
Tautvidas Sipavičius
2b4adef6c2
Bump up release version to 0.0.43
2016-09-06 12:13:21 +03:00
Jonathan Labreuille
f650455a90
forms & newsletters endpoints
2016-09-05 11:55:01 +02:00
Jonathan Labreuille
afbe25e215
Segments & Subscribers endpoints
...
- unit tests
2016-09-05 11:51:58 +02:00
Jonathan Labreuille
d93249f077
form & listing jsx update + Segment endpoint conversion
2016-09-05 11:51:58 +02:00
mrcasual
6223ef77d9
Merge pull request #605 from mailpoet/editor_fixes
...
Editor fixes
2016-09-02 08:30:59 -04:00
Tautvidas Sipavičius
a423123b66
Add 3 new sample templates Becs prepared
2016-09-02 14:12:19 +03:00