Commit Graph

1296 Commits

Author SHA1 Message Date
17fe60b293 Add Subscribers page class
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
d09afded94 Add Update page class
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
73f39be4df Add RevenueTrackingPermission page class
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
e93d1e1774 Add WooCommerceListImport page class
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
fbb123a4ca Add MP2Migration page class
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
c11b2313af Add NewsletterEditor page class
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
28f5c18b06 Add Help page class
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
3c87713830 Add Settings page class
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
073b88979e Add Newsletters page class
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
fe604745c1 Add WelcomeWizard page class
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
9fd1431b7f Refactor Menu::isNewUser into a service
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
ed9f0aa294 Refactor Menu::getLimitPerPage to a service
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
06fd592514 Refactor displayPage method to PageRenderer service
[MAILPOET-2200]
2019-07-22 09:13:39 -04:00
wxa
7f40e5b512 Clean up unused imports [MAILPOET-2208] 2019-07-19 08:54:50 -04:00
wxa
a2df2cc7bd Refactor subscription pages and config shortcodes to DI [MAILPOET-2208] 2019-07-19 08:54:50 -04:00
7418543694 Initialize Hooks on the init action 2019-07-08 14:15:59 -04:00
88a377f9f5 Load subscribers count only for non-premium users
[MAILPOET-2104]
2019-07-03 11:59:23 -04:00
cec2065486 Create premium banner component for stats page
[MAILPOET-2104]
2019-07-03 11:59:23 -04:00
a6346cad8e Remove uneeded require 2019-06-27 08:38:33 -04:00
8fd19f1d68 Fix tests 2019-06-27 08:38:33 -04:00
5ae402bcab Add Populator to DI 2019-06-27 08:38:33 -04:00
7fba1be402 Fix code style and add checks 2019-06-27 08:38:33 -04:00
232ef05e81 Schedule the task 2019-06-27 08:38:33 -04:00
ac54e198bf Add test 2019-06-27 08:38:33 -04:00
d980f9e3f4 Update last announcement date automatically 2019-06-27 08:38:33 -04:00
ba9db99cff Update Beamer announcement date
[MAILPOET-1857]
2019-06-25 11:06:19 -04:00
c17616cdc7 Keep role emails list in one place
[MAILPOET-2101]
2019-06-20 11:51:46 -04:00
74a4ff5a2f Use DI to initialize PermanentNotices
[MAILPOET-2088]
2019-06-20 09:22:12 -04:00
111adbe90e Fix registration of rejected users
There are multiple hooks for user registration.
https://usersinsights.com/wp/wp-content/uploads/2018/07/user-registration-hooks-2.png
The `register_post` hook is executed first and
after that there is `registration_errors`.
The captcha verification is done in `registration_errors` hook.
But because we were using `register_post` we were saving
the subscriber before the post request was verified.

[MAILPOET-2114]
2019-06-06 10:41:13 -04:00
wxa
7dc3171629 Add an updated_at field to scheduled task subscribers [MAILPOET-2083] 2019-05-21 11:07:26 -04:00
wxa
8be7768176 Log plugin updates [MAILPOET-2083] 2019-05-21 11:07:26 -04:00
fb65f19085 Remove old auth error notice displaying out of newsletters page
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
67b90ca228 Schedule authorized emails check on update
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
875a54eb3d Use feature flags instead of settings
[MAILPOET-1856]
2019-05-21 09:39:07 -04:00
d4b4c61109 Prevent potential infinite loop
[MAILPOET-1856]
2019-05-21 09:39:07 -04:00
08851ef0a3 Add cookie tracking settings
[MAILPOET-1856]
2019-05-21 09:39:07 -04:00
2a5f0cbb52 Ask for permissions step
[MAILPOET-1856]
2019-05-21 09:39:07 -04:00
4f42537fe7 Add page for permissions asking
[MAILPOET-1856]
2019-05-21 09:39:07 -04:00
879a36e0f2 Rename translation functions 2019-05-21 09:04:00 -04:00
9745b0ab02 Show notice in Beamer when MailPoet update is available
[MAILPOET-2038]
2019-05-20 13:13:22 -04:00
39cb25d576 Add rule for empty comments
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
5d64ec168d Add rule for concatenation operator spacing
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
12ff88ee21 Add rule for operator spacing
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
5da7110eb6 Use short array syntax
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
9f16cb6a5f Check for unused privates
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
b9af15e19f Enforce array trailling commas
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
9172b7e990 Use shorter feature name due to index length limitations
[MAILPOET-2008]
2019-05-16 10:45:55 -04:00
fe51e5e38c Add admin page for experimental features
[MAILPOET-2008]
2019-05-16 10:45:55 -04:00
ab683b47de Add feature flags API
[MAILPOET-2008]
2019-05-16 10:45:55 -04:00
343ad0008c Render feature flags in layout.html
[MAILPOET-2008]
2019-05-16 10:45:55 -04:00