stoletniy
|
08bbfcb5e8
|
Track MixPanel events for Settings [MAILPOET-998]
|
2017-07-25 10:53:28 +02:00 |
|
Vlad
|
9dd326e7db
|
Updates class to use newly added validate() method on the model
Validates existing queue's rendered newsletter body
Cleans code formatting
|
2017-07-24 12:49:39 -04:00 |
|
Vlad
|
cf00813c7f
|
Adds new method to validate model on request
Cleans up code formatting
|
2017-07-24 11:20:43 -04:00 |
|
Vlad
|
4c898b76b2
|
Uses ValidModel to validate rendered newsletter body
Removes previous validation method
Does not serialize null values
|
2017-07-24 11:15:00 -04:00 |
|
Vlad
|
81a2ba8e03
|
Adds new validation method for rendered newsletter body
|
2017-07-24 11:11:22 -04:00 |
|
Tautvidas Sipavičius
|
7e6d900b53
|
Merge pull request #997 from mailpoet/scheduled_task_subscribers
Extract subscribers to a separate table in the Bounce worker [MAILPOET-987]
|
2017-07-24 17:14:38 +03:00 |
|
Vlad
|
1a522794d6
|
Adds method to validate rendered newsletter body on sending queue
Prevents sending queue worker from sending when sending queue's rendered
newsletter body is invalid
|
2017-07-23 11:50:35 -04:00 |
|
mrcasual
|
197537d6ca
|
Merge pull request #1015 from mailpoet/custom_field_shortcodes
Add missing brackets to custom field shortcodes [MAILPOET-1013]
|
2017-07-21 21:40:25 -04:00 |
|
stoletniy
|
78f9945296
|
Remove deleted WP users from subscribers [MAILPOET-1012]
|
2017-07-21 17:48:48 +03:00 |
|
stoletniy
|
0cebcd3965
|
Add missing brackets to custom field shortcodes [MAILPOET-1013]
|
2017-07-21 14:40:56 +03:00 |
|
stoletniy
|
f98d02121b
|
Fix BatchIterator skipping rows when subscribers' processed status is modified [MAILPOET-987]
|
2017-07-20 16:31:27 +03:00 |
|
stoletniy
|
b42d8e68d9
|
Rename removeSubscribers() method and encapsulate task completion logic [MAILPOET-987]
|
2017-07-20 11:22:47 +03:00 |
|
stoletniy
|
c924778d50
|
Rename unprocessed status, refactor counting a bit more clearly [MAILPOET-987]
|
2017-07-20 10:56:34 +03:00 |
|
stoletniy
|
f6243b5d79
|
Merge pull request #1005 from mailpoet/mixpanel-more-data
MixPanel: extend summarized data collection [MAILPOET-974]
|
2017-07-19 20:25:14 +03:00 |
|
Pavel Dohnal
|
1ab6be8acd
|
Fix Notice and remove redundant field
[MAILPOET-974]
|
2017-07-19 16:16:08 +01:00 |
|
Amine Ben hammou
|
c413acd93d
|
display a warning when unable to connect to database
|
2017-07-19 16:05:34 +01:00 |
|
amine-mp
|
b5b9531ff3
|
Merge pull request #1006 from mailpoet/premium_mixpanel
Add handlers for Premium events tracking, expose Premium version to JS [PREMIUM-24]
|
2017-07-18 16:14:24 +02:00 |
|
Tautvidas Sipavičius
|
7c74885669
|
Merge pull request #1003 from mailpoet/php53_listing_fix
Adds asArray() method to the base Model class [MAILPOET-1007]
|
2017-07-17 20:00:10 +03:00 |
|
mrcasual
|
5f74f34cba
|
Adds notes explaining the fix
|
2017-07-17 12:15:39 -04:00 |
|
stoletniy
|
d6ef526a9d
|
Add handlers for Premium events tracking, expose Premium version [PREMIUM-24]
|
2017-07-17 18:57:18 +03:00 |
|
mrcasual
|
0da0507e0a
|
Fixes SMTP timing out on slow hosts
Increases default connection timeout value
Adds filter to specify custom connection timeout value
[MAILPOET-1004]
|
2017-07-17 15:21:33 +01:00 |
|
Pavel Dohnal
|
3f03c985bf
|
Collect plugins info for analytics
[MAILPOET-974]
|
2017-07-17 14:46:26 +01:00 |
|
stoletniy
|
77f6e13aa3
|
Merge pull request #999 from mailpoet/url_extraction_fix
Replaces URL extraction regex with DOM parser [MAILPOET-1003]
|
2017-07-17 16:32:59 +03:00 |
|
Vlad
|
213d0e8627
|
Distinguishes between link TYPE and link CATEGORY NAME
Uses $replacement_link variable for clarity
|
2017-07-17 09:14:11 -04:00 |
|
amine-mp
|
1d019bc11e
|
Merge pull request #1004 from mailpoet/filter_to_whitelist_plugins_from_conflict_resolver
Adds filters to whitelist styles/scripts unloaded by our plugin [MAILPOET-1008]
|
2017-07-17 15:11:37 +02:00 |
|
mrcasual
|
c5d42a5033
|
Merge pull request #995 from mailpoet/welcome-tab-update
Welcome tab update [MAILPOET-979]
|
2017-07-17 07:17:26 -04:00 |
|
Pavel Dohnal
|
d119a1e5fa
|
Send settings values to Mixpanel
[MAILPOET-974]
|
2017-07-17 11:15:29 +01:00 |
|
Vlad
|
849ca27d1f
|
Adds filters to whitelist styles or scripts
|
2017-07-15 14:57:40 -04:00 |
|
Vlad
|
a4dad46fb7
|
Adds asArray() method to the base Model that's used as proxy for
Idiorm's as_array()
|
2017-07-15 14:25:50 -04:00 |
|
Vlad
|
cdc87c23ea
|
Resets sent at data when duplicating a sent newsletter
|
2017-07-15 13:00:25 -04:00 |
|
Vlad
|
34d09ce0c9
|
Sets mailer log error when queue cannot be saved during newsletter
pre-processing
|
2017-07-14 23:15:14 -04:00 |
|
Vlad
|
fe9ae392f2
|
Replaces URL extraction regex with DOM parser
Simplifies link replacement logic
Cleans up code
|
2017-07-14 23:15:08 -04:00 |
|
Vlad
|
9501640f4f
|
Prevents double UTF-8 encoding
|
2017-07-14 14:03:48 -04:00 |
|
stoletniy
|
acbe2e383a
|
Add tests [MAILPOET-940]
|
2017-07-13 13:27:28 +03:00 |
|
stoletniy
|
55d3b67a2a
|
Extract common and task-specific methods for subscribers [MAILPOET-940]
|
2017-07-13 13:27:28 +03:00 |
|
stoletniy
|
c02394b576
|
Prepare subscribers in the Bounce worker DB-side for performance reasons [MAILPOET-940]
|
2017-07-13 13:27:27 +03:00 |
|
stoletniy
|
6a9b8d88c2
|
Extract subscribers to a separate table in the Bounce worker [MAILPOET-940]
|
2017-07-13 13:27:27 +03:00 |
|
Pavel Dohnal
|
1823985172
|
Display only one set of changelog
[MAILPOET-979]
|
2017-07-12 09:19:22 +01:00 |
|
Vlad
|
7a2aaa86cf
|
Tests that populator method is not run for versions below
3.0.0-beta.36.2.1
|
2017-07-11 14:26:29 +01:00 |
|
Tautvidas Sipavičius
|
a36fe400ed
|
Merge pull request #966 from mailpoet/mp2tomp3migration
Settings migration from MP2 to MP3
|
2017-07-11 12:43:19 +03:00 |
|
Tautvidas Sipavičius
|
22bb971db5
|
Merge pull request #980 from mailpoet/newsletter_listing_update
Sorts standard/history notification records by sent_at date in listings [MAILPOET-932]
|
2017-07-11 12:43:06 +03:00 |
|
fred
|
b88452c5a2
|
Fixed: the "Skip Import" link was hidden after unit tests
|
2017-07-10 18:37:23 +02:00 |
|
fred
|
4a2f9ad1f9
|
Remove unused code
|
2017-07-10 18:37:22 +02:00 |
|
fred
|
e5ecf870c7
|
Fixed: SendGrid provider was selected even when Sendgrid was not selected in MP2
|
2017-07-10 18:37:21 +02:00 |
|
fred
|
e352b5bfad
|
New: Migrate installation date
|
2017-07-10 18:37:19 +02:00 |
|
fred
|
68988edd7e
|
Fixed: Change the emails number if the frequency is greater than 15 minutes
|
2017-07-10 18:37:17 +02:00 |
|
fred
|
f164e9bb95
|
Fixed: Leave the Newsletter task scheduler (cron) to its default value
|
2017-07-10 18:37:16 +02:00 |
|
fred
|
fe83435d14
|
Fixed: "Subscribe in comments" always on
|
2017-07-10 18:37:15 +02:00 |
|
fred
|
453b7683bc
|
Fixed: SendGrid method and provider were not selected
|
2017-07-10 18:37:14 +02:00 |
|
fred
|
048d71164a
|
Migrate the settings
|
2017-07-10 18:31:51 +02:00 |
|