Pavel Dohnal
bb3433948f
Make success message bold
...
[MAILPOET-1564]
2018-11-15 13:01:58 +01:00
Jan Jakeš
8557cbccb1
Refactor SimpleWorker to be more expressive (so PHPStan understands it)
2018-11-15 11:41:04 +01:00
Jan Jakeš
9d0b7077d0
Fix catching non-existent exception & missing exception instantiation
2018-11-15 11:41:04 +01:00
Jan Jakeš
60a5fe2732
Remove unused parameters & variabeles, fix calls with wrong number of args
2018-11-15 11:41:04 +01:00
Jan Jakeš
aac7744dee
Fix case in use statements
2018-11-15 11:41:04 +01:00
Pavel Dohnal
141cb09a54
Implement pagination to tags and categories query
...
[MAILPOET-1613]
2018-11-15 09:50:13 +01:00
Rostislav Wolny
c36aad1345
Ensure container for third party plugins using MP api
...
[MAILPOET-1637]
2018-11-15 09:05:33 +01:00
Rostislav Wolny
38e9d806b8
Refactor ALC endpoint to follow DI
...
[MAILPOET-1637]
2018-11-15 09:04:46 +01:00
Rostislav Wolny
e0863e4b7e
Reorder services in container factory by namespace
...
[MAILPOET-1637]
2018-11-15 09:04:27 +01:00
Rostislav Wolny
d49b2a72a9
Refactor JSON API to use container for creating endpoints
...
[MAILPOET-1637]
2018-11-15 09:04:15 +01:00
Rostislav Wolny
a42787d10d
Refactor MP v1 API to obtain services via constructor
...
[MAILPOET-1637]
2018-11-15 09:03:43 +01:00
Pavel Dohnal
ad85c7e4b1
Create a default form
...
[MAILPOET-1449]
2018-11-15 09:00:10 +01:00
M. Shull
a393ad5b61
Merge pull request #1615 from mailpoet/simplify-template-categories
...
Simplify email template categories [MAILPOET-1557]
2018-11-14 08:32:40 -05:00
M. Shull
1a926b32b5
Merge pull request #1614 from mailpoet/welcome-email-status
...
Display number of welcome notification on listings page [MAILPOET-1562]
2018-11-14 07:58:29 -05:00
wxa
0c53c19cc6
Add a migration for updating categories [MAILPOET-1557]
2018-11-12 19:01:45 +03:00
wxa
99ff540ebe
change categories in templates [MAILPOET-1557]
2018-11-12 18:17:25 +03:00
wxa
4cb2f78bb8
Change template category tabs [MAILPOET-1557]
2018-11-12 18:08:16 +03:00
Pavel Dohnal
362235e96a
Display number of welcome notification on listings page
...
[MAILPOET-1562]
2018-11-12 15:32:02 +01:00
M. Shull
f64b42d5cd
Merge pull request #1594 from mailpoet/update-first-pn-logic
...
Send posts published before post notification has been created [MAILPOET-1560]
2018-11-12 08:44:02 -05:00
M. Shull
d1b91cd661
Merge pull request #1610 from mailpoet/remove-data-post-id
...
Remove unwanted data-post-id attributes from templates [MAILPOET-1620]
2018-11-12 07:37:55 -05:00
Pavel Dohnal
5e16bc4184
Add test and remove redundant call
...
[MAILPOET-1560]
2018-11-12 08:33:00 +01:00
Pavel Dohnal
75295e55c2
Schedule post notification after it's been created
...
[MAILPOET-1560]
2018-11-12 08:33:00 +01:00
Pavel Dohnal
13329d568d
Send posts published before post notification has been created
...
[MAILPOET-1560]
2018-11-12 08:33:00 +01:00
Pavel Dohnal
b9993da62c
Show congratulation page after first newsletter
...
[MAILPOET-1468]
2018-11-12 08:10:46 +01:00
M. Shull
6c8705f3c2
Merge pull request #1611 from mailpoet/di-public-services
...
Make all services registered in DI public [MAILPOET-1621]
2018-11-09 10:18:29 -05:00
M. Shull
a1457678b0
Merge pull request #1577 from mailpoet/fonts
...
adding custom fonts [MAILPOET-1493]
2018-11-08 11:18:36 -05:00
Rostislav Wolny
b6e0b7ceb0
Make all services registered in DI public
...
In ideal application one needs only on public service some bootstrap and that is why all services are private as default. Our code is not ideal yet so we have to declare services as public.
[MAILPOET-1621]
2018-11-08 16:13:40 +01:00
M. Shull
8d3e751845
Merge pull request #1602 from mailpoet/fix-paused-post-notifications
...
Don't block new post notifications by earlier ones paused during sending [MAILPOET-1609]
2018-11-08 10:10:54 -05:00
wxa
c9b350adab
Remove unwanted data-post-id attributes from templates [MAILPOET-1620]
2018-11-08 16:54:36 +03:00
Pavel Dohnal
05d054dfad
Make menu icon retina friendly
...
[MAILPOET-1559]
2018-11-07 16:42:02 +01:00
wxa
2f202f6b3d
Don't block new post notifications by one paused during sending [MAILPOET-1609]
2018-11-06 19:14:54 +03:00
Amine Ben hammou
cca2a1923d
fix code typos and style
2018-11-06 12:38:39 +01:00
M. Shull
5c5069643e
Merge pull request #1595 from mailpoet/php56-warning
...
Update PHP 5.6 warning [MAILPOET-1610]
2018-11-06 05:19:33 -05:00
Amine Ben hammou
62e47dcf12
make small improvements and additional specs details.
2018-11-06 11:01:55 +01:00
Amine Ben hammou
8209facb5c
adding custom fonts
2018-11-06 10:59:20 +01:00
M. Shull
80d6cd0187
Merge pull request #1591 from mailpoet/update-post-notification-templates
...
Update post notification templates [MAILPOET-1558]
2018-11-05 14:07:50 -05:00
M. Shull
5635014285
Merge pull request #1582 from mailpoet/symfony-di
...
Add symfony dependency injection container [MAILPOET-1605]
2018-11-05 13:50:05 -05:00
Rostislav Wolny
cada06360b
Fix templates data to use proper images and social icons URLs
...
[MAILPOET-1558]
2018-11-05 15:42:10 +01:00
Rostislav Wolny
5a4cebf0d7
Update template screenshots
...
[MAILPOET-1558]
2018-11-05 15:33:48 +01:00
Rostislav Wolny
cb8d532d64
Fix ALC rendering of posts to have a padded title
...
[MAILPOET-1558]
2018-11-05 15:33:48 +01:00
Rostislav Wolny
7f31f0888e
Update template data
...
[MAILPOET-1558]
2018-11-05 15:33:48 +01:00
wxa
4a781849db
Display outdated PHP version warning for 5.6 [MAILPOET-1610]
2018-11-05 11:18:15 +03:00
Pavel Dohnal
c4094efd91
Update PHP 5.6 warning
...
[MAILPOET-1610]
2018-11-05 11:15:59 +03:00
M. Shull
c13974ad82
Merge pull request #1590 from mailpoet/default-confirmation-email-update
...
Change default signup confirmation email [MAILPOET-1563]
2018-11-02 13:40:48 -04:00
Rostislav Wolny
f39c0c58c2
Add dumpContainer to container factory
...
[MAILPOET-1605]
2018-10-31 17:26:47 +01:00
Rostislav Wolny
ad77fa547a
Remove services.yaml and define services directly in PHP
...
[MAILPOET-1605]
2018-10-31 17:26:47 +01:00
Rostislav Wolny
fff8176a49
Refactor lib/Router to use with container for endpoints
...
[MAILPOET-1605]
2018-10-31 17:26:47 +01:00
Rostislav Wolny
71ad9f50cb
Add container factory and initialize container in Initializer
...
[MAILPOET-1605]
2018-10-31 17:26:47 +01:00
wxa
4d93aff2cb
Change default signup confirmation email [MAILPOET-1563]
2018-10-31 17:06:15 +03:00
wxa
7b859660b7
End support for PHP 5.5 [MAILPOET-1317]
2018-10-31 15:21:34 +03:00