Vlad
e4166cecba
- Updates date:dtext shortcode to display full day name
2017-01-04 13:06:29 -05:00
Vlad
3a1568a31d
- Fixes mailer error message not being displayed when newsletter preview
...
sending fails
2017-01-04 13:04:53 -05:00
Vlad
02a5de0cd6
- Sets "sender" email header for SMTP/PHPMail methods
2017-01-04 10:22:17 -05:00
Alexey Stoletniy
f8d78d87af
Add indexes for even more speedy statistics retrieval [MAILPOET-746]
2016-12-31 22:19:51 +03:00
Alexey Stoletniy
41fdc3af13
Rewrite newsletter statistics query, remove redundant queue data from the server response [MAILPOET-746]
2016-12-31 13:14:10 +03:00
stoletniy
877e110188
Merge pull request #762 from mailpoet/newsletter_preview_send_fix
...
Fixes newsletter send preview [MAILPOET-765]
2016-12-30 19:08:05 +03:00
stoletniy
c26a3f704b
Merge pull request #760 from mailpoet/rendering_fix
...
Fix ALC/regular posts being displayed without line breaks [MAILPOET-763]
2016-12-30 18:42:08 +03:00
Vlad
698cdecbfe
- Conditionally keeps margin/padding for ALC posts inside editor
...
- Adds line breaks for ALC posts in the renderer
2016-12-30 10:17:43 -05:00
Alexey Stoletniy
d5a1d94bca
Wipe unconfirmed subscriber data during import [MAILPOET-760]
2016-12-30 10:53:29 +03:00
Vlad
4f37a44363
- Fixes newsletter preview not being sent
...
- Adds unit test
2016-12-29 18:46:22 -05:00
Alexey Stoletniy
95f8f130ea
Update subscriber data on repeated subscriptions [MAILPOET-760]
2016-12-29 15:29:32 +03:00
Vlad
fb29800c7d
- Replaces line breaks with empty paragraphs
2016-12-28 19:30:52 -05:00
mrcasual
71db3e569d
Merge pull request #759 from mailpoet/deleted_lists_fix
...
Show deleted lists in newsletter listings [MAILPOET-489]
2016-12-27 11:26:59 -05:00
Alexey Stoletniy
9a8f028a01
Fix code style [MAILPOET-489]
2016-12-27 19:16:18 +03:00
Alexey Stoletniy
2c5e73305a
Show deleted lists in newsletter listings [MAILPOET-489]
2016-12-27 13:13:05 +03:00
stoletniy
90e7026355
Merge pull request #739 from mailpoet/archives_shortcode_fix
...
Fixes archives shortcode and ability to manage subscription/unsubscribe [MAILPOET-737]
2016-12-27 09:39:15 +03:00
Vlad
d63ab6a927
- Uses newsletter hash over id when looking for a newsletter
2016-12-26 19:42:00 -05:00
Vlad
6beada63de
- Allows administrators to preview all newsletters
...
- Allows non-administrators to preview newsletters only when newsletter
hash is specified
2016-12-25 16:07:33 -05:00
Vlad
c651a8bbe8
- Implements return path for SMTP/PHPMail/AmazonSES
2016-12-23 11:09:10 -05:00
Vlad
f821a60a2c
- Removes open tracking code URL when newsletter is previewed
2016-12-22 22:58:43 -05:00
Vlad
fc54f31d3d
- Prevents viewing newsletters if subscriber does not exist and token
...
does not match
2016-12-22 21:13:21 -05:00
mrcasual
456152b5cb
Merge pull request #753 from mailpoet/bounced_option_on_subscription_page
...
Display 'bounced' option on subscription page only if the user is bounced…
2016-12-22 09:34:00 -05:00
Vlad
31116a7cf6
- Removes setting DB character set to utf8
2016-12-21 18:21:36 -05:00
Alexey Stoletniy
9ee66160ec
Display 'bounced' option on subscription page only if user is bounced and make it disabled [MAILPOET-754]
2016-12-21 21:04:28 +03:00
Vlad
949d6033d7
- Fixes DB configuration being partially set
2016-12-20 10:14:04 -05:00
Vlad
cad6391fc6
- Updates the format of db timezone offset to two-digit hours and minutes
2016-12-20 10:13:11 -05:00
Vlad
e5e5e7b426
- Fixes preview of unsent post notifications
2016-12-19 19:19:51 -05:00
Vlad
9698cf2d2e
- Optimizes ViewInBrowser router endpoint
...
- Optimizes ViewInBrowser class
- Optimizes and updates shortcode link category to use the refactored
getViewInBrowserUrl() method
- Updates Shortcodes to use the refactored getViewInBrowserUrl() method
2016-12-18 23:24:57 -05:00
Vlad
707afc2ae0
- Adds a new method to create a URL data object as a numeric array instead
...
of associative, thus reducing the size of the object
- Adds a new method to convert numeric URL data object array into associative array
- Preserves backward compatibility with previous MP3 Beta versions by checking if the
URL data object is already an associative array
- Adds different types of newsletter display
2016-12-18 23:24:50 -05:00
Vlad
3b795a3e58
- Prevents deleted newsletters from showing up in archives
...
- Adds a relationship to the sending queue table
- Resets hash on newsletter duplication and notification history creation
- Updates hash generation to use random string instead of newsletter id
2016-12-18 23:08:08 -05:00
Vlad
062f849fc8
- Isolates shortcodes regex into a class method
...
- Adds a new method to create a URL data object as a numeric array instead
of associative, thus reducing the size of the object
- Adds a new method to convert numeric URL data object array into associative
array
- Preserves backward compatibility with previous MP3 Beta versions
by checking if the URL data object is already an associative array
2016-12-18 23:08:08 -05:00
Vlad
98c6c29716
- Limits the length of subscriber token to allow for smaller URL data
...
objects
2016-12-18 23:08:07 -05:00
Vlad
b4da3ecfb3
- Updates post processing filter naming convention
...
- Allows returning of text or html rendered body from the renderer
2016-12-18 23:08:07 -05:00
Vlad
709f45941a
- Allows returning of text or html rendered body from the sending queue
...
model
2016-12-18 23:08:07 -05:00
Vlad
9ac4c3de72
- Adds new "hash" column to the newsletters table
...
- Updates newsletter model to automatically generate hash when saving
newsletter
- Adds new getByHash method to the newsletter model
2016-12-18 23:08:07 -05:00
Vlad
eee22227b3
- Removes unused class import
...
- Fixes newsletter URL generation in archive shortcode
- Disables generation of subscription management/unsubscribe/view in
browser shortcodes when newsletter is previewed
2016-12-18 23:08:07 -05:00
Alexey Stoletniy
de9d3655f0
Change bounce API OK response code from 201 to 200 [MAILPOET-747]
2016-12-15 19:49:39 +03:00
Vlad
2634b606f6
- Fixes ALC transformer class to append style tags with semicolon
2016-12-13 19:32:50 -05:00
mrcasual
88599963e0
Merge pull request #743 from mailpoet/vendor_conflict
...
Add dependency checking requirement [MAILPOET-690]
2016-12-12 15:24:56 -05:00
Tautvidas Sipavičius
57706dc1b3
Merge pull request #745 from mailpoet/premium_plugin
...
Add action to notify 3rd party plugins that MP is initialized
2016-12-12 15:59:28 +02:00
Alexey Stoletniy
891239bf4e
Check readme file is readable before trying to parse it
2016-12-12 15:31:10 +03:00
Jonathan Labreuille
232494e1a2
added 'mailpoet_initialized' action so that 3rd party plugin can check if mp is loaded
2016-12-12 11:28:38 +01:00
Alexey Stoletniy
4ae55230da
Display changelog from readme.txt on Update page [MAILPOET-708]
2016-12-12 10:04:36 +03:00
Tautvidas Sipavičius
eda4a9edcc
Fix regex to work on windows and match only mailpoet folder as valid
2016-12-09 23:20:48 +02:00
Tautvidas Sipavičius
5fb699fd5b
Remove trailing slash to support searches in Windows
2016-12-09 23:07:55 +02:00
Tautvidas Sipavičius
7c5e0212ad
Fix calling a method on an undefined variable
2016-12-09 22:44:43 +02:00
Tautvidas Sipavičius
44a77e097b
Escaped path when used in regex pattern
2016-12-09 22:41:44 +02:00
Tautvidas Sipavičius
22fd9e31f7
Fix variable name typo
2016-12-09 18:12:22 +02:00
Tautvidas Sipavičius
bbe3d48ec1
Add dependency checking to prevent conflicts with other plugins
...
MAILPOET-690
2016-12-09 18:05:19 +02:00
mrcasual
449978d7c1
Merge pull request #742 from mailpoet/mysql_group_fix
...
fix sql errors with mysql 5.6 & ONLY_FULL_GROUP_BY mode [MAILPOET-739]
2016-12-09 09:14:22 -05:00