c11d95b402
- Refactors code
2016-01-26 11:29:56 -05:00
b4c8fe6f45
- Updates newsletter router and sending queue worker to work with the
...
shortcodes implementation
2016-01-26 10:44:18 -05:00
dc3b47db00
- Implements shortcodes
...
- Updates newsletter router/sending queue worker to use shortcodes
replacement class
2016-01-26 09:13:29 -05:00
64501a914a
removed parsley validation on step 3
...
- fixed placeholder for select2 instances in settings
- fixed issue in sending queue worker when newsletter does not exist
2016-01-26 11:36:20 +01:00
f502e0b677
- Implements text rendering
...
- Updates tests
- Updates newsletter router and sending queue worker to reflect changes to
the renderer
2016-01-22 22:07:02 -05:00
5a5a777b7d
Added check for when the custom field doesn't exist
...
- suppressed cron supervisor error
2016-01-22 11:02:48 +01: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
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
c2fde308cb
- Renames and updates sending queue worker
...
- Updates mailer router's send() method
2015-12-04 12:31:54 -05:00
da6e154642
fixed conflicts
2015-12-04 11:25:06 +01:00
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
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
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