Commit Graph

1920 Commits

Author SHA1 Message Date
Rostislav Wolny
6cabecbe52 Add hiding of tinymce editor when a user drags anything
[MAILPOET-1726]
2019-02-13 12:58:44 -05:00
Jan Jakeš
cb3b0e7f1e Fix scroll up when clicking on the bottom of long textareas
[MAILPOET-1728]
2019-02-12 11:38:47 -05:00
Ján Mikláš
47bf32c0a5 Remove no longer needed highlighting behaviour
[MAILPOET-1708]
2019-02-11 13:27:30 -05:00
Ján Mikláš
11cf31a561 Show different highlight borders for column and content blocks
[MAILPOET-1708]
2019-02-11 13:27:30 -05:00
Rostislav Wolny
5c4ecd8e22 Add alignment settings for social icons to editor
[MAILPOET-1731]
2019-02-11 12:28:04 -05:00
Rostislav Wolny
cc1c1bb405 Fix jQuery event targets
[MAILPOET-1794]
2019-02-11 12:16:29 -05:00
Pavel Dohnal
5425b91321 Fix async queue
[MAILPOET-1794]
2019-02-11 12:16:29 -05:00
Pavel Dohnal
bf6b121796 Move data sanitisation to separate file
[MAILPOET-1794]
2019-02-11 12:16:29 -05:00
Pavel Dohnal
9a247439b3 Convert import to ES6
[MAILPOET-1794]
2019-02-11 12:16:29 -05:00
Pavel Dohnal
704c066d73 Remove AMD syntax
[MAILPOET-1794]
2019-02-11 12:16:29 -05:00
Pavel Dohnal
82bdd343bd Add new fonts
[MAILPOET-1733]
2019-02-10 18:39:59 -05:00
Pavel Dohnal
5cf75bcd60 Add sender warning to sign-up confirmation page
[MAILPOET-1769]
2019-02-07 16:30:19 -05:00
Jan Jakeš
11e5243de3 Fix Delete button clickable only in the middle
[MAILPOET-1772]
2019-02-07 09:52:07 -05:00
Jan Jakeš
771a288327 Rewritten alert to use MailPoet.Modal.popup()
[MAILPOET-1772]
2019-02-07 09:52:07 -05:00
Pavel Dohnal
02fa9f0647 Set default day in post notification
If user doesn't select a day they see 1st in the UI but
because the action is onChange which never fired
the system remembers the default value 0

[MAILPOET-1781]
2019-02-07 08:14:09 -05:00
Pavel Dohnal
198a8509fc Remove olark integration
[MAILPOET-1775]
2019-02-06 13:25:56 -05:00
M. Shull
f1653df8d1 Merge pull request #1767 from mailpoet/beamer-autoopen
Fix beamer auto-opening, because of their new auto-refresh feature
2019-02-04 09:47:13 -05:00
Jan Jakeš
2d1298ea4d Fix sender editation & add test for the error
[MAILPOET-1777]
2019-02-04 13:25:05 +01:00
Ján Mikláš
ab1a9598ce Add empty element for Beamer, so they won't automatically show their icon
MAILPOET-1720
2019-02-04 11:40:40 +01:00
Ján Mikláš
759ee9a919 Fix beamer auto-opening, because of their new auto-refresh feature
MAILPOET-1720
2019-02-04 11:40:40 +01:00
M. Shull
513970dd73 Merge pull request #1744 from mailpoet/js-deps-update
Update JS dependencies [MAILPOET-1758]
2019-01-31 16:14:14 -05:00
Jan Jakeš
78d3f1f7c2 Update Prototype.js from 1.7.2 to 1.7.3 to fix compatibility with WP5
[MAILPOET-1763]
2019-01-31 08:56:20 +01:00
Pavel Dohnal
6a1185be74 Fix styling problems 2019-01-30 16:35:51 +01:00
Pavel Dohnal
961747e549 Fix styling problems 2019-01-30 09:10:04 +01:00
Pavel Dohnal
6ffac49364 Fix new code 2019-01-30 09:10:04 +01:00
Pavel Dohnal
3128da45b3 Fix broken forms 2019-01-30 09:04:32 +01:00
Pavel Dohnal
fb7095d3af Fix broken sending page 2019-01-30 09:04:32 +01:00
Pavel Dohnal
f1cbc4a7c6 Fix eslint rules in ES5 files 2019-01-30 09:04:32 +01:00
Pavel Dohnal
20ae36cf0b Fix eslint rules 2019-01-30 09:04:32 +01:00
Pavel Dohnal
91c974e08f Use safer setState 2019-01-30 09:04:32 +01:00
Pavel Dohnal
9de2a10bc2 Fix react indentation 2019-01-30 09:04:32 +01:00
Pavel Dohnal
91513edd09 Remove default declaration for required properties 2019-01-30 09:04:31 +01:00
Pavel Dohnal
4646086660 Add noopener noreferrer attribute to links 2019-01-30 09:04:31 +01:00
Pavel Dohnal
f054f7ba1f Remove unused state fields 2019-01-30 09:04:31 +01:00
Pavel Dohnal
dbfa672542 Fix react/no-this-in-sfc eslint rule 2019-01-30 09:04:31 +01:00
Pavel Dohnal
6af3aabd24 Fix sort-comp eslint rule 2019-01-30 09:04:31 +01:00
Pavel Dohnal
0a7a5ee0b9 Fix max length eslint rule 2019-01-30 09:04:31 +01:00
Pavel Dohnal
28f43c4077 Fix accessibility eslint rules 2019-01-30 09:04:31 +01:00
Pavel Dohnal
e694438033 Auto fix broken rules 2019-01-30 09:04:31 +01:00
M. Shull
c4720aeebc Merge pull request #1751 from mailpoet/test-free-email-as-from-address
[MQ-173] acceptance test to confirm free email address in FROM field …
2019-01-29 06:25:58 -05:00
M. Shull
f51e6f26d6 Merge pull request #1740 from mailpoet/form-loading
Subscription form loading on submit [MAILPOET-1567]
2019-01-28 07:09:26 -05:00
Michelle Shull
1210873621 [MQ-173] acceptance test to confirm free email address in FROM field triggers alert 2019-01-28 06:45:39 -05:00
M. Shull
29ef3da9f7 Merge pull request #1732 from mailpoet/new-modal
New modal [MAILPOET-1510]
2019-01-25 08:51:35 -05:00
M. Shull
d2bfd75605 Merge pull request #1736 from mailpoet/woocommerce-list
Add WooCommerce customers list [MAILPOET-1721]
2019-01-24 10:55:33 -05:00
Pavel Dohnal
26284b3a8e Add reply-to field to wizard
[MAILPOET-1573]
2019-01-24 10:43:11 +01:00
Pavel Dohnal
889712af5c Not render settings if not on settings page
[MAILPOET-1573]
2019-01-24 10:43:11 +01:00
Pavel Dohnal
8cba3ba9d2 Display the correct domain in the message
[MAILPOET-1573]
2019-01-24 10:43:11 +01:00
Pavel Dohnal
4fb4e5a37a Display sender warning for other newsletter types
[MAILPOET-1573]
2019-01-24 10:43:11 +01:00
Pavel Dohnal
cdbb8d7c62 Display sender warning on settings page
[MAILPOET-1573]
2019-01-24 10:43:11 +01:00
Pavel Dohnal
82c238fe81 Display sender warning on send page
[MAILPOET-1573]
2019-01-24 10:43:04 +01:00