Commit Graph

3270 Commits

Author SHA1 Message Date
Vlad
2459a103fd - Ignores sticky posts when fetching latest post title
- Updates unit test
2016-04-26 19:53:23 -04:00
Jonathan Labreuille
0dd3f2178e updated form stats to record individual subscription 2016-04-26 18:12:05 +02:00
Jonathan Labreuille
de873eca71 Unit test for StatisticsForms model
- improved incrementation of subscriptions count so that we don't need to fetch the record after an update
2016-04-26 15:38:42 +02:00
Jonathan Labreuille
ef461da77f Statistics for Form Subscriptions
- added statistics_forms table
- added corresponding model to record stats
- record stats whenever someone subscribes via a form
2016-04-26 15:16:37 +02:00
Tautvidas Sipavičius
8d56e8582f Merge pull request #450 from mailpoet/unsubscribe_tracking
Implements tracking of unsubscribe events
2016-04-25 21:32:10 +03:00
Tautvidas Sipavičius
56959f2f49 Terminate execution after redirecting a click 2016-04-25 20:33:17 +03:00
Vlad
bbc7de6898 - Removes commit leftovers 2016-04-25 12:02:56 -04:00
Tautvidas Sipavičius
0df246da15 Merge pull request #447 from mailpoet/tracking_fix
Fixes click tracking that would end request when calling open tracking
2016-04-25 18:37:15 +03:00
Vlad
4b29b04bd1 - Implements tracking of unsubscribe events 2016-04-25 11:06:01 -04:00
Vlad
6cb94bc413 - Updates open rate tracking class constructor 2016-04-25 09:43:39 -04:00
Vlad
f624c891ab - Capitalizes CONST values 2016-04-25 09:42:02 -04:00
Jonathan Labreuille
b83abf0ac5 modified temp path/url 2016-04-25 14:26:27 +02:00
Vlad
ef1b0036e5 - Fixes click tracking that would end request when calling open tracking 2016-04-22 20:30:16 -04:00
Vlad
5efa9f65c6 - Fixes an issue with welcome email not being sent to WP user with any
role
2016-04-22 18:51:51 -04:00
Vlad
1ec0372c2d - Fixes check for changed newsletter content 2016-04-22 16:08:45 -04:00
Jonathan Labreuille
d2dbf86a9c fixed Router when data represents a single variable (not an array) 2016-04-22 16:59:28 +02:00
Tautvidas Sipavičius
1c39d39078 Merge pull request #442 from mailpoet/sending_subscriber_recalculation
Dynamically updates queue's subscriber count
2016-04-22 17:03:09 +03:00
mrcasual
6d0795abba Merge pull request #438 from mailpoet/non_ajax_subscription
Non ajax subscription
2016-04-22 09:51:47 -04:00
Vlad
5f45c6cc74 - Extracts subscriber recalculation into a spearate method
- Updates subscriber recalculation logic
2016-04-22 09:47:53 -04:00
Jonathan Labreuille
d4d806e247 Merge pull request #443 from mailpoet/editor_rendering
Editor rendering update
2016-04-22 15:38:54 +02:00
Tautvidas Sipavičius
758a545eb6 Merge pull request #441 from mailpoet/shortcodes_fix
Updates the newsletter shortcode
2016-04-22 13:45:15 +03:00
Vlad
7e5cf533f0 Fixes class name 2016-04-22 12:30:57 +03:00
Vlad
f7c656aed5 Fixes blockquote content duplication 2016-04-22 12:30:57 +03:00
Vlad
2e42305710 Updates line breaks in footer/header to match the editor 2016-04-22 12:30:57 +03:00
Tautvidas Sipavičius
6737158130 - Change paragraph bottom margin to equal line-height
- Remove horizontal blockquote margin to match Renderer;
- Removed bottom padding from last text elements in column;
- Removed bottom padding from full width images;
2016-04-22 12:30:57 +03:00
Vlad
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
Vlad
dd8f58e35e - Fixes incorrect newsletter issue number display
- Updates newsletter 'last post title' logic
- Updates shortcode extraction regex to allow limiting extraction of only
  specific categories
- Updates unit tests
- Closes #380
2016-04-21 20:04:02 -04:00
Vlad
4b2061fcfa - Adds condition that prevents duplicate and/or stuck post notifications 2016-04-21 18:20:13 -04:00
Vlad
ef85834db5 - Removes debugging function 2016-04-21 11:32:29 -04:00
Vlad
2bdcd0eb42 - Prevents duplicate newsletters from being sent 2016-04-21 10:45:00 -04:00
Vlad
3b90be4122 - Fixes scheduling of notifications 2016-04-21 10:44:43 -04:00
Jonathan Labreuille
375e70d84b success messages in both context when subscribing to a form 2016-04-21 12:39:14 +02:00
Jonathan Labreuille
42d586610e form subscription only using Router now 2016-04-20 16:59:18 +02:00
Vlad
11b22fa63a - Enables newsletter open tracking when links are clicked 2016-04-19 21:01:27 -04:00
Vlad
45b933d635 - Implements open tracking 2016-04-19 21:01:27 -04:00
Vlad
15cf087d40 - Implements post-processing filter during rendering 2016-04-19 21:01:27 -04:00
Tautvidas Sipavičius
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
Vlad
dc1ef2af47 - Removes check for signup confirmation when selecting subscribers 2016-04-18 17:33:08 +03:00
Vlad
91076580ef - Enables check for subscribers who has "subscribed" status during
newsletter sending
- Enforces "signup_confirmation" option when selecting subscribers for
  newsletter sending
- Updates unit tests
2016-04-18 17:28:37 +03:00
Vlad
1f26079b5f - Removes unused properties from Links class and converts methods to
static
2016-04-16 16:48:35 -04:00
Vlad
87a1211a55 - Adds missing rendered subject to the queue during bulk processing 2016-04-15 20:06:35 -04:00
Jonathan Labreuille
435cd9b777 fixed unsubscribe action + updated public api decodeData to prevent warning 2016-04-15 18:59:20 +02:00
Vlad
bfde34eb8d - Rebases master
- Updates PubliAPI's logic dealing with request data
2016-04-15 12:10:56 -04:00
Jonathan Labreuille
2cbd2d54f3 Subscription pages 2016-04-15 11:56:33 -04:00
Vlad
af4d29ebe6 - Updates codes based on Taut's comments 2016-04-15 11:36:57 -04:00
Vlad
599661e028 - Updates code based on Taut's comments 2016-04-14 20:35:56 -04:00
Vlad
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
Vlad
a3e6eb5bba - Implementsi tracking clicks & redirecting URLs 2016-04-14 19:37:27 -04:00
Vlad
67359980e9 - Renames statistics table to the new "statistics_entity" format
- Adds new clicks statistics model
2016-04-14 19:37:27 -04:00
Vlad
f1b955d74a - Implements link extraction, processing, replacement and saving 2016-04-14 19:37:27 -04:00