Rostislav Wolny
d8167692ee
Add strings for welcome wizard
...
[MAILPOET-1439]
2018-08-13 10:34:34 +02:00
Rostislav Wolny
43d536e5c3
Add image assets for new wizard
...
[MAILPOET-1439]
2018-08-13 10:34:34 +02:00
Rostislav Wolny
7d47e97b51
Add a common component for stepped progress bar
...
[MAILPOET-1439]
2018-08-13 10:34:34 +02:00
Rostislav Wolny
e55df2ca2d
Add filter for skipping welcome wizard
...
This was requested for the purposes of the demo page
[MAILPOET-1439]
2018-08-13 10:34:34 +02:00
Rostislav Wolny
406c8bb6bd
Render welcome wizard page for a new installation
...
[MAILPOET-1439]
2018-08-13 10:34:34 +02:00
Rostislav Wolny
a8c7615013
Remove welcome page
...
The welcome page will be replaced by a new welcome wizard
[MAILPOET-1439]
2018-08-13 10:34:34 +02:00
Rostislav Wolny
9369e7883c
Add acceptance test for post notification duplication [MQ-41]
2018-08-13 10:08:41 +02:00
Vlad
51c89d5aa1
Requires PHP 5.5 or newer.
2018-08-09 14:12:58 +02:00
Rostislav Wolny
659f748dc9
Add cache headers to cron endpoints
...
[MAILPOET-1464]
2018-08-09 14:08:04 +02:00
Pavel Dohnal
2038643c2b
Update js dependency
...
To fix vulnerability
[MAILPOET-1470]
2018-08-08 15:41:08 +02:00
Rostislav Wolny
c7aeca116f
Add queue_id index into newsletter_links table
...
Missing index caused that it took to long when generating tracked unsubscribe URL.
[MAILPOET-1486]
2018-08-08 09:15:06 +02:00
amine-mp
5748dfe759
Merge pull request #1459 from mailpoet/wait-for-mysql
...
Wait for mysql [MAILPOET-1443]
2018-08-07 14:43:08 +01:00
Rostislav Wolny
cc294dd362
Releasing 3.8.4
3.8.4
2018-08-07 14:01:22 +02:00
Pavel Dohnal
4c79a400c5
Wait for mysql
...
[MAILPOET-1443]
2018-08-07 11:51:06 +02:00
amine-mp
348c740a35
Merge pull request #1458 from mailpoet/acceptance-tests-fix
...
Use ui to update settings
2018-08-07 10:09:21 +01:00
Pavel Dohnal
b6a367f770
Use ui to update settings
2018-08-07 10:21:35 +02:00
Michelle Shull
913dcb30c5
Merge pull request #1443 from mailpoet/duplicate-editor-save-button
...
Duplicate editor save button [MAILPOET-1448]
2018-08-06 09:24:44 -04:00
Michelle Shull
e9c79a1952
Merge pull request #1444 from mailpoet/tasks-status
...
Add latest sending tasks to help's page system status [MAILPOET-1460]
2018-08-06 08:45:47 -04:00
Michelle Shull
43c4a24ab3
Schedule Standard Newsletter Test [MQ-45]
2018-08-02 12:17:29 -04:00
Michelle Shull
f2382d25bd
Search for Standard Newsletter [MQ-55]
2018-08-02 10:28:13 -04:00
Michelle Shull
5d8522c83a
Merge pull request #1451 from mailpoet/save-standard-as-template
...
Save standard newsletter as template [MQ-36]
2018-08-02 10:18:28 -04:00
Michelle Shull
e413f83dfa
Save standard newsletter as template [MQ-36]
2018-08-02 09:34:40 -04:00
Michelle Shull
f202e9d21e
Merge pull request #1445 from mailpoet/send_tab_revert_activation_logic
...
Removes automatic MSS activation [MAILPOET-1478]
2018-08-02 08:03:50 -04:00
Rostislav Wolny
e00c322040
Add rendering of latest sending tasks to help page
...
[MAILPOET-1460]
2018-08-02 09:46:00 +02:00
Rostislav Wolny
7186f4b13a
Add fetching of latest sending tasks for help page
...
[MAILPOET-1460]
2018-08-02 08:06:06 +02:00
Michelle Shull
b1feb0c21a
Save standard newsletter as template [MQ-36]
2018-08-01 14:12:23 -04:00
Michelle Shull
f7469b4307
Merge pull request #1450 from mailpoet/duplicate-newsletter-test
...
Duplicate Newsletter Acceptance [MQ-39]
2018-08-01 12:16:33 -04:00
Michelle Shull
a71e6cb7d9
Duplicate Newsletter Acceptance [MQ-39]
2018-08-01 11:49:30 -04:00
Pavel Dohnal
734e5577e3
Releasing 3.8.3
3.8.3
2018-08-01 14:39:16 +01:00
Michelle Shull
8cdb71ed91
Merge pull request #1447 from mailpoet/cron-override-fix
...
Fix overriding cron token [MAILPOET-1481]
2018-08-01 08:21:36 -04:00
Michelle Shull
cb45bf8d51
Merge pull request #1448 from mailpoet/delete-newsletter-test
...
Initial commit of acceptance test for newsletter deletion
2018-08-01 07:50:52 -04:00
Michelle Shull
a242c06990
Initial commit of acceptance test for newsletter deletion
2018-08-01 06:38:04 -04:00
Jan Jakeš
cccf40e65f
Use notice close button from WP
...
Notice close button looked different than the WP-native one. This reuses the WP button.
[MAILPOET-1448]
2018-07-31 21:11:20 +02:00
Jan Jakeš
c5ee742b01
Display close button also for auto-disposable notices if hideClose === false
...
The notice component was ignoring "hideClose" setting when "static" was set to false
(= auto disposable notice after timeout). This commit makes the behavior more transparent
by always respecting each of the settings. Note that jQuery's "delay()" can't be used now
since it blocks also other close events with the timout (events from close button).
[MAILPOET-1448]
2018-07-31 21:11:20 +02:00
Jan Jakeš
364facabd5
Display after-save notice always on top (& scroll there)
...
The save component was displaying notice just below the save buttons. This seems
inconsistent with WP behaviour for the save button in the bottom. This makes the
notices always display on top & scroll there if necessary.
[MAILPOET-1448]
2018-07-31 21:11:19 +02:00
Jan Jakeš
5204bbc4af
Fix notice right margin & make it compatible with editor
...
Notices didn't have correct margins due to overrides of some WP styles.
This makes them look the same as default WP notices.
[MAILPOET-1448]
2018-07-31 21:11:19 +02:00
Jan Jakeš
4a84974ceb
Make save-as-template & export-as-template toggable identically to options
...
There was no option how to close save-as-template and export-as-template windows.
This makes them closable in the same way as dropdown options are.
[MAILPOET-1448]
2018-07-31 21:11:19 +02:00
Jan Jakeš
af0d18a734
Make save dropdown menu opening up in the bottom
...
This introduces setDropdownDirectionDown() and setDropdownDirectionUp() methods
on the save component to switch between dropdown/dropup functionality. Default
is dropdown, in the bottom of the page dropup is used.
[MAILPOET-1448]
2018-07-31 21:11:16 +02:00
Jan Jakeš
e6269308d0
Make more space for beacon & save buttons in the bottom
...
[MAILPOET-1448]
2018-07-31 21:10:31 +02:00
Jan Jakeš
8abf14b0c3
Put autosaved info below save button
...
[MAILPOET-1448]
2018-07-31 21:10:21 +02:00
Jan Jakeš
3821a9719a
Make save button dropdowns right-aligned & positioned absolutely
...
[MAILPOET-1448]
2018-07-31 21:09:50 +02:00
Jan Jakeš
c1edee7f14
Duplicate save buttons on the top
...
[MAILPOET-1448]
2018-07-31 21:09:27 +02:00
Jan Jakeš
80b370eed5
Move save buttons to the right
...
[MAILPOET-1448]
2018-07-31 21:09:27 +02:00
Jan Jakeš
01aac4d602
Move editor breadcrumbs to top-left
...
[MAILPOET-1448]
2018-07-31 21:09:27 +02:00
Pavel Dohnal
a3b79a6907
Fix overriding cron token
2018-07-31 17:48:26 +02:00
Pavel Dohnal
38d078df5e
Release 3.8.2
3.8.2
2018-07-31 12:47:29 +01:00
Vlad
97c5c25628
Removes automatic MSS activation.
2018-07-30 22:10:38 -04:00
Michelle Shull
adbce928f8
Merge pull request #1441 from mailpoet/queue-status
...
Sending queue status on help page [MAILPOET-1459]
2018-07-27 10:04:12 -04:00
Michelle Shull
92d0dfc0e1
Merge pull request #1440 from mailpoet/post-notification-template
...
Acceptance test create post notification template [MQ-38]
2018-07-26 07:39:25 -04:00
Rostislav Wolny
d7f12b5973
Add context for translators on help page
...
[MAILPOET-1459]
2018-07-26 13:08:35 +02:00