Commit Graph

4663 Commits

Author SHA1 Message Date
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
Rostislav Wolny
99bea70de8 Enable autowire strict_mode for DI container
[MAILPOET-2291]
2019-08-28 07:39:52 -04:00
Pavel Dohnal
69e9b099d8 Prevent showing WC Customers UI to new WC website
[MAILPOET-2206]
2019-08-27 21:48:46 -04:00
Amine Ben hammou
25ddc80a9a Optimize SQL query using temporary table 2019-08-27 16:46:46 -04:00
Rostislav Wolny
82123afc7c Add missing PHP doc to hash and string generating functions
[MAILPOET-1900]
2019-08-26 10:59:28 +02:00
Jan Jakeš
0aa1d65822 Auto-regenerate Doctrine metadata in dev mode
[MAILPOET-2298]
2019-08-23 15:34:10 -04:00
Jan Jakeš
c185d66008 Add Segment model constants to SegmentEntity
[MAILPOET-2216]
2019-08-23 15:31:11 -04:00
Jan Jakeš
48b65c76aa Keep SELECT clause collapsed by default in Tracy panel
[MAILPOET-2216]
2019-08-23 15:31:11 -04:00
Jan Jakeš
19ee0734e2 Use Doctrine in Newsletters::get() API
[MAILPOET-2216]
2019-08-23 15:31:11 -04:00
Jan Jakeš
91dd0aa910 Add Doctrine entities for sending queues and scheduled tasks
[MAILPOET-2216]
2019-08-23 15:31:11 -04:00
Jan Jakeš
eb837c8e36 Add Doctrine entities for newsletters, options, and segments
[MAILPOET-2216]
2019-08-23 15:31:11 -04:00
Jan Jakeš
03fb82cf95 Add JSON and JSON/serialized types for Doctrine
[MAILPOET-2216]
2019-08-23 15:31:11 -04:00
Jan Jakeš
09105dd730 Add trait for soft-deleted entities
[MAILPOET-2216]
2019-08-23 15:31:11 -04:00
Pavel Dohnal
8b9c460301 Add translated text for default WC checkbox
[MAILPOET-2207]
2019-08-23 15:00:13 -04:00
Pavel Dohnal
a7367f206c Update global status for unsubcribed WC customers
[MAILPOET-2204]
2019-08-23 14:31:47 -04:00
Rostislav Wolny
4588d9ee67 Remove unused parameter from pingDaemon
[MAILPOET-2290]
2019-08-23 12:12:12 -04:00
Rostislav Wolny
23f785bf62 Add cron ping error response to status notice
[MAILPOET-2290]
2019-08-23 12:12:12 -04:00
Rostislav Wolny
89ed90dddb Fix task scheduler isReachable status
[MAILPOET-2290]
2019-08-23 12:12:12 -04:00
Rostislav Wolny
e21515c460 Add referral id to global JS variables
[MAILPOET-2182]
2019-08-22 14:36:44 -04:00
Rostislav Wolny
ee144a780d Register twig function for adding referral id
[MAILPOET-2182]
2019-08-22 14:36:44 -04:00
Rostislav Wolny
72aa4a5fb8 Refactor WPFunctions to property in Twig Functions class
[MAILPOET-2182]
2019-08-22 14:36:44 -04:00
Rostislav Wolny
a23bc07349 Add referral id URL decorator
[MAILPOET-2182]
2019-08-22 14:36:44 -04:00