Commit Graph

11986 Commits

Author SHA1 Message Date
Pavel Dohnal
50746b01db Fix list indentation in th editor
[MAILPOET-3130]
2020-11-30 11:19:29 +01:00
Pavel Dohnal
768d12ccad Fix switching to default format
The applyFormat function doesn't work with undefined any more
so I had to pass an empty string to it.

[MAILPOET-3288]
2020-11-30 10:55:47 +01:00
Pavel Dohnal
979179e540 Fix test that is failing on master 2020-11-26 15:25:01 +01:00
Pavel Dohnal
fb863d2dfb Add tutorial header
[MAILPOET-3206]
2020-11-26 13:51:58 +01:00
Pavel Dohnal
56109b1041 Add acceptance test
[MAILPOET-3206]
2020-11-26 13:51:58 +01:00
Pavel Dohnal
5f05495fa0 Display tutorial to all users
[MAILPOET-3206]
2020-11-26 13:51:58 +01:00
Pavel Dohnal
830454ceb3 Prevent tutorial in tests
[MAILPOET-3206]
2020-11-26 13:51:58 +01:00
Pavel Dohnal
bfaa1bbec4 Display tutorial only to new users
[MAILPOET-3206]
2020-11-26 13:51:58 +01:00
Pavel Dohnal
2ef27608e9 Display tutorial only once
[MAILPOET-3206]
2020-11-26 13:51:58 +01:00
Pavel Dohnal
4c925e70e3 Display tutorial video
[MAILPOET-3206]
2020-11-26 13:51:58 +01:00
Pavel Dohnal
e52a2af475 Add data about form editor tutorial into store
[MAILPOET-3206]
2020-11-26 13:51:58 +01:00
Pavel Dohnal
fa3d38219d Update form template thumbnails
[MAILPOET-3261]
2020-11-26 11:35:56 +01:00
Pavel Dohnal
6f6653636d Make variables clearer
[MAILPOET-3315]
2020-11-26 11:16:17 +01:00
Pavel Dohnal
2d0938df7e Remove unused translations
[MAILPOET-3315]
2020-11-26 11:16:17 +01:00
Pavel Dohnal
ab989e0836 Remove relative path
[MAILPOET-3315]
2020-11-26 11:16:17 +01:00
Pavel Dohnal
bf13d08a22 Download premium plugin
[MAILPOET-3315]
2020-11-26 11:16:17 +01:00
Pavel Dohnal
44c27a9e89 Never activate the plugin for a user
[MAILPOET-3315]
2020-11-26 11:16:17 +01:00
Pavel Dohnal
bcdb58c035 Update installation of premium package button
[MAILPOET-3315]
2020-11-26 11:16:17 +01:00
Jan Lysý
ecf4fa9661 Add pre-commit hook with lints on staged files
[MAILPOET-3204]
2020-11-26 09:40:24 +01:00
Jan Lysý
51b6d9a200 Add husky, lint-staged, phplint into package.json
[MAILPOET-3204]
2020-11-26 09:40:24 +01:00
Jan Lysý
eec1b9d6a3 Remove stylelint from command watch:css
[MAILPOET-3204]
2020-11-26 09:40:24 +01:00
Veljko V
a6c4332e70 Fix flakyness addSocial and addHeader blocks [MAILPOET-3322]
[MAILPOET-3322](https://mailpoet.atlassian.net/browse/MAILPOET-3322)
2020-11-26 09:29:35 +01:00
Veljko V
266a49fc35 Fix unable to click on a button in the test [MAILPOET-3323]
[MAILPOET-3323](https://mailpoet.atlassian.net/browse/MAILPOET-3323)
2020-11-25 11:13:51 +01:00
derek-j-pitman
b839d88e7d Update Amazon SES regions in Settings 2020-11-25 10:49:34 +01:00
derek-j-pitman
c405fbd02c Fix string termination 2020-11-25 10:49:34 +01:00
derek-j-pitman
1534659d2c Add US East (Ohio) to Amazon SES Mailer 2020-11-25 10:49:34 +01:00
Jan Lysý
5e045b748f Release 3.55.0 2020-11-24 14:00:35 +01:00
Veljko V
47903cb45d Add before hook and update the code [MAILPOET-3310] 2020-11-23 15:52:48 +01:00
Veljko V
f52a69fd62 Fix php code by adding spaces [MAILPOET-3310] 2020-11-23 15:52:48 +01:00
Veljko V
61108ae8cb Fix code to be more concise [MAILPOET-3310] 2020-11-23 15:52:48 +01:00
Veljko V
6f73c95d0e Remove spaces before commas [MAILPOET-3310] 2020-11-23 15:52:48 +01:00
Veljko V
d6c28487f1 Add new scenarios to form editor's block custom field [MAILPOET-3310]
[MAILPOET-3310](https://mailpoet.atlassian.net/browse/MAILPOET-3310)
2020-11-23 15:52:48 +01:00
Ján Mikláš
7e7f075e82 Correctly parse date in email status
[MAILPOET-3304]
2020-11-23 15:09:47 +01:00
Jan Lysý
571740288e Add keyboard shortcuts for undo and redo
[MAILPOET-3085]
2020-11-23 10:44:20 +01:00
Jan Lysý
55f573617d Add acceptance test for Undo and Redo
[MAILPOET-3085]
2020-11-23 10:44:20 +01:00
Jan Lysý
537dec7ceb Add automation id for undo and redo buttons
[MAILPOET-3085]
2020-11-23 10:44:20 +01:00
Jan Lysý
3631113dfd Add test for history_record reducer
[MAILPOET-3085]
2020-11-23 10:44:20 +01:00
Jan Lysý
75d451b9d1 Add tests for selectors hasEditorUndo & hasEditorRedo
[MAILPOET-3085]
2020-11-23 10:44:20 +01:00
Jan Lysý
01a386b6ff Add comment and rename variable in hasEditorUndo method
[MAILPOET-3085]
2020-11-23 10:44:20 +01:00
Jan Lysý
633188a048 Add comments and little refactor in history record
[MAILPOET-3085]
2020-11-23 10:44:20 +01:00
Jan Lysý
2fadfe6914 Move create history record logic to reducer
[MAILPOET-3085]
2020-11-23 10:44:20 +01:00
Jan Lysý
3e5249b06f Add explanation for changes in Selection.jsx for multipleValues
[MAILPOET-3085]
2020-11-23 10:44:20 +01:00
Jan Lysý
0225af9b41 Don't update data in store from selection where are equals
[MAILPOET-3085]
2020-11-23 10:44:20 +01:00
Jan Lysý
4c8bd72c4a Use effect for restored data from store
[MAILPOET-3085]
2020-11-23 10:44:20 +01:00
Jan Lysý
d6802a50f5 Fix selection update for multiple values
[MAILPOET-3085]
2020-11-23 10:44:20 +01:00
Jan Lysý
b9eb372f72 Read data about form blocks with useSelect
[MAILPOET-3085]
2020-11-23 10:44:20 +01:00
Jan Lysý
5dadac70d2 Add history buttons to header
[MAILPOET-3085]
2020-11-23 10:44:20 +01:00
Jan Lysý
274a285a21 Add storing and moving in history
[MAILPOET-3085]
2020-11-23 10:44:20 +01:00
Jan Lysý
14a4e55080 Add new buttons for undo and redo
[MAILPOET-3085]
2020-11-23 10:44:20 +01:00
Rostislav Wolny
46322825d5 Fix some newsletter shortcodes not being interpreted
The issue was happening because array_unique keeps original keys and $processedShortcodes after refactoring contains different keys.
Application of array_intersect_key removed some processed short codes. After reseting keys in extracted shortcodes array_intersect is no longer needed.
[MAILPOET-3312]
2020-11-23 09:26:11 +01:00