|
efb779e3e7
|
Add new 'fullPostFeaturedImagePosition' for full post image positioning
[MAILPOET-2491]
|
2020-02-25 08:08:23 +00:00 |
|
|
515131e55d
|
Switch post display types using backbone views, instead of manually
[MAILPOET-2491]
|
2020-02-25 08:08:23 +00:00 |
|
|
d592e9e1a6
|
Show/hide display options using backbone views, instead of manually
[MAILPOET-2491]
|
2020-02-25 08:08:23 +00:00 |
|
|
97d888099b
|
Display featured image settings also for full post display type
[MAILPOET-2491]
|
2020-02-25 08:08:23 +00:00 |
|
|
1c0112ab28
|
Move error message bellow form
[MAILPOET-2602]
|
2020-02-24 22:42:53 +00:00 |
|
|
20a3e6cac4
|
Add preview class
[MAILPOET-2602]
|
2020-02-24 22:42:53 +00:00 |
|
|
5f2effbaf8
|
Use a better className
[MAILPOET-2602]
|
2020-02-24 22:42:53 +00:00 |
|
|
c6d6db6726
|
Remove disabled, it would affect the look of the button
[MAILPOET-2602]
|
2020-02-24 22:42:53 +00:00 |
|
|
646b75c5db
|
Disable warning
[MAILPOET-2602]
|
2020-02-24 22:42:53 +00:00 |
|
|
8bdb64a97b
|
Disable submit on preview
[MAILPOET-2602]
|
2020-02-24 22:42:53 +00:00 |
|
|
8885003b41
|
Use flexbox to center modal window
[MAILPOET-2602]
|
2020-02-24 22:42:53 +00:00 |
|
|
afd7087112
|
Display preview on the whole screen
[MAILPOET-2602]
|
2020-02-24 22:42:53 +00:00 |
|
|
8cf8c6004c
|
Display preview border
[MAILPOET-2602]
|
2020-02-24 22:42:53 +00:00 |
|
|
e534997d48
|
Display preview modes switches
[MAILPOET-2602]
|
2020-02-24 22:42:53 +00:00 |
|
|
bf9ddc10cb
|
Prevent closing modal on click inside
[MAILPOET-2602]
|
2020-02-24 22:42:53 +00:00 |
|
|
91bce97ab4
|
Make modal spinner centered
[MAILPOET-2602]
|
2020-02-24 22:42:53 +00:00 |
|
|
fce212ec19
|
Display preview
[MAILPOET-2602]
|
2020-02-24 22:42:53 +00:00 |
|
|
b6c2e4554d
|
Use our modal instead of Gutenberg one
[MAILPOET-2602]
|
2020-02-24 22:42:53 +00:00 |
|
|
38a62850fc
|
Add modal component
[MAILPOET-2602]
|
2020-02-24 22:42:53 +00:00 |
|
|
176ecef4f7
|
Add Form preview rudimentary component
[MAILPOET-2602]
|
2020-02-24 22:42:53 +00:00 |
|
|
8439b8cb2e
|
Create action to show preview
[MAILPOET-2602]
|
2020-02-24 22:42:53 +00:00 |
|
|
0b41af44f2
|
Add preview button
[MAILPOET-2602]
|
2020-02-24 22:42:53 +00:00 |
|
|
9e587bf770
|
Update the 'Subscribe in registration form' setitng description [MAILPOET-2700]
|
2020-02-24 18:59:05 +00:00 |
|
|
2d3919d2e3
|
Display 'Subscribe in registration form' even if registration is disabled
[MAILPOET-2700] & [MAILPOET-2565]
|
2020-02-24 18:59:05 +00:00 |
|
|
81531116e7
|
Fix signup confirmation email for WP users trigger
[MAILPOET-2700]
|
2020-02-24 18:59:05 +00:00 |
|
|
ecc1d68b5b
|
Check if bounce sync is scheduled within 42 hours for all emails when sending
[MAILPOET-2705]
|
2020-02-20 17:34:07 +00:00 |
|
|
024ac52fb9
|
Add phpstan-doctrine extension
[MAILPOET-2715]
|
2020-02-19 19:12:53 +00:00 |
|
|
f980cb00d8
|
Update PHPStan
[MAILPOET-2715]
|
2020-02-19 19:12:53 +00:00 |
|
|
c7de47b822
|
Fix class/interface/trait opening brace on the same line
[MAILPOET-2715]
|
2020-02-19 19:12:53 +00:00 |
|
|
f56cd6934f
|
Add CodeSniffer rule for opening brace of class/interface/trait
[MAILPOET-2715]
|
2020-02-19 19:12:53 +00:00 |
|
|
1774b48666
|
Autofix unused "use" statements
[MAILPOET-2715]
|
2020-02-19 19:12:53 +00:00 |
|
|
707eb399a8
|
Add CodeSniffer rule for unused "use" statements
[MAILPOET-2715]
|
2020-02-19 19:12:53 +00:00 |
|
|
e185121f43
|
Fix properties with trailing underscore
[MAILPOET-2715]
|
2020-02-19 19:12:53 +00:00 |
|
|
ec6ecdb79e
|
Add CodeSniffer rules for parameter, property, and return typehint spacing
[MAILPOET-2715]
|
2020-02-19 19:12:53 +00:00 |
|
|
eae5c5010d
|
Fix properties with missing visibility
[MAILPOET-2715]
|
2020-02-19 19:12:53 +00:00 |
|
|
53f2614c02
|
Add CodeSniffer rule for declaring class properties
[MAILPOET-2715]
|
2020-02-19 19:12:53 +00:00 |
|
|
153c72cd77
|
Autofix long scalar typehints to short ones
[MAILPOET-2715]
|
2020-02-19 19:12:53 +00:00 |
|
|
56286bfd11
|
Add CodeSniffer rule enforcing short scalar typehint variants
[MAILPOET-2715]
|
2020-02-19 19:12:53 +00:00 |
|
|
b39dac75d6
|
Autofix number of newlines between methods
[MAILPOET-2715]
|
2020-02-19 19:12:53 +00:00 |
|
|
73963bd37a
|
Add CodeSniffer rule for empty lines between methods
[MAILPOET-2715]
|
2020-02-19 19:12:53 +00:00 |
|
|
e640395589
|
Move indentation rules to a custom section
[MAILPOET-2715]
|
2020-02-19 19:12:53 +00:00 |
|
|
4e538cbcf7
|
Move other class/interface related rules to their section
[MAILPOET-2715]
|
2020-02-19 19:12:53 +00:00 |
|
|
b160df9ea7
|
Add CodeSniffer rule to check for duplicate class name
[MAILPOET-2715]
|
2020-02-19 19:12:53 +00:00 |
|
|
30f461a95c
|
Add CodeSniffer rule to enforce lowercase 'class' keyword
[MAILPOET-2715]
|
2020-02-19 19:12:53 +00:00 |
|
|
3a9f806641
|
Add rule to disable inline HTML in PHP (exclude Widget.php)
[MAILPOET-2715]
|
2020-02-19 19:12:53 +00:00 |
|
|
36e25621e6
|
Move other file-related sniffs to the same section
[MAILPOET-2715]
|
2020-02-19 19:12:53 +00:00 |
|
|
0dcdf6e9f1
|
Autofix line endings
[MAILPOET-2715]
|
2020-02-19 19:12:53 +00:00 |
|
|
d9db919651
|
Add CodeSniffer rule to enforce newline at end of file
[MAILPOET-2715]
|
2020-02-19 19:12:53 +00:00 |
|
|
feec59e581
|
Fix deprecated usage of join() parameters order
[MAILPOET-2715]
|
2020-02-19 19:12:53 +00:00 |
|
|
f6a993f731
|
Update Code Sniffer packages
[MAILPOET-2715]
|
2020-02-19 19:12:53 +00:00 |
|