0dbe04c3f8
- Addresses issues identified during code review
2016-01-06 19:19:06 -05:00
f1bf2bb097
- Refactors Mailer class
...
- Refactors SendingQueue worker class
- Adds Maier router with a send() method + ability to specify sending method
- Updates tests
- Introduces 'stopping' and 'starting' cron states
- Improves cron control mechanism
Closes #276
2016-01-05 10:34:57 -05:00
c9e6dce785
Rename vendor_static/ to vendor/
2016-01-04 17:02:46 +02:00
8d61866b77
Merge pull request #278 from mailpoet/drag_and_drop
...
Editor: Drag&Drop
2015-12-18 14:54:30 +01:00
1f99345e7b
Remove obsolete code
2015-12-17 18:03:16 +02:00
89782bc94b
Refactor editor JS, change blocks to extend base methods
2015-12-17 16:58:02 +02:00
155ff09280
Fix incorrect insertion order for containers
2015-12-17 15:21:56 +02:00
132e6d3342
Rename Wordpress component to Communication component, fix preview JS
...
syntax
2015-12-17 12:40:26 +02:00
f02699158f
Apply newsletter background color to template preview images
2015-12-17 12:40:26 +02:00
be3462925d
Change server returned newsletter body to be a json object, not a string
2015-12-17 12:40:26 +02:00
270023b89c
Display error and success messages for template saving and export
2015-12-10 17:13:23 +02:00
9bbe36b3cb
Set subject of new newsletters to "Draft newsletter"
2015-12-10 17:13:23 +02:00
95772ef68a
Merge pull request #261 from mailpoet/form_editor_round_1
...
Form editor round 1
2015-12-09 14:07:33 +01:00
e1c94db516
edit form name follows newsletter's design
2015-12-08 17:10:45 +01:00
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
3ef8067968
Remove transition class after it ends for editor content blocks
2015-12-07 18:50:17 +02:00
9fb04bc3c0
first round of fixes #255
2015-12-07 16:54:08 +01:00
268dabdc9f
Bugfixes on sending
...
- added checks to prevent adding to the queue useless items
- fixed issue with mta settings (duplicated "host" input / renamed duplicate to "domain" for MailGun)
- fixed namespace issue on cron daemon/supervisor
- fixed typo in migration preventing the newsletter_templates table to be created.
- partially fixed cron.jsx
2015-12-07 13:29:42 +01:00
1f06a7dd0b
fixed naming of sending_queue & added validation of segments on step 3
2015-12-04 19:54:31 +01:00
beb939df9e
updated send with tab
2015-12-04 15:31:04 +01:00
1950d6661f
Step 3 sender and reply to per newsletter
...
- added sender_address/sender_name/reply_to_address/reply_to_name
- added validation on all form fields (except checkbox and radio)
2015-12-04 12:29:11 +01:00
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
9b011c0281
- Places supervisor/daemon/worker under the new Cron class
...
- Updates endpoints
- Integrates queue worker with MailPoet mailer
- Fixes script activation check logic
2015-12-03 22:01:18 -05:00
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
72d1eb79a6
fixed too much recursion issue on selection JSX
2015-12-03 22:01:17 -05:00
bb4893c0a0
added missing messages on newsletter form
2015-12-03 22:01:16 -05:00
83967e84ba
- Implements starting/stopping/pausing daemon
2015-12-03 22:01:15 -05:00
9621cb3ca9
Merge pull request #253 from mailpoet/animations
...
Editor: Animations
2015-12-03 22:48:43 +01:00
3b6a9f7a6e
Add block, tool and widget transition animations
2015-12-03 14:44:32 +02:00
97d1e95037
Add transitions for content block addition and removal
2015-12-02 17:54:06 +02:00
916fe76795
Add transitions: sidebar contents, template preview, sidebar
2015-12-01 16:49:50 +02:00
d21d9b99b0
Add an option for certain templates to be read only
2015-11-30 18:23:43 +02:00
8461c13532
Include thumbnail on saved templates, add another sample template
2015-11-30 18:05:10 +02:00
1724fa22c1
Merge pull request #250 from mailpoet/default_data_on_install
...
Default segments on install
2015-11-30 12:17:32 +01:00
b7fe8dc6d6
- Adds Daemon status (under Mailpoet->Queue)
2015-11-27 07:40:23 -05:00
436faea591
- Refactors and renames code
...
- Adds Queue menu option and displays status
2015-11-27 07:40:22 -05:00
9ab8b1f0c5
added loading on wp users sync
2015-11-27 12:57:52 +01:00
9425ac1593
Merge pull request #244 from mailpoet/wp_users_segment
...
WP Users segment
2015-11-27 11:39:08 +01:00
7d95b38dc4
- Renames/refactors Import and Export classes/views/JS
...
- Updates Import and Export to ignore trashed subscribers
- Updates tests
Closes #245
2015-11-26 20:48:19 -05:00
4655b2c64c
Switch template thumbnails to be generated in jpeg, not png
2015-11-26 17:20:34 +02:00
20e2e03982
Hide non default segments on some pages
...
- added getPublic() method on Segment model
- filter out dynamic lists from add/move/remove segment in subscribers
2015-11-26 11:32:10 +01:00
a5d96f1534
WP Users list
...
- refactored and fixed listing issues (related to Segments)
- removed bulk actions from segments
- added synchronize methods for WP users
- Update action in segments only for WP Users list
- added "type" column to segments (default, wp_users, dynamic...)
- added "status" column to subscriber_segment table (useful soon)
2015-11-25 18:31:57 +01:00
a516eb1a95
Add overlay and newsletter thumbnail preview
2015-11-25 16:44:18 +02:00
6dd8270bec
WP Users list
...
- migration for filters & segment_filter tables
- models for new tables
- update of Listing JSX to allow for conditional display of item actions
2015-11-24 17:12:14 +01:00
52a0aae10f
Add template thumbnail generation and display
2015-11-24 16:50:57 +02:00
00f06ea202
Revert "Queue"
2015-11-20 23:51:02 +01:00
32ca24ce38
Merge pull request #238 from mailpoet/queue
...
Queue
2015-11-20 23:02:30 +01:00
556a170903
- Bootstraps queue
2015-11-20 16:20:35 -05:00
d91b55ec52
Include static sticky-kit library, patch it, fix sticky editor sidebar
2015-11-20 14:16:51 +02:00
786fbc36a2
Change post types to plural labels, move Posts/ALC UI elements
2015-11-19 19:08:48 +02:00