Commit Graph

10799 Commits

Author SHA1 Message Date
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
Rostislav Wolny
19be52d162 Add newsletter options cleanup to newsletter bulk delete
[MAILPOET-2898]
2020-06-17 14:37:06 +02:00
Rostislav Wolny
b99416785c Add newsletter links cleanup to newsletter bulk delete
[MAILPOET-2898]
2020-06-17 14:37:06 +02:00
Rostislav Wolny
5dbc8d8a8c Add stats notifications cleanup to newsletter bulk delete
[MAILPOET-2898]
2020-06-17 14:37:06 +02:00
Rostislav Wolny
6f9a7382d7 Delete scheduled task subscribers on newsletter bulk delete
[MAILPOET-2898]
2020-06-17 14:37:06 +02:00
Rostislav Wolny
6ee891a387 Add scheduled task subscriber entity and repository
[MAILPOET-2898]
2020-06-17 14:37:06 +02:00
Rostislav Wolny
01b61abc28 Add deleting closely related entities into newsletter bulk delete
[MAILPOET-2898]
2020-06-17 14:37:06 +02:00
Rostislav Wolny
913029165a Implement bulk restore action properly
[MAILPOET-2898]
2020-06-17 14:37:06 +02:00
Rostislav Wolny
5af5d7f3f8 Implement bulk trash action properly
[MAILPOET-2898]
2020-06-17 14:37:06 +02:00
Rostislav Wolny
2b47684490 Refactor newsletter API bulk actions to use repository methods
[MAILPOET-2898]
2020-06-17 14:37:06 +02:00
Ján Mikláš
0a57199997 Fixed rounded corner on tabs content, which should not be rounded
[MAILPOET-2775]
2020-06-17 13:54:29 +02:00
Ján Mikláš
2ef9ac98ef Fix search bar on mobile devices when inside tabs
[MAILPOET-2775]
2020-06-17 13:54:29 +02:00
Ján Mikláš
94052cb1c1 Fix Beamer button making tabs content longer than it should on mobiles
[MAILPOET-2775]
2020-06-17 13:54:29 +02:00
Ján Mikláš
2385e066a0 Fix overlaying opened tabs on mobile version
[MAILPOET-2775]
2020-06-17 13:54:29 +02:00