Commit Graph

210 Commits

Author SHA1 Message Date
Jonathan Labreuille
9fb04bc3c0 first round of fixes #255 2015-12-07 16:54:08 +01:00
Jonathan Labreuille
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
Marco
ee85139089 Merge pull request #254 from mailpoet/queue
Sending Queue: start & track
2015-12-04 21:36:50 +01:00
Marco
bd83001ef5 Merge pull request #258 from mailpoet/helpscout
HelpScout integration fixes
2015-12-04 21:20:28 +01:00
Jonathan Labreuille
37c218f782 fixed sending test email text version only 2015-12-04 19:46:44 +01:00
Jonathan Labreuille
25016f2a8d test sending method works 2015-12-04 19:28:00 +01:00
Tautvidas Sipavičius
2035b802e3 Add shortcodes for custom fields to newsletter editor 2015-12-04 17:47:18 +02:00
Jonathan Labreuille
a5e66ec6a0 implemented sending test email 2015-12-04 16:20:07 +01:00
Jonathan Labreuille
beb939df9e updated send with tab 2015-12-04 15:31:04 +01:00
Tautvidas Sipavičius
44e342c692 Fix z-index, change icon, add instructional message 2015-12-04 15:30:59 +02:00
Jonathan Labreuille
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
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
MrCasual
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
MrCasual
83967e84ba - Implements starting/stopping/pausing daemon 2015-12-03 22:01:15 -05:00
Tautvidas Sipavičius
3b6a9f7a6e Add block, tool and widget transition animations 2015-12-03 14:44:32 +02:00
Tautvidas Sipavičius
916fe76795 Add transitions: sidebar contents, template preview, sidebar 2015-12-01 16:49:50 +02:00
MrCasual
436faea591 - Refactors and renames code
- Adds Queue menu option and displays status
2015-11-27 07:40:22 -05:00
Marco
9425ac1593 Merge pull request #244 from mailpoet/wp_users_segment
WP Users segment
2015-11-27 11:39:08 +01:00
MrCasual
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
Jonathan Labreuille
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
Tautvidas Sipavičius
981cbd579f Fix clickable labels for editor settings views 2015-11-24 16:51:27 +02:00
Marco
00f06ea202 Revert "Queue" 2015-11-20 23:51:02 +01:00
Marco
32ca24ce38 Merge pull request #238 from mailpoet/queue
Queue
2015-11-20 23:02:30 +01:00
Marco
44e3adb422 Merge pull request #235 from mailpoet/alc
Editor: ALC fixes
2015-11-20 23:00:47 +01:00
MrCasual
556a170903 - Bootstraps queue 2015-11-20 16:20:35 -05:00
Jonathan Labreuille
7ac386a8e2 fixed welcome/update pages display logic 2015-11-20 13:37:52 +01:00
Tautvidas Sipavičius
786fbc36a2 Change post types to plural labels, move Posts/ALC UI elements 2015-11-19 19:08:48 +02:00
Marco
a603e97b8c Merge pull request #229 from mailpoet/editor_posts
Editor: Posts widget
2015-11-19 10:31:31 +01:00
Jonathan Labreuille
035784ece0 fixed missing messages in newsletters listing 2015-11-19 10:24:27 +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
6a3166c311 - Implements export
Closes #210
2015-11-13 12:25:33 -05:00
MrCasual
0017df1c2d - Work-in-progress on the UI 2015-11-13 12:25:32 -05: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
MrCasual
1625e1771b - Bootstraps export 2015-11-13 12:25:30 -05:00
Marco
bde78b607b Merge pull request #218 from mailpoet/listings_bugfix
Listings bugfixes & Welcome page
2015-11-13 16:01:23 +01:00
Jonathan Labreuille
f6ab0050b2 added welcome page 2015-11-13 12:59:49 +01:00
Tautvidas Sipavičius
90382bc86d Add layout block bg color, remove bg colors of individual columns 2015-11-11 16:55:44 +02:00
Tautvidas Sipavičius
4a0deb2182 Preserve image width for smaller than column width images 2015-11-10 18:09:36 +02:00
MrCasual
7b54285ca6 - Adds tests for the main Import class
- Updates tests for Env (proper host detection with port)
- Improves import
2015-11-09 00:25:24 -05:00
MrCasual
b1ae07d38e - Rebased master
- Cleaned up import & moved it under Subscribers menu
2015-11-07 21:16:38 -05:00
MrCasual
3f168d052f - Finishes import migration
- Updates models
- Improves Notice.js
2015-11-07 11:40:42 -05:00
MrCasual
ad0adb48e1 - Updates Migrator with new column for Segments
- Updates Segmnets tests
- Updates MailPoet's Notice.js with additional options
- Updates Import's router, WP menu bootstrap logic, client- and
  server-side logic
2015-11-07 11:24:02 -05:00
MrCasual
ff5353c894 - Completes MailChimp import 2015-11-07 11:15:49 -05:00
MrCasual
3cf50810f9 - Fixed conflic with backbone router in settings and import
- WIP on step 1
2015-11-07 11:09:13 -05:00
MrCasual
20a6e6d6de - Adds import's step 1 method selection logic 2015-11-07 11:09:13 -05:00
MrCasual
0a771acb02 - Bootstrapping import menu 2015-11-06 21:38:25 -05:00
Jonathan Labreuille
795485d42a fixed sortable segments in form editor 2015-11-06 16:09:56 +01:00
Jonathan Labreuille
dfadda2d12 converted form renderer validation to Parsley 2015-11-06 16:09:56 +01:00