Commit Graph

11662 Commits

Author SHA1 Message Date
Pavel Dohnal
9f615548b2 Add groups
[MAILPOET-2657]
2020-08-06 12:23:41 +02:00
Pavel Dohnal
22c8c9a8df Add filters to response
[MAILPOET-2657]
2020-08-06 12:23:41 +02:00
Pavel Dohnal
ff23e4275a Build listings response
[MAILPOET-2657]
2020-08-06 12:23:41 +02:00
Pavel Dohnal
0f5bbd744e Create SubscriberListingRepository
[MAILPOET-2657]
2020-08-06 12:23:41 +02:00
Rostislav Wolny
7d94e2fbbd Load proper subscriber filters on save
[MAILPOET-3054]
2020-08-05 16:36:35 +02:00
Rostislav Wolny
fb3b6f8239 Pass backUrl to new subscriber link and edit subscriber action link
[MAILPOET-3054]
2020-08-05 16:36:35 +02:00
Rostislav Wolny
537bca26b4 Pass backUrl to default listing edit action link
[MAILPOET-3054]
2020-08-05 16:36:35 +02:00
Rostislav Wolny
0b71a5e5a9 Pass location to listing action items create link function
[MAILPOET-3054]
2020-08-05 16:36:35 +02:00
Rostislav Wolny
bfca7d9ad9 Pass backUrl in subscriber email edit link
[MAILPOET-3054]
2020-08-05 16:36:35 +02:00
Rostislav Wolny
d024ff31dd Add backUrl support to subscribers back button
[MAILPOET-3054]
2020-08-05 16:36:35 +02:00
Rostislav Wolny
3e6ac9f98b Refactor subscribers list component to functional component
[MAILPOET-3054]
2020-08-05 16:36:35 +02:00
Rostislav Wolny
f96b6404a4 Refactor subscriber form to functional component
[MAILPOET-3054]
2020-08-05 16:36:35 +02:00
Lysy Jan
1a1a8c4887 Display Recently sent first in the email template selection
Fixes: #2963
[MAILPOET-2087]
2020-08-05 15:15:09 +02:00
Rostislav Wolny
41341e92d3 Hide success/error messages in widget form preview
[MAILPOET-3071]
2020-08-05 12:06:23 +02:00
Ján Mikláš
921945aaf8 Fix typo in translation
[MAILPOET-3000]
2020-08-05 09:38:34 +02:00
Ján Mikláš
b1be2b4923 Use <Tag> component in <NewsletterStats>
[MAILPOET-3000]
2020-08-05 09:38:34 +02:00
Ján Mikláš
ef0d292db0 Add <Tag> component
[MAILPOET-3000]
2020-08-05 09:38:34 +02:00
Ján Mikláš
3211f49f7c Unify color variables naming
[MAILPOET-3000]
2020-08-05 09:38:34 +02:00
Ján Mikláš
77f15c5a69 Fix typo
[MAILPOET-3000]
2020-08-05 09:38:34 +02:00
wxa
3a4a773014 Update tests [MAILPOET-3000] 2020-08-05 09:38:34 +02:00
wxa
ab8ca18ec7 Add NewsletterStats to Storybook [MAILPOET-3000] 2020-08-05 09:38:34 +02:00
wxa
beb11abaef Use new stats component in newsletter listing [MAILPOET-3000] 2020-08-05 09:38:34 +02:00
wxa
7b4c501e86 Add styles for NewsletterStats component [MAILPOET-3000] 2020-08-05 09:38:34 +02:00
wxa
56d9a37509 Add NewsletterStats component [MAILPOET-3000] 2020-08-05 09:38:34 +02:00
Amine Ben hammou
c5f4da57c9 Add missing header translations 2020-08-04 15:09:09 +02:00
Amine Ben hammou
0a0dbf0fa1 Fix code style 2020-08-04 15:09:09 +02:00
Amine Ben hammou
1fd83c267c Add missing translations 2020-08-04 15:09:09 +02:00
Amine Ben hammou
535587de6b Add missing use statements and fix code style 2020-08-04 15:09:09 +02:00
Amine Ben hammou
24bfb67915 Add new common translations 2020-08-04 15:09:09 +02:00
Amine Ben hammou
a4c5d81b6f Remove old translations 2020-08-04 15:09:09 +02:00
Rostislav Wolny
12ae18c87e Fix iframe testing in acceptance tests
[MAILPOET-2973]
2020-08-04 14:33:14 +02:00
Rostislav Wolny
0cfcd6c18d Add missing dependency for codeception interactive console
[MAILPOET-2973]
2020-08-04 14:33:14 +02:00
Rostislav Wolny
6396a6e9e0 Update symfony polyfills
[MAILPOET-2973]
2020-08-04 14:33:14 +02:00
Rostislav Wolny
82d2784ed0 Get rid of magic _inject in acceptance tests
After updating to Codeception v4 inject doesn't work since services in DI needs WP to be loaded.
Injecting data factories is also not recommended practice since they are not designed to work as singleton and may that test influence each other and cause some flakiness.
[MAILPOET-2973]
2020-08-04 14:33:14 +02:00
Rostislav Wolny
6c36c4fe79 Update guzzlehttp/guzzle and composer/xdebug-handler
[MAILPOET-2973]
2020-08-04 14:33:14 +02:00
Rostislav Wolny
14067a22d9 Update codeception/codeception and related packages
[MAILPOET-2973]
2020-08-04 14:33:14 +02:00
Rostislav Wolny
88e2917fda Update sub-dependencies for prefixed PHP packages
[MAILPOET-2973]
2020-08-04 14:33:14 +02:00
Rostislav Wolny
18f04add26 Update symfony/validator
[MAILPOET-2973]
2020-08-04 14:33:14 +02:00
Rostislav Wolny
cf36b027d1 Update symfony/polyfill-* packages
[MAILPOET-2973]
2020-08-04 14:33:14 +02:00
Rostislav Wolny
5ffe498dec Update symfony/dependency-injection
[MAILPOET-2973]
2020-08-04 14:33:14 +02:00
Rostislav Wolny
238d6fd358 Update sabberworm/php-css-parser
[MAILPOET-2973]
2020-08-04 14:33:14 +02:00
Rostislav Wolny
b227cca598 Update monolog/monolog and subdependencies
[MAILPOET-2973]
2020-08-04 14:33:14 +02:00
Lysy Jan
ba4fd9eb1b Fix subscriber status resetting on WP user creation
Fixes:#2960
[MAILPOET-3016]
2020-08-04 13:41:48 +02:00
wxa
762d205438 Release 3.48.0 2020-08-04 13:35:57 +03:00
Rostislav Wolny
e9c1149234 Fix manage subscription integration test
[MAILPOET-1635]
2020-08-03 14:10:56 +02:00
Rostislav Wolny
5ab00d5988 Move custom field submit and delete to bottom of settings
[MAILPOET-3056]
2020-08-03 13:00:10 +02:00
Rostislav Wolny
fc07909760 Hide manage subscription form success message on submit
[MAILPOET-1635]
2020-08-03 10:23:17 +02:00
Rostislav Wolny
2a472ceb2a Refactor inline styles from manage subscription form template to css file
[MAILPOET-1635]
2020-08-03 10:23:17 +02:00
Rostislav Wolny
c2c47a1c84 Add success message to subscription management form
[MAILPOET-1635]
2020-08-03 10:23:17 +02:00
Rostislav Wolny
7c2e9162a1 Add filter form manage subscription form fields
[MAILPOET-1635]
2020-08-03 10:23:17 +02:00