Commit Graph

11662 Commits

Author SHA1 Message Date
Rostislav Wolny
40ecab936c Fix block inserter popover to display over admin bar
[MAILPOET-2976]
2020-06-23 09:14:20 +02:00
Rostislav Wolny
04aaba49a6 Make form editor sidebar wider to fit all style controls
[MAILPOET-2976]
2020-06-23 09:14:20 +02:00
Rostislav Wolny
3a1ec6259a Fix hiding email input block and submit block contextual menu
[MAILPOET-2976]
2020-06-23 09:14:20 +02:00
Rostislav Wolny
1e9689beab Remove unused editorSetting
[MAILPOET-2976]
2020-06-23 09:14:20 +02:00
Rostislav Wolny
e4567b2bbf Fix copy paste error for submit block
[MAILPOET-2976]
2020-06-23 09:14:20 +02:00
Rostislav Wolny
4f9bf46c60 Add warning for unique block inserted multiple times
[MAILPOET-2976]
2020-06-23 09:14:20 +02:00
Rostislav Wolny
046e1f7e81 Remove borders from font selection in block toolbar
[MAILPOET-2976]
2020-06-23 09:14:20 +02:00
Rostislav Wolny
d448d27bae Remove no longer needed block appender css fix
[MAILPOET-2976]
2020-06-23 09:14:20 +02:00
Rostislav Wolny
cb2e17af85 Add fix for Tooltip warning in Gutenberg
[MAILPOET-2976]
2020-06-23 09:14:20 +02:00
Rostislav Wolny
12a1d041cf Add project name to package.json
Name property is needed for npm scripts like postinstall, install etc. without the property these scripts fail to execute
[MAILPOET-2976]
2020-06-23 09:14:20 +02:00
Rostislav Wolny
0052dbc360 Fix form editor layout category
Original slug layout is now in blocks store mapped to slug design which caused that layout blocks were not placed in correct category.
[MAILPOET-2976]
2020-06-23 09:14:20 +02:00
Rostislav Wolny
69baf669b7 Fix form editor preview button
[MAILPOET-2976]
2020-06-23 09:14:20 +02:00
Rostislav Wolny
4dfb40178b Update layout classnames
[MAILPOET-2976]
2020-06-23 09:14:20 +02:00
Rostislav Wolny
37e4ded2ec Update wordpress packages
[MAILPOET-2976]
2020-06-23 09:14:20 +02:00
Ján Mikláš
3210f41d66 Add meta robots noindex,nofollow to all MailPoet pages
[MAILPOET-3002]
2020-06-22 14:16:07 +02:00
Ján Mikláš
38386056b3 Add rel="nofollow" attribute to confirm unsubscription link
[MAILPOET-3002]
2020-06-22 14:16:07 +02:00
Ján Mikláš
d8e3e59e98 Prevent text jumping because of font-weight change on active tabs item
[MAILPOET-2776]
2020-06-22 11:26:32 +02:00
Ján Mikláš
3ea9a299ea Optimize Steps for mobile
[MAILPOET-2776]
2020-06-22 11:26:32 +02:00
Ján Mikláš
7edc519885 Nicer step badges
[MAILPOET-2776]
2020-06-22 11:26:32 +02:00
Ján Mikláš
d59fa86684 Bold font on done steps
[MAILPOET-2776]
2020-06-22 11:26:32 +02:00
Ján Mikláš
59218a9daf Prevent text jumping because of font-weight change on active step item
[MAILPOET-2776]
2020-06-22 11:26:32 +02:00
Ján Mikláš
454b8cb350 Allow going through steps in Steps story
[MAILPOET-2776]
2020-06-22 11:26:32 +02:00
Ján Mikláš
cabd65279b Removed unnecessary font-family declaration
[MAILPOET-2776]
2020-06-22 11:26:32 +02:00
Ján Mikláš
0f5ff08c6a Smaller spacing in steps
[MAILPOET-2776]
2020-06-22 11:26:32 +02:00
Ján Mikláš
25736abdaf Nest state classes to corresponding class
[MAILPOET-2776]
2020-06-22 11:26:32 +02:00
Amine Ben hammou
d67be4428f Fix padding when no titles are given 2020-06-22 11:26:32 +02:00
Amine Ben hammou
763135268c Add steps to welcome wizard 2020-06-22 11:26:32 +02:00
Amine Ben hammou
1a8c5c563f Add StepsContent component to Storybook 2020-06-22 11:26:32 +02:00
Amine Ben hammou
e294fc76cb Add StepsContent component 2020-06-22 11:26:32 +02:00
Amine Ben hammou
b16957deba Add Steps component to Storybook 2020-06-22 11:26:32 +02:00
Amine Ben hammou
6df259d9a5 Add Steps component 2020-06-22 11:26:32 +02:00
Amine Ben hammou
fc416305ba Add .vscode directory to gitignore 2020-06-22 11:26:32 +02:00
Veljko V
2341442fcc Remove backslash to be inline with coding style 2020-06-18 13:24:13 +02:00
Veljko V
307456afc2 Add Members plugin scenario in Acceptance
[MAILPOET-3001]
2020-06-18 13:24:13 +02:00
Jan Jakeš
b2a4230636 Remove unused listing functionality from newsletter model
[MAILPOET-2898]
2020-06-17 14:37:06 +02:00
Rostislav Wolny
bd1361d24d Refactor restoring newsletters with running scheduled tasks
[MAILPOET-2898]
2020-06-17 14:37:06 +02:00
Rostislav Wolny
2db677f9de Refactor newsletter bulkDelete transaction
[MAILPOET-2898]
2020-06-17 14:37:06 +02:00
Rostislav Wolny
ccf5210dbd Add missing escaping to phpstan ignore pattern
[MAILPOET-2898]
2020-06-17 14:37:06 +02:00
Rostislav Wolny
fca4ea595c Refactor fetching newsletter in trash, delete and restore API methods
[MAILPOET-2898]
2020-06-17 14:37:06 +02:00
Rostislav Wolny
224c5baab3 Refactor fetching children ids for newsletter bulk action
[MAILPOET-2898]
2020-06-17 14:37:06 +02:00
Rostislav Wolny
0c2670fb5a Improve comments in newsletter repository bulk methods
[MAILPOET-2898]
2020-06-17 14:37:06 +02:00
Rostislav Wolny
20ea48896a Get rid of recursion in newsletter bulk actions
[MAILPOET-2898]
2020-06-17 14:37:06 +02:00
Rostislav Wolny
0d4abd9bce Mark Newsletter trash,restore,delete as deprecated and use bulk methods instead
[MAILPOET-2898][MAILPOET-2758]
2020-06-17 14:37:06 +02:00
Rostislav Wolny
a8d11bf045 Replace Newsletter delete,trash,replace by new bulkMethods
[MAILPOET-2898][MAILPOET-2758]
2020-06-17 14:37:06 +02:00
Rostislav Wolny
3a462a7a6c Rename variables in newsletter repository test for better readability
[MAILPOET-2898]
2020-06-17 14:37:06 +02:00
Rostislav Wolny
5d3bf901c1 Put newsletters bulk delete action into transaction
[MAILPOET-2898]
2020-06-17 14:37:06 +02:00
Rostislav Wolny
babb27dd72 Remove bulk methods from legacy newsletter model
[MAILPOET-2898]
2020-06-17 14:37:06 +02:00
Rostislav Wolny
8a78322854 Refactor resolving actionable bulk action ids to listing repository
[MAILPOET-2898]
2020-06-17 14:37:06 +02:00
Rostislav Wolny
91d2d92bbd Add newsletter stats data cleanup to newsletter bulk delete
[MAILPOET-2898]
2020-06-17 14:37:06 +02:00
Rostislav Wolny
7bcafcfce9 Add newsletter posts cleanup to newsletter bulk delete
[MAILPOET-2898]
2020-06-17 14:37:06 +02:00