Tautvidas Sipavičius
|
c98cdb3e57
|
Merge pull request #811 from mailpoet/popups_focus
Focus on popups by default [MAILPOET-724]
|
2017-02-20 15:36:07 +02:00 |
|
stoletniy
|
a01b094f9f
|
Merge pull request #824 from mailpoet/import_regex_update
Updates email regex from loose HTML5 standard to stricter RFC 5322 [MAILPOET-825]
|
2017-02-20 16:30:01 +03:00 |
|
Tautvidas Sipavičius
|
e75bb7ee59
|
Capitalize words of a title in welcome template
|
2017-02-20 15:22:28 +02:00 |
|
Tautvidas Sipavičius
|
563c62855a
|
Undo title capitalization changes, as not all languages use it
|
2017-02-20 14:58:53 +02:00 |
|
Tautvidas Sipavičius
|
8a15424a62
|
Remove "Read more" link to obsolete KB article
|
2017-02-20 14:58:53 +02:00 |
|
Tautvidas Sipavičius
|
8eb04534bc
|
Fixed translations based on feedback from translators on Transifex
|
2017-02-20 14:58:53 +02:00 |
|
Tautvidas Sipavičius
|
b3abf46604
|
Update outdated newsletter template translation strings
|
2017-02-20 14:58:53 +02:00 |
|
Tautvidas Sipavičius
|
6f19a1593e
|
Fix translations from GDocs based on FxB's feedback [MAILPOET-819]
|
2017-02-20 14:58:53 +02:00 |
|
Vlad
|
883711698e
|
Updates email regex from loose HTML5 standard to stricter RFC 5322
that's required by some mail transport agents
|
2017-02-18 10:33:45 -05:00 |
|
Vlad
|
bdcfd77d42
|
Returns last unprocessed subscriber in error message
|
2017-02-16 23:25:05 -05:00 |
|
mrcasual
|
2cd503e0e0
|
Merge pull request #822 from mailpoet/php71_button_rendering
Fix button block rendering producing notices on PHP 7.1 [MAILPOET-822]
|
2017-02-17 05:05:38 +01:00 |
|
Vlad
|
c9519f0b3d
|
Adds logger to record SMTP communication
Returns a more complete error message and last unprocessed subscriber
|
2017-02-16 22:45:09 -05:00 |
|
Alexey Stoletniy
|
0daa3057e7
|
Focus on all modal types by default [MAILPOET-724]
|
2017-02-16 21:58:41 +03:00 |
|
stoletniy
|
0ac5129e0e
|
Merge pull request #818 from mailpoet/destroyed_newsletter
Fix newsletter corruption when going back to editor from last newsletter creation step [MAILPOET-787]
|
2017-02-16 18:39:01 +03:00 |
|
Alexey Stoletniy
|
a3aa347fdf
|
Fix button block rendering producing notices on PHP 7.1 [MAILPOET-822]
|
2017-02-16 17:53:36 +03:00 |
|
Tautvidas Sipavičius
|
a40d1122a5
|
Change corrupted newsletter notice to a static (dismissable) one
|
2017-02-16 11:21:01 +02:00 |
|
stoletniy
|
9955b8fda1
|
Merge pull request #821 from mailpoet/php53_fix
Replaces references to self::$variable with Class:$variable for PHP 5.3 hosts [MAILPOET-821]
|
2017-02-16 11:53:34 +03:00 |
|
Alexey Stoletniy
|
c994438fa8
|
Replace more self:: references in closures for PHP 5.3 [MAILPOET-821]
|
2017-02-16 11:22:26 +03:00 |
|
Vlad
|
3085ae575a
|
Replaces references to self::$variable with Class:$variable for PHP 5.3
hosts
|
2017-02-15 18:27:52 -05:00 |
|
Vlad
|
793b8ce29e
|
Deletes custom fields associations when bulk deleting subscribers
|
2017-02-15 15:40:26 -05:00 |
|
Tautvidas Sipavičius
|
5d447cdec3
|
Merge pull request #817 from mailpoet/large_list_sending_fix
Fixes DB query that returns large result set when there are thousands of subscribers [MAILPOET-815]
|
2017-02-15 19:01:26 +02:00 |
|
Vlad
|
e7698b0131
|
Optimizes DB query and result processing code
|
2017-02-15 10:02:13 -05:00 |
|
Tautvidas Sipavičius
|
f86121b656
|
Update the error message to a clearer one
|
2017-02-15 15:05:30 +02:00 |
|
Tautvidas Sipavičius
|
45c223c14b
|
Fix newsletter corruption when going back to editor from last newsletter step
|
2017-02-15 15:04:07 +02:00 |
|
Alexey Stoletniy
|
66990d62c2
|
Restore focus on previously focused element after closing a modal box [MAILPOET-724]
|
2017-02-15 10:09:14 +03:00 |
|
Alexey Stoletniy
|
4439111a44
|
Focus on popups by default [MAILPOET-724]
|
2017-02-15 10:09:14 +03:00 |
|
Vlad
|
440b7e4e6c
|
Fixes DB query that returns large result set when there are thousands of
subscribers
|
2017-02-14 21:07:40 -05:00 |
|
Alexey Stoletniy
|
b90d7894ca
|
Bump up release version to 3.0.0-beta.18
3.0.0-beta.18
|
2017-02-14 17:49:48 +03:00 |
|
mrcasual
|
a0b37eb08c
|
Merge pull request #810 from mailpoet/list_stats_fix
Fix subscriber stats for lists ignoring subscription status and including trashed items [MAILPOET-807]
|
2017-02-14 14:27:59 +01:00 |
|
mrcasual
|
44b83436bc
|
Merge pull request #809 from mailpoet/view_plans_button_utm
Add GA UTM params to 'View Email Plans' link in Settings [MAILPOET-806]
|
2017-02-14 13:54:55 +01:00 |
|
stoletniy
|
0d75ee0e12
|
Merge pull request #816 from mailpoet/utf8_renderer_fix
Fixed UTF-8 encoding in renderer on PHP 5.3 [MAILPOET-812]
|
2017-02-14 12:39:53 +03:00 |
|
Tautvidas Sipavičius
|
50d77f2aff
|
Merge pull request #814 from mailpoet/robo_upgrade
Update Robo from 0.7.2 to 1.0.5 [MAILPOET-813]
|
2017-02-14 11:22:56 +02:00 |
|
Alexey Stoletniy
|
cb813171ce
|
Remove html_entity_decode() constants not supported by PHP 5.3 [MAILPOET-812]
|
2017-02-14 12:22:35 +03:00 |
|
Vlad
|
3f188e3690
|
Updates lint rules to ignore pQuery class (name not in camel case caps,
etc.)
|
2017-02-13 21:00:46 -05:00 |
|
Vlad
|
e74938df90
|
Updates code to use the extended pQuery class
|
2017-02-13 21:00:45 -05:00 |
|
Vlad
|
93f7739f46
|
Extends pQuery to use UTF-8 encoding on older versions of PHP
|
2017-02-13 21:00:32 -05:00 |
|
stoletniy
|
a918091977
|
Merge pull request #815 from mailpoet/sendgrid_fix
Fixes SendGrid's error response [MAILPOET-810]
|
2017-02-13 10:51:34 +03:00 |
|
Alexey Stoletniy
|
b539eae7f9
|
Fix SendGrid error message assignment [MAILPOET-810]
|
2017-02-13 10:35:21 +03:00 |
|
Vlad
|
228a671749
|
Converts SendGrid's error response message from array to string
|
2017-02-11 05:41:02 -05:00 |
|
Alexey Stoletniy
|
70fe253db3
|
Update Robo from 0.7.2 to 1.0.5
|
2017-02-09 19:08:04 +03:00 |
|
mrcasual
|
bdb97261fd
|
Merge pull request #813 from mailpoet/alc_categories_fix
Fix categories not showing for posts in newsletter editor [MAILPOET-808]
|
2017-02-09 06:23:01 -05:00 |
|
Alexey Stoletniy
|
8507c77699
|
Fix categories not showing for posts in newsletter editor [MAILPOET-808]
|
2017-02-09 11:13:46 +03:00 |
|
mrcasual
|
771ff134a8
|
Merge pull request #812 from mailpoet/create_form_in_widget_fix
Fix 'Create a new form' link on widgets page having no feedback [MAILPOET-691]
|
2017-02-08 11:05:23 -05:00 |
|
Alexey Stoletniy
|
9c1cbba163
|
Fix 'Create a new form' link on widgets page having no feedback [MAILPOET-691]
|
2017-02-08 13:30:49 +03:00 |
|
Alexey Stoletniy
|
f51122b58f
|
Fix subscriber stats for lists ignoring subscription status and including trashed items [MAILPOET-807]
|
2017-02-06 16:04:16 +03:00 |
|
Alexey Stoletniy
|
e8fd992235
|
Add GA UTM params to 'View Email Plans' link in Settings [MAILPOET-806]
|
2017-02-06 12:56:39 +03:00 |
|
Alexey Stoletniy
|
e126278e32
|
Bump up the release version to 3.0.0-beta.17
3.0.0-beta.17
|
2017-02-02 17:47:21 +03:00 |
|
stoletniy
|
9d2651083d
|
Merge pull request #808 from mailpoet/translation_plugin
Whitelist translation plugin [MAILPOET-805]
|
2017-02-02 15:48:02 +03:00 |
|
Tautvidas Sipavičius
|
1e1ae4c3cf
|
Whitelist translation handling plugin's admin assets on MP pages
[MAILPOET-805]
|
2017-02-02 14:10:57 +02:00 |
|
Tautvidas Sipavičius
|
385f5ab535
|
Merge pull request #807 from mailpoet/sending_svc_subscriber_count
Add subscriber count reporting on Sending Service key validation [MAILPOET-804]
|
2017-02-02 13:19:39 +02:00 |
|