Tautvidas Sipavičius
3ef8067968
Remove transition class after it ends for editor content blocks
2015-12-07 18:50:17 +02:00
Jonathan Labreuille
9fb04bc3c0
first round of fixes #255
2015-12-07 16:54:08 +01:00
marco
25727ea0ba
Version bump: 0.0.7
2015-12-07 14:43:16 +01:00
Marco
4c8ac369b7
Merge pull request #260 from mailpoet/newsletter_sending
...
Bugfixes on sending
2015-12-07 14:35:38 +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
c0ba218949
Merge branch 'master' of github.com:mailpoet/mailpoet
0.0.7
2015-12-04 21:41:29 +01:00
Marco
ee85139089
Merge pull request #254 from mailpoet/queue
...
Sending Queue: start & track
2015-12-04 21:36:50 +01:00
Marco
b4f83fe1bd
Merge pull request #257 from mailpoet/image_size
...
Custom newsletter image size
2015-12-04 21:22:15 +01:00
Marco
bd83001ef5
Merge pull request #258 from mailpoet/helpscout
...
HelpScout integration fixes
2015-12-04 21:20:28 +01:00
Marco
fb3a9f485f
Merge pull request #259 from mailpoet/custom_fields
...
Add custom fields to newsletter editor
2015-12-04 21:20:09 +01:00
MrCasual
fd44776ae9
- Fixes SMTP issue
2015-12-04 14:33:43 -05:00
MrCasual
6dbe338b01
- Updates mailers to use HTML and/or TEXT body
2015-12-04 14:06:43 -05:00
Jonathan Labreuille
1f06a7dd0b
fixed naming of sending_queue & added validation of segments on step 3
2015-12-04 19:54:31 +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
MrCasual
792744a270
- Implements check for name/email in mailer router
2015-12-04 12:47:14 -05:00
MrCasual
c5fbfca132
Merge branch 'queue' of mailpoet:mailpoet/mailpoet into queue
2015-12-04 12:32:38 -05:00
MrCasual
c2fde308cb
- Renames and updates sending queue worker
...
- Updates mailer router's send() method
2015-12-04 12:31:54 -05:00
Tautvidas Sipavičius
533d9b0d38
Change custom field shortcode to follow MP2 format
2015-12-04 17:48:35 +02: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
Tautvidas Sipavičius
3a417d460f
Add custom MailPoet image size for newsletters
2015-12-04 14:37:05 +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
da6e154642
fixed conflicts
2015-12-04 11:25:06 +01:00
MrCasual
acebf669a7
- Updates queue worker to use mailer router for sending
...
- Updates mailer router to detect method type
- Rebases master
2015-12-03 22:01:33 -05: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
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
Jonathan Labreuille
72d1eb79a6
fixed too much recursion issue on selection JSX
2015-12-03 22:01:17 -05:00
Jonathan Labreuille
bb4893c0a0
added missing messages on newsletter form
2015-12-03 22:01:16 -05:00
MrCasual
9929cf0aee
- Adds router methods to add/delete/et queue status
2015-12-03 22:01:15 -05:00
MrCasual
83967e84ba
- Implements starting/stopping/pausing daemon
2015-12-03 22:01:15 -05:00
Marco
9621cb3ca9
Merge pull request #253 from mailpoet/animations
...
Editor: Animations
2015-12-03 22:48:43 +01:00
Jonathan Labreuille
a413f666fe
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 18:26:36 +01: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
MrCasual
d2e5fb89c2
- Places supervisor/daemon/worker under the new Cron class
...
- Updates endpoints
- Integrates queue worker with MailPoet mailer
- Fixes script activation check logic
2015-12-02 22:48:15 -05:00
Tautvidas Sipavičius
97d1e95037
Add transitions for content block addition and removal
2015-12-02 17:54:06 +02:00
Jonathan Labreuille
48fbce22e7
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-02 12:25:28 +01:00
Tautvidas Sipavičius
916fe76795
Add transitions: sidebar contents, template preview, sidebar
2015-12-01 16:49:50 +02:00
Jonathan Labreuille
e10310fb5c
fixed too much recursion issue on selection JSX
2015-12-01 13:50:35 +01:00
Jonathan Labreuille
367afcf814
added missing messages on newsletter form
2015-12-01 13:01:06 +01:00
MrCasual
67fa9e0993
- Adds router methods to add/delete/et queue status
2015-11-30 19:09:06 -05:00
Marco
d7553a5f27
Merge pull request #251 from mailpoet/newsletter_templates
...
Editor: Add two sample templates
2015-11-30 21:13:49 +01:00
MrCasual
8c847825fa
- Implements starting/stopping/pausing daemon
2015-11-30 13:01:07 -05:00
Tautvidas Sipavičius
d21d9b99b0
Add an option for certain templates to be read only
2015-11-30 18:23:43 +02:00
Tautvidas Sipavičius
8461c13532
Include thumbnail on saved templates, add another sample template
2015-11-30 18:05:10 +02:00
Tautvidas Sipavičius
3b7ffe9ba7
Update Marionette to 2.4.4 from 2.4.3
2015-11-30 13:21:28 +02:00