Jonathan Labreuille
|
7fbf84db1f
|
converted text domain to string instead of constant
|
2016-09-30 09:58:26 +02:00 |
|
Jonathan Labreuille
|
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 |
|
Jonathan Labreuille
|
42202f676a
|
updated Env::plugin_name to constant for text domain
|
2016-09-27 14:54:23 +02:00 |
|
Jonathan Labreuille
|
ba6198f956
|
added textdomain to __() calls
|
2016-09-27 14:53:44 +02:00 |
|
Jonathan Labreuille
|
120af4170b
|
fixed do makepot + removed mailpoet.pot from repo
|
2016-09-27 14:53:44 +02:00 |
|
Jonathan Labreuille
|
1faa53b978
|
Bump up release version to 0.0.46
0.0.46
|
2016-09-27 14:10:38 +02:00 |
|
Vlad
|
e565a7a234
|
- Uses Codeception's native methods to verify expectations
- Updates next run date test conditions to use account for possible time
difference
|
2016-09-26 12:35:00 -04:00 |
|
Kiefer Conrad
|
90b6b57a8d
|
Merge branch 'copy-edit'
|
2016-09-26 13:17:08 +01:00 |
|
Kiefer Conrad
|
548253d68e
|
Merge branch 'master' into copy-edit
|
2016-09-26 11:14:21 +01:00 |
|
Vlad
|
e1c5f609ff
|
- Adds unit test
|
2016-09-23 20:16:53 -04:00 |
|
Tautvidas Sipavičius
|
226befdef6
|
Merge pull request #624 from mailpoet/unit_tests
Unit tests
|
2016-09-23 20:15:45 +03:00 |
|
Vlad
|
a9d57654b4
|
- Rebases master
- Fixes newsletter schedule options not being saved
|
2016-09-23 12:54:18 -04:00 |
|
Vlad
|
ed00ae0516
|
- Adds unit test
|
2016-09-23 12:30:29 -04:00 |
|
Vlad
|
48d738e8c4
|
- Updates scheduler
|
2016-09-23 12:30:29 -04:00 |
|
Vlad
|
132b4ed2e8
|
- Passes full model object to class method
|
2016-09-23 12:30:29 -04:00 |
|
Kiefer Conrad
|
9a513cb27b
|
Merge branch 'master' into copy-edit
|
2016-09-23 16:39:56 +01:00 |
|
Jonathan Labreuille
|
5d692c0395
|
Merge pull request #623 from mailpoet/drag_drop
Enable dragging text blocks
|
2016-09-23 15:13:09 +02:00 |
|
Tautvidas Sipavičius
|
991ab67fff
|
Allow dragging from the first time
|
2016-09-23 15:38:23 +03:00 |
|
Tautvidas Sipavičius
|
dd00640119
|
Merge pull request #620 from mailpoet/subscription_forms
Subscription Forms
|
2016-09-23 15:20:58 +03:00 |
|
Tautvidas Sipavičius
|
fa04173cfb
|
Activate TinyMCE on click, to fix Interact blocking 2nd and further
focus events
|
2016-09-23 15:07:04 +03:00 |
|
Jonathan Labreuille
|
a328d3b48a
|
avoid duplicating code
|
2016-09-23 12:56:27 +02:00 |
|
Jonathan Labreuille
|
d5cff4f0d3
|
fixed indentation
|
2016-09-23 12:14:54 +02:00 |
|
Tautvidas Sipavičius
|
52bf24b6db
|
Revert back to auto preventDefault for drag&drop
|
2016-09-22 18:39:07 +03:00 |
|
Tautvidas Sipavičius
|
50e134d696
|
Allow dragging text blocks before activating TinyMCE
|
2016-09-22 17:44:43 +03:00 |
|
Jonathan Labreuille
|
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 |
|
Tautvidas Sipavičius
|
4799882b80
|
Merge pull request #621 from mailpoet/unit_tests
Unit tests
|
2016-09-22 13:04:05 +03:00 |
|
Vlad
|
2e4c5ca39a
|
- Updates Mailer Log class and adds unit tests
|
2016-09-21 19:53:26 -04:00 |
|
Vlad
|
13ed3aa3b9
|
- Adds unit test
|
2016-09-21 14:09:24 -04:00 |
|
Jonathan Labreuille
|
6091751a4b
|
Closes issue 480
|
2016-09-21 11:54:16 +02:00 |
|
Vlad
|
c4d9e85dff
|
- Adds unit test
|
2016-09-20 20:43:49 -04:00 |
|
Vlad
|
1a85914c1b
|
- Adds unit test
|
2016-09-20 20:08:44 -04:00 |
|
Tautvidas Sipavičius
|
0ba48234de
|
Merge pull request #616 from mailpoet/unit_tests
Final set of cron unit tests
|
2016-09-20 19:38:46 +03:00 |
|
Vlad
|
1c2a532949
|
- Adds test to detect empty newsletter body when sending
|
2016-09-20 12:03:57 -04:00 |
|
Vlad
|
9087be6ee8
|
- Fixes condition that checks for existance of rendered newsletter body
|
2016-09-20 10:33:48 -04:00 |
|
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 |
|