Commit Graph

5504 Commits

Author SHA1 Message Date
9dc0e61603 remove console.log and sent user data even if no public_id is set 2018-07-17 17:18:16 +01:00
5818db1a23 don't identify mixpanel users if public_id is null 2018-07-17 16:04:38 +01:00
f314d5d706 Test fixing tests
[MQ-50]
2018-07-17 14:10:06 +01:00
427e826ee5 Revert "Fix data creation for first test run"
This reverts commit 4296cd5a3e.
2018-07-17 13:42:47 +01:00
d0f797f88c Revert "Remove factory, because it doesn't work"
This reverts commit d8b9b8e649.
2018-07-17 13:42:34 +01:00
42f91f5069 fix failing bridge tests 2018-07-17 13:03:50 +01:00
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
c368b664a1 force user data to be resent on public_id change 2018-07-16 16:58:42 +01:00
d8b9b8e649 Remove factory, because it doesn't work
[MQ-50]
2018-07-16 16:25:16 +01:00
2d30a0884b Refactor media manager from image block to a behavior [MAILPOET-1403]
This will make the media manager reusable in other blocks like e.g. container.
2018-07-16 17:02:24 +02:00
8ee72bd8ed Add support for --debug flag for unit tests 2018-07-16 16:57:47 +02:00
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
d87acdd783 Merge pull request #1419 from mailpoet/send_tab_update
Redesigns the "Send With..." tab [MAILPOET-1441]
2018-07-16 10:11:01 -04:00
97cb9dd912 Merge pull request #1427 from mailpoet/new-users-beacon
Premium HS mailbox for new users [MAILPOET-1456]
2018-07-16 09:30:32 -04:00
4296cd5a3e Fix data creation for first test run
[MQ-50]
2018-07-16 14:13:39 +01:00
184f38f186 fix tests 2018-07-16 11:36:54 +01:00
2f83a74b95 fix errors 2018-07-16 10:44:13 +01:00
8f05d88567 split public id tests in two 2018-07-16 10:41:42 +01:00
e523fa055e fix errors 2018-07-16 10:32:06 +01:00
aef52a18c0 Remove unintended .teamcity config files 2018-07-16 12:05:15 +03:00
411fe307d1 add tests 2018-07-15 22:19:51 +01:00
9bb6c2131a TeamCity change in 'Mailpoet' project: 'https://github.com/mailpoet/mailpoet.git#refs/heads/master' VCS root was updated 2018-07-15 16:49:33 -04:00
8d8d5d234d TeamCity change in 'Mailpoet' project: 'https://github.com/mailpoet/mailpoet.git#refs/heads/master' VCS root was updated 2018-07-15 16:45:06 -04:00
37baf3edae TeamCity change in 'Mailpoet' project: Versioned settings configuration updated 2018-07-15 16:44:04 -04:00
6505871eac add comment to isPublicIdNew function 2018-07-13 16:07:56 +01:00
b12fcce017 Merge branch 'master' of https://github.com/mailpoet/mailpoet into best_mixpanel_integration 2018-07-13 16:04:40 +01:00
b758ec0797 Modifies behavior when MSS is activated and key is invalid 2018-07-12 19:11:08 -04:00
96f36d0d1c Merge pull request #1426 from mailpoet/update-text
Update text [MAILPOET-1436]
2018-07-12 12:17:36 -04:00
eada699607 Merge pull request #1429 from mailpoet/email-thumbnails
Update email thumbnails [MAILPOET-1440]
2018-07-12 12:15:30 -04:00
38f8bec4c5 Add health check to docker compose
[MQ-50]
2018-07-12 16:04:16 +01:00
4229ba87f3 Create forms delete acceptance tests
[MQ-50]
2018-07-12 11:41:36 +01:00
255422e908 Merge pull request #1428 from mailpoet/form-create-at
Create Acceptance Test FormsCreation [MQ-49]
2018-07-11 11:26:11 -04:00
928be9d698 Update email thumbnails
[MAILPOET-1440]
2018-07-11 13:04:21 +01:00
f250807be5 Create Acceptance Test FormsCreation
[MQ-49]
2018-07-11 11:11:01 +01:00
03817657a0 Display warning for cron accessibility problem [MAILPOET-801] 2018-07-11 09:27:19 +02:00
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
083372a391 Store timestamps and last error during cron process [MAILPOET-801] 2018-07-11 09:27:14 +02:00
42b353fa59 Merge pull request #1420 from mailpoet/mpre84
Automatic email type selected tracking [PREMIUM-84]
2018-07-10 14:18:03 -04:00
eeffaf9c88 Merge pull request #1424 from mailpoet/bounce-button
Remove button if MSS is active [MAILPOET-1435]
2018-07-10 13:00:29 -04:00
9c838f02a6 Rename styles labels
[MAILPOET-1436]
2018-07-10 16:44:41 +01:00
0a5c3f021f Update zoom button text
[MAILPOET-1436]
2018-07-10 16:44:41 +01:00
82baa6cdbe Clarify MP version in form widget
[MAILPOET-1436]
2018-07-10 16:44:41 +01:00
995d3db5ae Show numbers in local format
[MAILPOET-1436]
2018-07-10 16:44:41 +01:00
2f69a705d8 Add note when deleting lists
[MAILPOET-1436]
2018-07-10 16:44:41 +01:00
4465a36405 Add 'max' to shown posts in alc settings
[MAILPOET-1436]
2018-07-10 16:44:41 +01:00
21916c6863 update beacon id for new users 2018-07-10 16:43:42 +01:00
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
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
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
d670fe27ee Remove button if MSS is active
[MAILPOET-1435]
2018-07-10 14:22:40 +01:00