Commit Graph

1213 Commits

Author SHA1 Message Date
ac73b4ee0a Merge pull request #1471 from mailpoet/export-segments
Allow search for list in export [MAILPOET-1473]
2018-08-22 10:21:15 -04:00
44d4613ef4 Merge pull request #1472 from mailpoet/migrate-fix
Redirect to wizard after mp2 migration skip [MAILPOET-1498]
2018-08-22 09:10:16 -04:00
1bc2a7f572 Redirect to wizard after mp2 migration skip
[MAILPOET-1498]
2018-08-22 09:03:03 +02:00
6b5ad63b97 Allow search for list in export
[MAILPOET-1473]
2018-08-22 08:29:25 +02:00
8f85ef6fb3 Fix parseInt typo
[MAILPOET-1474]
2018-08-21 11:50:34 +02:00
0d28fe1464 Merge pull request #1466 from mailpoet/drag-drop-video
Editor tutorial: drag and drop [MAILPOET-1447]
2018-08-16 13:13:02 +03:00
a1d9aeb383 Detect HelpScout vs. Olark more securely
Intro target element selectors are now evaluated just before each
intro step - it should ensure HS or Olark will be correctly targeted
depending on which one is shown at that moment.

[MAILPOET-1446]
2018-08-16 10:22:57 +02:00
81c22652cf Don't show intro on small screens
[MAILPOET-1446]
2018-08-16 10:22:57 +02:00
fcef5f0d2b Show intro only on new install (but not when migrating from WP2)
Intro is marked as shown only when "Skip" or "Done" is explicitly used - this
avoids closing the intro by mistake and never having the option to see it again.

[MAILPOET-1446]
2018-08-16 10:22:57 +02:00
7ae25ae299 Make intro strings translatable
[MAILPOET-1446]
2018-08-16 10:22:57 +02:00
c7af4af368 Fix intro.js positioning bug on 'position: fixed' elements
Intro.js has a bug causing tooltips appear in wrong places (or out of sceen)
when using 'position: fixed' on target element and not being scrolled to top.
This fixes the bug taking window scroll into account. The only place where
it can be seen is during the highlight animation when not scrolled to top,
which is not serious and not very likely to be seen.

[MAILPOET-1446]
2018-08-16 10:22:57 +02:00
fe5b1b9683 Use WP style for intro.js buttons & make nice prev-next/prev-done button group
The intention here is to use WP default styles (adding .button class to buttons)
with as little overrides as possible, avoiding to use absolute px sizes.

[MAILPOET-1446]
2018-08-16 10:22:57 +02:00
fe248ffde7 Style intro.js highlight helper layer & tooltips to go nice with WP
[MAILPOET-1446]
2018-08-16 10:22:57 +02:00
5621ab22bc Add basic intro.js onboarding & its initialization
[MAILPOET-1446]
2018-08-16 10:22:57 +02:00
9600917253 Hide the video for old users
[MAILPOET-1447]
2018-08-15 10:06:32 +02:00
1f88e56f1e Skip video if already seen
[MAILPOET-1447]
2018-08-14 16:08:46 +02:00
03a452acfa Remember user has seen the video
[MAILPOET-1447]
2018-08-14 15:42:31 +02:00
a35834417b Add video title
[MAILPOET-1447]
2018-08-14 12:55:14 +02:00
9efb5b5f90 Display tutorial video in editor
[MAILPOET-1447]
2018-08-14 12:52:48 +02:00
e2b40fee37 Add welcome wizard application
[MAILPOET-1439]
2018-08-13 10:34:34 +02:00
7d47e97b51 Add a common component for stepped progress bar
[MAILPOET-1439]
2018-08-13 10:34:34 +02:00
913dcb30c5 Merge pull request #1443 from mailpoet/duplicate-editor-save-button
Duplicate editor save button [MAILPOET-1448]
2018-08-06 09:24:44 -04:00
e00c322040 Add rendering of latest sending tasks to help page
[MAILPOET-1460]
2018-08-02 09:46:00 +02:00
cccf40e65f Use notice close button from WP
Notice close button looked different than the WP-native one. This reuses the WP button.

[MAILPOET-1448]
2018-07-31 21:11:20 +02:00
c5ee742b01 Display close button also for auto-disposable notices if hideClose === false
The notice component was ignoring "hideClose" setting when "static" was set to false
(= auto disposable notice after timeout). This commit makes the behavior more transparent
by always respecting each of the settings. Note that jQuery's "delay()" can't be used now
since it blocks also other close events with the timout (events from close button).

[MAILPOET-1448]
2018-07-31 21:11:20 +02:00
364facabd5 Display after-save notice always on top (& scroll there)
The save component was displaying notice just below the save buttons. This seems
inconsistent with WP behaviour for the save button in the bottom. This makes the
notices always display on top & scroll there if necessary.

[MAILPOET-1448]
2018-07-31 21:11:19 +02:00
4a84974ceb Make save-as-template & export-as-template toggable identically to options
There was no option how to close save-as-template and export-as-template windows.
This makes them closable in the same way as dropdown options are.

[MAILPOET-1448]
2018-07-31 21:11:19 +02:00
af0d18a734 Make save dropdown menu opening up in the bottom
This introduces setDropdownDirectionDown() and setDropdownDirectionUp() methods
on the save component to switch between dropdown/dropup functionality. Default
is dropdown, in the bottom of the page dropup is used.

[MAILPOET-1448]
2018-07-31 21:11:16 +02:00
c1edee7f14 Duplicate save buttons on the top
[MAILPOET-1448]
2018-07-31 21:09:27 +02:00
adbce928f8 Merge pull request #1441 from mailpoet/queue-status
Sending queue status on help page [MAILPOET-1459]
2018-07-27 10:04:12 -04:00
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
490ea67d18 Refactor help page status tables into component
[MAILPOET-1459]
2018-07-26 13:08:35 +02:00
1252f35a23 Add sending queue status to help page
[MAILPOET-1459]
2018-07-26 13:08:15 +02:00
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
a8bfadf157 Swap tabs in help section
We decided to make the Knowledge Base tab the default one since it contains the information
which are easiest to understand for an user.

[MAILPOET-1457]
2018-07-25 13:40:08 +02:00
5f6fe1a7e5 Add cron status to admin help section
[MAILPOET-1457]
2018-07-25 13:39:55 +02:00
65e0361cd0 Add test for creating template from post notification
[MQ-38]
2018-07-25 12:43:12 +02:00
976317163a Activates MSS by default only when key is verified. 2018-07-23 21:23:10 -04:00
032fd6575d Shows "basics" tab in settings by default. 2018-07-23 21:01:25 -04:00
d165732f66 Merge pull request #1431 from mailpoet/background-images
Column Background Images [MAILPOET-1403]
2018-07-23 09:33:08 -04:00
d8581f761f Add container background image support to editor [MAILPOET-1403] 2018-07-19 14:12:56 +02:00
80898a1bde remove console.log and sent user data even if no public_id is set 2018-07-19 10:13:48 +01:00
2e6a2233f2 don't identify mixpanel users if public_id is null 2018-07-19 10:13:48 +01:00
e5d30d1ad0 production mixpanel key 2018-07-19 10:13:48 +01:00
76686e08fe analytics : use a unique public id 2018-07-19 10:13:48 +01:00
e8b0e77d0e use mixpanel.people.set 2018-07-19 10:13:48 +01:00
c868c39696 Add acceptance test for post notification edit [MQ-29] 2018-07-18 15:43:34 +02:00
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
9b19858734 Merge pull request #1432 from mailpoet/forms-delete-at
Forms delete acceptance test [MQ-50]
2018-07-18 08:26:37 -04: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