Commit Graph

5358 Commits

Author SHA1 Message Date
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
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