Commit Graph

1213 Commits

Author SHA1 Message Date
5c66025633 Merge pull request #1418 from mailpoet/cron-ping-warning
Automatically test if cron can be pinged and display a notice [MAILPOET-801]
2018-07-16 10:36:34 -04:00
96f36d0d1c Merge pull request #1426 from mailpoet/update-text
Update text [MAILPOET-1436]
2018-07-12 12:17:36 -04:00
4229ba87f3 Create forms delete acceptance tests
[MQ-50]
2018-07-12 11:41:36 +01:00
f250807be5 Create Acceptance Test FormsCreation
[MQ-49]
2018-07-11 11:11:01 +01:00
03817657a0 Display warning for cron accessibility problem [MAILPOET-801] 2018-07-11 09:27:19 +02:00
42b353fa59 Merge pull request #1420 from mailpoet/mpre84
Automatic email type selected tracking [PREMIUM-84]
2018-07-10 14:18:03 -04:00
995d3db5ae Show numbers in local format
[MAILPOET-1436]
2018-07-10 16:44:41 +01:00
d670fe27ee Remove button if MSS is active
[MAILPOET-1435]
2018-07-10 14:22:40 +01:00
edea5ecece Add tracking of automatic email type selection [PREMIUM-84] 2018-06-29 14:49:59 +02:00
a27ee4c83b Merge pull request #1408 from mailpoet/js-warning-fix
Fix js/react warning on settings page [MAILPOET-1421]
2018-06-25 06:48:59 -04:00
b387eedf7c Merge pull request #1407 from mailpoet/woocommerce_free_premium_link_fix
Displays "this is a premium feature" link when Premium is disabled [MAILPOET-1426]
2018-06-18 14:36:48 -04:00
3e84a4b4e4 Merge pull request #1406 from mailpoet/automatic_email_group_beta_fix
Fix duplicate Beta string + allow any email type to have beta attribute [MAILPOET-1427]
2018-06-18 09:51:05 -04:00
6b028a43ad Fix js/react warning on settings page [MAILPOET-1421] 2018-06-15 13:39:36 +02:00
5a94e0d780 Displays "this is a premium feature" link when Premium is disabled 2018-06-14 14:47:07 -04:00
b757218455 Fix duplicate Beta string + allow any email type to have beta attribute 2018-06-14 14:38:33 -04:00
683e9c9fa1 Update eslint
Only indentation updated in this commit
2018-06-13 09:28:53 +01:00
581e1303d0 Display action link for each event if defined 2018-06-11 13:40:21 -04:00
fff6c966d8 Marks WooCommerce group as beta 2018-06-11 13:40:06 -04:00
ca1be42ab8 Prevent breaking search when server does not return an object 2018-06-11 13:40:05 -04:00
77d2f0224b Fixes ESLint rules 2018-06-11 13:40:05 -04:00
b7db18425a Merge pull request #1385 from mailpoet/add-new-button-fix
Emails listing: Add new button fix [MAILPOET-1408]
2018-06-11 11:38:44 -04:00
7cc165b3d1 Merge pull request #1379 from mailpoet/video-guide-badges
Video guides: add badges to UI [MAILPOET-1395]
2018-06-11 11:37:31 -04:00
658d989a60 Merge pull request #1382 from mailpoet/feedback-tooltips
Add feedback tooltips [MAILPOET-1320]
2018-06-11 11:36:15 -04:00
b00b42e4ca Refactor emails list heading to respect DRY [MAILPOET-1408] 2018-06-11 12:13:56 +02:00
e3a63b54cc Unify emails list heading code [MAILPOET-1408] 2018-06-11 12:13:12 +02:00
20cecc885a Stop blocking user on template save
When the template save function throws an error
the newsletter is already being sent. We cannot
stop users.

[MAILPOET-1325]
2018-06-07 08:54:15 +01:00
df2cd9e6e3 Add feedback tooltips
[MAILPOET-1320]
2018-06-06 16:24:46 +01:00
d6f72087e9 video badges code review 2018-06-06 12:55:20 +01:00
705241d330 qa 2018-06-04 20:47:10 +01:00
c88c8a9c96 add video links 2018-06-04 18:12:48 +01:00
59d632895e Merge pull request #1369 from mailpoet/posts-alc-image
Multi-column layout in ALC/Posts [MAILPOET-1350]
2018-06-04 07:37:56 -04:00
8793d904fb allow sending of post notifications with either old or new ALC blocks 2018-05-30 09:31:04 +00:00
3872ffbbc4 fixing some bugs and updating template 2018-05-29 11:21:24 +00:00
32a5a4ef52 not sending description when saving a template 2018-05-28 09:41:42 +00:00
ec34a9efca Merge pull request #1360 from mailpoet/mp1306
Newsletter template thumbnail redesign [MAILPOET-1306]
2018-05-23 07:06:06 -04:00
0a298f5fad creating new ALC block and widget 2018-05-23 07:42:30 +00:00
4dd17e47ad add image alignment to Posts 2018-05-23 05:17:51 +00:00
d7ab03b1c7 rewrite PostTransformer to return old or new structure depending on the newVersion attribute 2018-05-23 05:15:40 +00:00
75bad97b10 Newsletter template thumbnail redesign
Redesigned the template selection screen to
look like the WordPress theme selector.

The main changes relate to:
* style changes, to achieve the new look
* jsx templates, to work with new css changes
* template, removed the description field

[MAILPOET-1306]
2018-05-22 10:23:07 +02:00
ad48aff5c1 Merge pull request #1364 from mailpoet/import_filename_fix
Fixes import issue when filename contains multiple periods [MAILPOET-1388]
2018-05-21 07:26:08 -04:00
fa7387c9e4 Merge pull request #1359 from mailpoet/fix-console-warning
Fix warning in console [PREMIUM-87]
2018-05-21 07:18:33 -04:00
2104451ec3 Adjusts regex to match extension after the last period 2018-05-17 18:21:46 -04:00
ee07f3e734 Fix warning in console 2018-05-16 14:03:38 +01:00
0c585d15e1 Refactor events_list.jsx to suppress lint6 warnings
Likely happened due to updated package-lock.json
2018-05-15 21:11:24 +03:00
96b02cccc4 Merge pull request #1345 from mailpoet/react-warning
fixing the react select warning [MAILPOET-1310]
2018-05-14 07:29:04 -04:00
e62444d34e Merge pull request #1346 from mailpoet/welcome_email_count_fix
Fixes sent count not being displayed in welcome listings [MAILPOET-1374]
2018-05-08 09:38:19 -04:00
d2f98bc2e5 text field warning 2018-05-08 13:40:38 +01:00
8a8b99ad54 Fixes sent count not being displayed in welcome listings 2018-05-07 19:02:29 -04:00
d0b1579731 fixing the react select warning 2018-05-07 20:16:25 +01:00
df58322f0e Move old versions code to own class
[MAILPOET-1316]
2018-05-04 15:33:56 +01:00