Commit Graph

6942 Commits

Author SHA1 Message Date
Ján Mikláš
89b90af92e Fix missing styles for progress bar
[MAILPOET-1834]
2019-02-25 07:32:49 -05:00
Rostislav Wolny
1868d1e45f Add a lazy instantiation of Mailer in NewSubscriberNofiticationMailer
[MAILPOET-1823]
2019-02-25 06:38:25 -05:00
Rostislav Wolny
ccc300cd80 Remove container dependency from Initializer
[MAILPOET-1823]
2019-02-25 06:38:25 -05:00
Rostislav Wolny
6048ccba85 Inject CronTrigger into Initializer
[MAILPOET-1823]
2019-02-25 06:38:25 -05:00
Rostislav Wolny
096359741d Inject Hooks, Changelog and Menu into Initializer
[MAILPOET-1823]
2019-02-25 06:38:25 -05:00
Rostislav Wolny
db8c68460d Inject Router into Initializer
[MAILPOET-1823]
2019-02-25 06:38:25 -05:00
Rostislav Wolny
4a6fb923e0 Inject Activator and SettingsController into Initializer
[MAILPOET-1823]
2019-02-25 06:38:25 -05:00
Rostislav Wolny
d5ea906433 Inject API into Initializer using container
[MAILPOET-1823]
2019-02-25 06:38:25 -05:00
Rostislav Wolny
f64e1c81fe Inject AccessControl into Initializer
[MAILPOET-1823]
2019-02-25 06:38:25 -05:00
Rostislav Wolny
b1c9133330 Add current_user_can WP function into WPFunctions wrapper
[MAILPOET-1823]
2019-02-25 06:38:25 -05:00
Rostislav Wolny
1179747324 Refactor AccessControl static methods to instance methods
[MAIPOET-1823]
2019-02-25 06:38:25 -05:00
Rostislav Wolny
171b3564f9 Inject Renderer to Initializer
[MAILPOET-1823]
2019-02-25 06:38:25 -05:00
Rostislav Wolny
d8503cf3c2 Create Initializer using DI
[MAIPOET-1823]
2019-02-25 06:38:25 -05:00
Rostislav Wolny
b7bc54a07e Move Env init out of Initializer
[MAILPOET-1823]
2019-02-25 06:38:25 -05:00
Rostislav Wolny
344b46e862 Update Symfony DI library
[MAILPOET-1823]
2019-02-25 06:38:25 -05:00
Michelle Shull
8d20edb65f [MQ-94][MQ-91] fixed spacing, removed unneeded data-automation-id 2019-02-22 10:33:05 +01:00
Michelle Shull
7bff5ff4cb [MQ-94][MQ-91] changed name, added assertions, added test for bounce email with assertion 2019-02-22 10:33:05 +01:00
Michelle Shull
64c138e50a [MQ-94]Fixed file name to match class 2019-02-22 10:33:05 +01:00
Michelle Shull
49bce630ce [MQ-94]Fixed naming, added better assertions 2019-02-22 10:33:05 +01:00
Michelle Shull
7058b729d1 [MQ-94] Tests that anon data toggle can be toggled 2019-02-22 10:33:05 +01:00
Pavel Dohnal
41547b2283 Convert last import step to react
[MAILPOET-1807]
2019-02-21 14:11:43 -05:00
Pavel Dohnal
bed80e67f1 Use phpstan level 2
[MAILPOET-1822]
2019-02-21 13:49:52 -05:00
Pavel Dohnal
37d2134811 Update phpstan version
[MAILPOET-1822]
2019-02-21 13:49:52 -05:00
Jan Jakeš
ce0a761eab Fix import of a module that does not use 'export default'
[MAILPOET-1829]
2019-02-21 11:52:39 -05:00
Jan Jakeš
5c92af4881 Add and fix comma-dangle rules for *.js files
[MAILPOET-1829]
2019-02-21 11:52:39 -05:00
Jan Jakeš
61ab593dcb Fix order of definitions, remove unnecesary vars
[MAILPOET-1829]
2019-02-21 11:52:39 -05:00
Jan Jakeš
e95e7d3b4c Remove unused imports
[MAILPOET-1829]
2019-02-21 11:52:39 -05:00
Jan Jakeš
bb658f77ec Fix indentaition in *.js files (auto-fix by ESLint)
[MAILPOET-1829]
2019-02-21 11:52:39 -05:00
Jan Jakeš
a2e89039c6 Allow ES6 features in the old ES5 & tests linter setting
[MAILPOET-1829]
2019-02-21 11:52:39 -05:00
Jan Jakeš
b0c3972ab2 Use Babel also for .js
[MAILPOET-1829]
2019-02-21 11:52:39 -05:00
Jan Jakeš
1e1ed6f251 Replace amd-inject-loader with inject-loader & use Babel trick for ES6 support
[MAILPOET-1829]
2019-02-21 11:52:39 -05:00
Jan Jakeš
112d780de5 Fix modules with "return" outside of function
[MAILPOET-1829]
2019-02-21 11:52:39 -05:00
Jan Jakeš
afcde00003 Convert AMD and CommonJS odules to ES6
[MAILPOET-1829]
2019-02-21 11:52:39 -05:00
Jan Jakeš
5a0d905bd4 Do not use named AMD modules
[MAILPOET-1829]
2019-02-21 11:52:39 -05:00
Michelle Shull
67baf7e4cf [MQ-178] Fixed one more snake case var 2019-02-21 11:12:36 -05:00
Michelle Shull
c143730d2e [MQ-178 refactor ManageWelcomeEmailCest tests 2019-02-21 11:12:36 -05:00
Michelle Shull
f9950fdfd0 [MQ-178 refactor ManageWelcomeEmailCest tests 2019-02-21 11:12:36 -05:00
wxa
fb77167a1f Remove unused imports [MAILPOET-1825] 2019-02-21 09:51:53 -05:00
wxa
2f487fd300 Inject subscribe() action instead of calling it statically [MAILPOET-1825] 2019-02-21 09:51:53 -05:00
wxa
7528f0f52b Move subscribe() method to a separate class an make it non-static [MAILPOET-1825] 2019-02-21 09:51:53 -05:00
Pavel Dohnal
56f6441d36 Add duplicate functionality for ALC
[MAILPOET-1810]
2019-02-21 08:43:23 -05:00
Ján Mikláš
cdefaddc76 Add rules for naming SCSS files in CONTRIBUTING
[MAILPOET-1813]
2019-02-21 08:26:32 -05:00
Ján Mikláš
db464fad17 Remove trailing whitespace in .scss files 2019-02-21 08:26:32 -05:00
Ján Mikláš
d8f3df3f45 Remove prefixed CSS properties
[MAILPOET-1814]
2019-02-21 08:26:32 -05:00
Ján Mikláš
aaafff68c8 Use autoprefixer when compiling styles
[MAILPOET-1814]
2019-02-21 08:26:32 -05:00
Ján Mikláš
3dd3d93159 Add autoprefixer and postcss-cli dependencies
[MAILPOET-1814]
2019-02-21 08:26:32 -05:00
Ján Mikláš
d6e2365fb0 Replace all .styl files with .scss, move all component files into separate folder
[MAILPOET-1813]
2019-02-21 08:26:32 -05:00
Ján Mikláš
c9c6c0651e Replace Stylus with SCSS, update watch and compile tasks
[MAILPOET-1813]
2019-02-21 08:26:32 -05:00
Michelle Shull
60d3a736c4 [MQ-177] Refactor edit existing newsletter test 2019-02-21 07:26:49 -05:00
Michelle Shull
ce9af5cc5c [MQ-177] Refactor edit existing newsletter test 2019-02-21 07:26:49 -05:00