Commit Graph

3804 Commits

Author SHA1 Message Date
wxa
ed775c31cd Fix subscribing old WooCommerce customers to WC list [MAILPOET-1939] 2019-03-28 11:48:15 -04:00
Rostislav Wolny
65ade03fb0 Register ServiceChecker to DI container
[MAILPOET-1938]
2019-03-28 11:15:33 -04:00
Pavel Dohnal
6fc68bb979 Update sender warning message
[MAILPOET-1890]
2019-03-28 07:19:22 -04:00
Pavel Dohnal
ff4d5be38a Add a non breaking space
Instead of a normal space that has been removed by outlook I added a non breaking space

[MAILPOET-1827]
2019-03-27 09:45:21 -04:00
Pavel Dohnal
d31a3ae1e9 Fix the order
[MAILPOET-1617]
2019-03-27 08:24:57 -04:00
Pavel Dohnal
0a05dca1ac Fix category for RockBand template
[MAILPOET-1617]
2019-03-27 08:24:57 -04:00
Pavel Dohnal
e056519b2d Update templates after latest fixes
[MAILPOET-1617]
2019-03-27 08:24:57 -04:00
Pavel Dohnal
92fce51eca Clear MailPoet links from templates
[MAILPOET-1617]
2019-03-27 08:24:57 -04:00
Pavel Dohnal
66afb7734a Move templates from notification category
[MAILPOET-1617]
2019-03-27 08:24:57 -04:00
Pavel Dohnal
9d05f7343b Use the correct category
[MAILPOET-1617]
2019-03-27 08:24:57 -04:00
Pavel Dohnal
e33bb7dab6 Reorder templates
[MAILPOET-1617]
2019-03-27 08:24:57 -04:00
Pavel Dohnal
43b5dbd853 Rename templates
[MAILPOET-1617]
2019-03-27 08:24:57 -04:00
Pavel Dohnal
e4b9fa07ca Add new templates
[MAILPOET-1617]
2019-03-27 08:24:57 -04:00
Pavel Dohnal
0a84516289 Form editor fixes
[MAILPOET-1892]
2019-03-26 13:58:35 -04:00
Pavel Dohnal
c5b5d8f45d Downgrade PHPStan level to 4
[MAILPOET-1915]
2019-03-21 14:02:59 -04:00
Pavel Dohnal
f3f769316a Upgrade PHPStan level to 5
[MAILPOET-1915]
2019-03-21 14:02:59 -04:00
Pavel Dohnal
21766421d5 Upgrade PHPStan level to 4
I had to add some ignore errors until phpstan/phpstan#1482 is resolved

[MAILPOET-1915]
2019-03-21 14:02:59 -04:00
Pavel Dohnal
7d6f69ec1d Upgrade PHPStan level to 3
[MAILPOET-1915]
2019-03-21 14:02:59 -04:00
Ján Mikláš
bce05ce486 Fix statically calling non-static method
[MAILPOET-1882]
2019-03-21 13:15:29 -04:00
Ján Mikláš
a8e3fe79c2 Remove unnecessary HTML elements from strings
[MAILPOET-1882]
2019-03-21 13:15:29 -04:00
Ján Mikláš
b1d417c26d Remove static from checking if email is on free domain
[MAILPOET-1882]
2019-03-21 13:15:29 -04:00
Ján Mikláš
3ec5bf10bb Show different error message when sending from unauthorized *free* email address
[MAILPOET-1882]
2019-03-21 13:15:29 -04:00
Ján Mikláš
5621d1df25 Set newsletter's ID when sending preview or actual newsletter
[MAILPOET-1882]
2019-03-21 13:15:29 -04:00
Ján Mikláš
e2cde798df Unify detecting free domain in JS and PHP from one source
[MAILPOET-1882]
2019-03-21 13:15:29 -04:00
Ján Mikláš
9b16a403e8 Create FreeDomains class
[MAILPOET-1882]
2019-03-21 13:15:29 -04:00
Amine Ben hammou
f10014d864 Remove unnecessary filtering 2019-03-21 10:03:21 -04:00
Amine Ben hammou
fee3b58e4e Fix small bugs 2019-03-21 10:03:21 -04:00
Amine Ben hammou
f80a83386e Use VARCHAR instead of LONGTEXT for flags 2019-03-21 10:03:21 -04:00
Amine Ben hammou
7f131d256c Remove debugging code 2019-03-21 10:03:21 -04:00
Amine Ben hammou
4fc53d2b36 Make all users able to edit flags [MAILOET-1677] 2019-03-21 10:03:21 -04:00
Amine Ben hammou
92cf0cc7db Refactor UserFlagsController 2019-03-21 10:03:21 -04:00
Amine Ben hammou
dd497d93c6 Filter flags values before saving them 2019-03-21 10:03:21 -04:00
Amine Ben hammou
f208a25f9a Pass only needed flags to views 2019-03-21 10:03:21 -04:00
Amine Ben hammou
22fc3089e6 Rename UserFlags to UserFlagsController 2019-03-21 10:03:21 -04:00
Amine Ben hammou
bc31db7d91 Avoid dynamic constant names 2019-03-21 10:03:21 -04:00
Amine Ben hammou
114a8281a9 Fix tests, code typos and style 2019-03-21 10:03:21 -04:00
Amine Ben hammou
afe7aa0a54 Move user flags from settings [MAILPOET-1677] 2019-03-21 10:03:21 -04:00
Amine Ben hammou
6218166ca1 Add user flags API endpoint [MAILPOET-1677] 2019-03-21 10:03:21 -04:00
Amine Ben hammou
33847397f3 Add UserFlags controller [MAILPOET-1677] 2019-03-21 10:03:21 -04:00
Amine Ben hammou
6801204232 Add UserFlag model [MAILPOET-1677] 2019-03-21 10:03:21 -04:00
Amine Ben hammou
31a8ca2dc0 Refactor Model::_createOrUpdate 2019-03-21 10:03:21 -04:00
Amine Ben hammou
3c282bcbb3 Refactor Database::defineTables [MAILPOET-1677] 2019-03-21 10:03:21 -04:00
Amine Ben hammou
c043f0c666 Add user_flags table [MAILPOET-1677] 2019-03-21 10:03:21 -04:00
wxa
59622cd5a0 Move bulkSendConfirmationEmail() method out of the Subscriber model [MAILPOET-1922] 2019-03-21 08:30:45 -04:00
wxa
a822114c6d Add bulk action factory to be able to use custom classes for actions [MAILPOET-1922] 2019-03-21 08:30:45 -04:00
wxa
f0683f5226 Revert "Get rid of double html parsing during render" [MAILPOET-1914]
This reverts commit 6056dcd417.
2019-03-20 09:23:14 -04:00
wxa
4b8889c918 Release 3.21.1 2019-03-18 12:31:44 -04:00
Pavel Dohnal
fefcf4fed5 Synchronise subscribers status
[MAILPOET-1790]
2019-03-13 16:10:09 -04:00
Pavel Dohnal
032e5a20ba Add forceSync link to woocommerce segment
[MAILPOET-1790]
2019-03-13 16:10:09 -04:00
Pavel Dohnal
85f0bdde88 Display WooCommerce tab only if woo is active
[MAILPOET-1790]
2019-03-13 16:10:09 -04:00