Commit Graph

466 Commits

Author SHA1 Message Date
wxa
a97376b443 Add SPF record notice [MAILPOET-2295] 2019-09-12 14:09:27 +02:00
Ján Mikláš
145f230534 Refactor shortcodes component for new TinyMCE API
[MAILPOET-1799]
2019-08-29 11:13:15 -04:00
Ján Mikláš
f210fec8a7 Fix paths to new default skin and theme
[MAILPOET-1799]
2019-08-29 11:13:15 -04:00
Ján Mikláš
5bd6abe9d0 Remove textcolor and colorpicker from plugins, they are included in core
[MAILPOET-1799]
2019-08-29 11:13:15 -04:00
Jan Jakeš
fa4b01880a Remove unused TinyMCE wplink plugin 2019-08-29 11:13:15 -04:00
Jan Jakeš
e61899d754 Use mailpoet_shortcodes TinyMCE plugin as a module 2019-08-29 11:13:15 -04:00
Jan Jakeš
c9ff9be7ec Use TinyMCE as a module to avoid conflicts when used globally 2019-08-29 11:13:15 -04:00
Ján Mikláš
596eb56c5d Fix image resizing when aligned right
[MAILPOET-2184]
2019-08-26 09:53:24 -04:00
Rostislav Wolny
6767b50a4e Update mailpoet.com url factory calls
[MAILPOET-2182]
2019-08-22 14:36:44 -04:00
Rostislav Wolny
0ca0144219 Replace addReferralId in JS by MailPoet Url Factory
[MAILPOET-2182]
2019-08-22 14:36:44 -04:00
Rostislav Wolny
67f60079a8 Add referral id to URLs in JS
[MAILPOET-2182]
2019-08-22 14:36:44 -04:00
Ján Mikláš
bad4ceaa5f Fix "View it in" to "View this in" in newsletter header 2019-08-21 11:17:13 -04:00
Ján Mikláš
273809be77 Update 'View in browser' header link
[MAILPOET-2196]
2019-08-21 11:17:13 -04:00
Ján Mikláš
e8e0ce2221 Fix Styles color changes rendered only once
[MAILPOET-2249]
2019-08-20 10:01:03 -04:00
Ján Mikláš
a78562c774 Add eslint rule to require parentheses in arrow functions
[MAILPOET-2162]
2019-08-15 13:43:36 +01:00
Ján Mikláš
4a53c541ad Eslint fix
[MAILPOET-1976]
2019-06-20 10:22:58 -04:00
Ján Mikláš
a198621104 Sanitize currentStateIndex
[MAILPOET-1976]
2019-06-20 10:22:58 -04:00
Ján Mikláš
66ee27c487 Remove usage of jQuery
[MAILPOET-1976]
2019-06-20 10:22:58 -04:00
Ján Mikláš
ef443ead61 Better naming
[MAILPOET-1976]
2019-06-20 10:22:58 -04:00
Ján Mikláš
894218f34b Fix typos
[MAILPOET-1976]
2019-06-20 10:22:58 -04:00
Ján Mikláš
99a3e87c61 Cancel autosave timeout when moving through history
[MAILPOET-1976]
2019-06-20 10:22:58 -04:00
Ján Mikláš
52daa967ed Skip saving state if nothing has changed
[MAILPOET-1976]
2019-06-20 10:22:58 -04:00
Ján Mikláš
c1394bff8f Remove slideIn animation when adding new block to newsletter
[MAILPOET-1976]
2019-06-20 10:22:58 -04:00
Ján Mikláš
66800ae994 Add acceptance test for undo/redo
[MAILPOET-1976]
2019-06-20 10:22:58 -04:00
Ján Mikláš
4f1f236bce Add support for keyboard shortcuts for undo/redo
[MAILPOET-1976]
2019-06-20 10:22:58 -04:00
Ján Mikláš
2ed9c58865 Rerender newsletter content on history change
[MAILPOET-1976]
2019-06-20 10:22:58 -04:00
Ján Mikláš
b82ed67b3d Rerender editor on global styles change
[MAILPOET-1976]
2019-06-20 10:22:58 -04:00
Ján Mikláš
3ff1a6f83d Skip auto saving when moving through history of changes
[MAILPOET-1976]
2019-06-20 10:22:58 -04:00
Ján Mikláš
ae664de002 Implement moving through history
[MAILPOET-1976]
2019-06-20 10:22:58 -04:00
Ján Mikláš
1bd4e25694 Better naming
[MAILPOET-1976]
2019-06-20 10:22:58 -04:00
Ján Mikláš
16ba2490c9 Set initial state
[MAILPOET-1976]
2019-06-20 10:22:58 -04:00
Ján Mikláš
5e17532911 Show title attribute on arrows
[MAILPOET-1976]\
2019-06-20 10:22:58 -04:00
Ján Mikláš
f73ad4ee3e Create empty undo/redo functions
[MAILPOET-1976]
2019-06-20 10:22:58 -04:00
Ján Mikláš
04155ab412 Update undo/redo arrows to represent if they are active
[MAILPOET-1976]
2019-06-20 10:22:58 -04:00
Ján Mikláš
b64ba9f9b1 Save current state after autosave is finished
[MAILPOET-1976]
2019-06-20 10:22:58 -04:00
Ján Mikláš
7492b20bc4 Create skeleton for new History region in editor
[MAILPOET-1976]
2019-06-20 10:22:58 -04:00
Ján Mikláš
d92b8abf1a Destroy Posts block when closing it's Settings without adding posts
[MAILPOET-2123]
2019-06-20 06:52:58 -04:00
wxa
e738d6fc6d Add namespaces to WP JS hooks [MAILPOET-2081] 2019-05-23 11:32:43 -04:00
Ján Mikláš
80013952ca Fix double clicking on text closing TinyMCE instead of selecting word
[MAILPOET-2096]
2019-05-23 07:55:14 -04:00
Ján Mikláš
9e3c26dfd8 Fix getting SVGs classes
[MAILPOET-1811]
2019-05-22 13:58:02 +02:00
Ján Mikláš
2e5359b7ee Lose focus on any active element when clicked into empty space in newsletter
[MAILPOET-1811]
2019-05-22 13:58:02 +02:00
Ján Mikláš
757335bce7 Lose focus on any active element when dragging, resizing or opening settings
[MAILPOET-1811]
2019-05-22 13:58:02 +02:00
Ján Mikláš
cc2dfcddb8 Allow scrolling when Posts or Products widgets are opened
[MAILPOET-1974]
2019-05-16 08:26:16 -04:00
Ján Mikláš
ce617c0441 Allow toggling settings by clicking on settings icon
[MAILPOET-1974]
2019-05-16 08:26:16 -04:00
Ján Mikláš
748fbdf863 Better naming
[MAILPOET-1974]
2019-05-16 08:26:16 -04:00
Ján Mikláš
84b275a624 Hide settings on click outside email content
[MAILPOET-1974]
2019-05-16 08:26:16 -04:00
Ján Mikláš
f3301dea3a Don't remove highlight after resizing when settings are still showed
[MAILPOET-1974]
2019-05-16 08:26:16 -04:00
Ján Mikláš
5663b1f745 Hide settings when clicked on another block
[MAILPOET-1974]
2019-05-16 08:26:16 -04:00
Ján Mikláš
abbd7873fc Hide settings when deleting, duplicating or dragging block
[MAILPOET-1974]
2019-05-16 08:26:16 -04:00
Ján Mikláš
d735adddd4 Disable block highlights when settings are showed
[MAILPOET-1974]
2019-05-16 08:26:16 -04:00