Vlad
698cdecbfe
- Conditionally keeps margin/padding for ALC posts inside editor
...
- Adds line breaks for ALC posts in the renderer
2016-12-30 10:17:43 -05:00
Tautvidas Sipavičius
77edd93965
- Prevent tools of ALC inner blocks from showing on hover MAILPOET-676;
...
- Fix overlay of ALC blocks to appear even if mouse hovers over its
block tools;
2016-11-17 15:59:51 +02:00
Tautvidas Sipavičius
43bd2d4413
Fixes template selection boxes to fit text in different configurations
2016-11-03 18:17:45 +02:00
Tautvidas Sipavičius
49c4adc754
Increase the width of subject and preheader inputs
2016-09-09 16:45:19 +03:00
Tautvidas Sipavičius
1b3d3082b0
Fix text in template selection boxes to not overflow
2016-09-02 12:48:44 +03:00
Tautvidas Sipavičius
fa117cc7dd
Add an animation to display tools
2016-09-02 12:48:44 +03:00
Tautvidas Sipavičius
9baf4b068f
Swapped block tool default and hover colors. Dark normally, light on
...
hover
2016-09-02 12:48:44 +03:00
Tautvidas Sipavičius
37fcf3a234
Fix newsletter template titles to not overlap Delete controls
2016-08-11 16:46:47 +03:00
Tautvidas Sipavičius
a3a5016278
Allow template titles to be displayed in multiple lines w\o ellipsis
2016-07-29 16:56:07 +03:00
Jonathan Labreuille
e7ee356f90
cleanup permissions related classes
2016-07-07 15:49:03 +02:00
Jonathan Labreuille
37e3af584e
added parsley validation on settings form - need to fix permissions
2016-07-06 14:12:30 +02:00
Jonathan Labreuille
76649f9590
removed debug mode and roles and permissions from advanced tab
2016-07-06 13:56:11 +02:00
Tautvidas Sipavičius
486a97fa30
Vertically center template thumbs and don't enforce min-height for them
2016-06-28 14:12:07 +03:00
Jonathan Labreuille
d6a68dd4d0
settings column done for welcome emails + WordPress capitalization fix
2016-06-15 16:33:48 +02:00
Jonathan Labreuille
ecf15d53d9
Newsletters listing
...
- added stylesheet for newsletters listing
- added "status" database column on Newsletters for grouping in listings
- added duplicate link to standard newsletters
2016-06-15 16:15:02 +02:00
Tautvidas Sipavičius
c0a250fc0f
Turn sidebar/sidepanel text size into a variable
2016-06-14 15:26:00 +03:00
Tautvidas Sipavičius
781973777e
Vertically and horizontally center block deletion confirmation dialog
2016-06-13 14:13:47 +03:00
Tautvidas Sipavičius
47c15eca83
Change sidebar and sidepanel text font size to 13px
2016-06-13 13:06:59 +03:00
Tautvidas Sipavičius
3edfd32879
- Add highlighting of blocks that are being edited;
...
- Refactor block settings views;
- Change Posts widget to display 8 posts in settings;
- Move ALC/Posts category selector label to Select2 placeholder.
2016-06-09 13:34:26 +03:00
Vlad
9642d3e672
- Renames all references of "custom fields" to "shortcodes"
2016-05-31 11:25:16 -04:00
Jonathan Labreuille
046127eeba
fixed react forms (new bug discovered on new forms with default values not saved)
2016-05-19 14:30:33 +02:00
Tautvidas Sipavičius
13ee338fb0
Add jQuery UI datepicker with Melon skin
2016-05-18 17:51:39 +03:00
Tautvidas Sipavičius
f7c70be5eb
Add standard newsletter scheduling UI
2016-05-18 17:51:39 +03:00
Tautvidas Sipavičius
e17dba2b07
Add blockquote bottom margin
2016-04-22 12:30:57 +03:00
Tautvidas Sipavičius
b3e310652e
Remove bottom margin from paragraphs
2016-04-22 12:30:57 +03:00
Tautvidas Sipavičius
6737158130
- Change paragraph bottom margin to equal line-height
...
- Remove horizontal blockquote margin to match Renderer;
- Removed bottom padding from last text elements in column;
- Removed bottom padding from full width images;
2016-04-22 12:30:57 +03:00
Tautvidas Sipavičius
906558a772
Apply paragraph styles to LI tags
2016-04-22 12:30:57 +03:00
Tautvidas Sipavičius
d559483c7b
- Add bottom margin to headings
...
- Fix top and bottom margin for UL tags
- Add bottom margin to LI tags
2016-04-22 12:30:57 +03:00
Tautvidas Sipavičius
bec3e02285
Remove vertical button padding, following renderer
2016-04-22 12:30:57 +03:00
Jonathan Labreuille
3281ac390e
Improved segment selection errors in form editor
...
- improved error display to make it more obvious (added border on select2 on error)
2016-03-22 17:25:25 +01:00
mrcasual
8e7336d352
Merge pull request #373 from mailpoet/editor_rendering
...
Editor rendering (Part 2)
2016-03-04 11:11:42 -05:00
Jonathan Labreuille
4b528549f5
edit subscription form + save
2016-03-03 15:57:42 +01:00
Tautvidas Sipavičius
df775b5a07
Set font-style for paragraph and headings
2016-03-02 16:57:04 +02:00
Tautvidas Sipavičius
93d20688ea
Prevent heading line height and font weight from being overridden
2016-03-02 16:57:04 +02:00
Tautvidas Sipavičius
da32b243ea
Change header, footer and text padding based on Becs' feedback
2016-02-25 16:29:55 +02:00
Tautvidas Sipavičius
a856800e6d
Set line height multiplier to golden ratio for editor text blocks
2016-02-25 16:28:32 +02:00
Tautvidas Sipavičius
99d6f74d1b
Change inline form fields to not be inline
2016-02-23 13:07:52 +02:00
Jonathan Labreuille
07d533a810
Manage subscriptions
...
- make use of the SubscriberSegment::status column to keep track of unsubscriptions
- unsubscribed segments now appear grayed out in the Subscribers listing
- added unsubscribed_at after segment names when editing a subscriber
- added date() method for Twig (uses WP's date format / date_offset)
- fixed typo in Form iframe export
- fixed unit test for Newsletters
- updated selection component (JSX) to allow more customization
2016-02-22 11:35:34 +01:00
Tautvidas Sipavičius
9bce50a633
Fix "Full width" image option
2016-02-17 15:10:51 +02:00
Tautvidas Sipavičius
1ae584c4e7
Restyle ALC Post number/type selector, limit to 2 character input
2016-02-17 13:29:16 +02:00
Tautvidas Sipavičius
16b1c0dc41
Convert mailpoet buttons to WP buttons in newsletter editor
2016-02-17 12:25:03 +02:00
Jonathan Labreuille
daec56191f
Save custom fields on subscribe
...
- added methods to get/set a specific custom field
- added method to get all custom fields (and assign each custom field to the subscriber's instance)
- fixed zIndex of form editor's toolbar (footer was positioned above, preventing click)
2016-01-19 17:02:05 +01:00
Tautvidas Sipavičius
9b67c56281
Make "Delete" tool animation less janky
2016-01-15 14:06:44 +02:00
Tautvidas Sipavičius
dc38b19667
Change transition timings and easings based on feedback
2016-01-15 12:05:43 +02:00
Tautvidas Sipavičius
f5c7bb87af
Merge pull request #288 from mailpoet/settings_round_1
...
Subscribe in comments
2016-01-14 16:28:52 +02:00
Tautvidas Sipavičius
7954346a3f
Fix left padding for .mailpoet_notice on editor pages
2016-01-14 13:31:40 +02:00
Jonathan Labreuille
bbdd0dbb6e
Subscribe in comments
...
- added Subscriber::subscribe($user, $segment_ids)
- refactored Router\Subscribers->subscribe() method to account for new method
- added Form\Subscribe class to handle subscription in comments
- updated Basics settings page (changed "list" to "segment")
2016-01-12 18:46:31 +01:00
Tautvidas Sipavičius
f8f7bc3d3d
Handle sidebar animations with Velocity, fix delete button transitions
2016-01-06 12:29:32 +02:00
Tautvidas Sipavičius
bbe2f69a7f
Clean up unused and speed up animations, fix sidebar transitions
2016-01-05 17:32:59 +02:00
Tautvidas Sipavičius
c844488b0b
Switch to VelocityJS for view transitions, slow down some transitions
2016-01-05 15:01:30 +02:00