5f45c6cc74
- Extracts subscriber recalculation into a spearate method
...
- Updates subscriber recalculation logic
2016-04-22 09:47:53 -04:00
909ad86e33
- Recalculates the number of processed/to process subscribers if the
...
original count does not the current count from the database
2016-04-21 21:36:37 -04:00
45b933d635
- Implements open tracking
2016-04-19 21:01:27 -04:00
ed09c3e5d4
Merge pull request #427 from mailpoet/batch_sending_fix
...
Adds missing rendered subject to the queue during bulk processing
2016-04-18 18:27:24 +03:00
1f26079b5f
- Removes unused properties from Links class and converts methods to
...
static
2016-04-16 16:48:35 -04:00
87a1211a55
- Adds missing rendered subject to the queue during bulk processing
2016-04-15 20:06:35 -04:00
af4d29ebe6
- Updates codes based on Taut's comments
2016-04-15 11:36:57 -04:00
599661e028
- Updates code based on Taut's comments
2016-04-14 20:35:56 -04:00
84294b7ee6
- Adds subsription tracking option to Settings->Advanced
...
- Updates sending queue worker to not replace links if tracking is
disabled
Closes #417
2016-04-14 19:37:27 -04:00
67359980e9
- Renames statistics table to the new "statistics_entity" format
...
- Adds new clicks statistics model
2016-04-14 19:37:27 -04:00
f1b955d74a
- Implements link extraction, processing, replacement and saving
2016-04-14 19:37:27 -04:00
3b3ccc18ce
- Updates scheduling logic to work with the new normalized DB time
2016-03-22 20:43:16 -04:00
ba05ca35af
- Implements shortcodes rendering in subject line
2016-03-21 11:45:08 -04:00
a47afdd313
- Fixes queue worker issue
2016-03-21 09:09:43 -04:00
181ed45d0b
- Updates shortcodes logic
...
- Implements [newsletter:total] and [newsletter:number] shortcodes
- Implements shortcode replacement in subject line
- Updates unit tests
Issue #380
2016-03-21 09:09:43 -04:00
3f6caf5fa4
- Implements scheduler worker for welcome and post notifications
...
- Updates sending queue worker to save rendered newsletter body
- Updates sending queue router to schedule post notification newsletters
2016-03-20 22:01:01 -04:00
f11de2f1ad
Updated shortcodes for unsubscribe/manage/browser links
...
- fixed all issues in #387 except the custom mailpoet pages
2016-03-17 15:48:06 +01:00
c4b728f4e1
- Updates Daemon to execute workers via WP's action hook
...
- Bootstraps Scheduler class
2016-03-03 15:42:10 -05:00
d11badf3ce
- Implements sending frequency
...
- Updates sending queue worker
2016-02-11 22:46:45 -05:00
9b584296a5
- Updates queue worker based on code review comments
2016-02-11 10:23:41 -05:00
7522084ccb
- Rewrites sending queue worker and updates router
...
- Implements batch sending for queue worker
- Fixes mailer class issue when sender data can be empty
- Updates values for cron execution timeout/limit
2016-02-10 22:34:54 -05:00
181c4fed08
- Fixes an issues with the sending queue worker throwing and error when
...
newsletter is not found
2016-01-31 21:35:34 -05:00
70de0a01bf
- Moves cron timeout/execution limit to the central cron helper class
2016-01-29 15:01:10 -05:00
63c87f3746
- Fixes issue with the sending worker failing to process newsletters
2016-01-28 21:40:30 -05:00
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
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