Commit Graph

2592 Commits

Author SHA1 Message Date
Michelle Shull
f2382d25bd Search for Standard Newsletter [MQ-55] 2018-08-02 10:28:13 -04:00
Michelle Shull
e413f83dfa Save standard newsletter as template [MQ-36] 2018-08-02 09:34:40 -04:00
Rostislav Wolny
7186f4b13a Add fetching of latest sending tasks for help page
[MAILPOET-1460]
2018-08-02 08:06:06 +02:00
Michelle Shull
b1feb0c21a Save standard newsletter as template [MQ-36] 2018-08-01 14:12:23 -04:00
Michelle Shull
a71e6cb7d9 Duplicate Newsletter Acceptance [MQ-39] 2018-08-01 11:49:30 -04:00
Michelle Shull
8cdb71ed91 Merge pull request #1447 from mailpoet/cron-override-fix
Fix overriding cron token [MAILPOET-1481]
2018-08-01 08:21:36 -04:00
Michelle Shull
a242c06990 Initial commit of acceptance test for newsletter deletion 2018-08-01 06:38:04 -04:00
Pavel Dohnal
a3b79a6907 Fix overriding cron token 2018-07-31 17:48:26 +02:00
Michelle Shull
92d0dfc0e1 Merge pull request #1440 from mailpoet/post-notification-template
Acceptance test create post notification template [MQ-38]
2018-07-26 07:39:25 -04:00
Michelle Shull
0d6e2a107a Merge pull request #1436 from mailpoet/cron-status-info
Cron status info in help section [MAILPOET-1457]
2018-07-25 10:17:22 -04:00
Rostislav Wolny
3184b43b3b Add status flag for cron deactivation
Cron daemon, which was triggered by WordPress method, was deactivated
by deletion from DB and it caused the lost of all log data about it.
This commit changes the implementation so that the daemon is deactivated by changing status flag.

[MAILPOET-1457]
2018-07-25 13:23:21 +02:00
Michelle Shull
a9c081ea5e Merge pull request #1437 from mailpoet/form-duplicate-at
Add form duplicate acceptance test [MQ-52]
2018-07-25 07:08:28 -04:00
Rostislav Wolny
65e0361cd0 Add test for creating template from post notification
[MQ-38]
2018-07-25 12:43:12 +02:00
Rostislav Wolny
9ed409194c Add helper for opening editor in acceptance test
[MQ-38]
2018-07-25 10:36:37 +02:00
Michelle Shull
65e49808c0 Merge pull request #1430 from mailpoet/improve-errors
Improve error reporting for MSS sending [MAILPOET-1445]
2018-07-23 11:16:53 -04:00
Pavel Dohnal
f991a78722 Save session between acceptance test runs
[MQ-52]
2018-07-23 16:09:22 +01:00
Pavel Dohnal
82f176dc43 Add form duplicate acceptance test
[MQ-52]
2018-07-23 15:34:23 +01:00
Michelle Shull
d165732f66 Merge pull request #1431 from mailpoet/background-images
Column Background Images [MAILPOET-1403]
2018-07-23 09:33:08 -04:00
Pavel Dohnal
27b9857e6a Improve error reporting for MSS sending
[MAILPOET-1445]
2018-07-19 16:21:23 +01:00
Rostislav Wolny
c3e2b17aa1 Add background images support to renderer [MAILPOET-1403] 2018-07-19 14:13:06 +02:00
Rostislav Wolny
d8581f761f Add container background image support to editor [MAILPOET-1403] 2018-07-19 14:12:56 +02:00
qfrery
3a2ee709eb fix failing bridge tests 2018-07-19 10:13:48 +01:00
qfrery
7b4e63c8c5 force user data to be resent on public_id change 2018-07-19 10:13:48 +01:00
qfrery
43a0d92d2f fix tests 2018-07-19 10:13:48 +01:00
qfrery
78e5c1866e fix errors 2018-07-19 10:13:48 +01:00
qfrery
1d2fa78a4d split public id tests in two 2018-07-19 10:13:48 +01:00
qfrery
506c78d068 fix errors 2018-07-19 10:13:48 +01:00
qfrery
0d461c2e30 add tests 2018-07-19 10:13:48 +01:00
qfrery
1e933df60b rm commented tests 2018-07-19 10:13:48 +01:00
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
Rostislav Wolny
c868c39696 Add acceptance test for post notification edit [MQ-29] 2018-07-18 15:43:34 +02:00
Rostislav Wolny
33149d041c Add more robust check for send form presence to acceptance tests [MQ-29]
There is a short delay between rendering of a heading and the form fields.
It is safer to wait for form itself before manipulating it.
2018-07-18 15:41:02 +02:00
Michelle Shull
9b19858734 Merge pull request #1432 from mailpoet/forms-delete-at
Forms delete acceptance test [MQ-50]
2018-07-18 08:26:37 -04:00
Pavel Dohnal
427e826ee5 Revert "Fix data creation for first test run"
This reverts commit 4296cd5a3e.
2018-07-17 13:42:47 +01:00
Pavel Dohnal
d0f797f88c Revert "Remove factory, because it doesn't work"
This reverts commit d8b9b8e649.
2018-07-17 13:42:34 +01:00
Michelle Shull
3318dd3ace Merge pull request #1395 from mailpoet/hackday-todo
Deleted TODOs after noting required actions [MAILPOET-1433]
2018-07-16 14:35:38 -04:00
Pavel Dohnal
d8b9b8e649 Remove factory, because it doesn't work
[MQ-50]
2018-07-16 16:25:16 +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
Pavel Dohnal
4296cd5a3e Fix data creation for first test run
[MQ-50]
2018-07-16 14:13:39 +01:00
Pavel Dohnal
4229ba87f3 Create forms delete acceptance tests
[MQ-50]
2018-07-12 11:41:36 +01:00
Pavel Dohnal
f250807be5 Create Acceptance Test FormsCreation
[MQ-49]
2018-07-11 11:11:01 +01: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
Michelle Shull
e8e8eaf74c Merge pull request #1421 from mailpoet/newsletters-opens-export-fix
Fix export of newsletters statistics [MAILPOET-1444]
2018-07-10 08:32:32 -04:00
Rostislav Wolny
35825c3432 Fix spacing between paragraphs in full post [MAILPOET-1455] 2018-07-10 14:26:36 +02:00
mrcasual
a02f909627 Merge pull request #1402 from mailpoet/edit-newsletter
Edit newsletter
2018-06-29 18:44:00 -04:00