Commit Graph

4334 Commits

Author SHA1 Message Date
Pavel Dohnal
41c01ca230 Move automatic emails to own scheduler
[MAILPOET-2348]
2019-09-11 19:16:21 +01:00
Pavel Dohnal
493e16606c Move constans to their classes
[MAILPOET-2348]
2019-09-11 19:16:21 +01:00
Pavel Dohnal
3d750c5bb8 Move post notification scheduling to service
[MAILPOET-2348]
2019-09-11 19:16:21 +01:00
Amine Ben hammou
7f66b1bcd5 Subscribe new user to WP list only
[MAILPOET-2210]
2019-09-11 10:36:56 +01:00
Amine Ben hammou
2b51b2f209 Check parent exists before returning it
[MAILPOET-2350]
2019-09-11 10:18:10 +01:00
Rami Yushuvaev
2e72ba447d Use numberFormatI18n() 2019-09-11 10:07:34 +01:00
Rami Yushuvaev
4b79ae1801 Minor %s placeholder fix 2019-09-11 10:07:34 +01:00
Rami Yushuvaev
1c52f89130 Update sprintf() 2019-09-11 10:07:34 +01:00
Rami Yushuvaev
3c3fcf38cb i18n: merge two similar translation strings 2019-09-11 10:07:34 +01:00
Rami Yushuvaev
5e869c7091 i18n: Avoid using HTML tags in translation strings
Remove `<br>` tag from the translation string.
2019-09-11 10:06:02 +01:00
Rami Yushuvaev
a9bb3e66ed i18n: remove redundant HTML tag
The string has one `<b>` tag and two `</b>` tags. This PR removes the second closing tag.
2019-09-11 10:49:54 +03:00
Pavel Dohnal
6584d84dbb Fix PHP Scoper ignoring doctrine array annotations
[MAILPOET-2297]
2019-09-09 14:11:44 +01:00
Ján Mikláš
270a5fc219 Fix parsing IPv6 in WP 4.7 and 4.8
Code copied from https://developer.wordpress.org/reference/classes/wpdb/parse_db_host/

[MAILPOET-2289]
2019-09-09 13:50:07 +01:00
Ján Mikláš
a5cbe98031 Fix failing integration test in MySQL 8.0
[MAILPOET-2289]
2019-09-09 13:50:07 +01:00
Ján Mikláš
46476c8491 Add "resend email" action to subscribers list item
[MAILPOET-2316]
2019-09-09 11:35:38 +01:00
Ján Mikláš
481cae676c Add subscribers API action for sending confirmation email
[MAILPOET-2316]
2019-09-09 11:35:38 +01:00
Pavel Dohnal
0e8a5bdb62 Add tracy panel for DI container
[MAILPOET-2293]
2019-09-09 10:52:40 +01:00
Ján Mikláš
e8253ad94e Remove bulk option to resend confirmation emails
[MAILPOET-2315]
2019-09-09 09:51:52 +01:00
Jan Jakeš
cf9c90bd04 Rewrite UserFlags data factory to create-or-update logic
[MAILPOET-2302]
2019-09-04 14:01:24 -04:00
Pavel Dohnal
f19454103a Display correct count of segments
[MAILPOET-2326]
2019-09-04 13:05:05 -04:00
Jan Jakeš
f5cf4ab0bf Improve CAPTCHA strings
[MAILPOET-2323]
2019-09-04 12:13:06 -04:00
wxa
643f3af185 Display captcha success/error messages without JS [MAILPOET-2323] 2019-09-04 12:13:06 -04:00
wxa
7ca234d92c Update an error message [MAILPOET-2323] 2019-09-04 12:13:06 -04:00
Pavel Dohnal
ea0a3ff159 Update global status on unsubscribe
[MAILPOET-2320]
2019-09-04 11:40:54 -04:00
Pavel Dohnal
abdf20b490 Use correct return value
[MAILPOET-2320]
2019-09-04 11:40:54 -04:00
Pavel Dohnal
c3bd05e7e3 Throw an error only if zip extension needed
[MAILPOET-2330]
2019-09-04 10:07:14 -04:00
Rami Yushuvaev
268cd4675d Update 2019-08-29 15:00:51 -04:00
Rami Yushuvaev
5954b80ae6 Update 2019-08-29 15:00:51 -04:00
Rami Yushuvaev
687e9bce0d update 2019-08-29 15:00:51 -04:00
Rami Yushuvaev
0ce622c32c i18n: remove HTML tags from translation strings 2019-08-29 15:00:51 -04:00
Rami Yushuvaev
0b8e4662ca i18n: remove HTML tags from translation strings 2019-08-29 15:00:51 -04:00
Rami Yushuvaev
fd4e0fe13e i18n: remove HTML tags from translation strings 2019-08-29 15:00:51 -04:00
Pavel Dohnal
c90a2e41a1 Use separate scheduler for welcome emails
[MAILPOET-2321]
2019-08-29 13:55:49 -04:00
Pavel Dohnal
1528648149 Remove aspect mock from php version notice
[MAILPOET-2321]
2019-08-29 13:55:49 -04:00
Pavel Dohnal
6c273c9021 Pass random function to allow mocking
[MAILPOET-2321]
2019-08-29 13:55:49 -04:00
Pavel Dohnal
d0d27a66ae Add groups to post notifications history
[MAILPOET-2192]
2019-08-29 11:36:08 -04:00
Jan Jakeš
fa4b01880a Remove unused TinyMCE wplink plugin 2019-08-29 11:13:15 -04:00
Ján Mikláš
d3d572faa9 Open KB links in Beacon popover
[MAILPOET-2179]
2019-08-28 14:28:06 -04:00
Pavel Dohnal
45e1779a07 Remove callable typehint
Because we need to pass an array and that doesn't work

[MAILPOET-2219]
2019-08-28 12:48:22 -04:00
Pavel Dohnal
3f3983113a Remove unused argument
[MAILPOET-2219]
2019-08-28 12:48:22 -04:00
Pavel Dohnal
ff9bc0b3b9 Use doctrine in integration tests
[MAILPOET-2219]
2019-08-28 12:48:22 -04:00
Pavel Dohnal
8e65d4b6b2 Use Doctrine to get all User Flags
[MAILPOET-2219]
2019-08-28 12:48:22 -04:00
Pavel Dohnal
513e4c8542 Create function createOrUpdate
[MAILPOET-2219]
2019-08-28 12:48:22 -04:00
Pavel Dohnal
7a3ac1af74 Use Doctrine to create new User Flags
[MAILPOET-2219]
2019-08-28 12:48:22 -04:00
Pavel Dohnal
10476ebd8f Create Feature Flags Repository
[MAILPOET-2219]
2019-08-28 12:48:22 -04:00
Pavel Dohnal
5b9e56df54 Create an Entity for Feature Flag
[MAILPOET-2219]
2019-08-28 12:48:22 -04:00
Rami Yushuvaev
bcc43766ec i18n: merge similar translations strings
"Fake logo" is used 6 times, "Fake Logo" (capital L) only one time.
2019-08-28 08:27:09 -04:00
Rami Yushuvaev
c0538f6c5f Update sprintf() 2019-08-28 08:11:51 -04:00
Rami Yushuvaev
1156e5ae57 i18n: merge two similar translation strings 2019-08-28 08:11:51 -04:00
Rami Yushuvaev
3de1eead47 i18n: use uppercase "CAPTCHA" to march to other translation strings 2019-08-28 08:01:31 -04:00