Commit Graph

101 Commits

Author SHA1 Message Date
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
Tautvidas Sipavičius
f02699158f Apply newsletter background color to template preview images 2015-12-17 12:40:26 +02:00
Tautvidas Sipavičius
270023b89c Display error and success messages for template saving and export 2015-12-10 17:13:23 +02:00
Tautvidas Sipavičius
7d77e075e9 Make long template name and description fit in the box 2015-12-10 17:13:23 +02:00
Tautvidas Sipavičius
7a904ed093 Add SVG icons for standard, welcome and notification email types 2015-12-10 17:13:23 +02:00
Tautvidas Sipavičius
ce338f7fe2 Add border to template thumbnails 2015-12-10 17:13:22 +02:00
Jonathan Labreuille
e1c94db516 edit form name follows newsletter's design 2015-12-08 17:10:45 +01:00
Jonathan Labreuille
7be1a11d1e Form editor
- fixed validations on radio type
- fixed date format for months
- added custom fields storing on subscribe
- fixed date widget (select today's date)
- fixed validation on form widget
2015-12-08 16:55:30 +01:00
Jonathan Labreuille
9fb04bc3c0 first round of fixes #255 2015-12-07 16:54:08 +01:00
Jonathan Labreuille
4a2bbe3f88 Sending Progress
- improved progress bar styles (with completed status)
- add pause/resume buttons
- fixed method case in settings.mta for MailPoet & SMTP Providers
- fixed parsley dependency
- added validation on from name & address on step 3
2015-12-03 22:01:19 -05:00
Jonathan Labreuille
bf58d8a22d Queue
- updated menu icon for our plugin
- added watchCss command to watch only CSS files
- added Status column in Newsletters listing
- added progress bar styles
- fixed issue with JS assets being loaded twice on non MP pages
- changed subscriber_ids to segment_ids in addQueue
2015-12-03 22:01:17 -05:00
Tautvidas Sipavičius
d1e2c6c074 Add transition for "Delete block" icon 2015-12-03 15:53:56 +02:00
Tautvidas Sipavičius
3b6a9f7a6e Add block, tool and widget transition animations 2015-12-03 14:44:32 +02:00
Tautvidas Sipavičius
97d1e95037 Add transitions for content block addition and removal 2015-12-02 17:54:06 +02:00
Tautvidas Sipavičius
916fe76795 Add transitions: sidebar contents, template preview, sidebar 2015-12-01 16:49:50 +02:00
Tautvidas Sipavičius
f37488fc0b Adds a Preview icon for previewing newsletter templates 2015-11-26 13:09:08 +02:00
Tautvidas Sipavičius
a516eb1a95 Add overlay and newsletter thumbnail preview 2015-11-25 16:44:18 +02:00
Tautvidas Sipavičius
52a0aae10f Add template thumbnail generation and display 2015-11-24 16:50:57 +02:00
Marco
a603e97b8c Merge pull request #229 from mailpoet/editor_posts
Editor: Posts widget
2015-11-19 10:31:31 +01:00
Tautvidas Sipavičius
e62a8c2ec5 Implement Becs' changes to Posts widget and post rendering 2015-11-18 14:44:57 +02:00
Jonathan Labreuille
fdbd1245e3 Redirect to welcome or update page 2015-11-17 20:11:03 +01:00
Tautvidas Sipavičius
c9a42ebb76 Add auto-refresh of Posts block contents on option change 2015-11-17 14:40:39 +02:00
MrCasual
0fedd1779f - Moves Import and Export under ImportExport namespace
- Cretes a single BootStrapMenu class for Import and Export
- Updates tests
- Adds 2 new methods to Segments model
2015-11-13 12:25:31 -05:00
Tautvidas Sipavičius
4a0deb2182 Preserve image width for smaller than column width images 2015-11-10 18:09:36 +02:00
Marco
70cfcbe7cc Merge pull request #209 from mailpoet/mixpanel
Add MixPanel analytics tracking
2015-11-10 10:41:24 +01:00
Tautvidas Sipavičius
6a14f97419 Fix select2 results z-index issue for newsletter editor 2015-11-09 18:17:10 +02:00
MrCasual
33ea16eb0f - Cleans up import
- Adds tests for modified models
- Adds tests for import BootStrapMenu and MailChimp classes
2015-11-08 15:57:43 -05:00
MrCasual
b1ae07d38e - Rebased master
- Cleaned up import & moved it under Subscribers menu
2015-11-07 21:16:38 -05:00
MrCasual
ff5353c894 - Completes MailChimp import 2015-11-07 11:15:49 -05:00
MrCasual
20a6e6d6de - Adds import's step 1 method selection logic 2015-11-07 11:09:13 -05:00
Jonathan Labreuille
31305a04c0 form validation with Parsley 2015-11-06 16:09:56 +01:00
Jonathan Labreuille
541696863e Form editor
- new/edit in forms listing goes to editor
- fixed editor dependencies (via Webpack)
- updated forms table schema
- saving/loading a form works
2015-11-06 16:09:09 +01:00
Tautvidas Sipavičius
983df216f3 Add basic template export 2015-11-04 18:02:55 +02:00
Tautvidas Sipavičius
f509dc0d7e Increase newsletter width to 660px from 600px 2015-10-30 13:25:45 +02:00
Tautvidas Sipavičius
7418923bbc Remove glow and margins from select2 input 2015-10-28 16:01:23 +02:00
Tautvidas Sipavičius
a8f8134f67 Adapt select2 integration code to select2 4.0 2015-10-28 16:01:23 +02:00
Jonathan Labreuille
89b04e8691 Subscriber & Segment listings
- fixed filters
- added load/save state from url
- added goBack on forms in order to get back listing states
wx# Please enter the commit message for your changes. Lines starting
2015-10-27 16:24:00 +01:00