42ad7584d4
- Refactors ColumnsHelper class
2016-01-08 11:35:30 -05:00
dbc0f9b238
- Removes header padding
2016-01-08 11:23:02 -05:00
e62e9a5892
- Fixes issue with temp folder
...
- Updates formatting
2016-01-08 10:55:09 -05:00
bc25fa61b4
- Updates render method
...
- Removes unused/commented out code
2016-01-08 10:38:46 -05:00
2590967183
- Formats new line identation
...
- Formats identations in general
2016-01-08 09:00:09 -05:00
86eafd3c17
- Removes tabs
2016-01-08 08:47:41 -05:00
90a6f160c2
- Removes space after function
2016-01-08 07:53:26 -05:00
c774aec6a2
Revert "- Fixes minor issue when daemon has not yet been created"
...
This reverts commit 8f2fd1d76e
.
2016-01-08 07:49:15 -05:00
8f2fd1d76e
- Fixes minor issue when daemon has not yet been created
2016-01-08 07:40:32 -05:00
4df11163a1
automatically update 'updated_at' when saving daemon
2016-01-08 12:23:15 +01:00
82a736ffbb
Cron update + removing console.log
...
- use Setting::getValue for getDaemon method
- added "updated_at" property within cron_daemon value (instead of using the setting's column)
- converted line endings to Unix in notice.js and removed console.log
2016-01-08 12:02:11 +01:00
87052986e8
- Rebases master
...
- Updates template
2016-01-07 23:53:15 -05:00
0c73c0fadc
- Resolves issues identified by @rafaehlers during testing
2016-01-07 22:47:59 -05:00
d1df94c759
- Addresses issues identified during code review
2016-01-07 17:24:46 -05:00
53cc39c6f5
- Removes spacer from social icon elements
2016-01-07 17:24:45 -05:00
4955c72ee1
- Removes transparent background from divider element
2016-01-07 17:24:44 -05:00
16661af8c3
- Updates text alignemnt for buttons
2016-01-07 17:24:44 -05:00
bc80f69e41
- Updates the template
2016-01-07 17:24:43 -05:00
0192934e65
- Removes debug leftovers
2016-01-07 17:24:42 -05:00
2793e74858
- Rewrites the rendering engine
...
- Updates tests
Closes #280
2016-01-07 17:24:32 -05:00
5996696cc9
Merge pull request #284 from mailpoet/animations
...
Animations
2016-01-07 17:31:17 +01:00
0dbe04c3f8
- Addresses issues identified during code review
2016-01-06 19:19:06 -05:00
ef1805d9b5
Change obsolete "Arial Black" fonts to "Arial", add Velocity to tests
2016-01-06 16:43:39 +02: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
be3462925d
Change server returned newsletter body to be a json object, not a string
2015-12-17 12:40:26 +02:00
c20c46fd86
Removed useless 'use' in Router/Setup
2015-12-15 13:11:07 +01:00
6e63c72aa5
Reinstall feature
...
- implemented reinstall in Settings > Advanced
- shorten placeholder for Form name input
2015-12-15 13:07:43 +01:00
84ec0de3cd
Unit tests + Welcome page
...
- fixed unit tests
- commented out failing tests that require changes in the code
- added new welcome page
2015-12-11 17:17:59 +01:00
9bbe36b3cb
Set subject of new newsletters to "Draft newsletter"
2015-12-10 17:13:23 +02:00
e3c065b353
Add Post Notifications Blank Template
2015-12-10 17:13:22 +02:00
4ca2872e0e
Add Welcome newsletter template
2015-12-10 17:13:22 +02:00
a298650187
Settings
...
- added default from name & address based on wp_user on install
- fixed issue with Setting::setValue (added auto-serialize of value if is_array?)
- removed daily notifications from basics settings
2015-12-10 11:44:44 +01: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
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
ee85139089
Merge pull request #254 from mailpoet/queue
...
Sending Queue: start & track
2015-12-04 21:36:50 +01:00
b4f83fe1bd
Merge pull request #257 from mailpoet/image_size
...
Custom newsletter image size
2015-12-04 21:22:15 +01:00
fd44776ae9
- Fixes SMTP issue
2015-12-04 14:33:43 -05:00
6dbe338b01
- Updates mailers to use HTML and/or TEXT body
2015-12-04 14:06:43 -05:00
1f06a7dd0b
fixed naming of sending_queue & added validation of segments on step 3
2015-12-04 19:54:31 +01:00
37c218f782
fixed sending test email text version only
2015-12-04 19:46:44 +01:00
25016f2a8d
test sending method works
2015-12-04 19:28:00 +01:00
792744a270
- Implements check for name/email in mailer router
2015-12-04 12:47:14 -05:00
c2fde308cb
- Renames and updates sending queue worker
...
- Updates mailer router's send() method
2015-12-04 12:31:54 -05:00
533d9b0d38
Change custom field shortcode to follow MP2 format
2015-12-04 17:48:35 +02:00
2035b802e3
Add shortcodes for custom fields to newsletter editor
2015-12-04 17:47:18 +02:00
beb939df9e
updated send with tab
2015-12-04 15:31:04 +01:00
3a417d460f
Add custom MailPoet image size for newsletters
2015-12-04 14:37:05 +02:00