Commit Graph

9408 Commits

Author SHA1 Message Date
82fe4e6c78 Add helper method for truncating entities in integration tests
[MAILPOET-2645]
2020-03-11 17:06:02 +00:00
99f4a377c7 Remove functionality from old model
[MAILPOET-2645]
2020-03-11 17:06:02 +00:00
8f8439d47f Use NewslettersListingRepository for newsletter groups
[MAILPOET-2645]
2020-03-11 17:06:02 +00:00
b4bcc5179c Use NewslettersListingRepository for newsletter filters
[MAILPOET-2645]
2020-03-11 17:06:02 +00:00
51882b43cf Add NewsletterListingRepository, use it for newsletters data
[MAILPOET-2645]
2020-03-11 17:06:02 +00:00
f1e044aa28 Add abstract ListingRepository as a base class for all listing repos
[MAILPOET-2645]
2020-03-11 17:06:02 +00:00
fe16dd3ccc Add ListingDefinition value object and its factory
[MAILPOET-2645]
2020-03-11 17:06:02 +00:00
521b473755 Sanitize database values before they are decoded
[MAILPOET-2674]
2020-03-11 16:38:52 +00:00
339b087dd9 Display only the new editor KB
[MAILPOET-2713]
2020-03-11 16:33:54 +00:00
9de080b336 Add KB about the new form
[MAILPOET-2713]
2020-03-11 16:33:54 +00:00
3248c77bb3 Shortcodes cannot spread to multiple lines
Wordpress as well doesn't use those modifiers

[MAILPOET-2660]
2020-03-11 16:32:42 +00:00
038cc0bc6b Remove Feedback section from form editor
[MAILPOET-2735]
2020-03-11 16:26:50 +00:00
276986c0f9 Increase specificity of default margin for form fields
[MAILPOET-2609]
2020-03-11 16:20:46 +00:00
54c2b5b6ac Disable columns blocks in form editor
[MAILPOET-2609]
2020-03-11 16:20:46 +00:00
976c1be012 Fix unsubscribe from hidden lists
[MAILPOET-2664]
2020-03-11 16:15:32 +00:00
535ca3db55 Update wordpress tested version
[MAILPOET-2753]
2020-03-11 16:12:30 +00:00
ef1cee0fdf Fix Swiftmailer autoloader to handle only Swift_* classes in MailPoetVendor namespace
[MAILPOET-2722]
2020-03-10 18:36:51 +00:00
ebfda35e9d Added eu-central-1, ap-south-1, ap-southeast-2 as Amazon SES regions 2020-03-08 13:19:10 +02:00
9378aef58c Move layout category above fields in block inserter
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
772df80f01 Change class name for columns with background
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
23a8a46858 Move column spacing styles to Custom CSS
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
8c7fa4fb16 Add public styles to form editor to fix rendering in preview
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
564c61a82b Add acceptance test for form with columns
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
d9d1f05119 Change form input wrappers to form p to div
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
28b750c9e2 Fix vertical alignment rendering within column block in editor
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
7bf1b69a94 Update form::getFields to return also nested fields
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
0c64c38e61 Add small container detection on desktop
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
e5f84f9333 Ensure email and submit are always present even when deleted with columns
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
6b718dfb2c Add background color indicating class also for custom backgrounds
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
ab1e2ef0a9 Remove disabled from text inputs in form editor
Was causing that those inputs were rendered with transparent background
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
6c4a7a9ee0 Display correct margins for items within columns
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
eb4b0a5c1d Add css for mobiles for form columns
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
cce9997084 Add custom text, background support to columns, column renderer
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
634bd391e1 Add custom class name support to columns/column
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
4acdb24af3 Add text color support to columns
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
747269d6ff Add support for basic background color
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
b036a466e5 Add vertical alignment support to columns renderer
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
d6b06ec371 Store columns block vertical alignment settings
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
6dc1fa5177 Add form block basic colors to public css
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
b51ce7c1b2 Store columns block custom class name
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
8e71f8d3cc Store columns text and background colors settings
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
c93efabc70 Add CSS for block columns for desktop
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
b767387551 Add column/columns block renderering
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
c5f4962645 Add column/columns block renderers
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
7cccd68d08 Add storing of vertical alignment property for column blocks
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
1c6cffc44d Add mapping for blocks from stored form data
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
97f76717eb Move test data from form to blocks test to separate file
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
ea99002b43 Move test data from blocks to form mapper test to separate file
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
1d7fffbe8d Add saving of nested columns blocks
[MAILPOET-2609]
2020-03-06 14:15:14 +01:00
5f2aa1adda Add core\columns and core\column blocks to form editor
[MAILPOET-2610]
2020-03-06 14:15:14 +01:00