Commit Graph

13768 Commits

Author SHA1 Message Date
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
Jan Lysý
bcd606ac1b Change php-console-highlighter source repository
[MAILPOET-3192]
2020-11-19 16:22:50 +01:00
Jan Lysý
02220bfaa4 Change php-parallel-lint source repository
[MAILPOET-3192]
2020-11-19 16:22:50 +01:00
Veljko V
491c343065 Fix variable and the code order [MAILPOET-3309] 2020-11-19 16:09:24 +01:00
Veljko V
1c300ccdef Update testcase to be more concise [MAILPOET-3309]
[MAILPOET-3309]
2020-11-19 16:09:24 +01:00
Veljko V
2ddbf8f2af Add new testcase for list selection block in form editor [MAILPOET-3309]
[MAILPOET-3309](https://mailpoet.atlassian.net/browse/MAILPOET-3309)
2020-11-19 16:09:24 +01:00
Ján Mikláš
6a3c84071c Add hover effect on Clicked links
[PREMIUM-146]
2020-11-19 14:28:53 +01:00
Ján Mikláš
2934fff88a Make products clickable in email stats
[PREMIUM-146]
2020-11-19 14:28:53 +01:00
Ján Mikláš
9f8301a40f Show <Loader> when loading sold products in email stats
[PREMIUM-146]
2020-11-19 14:28:53 +01:00
Ján Mikláš
2bb5349ca3 Unify premium banner required layout
[PREMIUM-146]
2020-11-19 14:28:53 +01:00
Ján Mikláš
5cea12286c Fix eslint errors
[PREMIUM-146]
2020-11-19 14:28:53 +01:00
Ján Mikláš
fd94d1f23c Optimize email stats for mobiles
[PREMIUM-146]
2020-11-19 14:28:53 +01:00
Ján Mikláš
44d58d356d Nicer stats badge tooltip
[PREMIUM-146]
2020-11-19 14:28:53 +01:00
Ján Mikláš
248f5deddb Fix min-content controls being too wide
[PREMIUM-146]
2020-11-19 14:28:53 +01:00
Ján Mikláš
4e9de79eee Show stats badge tooltip on right
[PREMIUM-146]
2020-11-19 14:28:53 +01:00
Ján Mikláš
e85d6d18ea Always show From, Reply to and GA campaign rows
[PREMIUM-146]
2020-11-19 14:28:53 +01:00
Ján Mikláš
de2d9f2784 Fix email stats heading spacing
[PREMIUM-146]
2020-11-19 14:28:53 +01:00
Ján Mikláš
022ad5d520 Bold font for "read more" link
[PREMIUM-146]
2020-11-19 14:28:53 +01:00
Ján Mikláš
b88d7fbe0f Render email title in stats through two columns
[PREMIUM-146]
2020-11-19 14:28:53 +01:00