qfrery
f261d9881e
rm non implemented tests
2018-07-19 10:13:48 +01:00
qfrery
76686e08fe
analytics : use a unique public id
2018-07-19 10:13:48 +01:00
Michelle Shull
5c66025633
Merge pull request #1418 from mailpoet/cron-ping-warning
...
Automatically test if cron can be pinged and display a notice [MAILPOET-801]
2018-07-16 10:36:34 -04:00
Rostislav Wolny
3c7cd193b6
Detect not accessible cron daemon [MAILPOET-801]
...
This adds a function to a CronHelper which detect accessibility problem based on timestamps
which are stored during cron execution. The main idea is that the cron daemon should update run_started_at
within the REQUEST_TIMEOUT after it was accessed (run_accessed_at).
2018-07-11 09:27:19 +02:00
Rostislav Wolny
083372a391
Store timestamps and last error during cron process [MAILPOET-801]
2018-07-11 09:27:14 +02:00
Michelle Shull
1baace589e
Merge pull request #1425 from mailpoet/fix-posts-paragraphs
...
Fix spacing between paragraphs in full post [MAILPOET-1455]
2018-07-10 11:32:25 -04:00
Michelle Shull
b44fe6d522
Merge pull request #1422 from mailpoet/tasks-pausing
...
Pause scheduled tasks for deactivated emails [MAILPOET-1442]
2018-07-10 09:59:03 -04:00
Michelle Shull
90bdcd2213
Merge pull request #1411 from mailpoet/default-sender
...
Set default sender on newsletter save [MAILPOET-1415]
2018-07-10 09:42:38 -04:00
Rostislav Wolny
35825c3432
Fix spacing between paragraphs in full post [MAILPOET-1455]
2018-07-10 14:26:36 +02:00
Rostislav Wolny
aab68bc0eb
Extend pausing of scheduled tasks also for welcome and automatic emails [MAILPOET-1442]
...
Without setting the tasks status to paused they would stay sheduled but couldn't be sent.
2018-06-29 16:29:46 +02:00
Rostislav Wolny
dff9154e7d
Fix export of newsletters statistics [MAILPOET-1444]
2018-06-29 14:40:13 +02:00
Pavel Dohnal
55affcb556
Set default sender on newsletter save
...
[MAILPOET-1415]
2018-06-25 12:45:02 +01:00
Rostislav Wolny
4fba615d30
Fix rendering of posts in newsletter [MAILPOET-1416]
2018-06-25 12:45:45 +02:00
Rostislav Wolny
9308cffd45
Refactor fetching newsletter options to respect its type [MAILPOET-1431]
2018-06-19 17:06:56 +02:00
Rostislav Wolny
9446e3cd50
Fix codeception deprecated call in API test
2018-06-19 16:07:10 +02:00
Michelle Shull
36e29581ef
Merge pull request #1389 from mailpoet/api-errors
...
Improve error reporting in API [MAILPOET-1290]
2018-06-18 14:35:42 -04:00
Michelle Shull
ee63ecaabb
Merge pull request #1397 from mailpoet/php-libs-update
...
PHP libs update [MAILPOET-1429]
2018-06-18 08:34:55 -04:00
Michelle Shull
989cda7f0e
Merge pull request #1399 from mailpoet/end-53
...
End PHP 5.3 support [MAILPOET-1423]
2018-06-18 08:33:18 -04:00
Rostislav Wolny
daeee55118
Update Codeception deprecated method calls
2018-06-15 10:35:51 +02:00
Michelle Shull
6c478cd017
Merge pull request #1401 from mailpoet/mp1397-redone
...
Fix: Using double quote break rendering [MAILPOET-1397]
2018-06-14 11:57:31 -04:00
Fred. P
cc2a39ac26
Fix: Using double quote break rendering [MAILPOET-1397]
2018-06-14 11:56:03 +02:00
Pavel Dohnal
8ed6c46ef9
Update php 5.4 warning message
...
[MAILPOET-1423]
2018-06-14 09:31:44 +01:00
Vlad
2ad9ebf1d3
Uses full font-family name in element styles
2018-06-12 19:15:30 -04:00
Pavel Dohnal
71fed489ec
Improve error reporting in API
...
[MAILPOET-1290]
2018-06-12 10:32:20 +01:00
Vlad
04d676f9e3
Fixes test after rebase
2018-06-11 13:40:06 -04:00
Vlad
6d74ba8bb0
Validates that subscriber exists when processing automatic email
2018-06-11 13:40:05 -04:00
Vlad
8f758b11e1
Splits large tests into smaller ones
2018-06-11 13:40:05 -04:00
Vlad
4611a7ea74
Updates method names
2018-06-11 13:40:05 -04:00
Vlad
b3aae566d5
Adds cron scheduler unit tests for automatic emails
2018-06-11 13:40:05 -04:00
Vlad
bf0c5abd4f
Adds newsletter scheduler unit tests for automatic emails
2018-06-11 13:38:11 -04:00
Vlad
e578b0a4ea
Decodes meta option field if it exists on the object
2018-06-11 13:38:11 -04:00
Vlad
32e02cbf52
Adds meta column to sending queues
2018-06-11 13:33:44 -04:00
Rostislav Wolny
0af3be61dd
renderer: Added basic unit test for PostTransformer structrure generation with layout
2018-06-11 09:44:59 +02:00
Rostislav Wolny
fdc5aad62a
renderer: Added unit test for PostTransformer structrure generation without layout
2018-06-11 09:00:08 +02:00
Michelle Shull
ccf027b336
Merge pull request #1378 from mailpoet/not-blocked-sending
...
Rotate scheduled tasks [MAILPOET-1391]
2018-06-07 10:54:13 -04:00
Pavel Dohnal
2c290c6e4c
Rotate sending queues
...
This should prevent sending queues to be stuck when a newsletter cannot be send.
[MAILPOET-1391]
2018-06-05 11:05:59 +01:00
Fred. P
b9ce9ecf28
Fix image fullwidth toggle [MAILPOET-1365]
...
Prevent WordPress $content_width global to override
mailpoet_image_size when calling wp_get_attachment_image_src()
in ACL generated posts.
2018-06-05 10:19:39 +02:00
Fred. P
ac47866295
Fix image fullwidth toggle [MAILPOET-1365]
...
Prevent WordPress $content_width global to override
mailpoet_image_size when calling wp_get_attachment_image_src()
in ACL generated posts.
2018-06-05 08:59:57 +02:00
Pavel Dohnal
b8ce6ff88c
Rotate scheduled tasks
...
Scheduled tasks should rotate so that they don't block
sending when they cannot be send.
[MAILPOET-1391]
2018-06-04 16:00:32 +01:00
Michelle Shull
59d632895e
Merge pull request #1369 from mailpoet/posts-alc-image
...
Multi-column layout in ALC/Posts [MAILPOET-1350]
2018-06-04 07:37:56 -04:00
Amine Ben hammou
67b66856f5
removing images and headings from the excerpt
2018-06-01 11:21:59 +00:00
Vlad
7b665acae3
Prevents sending queue rerendering when post notification is updated
2018-05-27 21:59:58 -04:00
Michelle Shull
2890b66cfd
Merge pull request #1366 from mailpoet/live-chat
...
Live chat & better Helpscout integration [MAILPOET-1389]
2018-05-24 07:54:40 -04:00
Amine Ben hammou
3e84a1f8e1
fixing translations
2018-05-23 21:32:59 +00:00
Michelle Shull
ec34a9efca
Merge pull request #1360 from mailpoet/mp1306
...
Newsletter template thumbnail redesign [MAILPOET-1306]
2018-05-23 07:06:06 -04:00
Fred. P
75bad97b10
Newsletter template thumbnail redesign
...
Redesigned the template selection screen to
look like the WordPress theme selector.
The main changes relate to:
* style changes, to achieve the new look
* jsx templates, to work with new css changes
* template, removed the description field
[MAILPOET-1306]
2018-05-22 10:23:07 +02:00
qfrery
59f9fdb3b6
fix failing tests
2018-05-21 19:03:13 +02:00
qfrery
89a8f9ded4
add unit tests
2018-05-21 18:20:43 +02:00
Michelle Shull
587eaffc3c
Merge pull request #1357 from mailpoet/unblock-paused
...
Pause sending tasks for inactive notifications [MAILPOET-1376]
2018-05-21 09:47:16 -04:00
Michelle Shull
d56f2c59ef
Merge pull request #1355 from mailpoet/subscriber-source
...
Subscriber source [MAILPOET-1377]
2018-05-21 08:17:00 -04:00