616883ed63
- Fixes date formatting
2016-12-22 15:29:00 -05:00
62349900b9
- Fixes post notification listing not displaying because of
...
undefined value passed to the `renderQueueStatus` method
2016-12-05 22:02:01 -05:00
b7c1594cf6
Merge pull request #732 from mailpoet/import_export_select2_fix
...
Import/export dependency injection of Select2 [MAILPOET-723]
2016-12-05 16:25:29 +02:00
04ae6efaf6
- Updates connection/mailer error messages
2016-12-04 17:22:20 -05:00
98812834f6
- Uses dependency injection for Select2 library
2016-12-03 19:18:17 -05:00
9b9e31fcc8
- Prevents sent newsletters' status from changing to "paused" when
...
sending error is displayed
2016-12-02 10:39:29 -05:00
f77e24105d
Merge pull request #709 from mailpoet/sending_restart
...
Sending retry/pause/restart [MAILPOET-653]
2016-11-29 13:51:53 +01:00
36b935b9ae
Add 'Bounced' status to subscribers [MAILPOET-684]
...
Fix SubscriberTest->testItHasGroupFilter() making only one of four assertions due to lack of data.
Fix a small issue with Import. Unexpected values for the status field were converted to 'unconfirmed' rather than 'subscribed' due to non-strict comparison in in_array(). This hindered 'bounced' status import as well.
2016-11-28 19:37:47 +03:00
f1985f7e81
refresh listing after resuming mailer sending
2016-11-28 09:50:32 -05:00
181c0cab36
- Displays notice only when sending has been paused
2016-11-28 09:50:32 -05:00
2a04c3c054
refactored mailer mixin - removed notices.jsx
2016-11-28 09:50:32 -05:00
80efc3c12d
Added callback afterGetItems on Listings
...
Updated MP Notice to allow reuse of notices (by id)
Updated newsletters endpoint's listing method to include mta_log & mta_method in response
Updated all newsletter listings in order to dynamically display mailer error
2016-11-28 09:50:32 -05:00
8b96806b11
- Updates variable names
2016-11-28 09:50:32 -05:00
a2f7fbac33
- Checks window parameters
...
- Defines constants in main components and passes them to
subcomponents/mixins
2016-11-28 09:50:32 -05:00
da2d6dd405
- Updates newsletter listings components to render notices
2016-11-28 09:50:32 -05:00
28f5375609
- Adds new component to display notices in newsletter listings
...
- Displays sending error notice if sending has been globally paused
2016-11-28 09:50:32 -05:00
37a259f73b
- Displays "paused" status for all newsletters if sending is paused
...
globally
- Adds new mixin to globally restart sending
2016-11-28 09:50:32 -05:00
aabe71d473
- Change TinyMCE to not convert URLs containing shortcodes;
...
- Refactor TinyMCE calls into reusable Behavior;
MAILPOET-670
2016-11-11 15:30:09 +02:00
70a13a4774
Update helpscout beacon code to include support KB article search
2016-11-07 17:27:28 +02:00
3efa429a1b
- Updates newsletters listing to display rendered subject for post
...
notification history emails
2016-11-04 09:51:50 -04:00
04e9e8a45d
fixed NaN in sending stats, show 'no subscribers' instead
2016-11-02 10:21:02 +01:00
e765471f5d
- Changes month days count to start from 1 instead of 0
...
- Closes #672
2016-10-26 21:18:07 -04:00
bdce7c5e5a
- Remove unused dependency
2016-10-26 11:43:32 -04:00
217894745d
- Updates text strings
...
- Closes #655
2016-10-25 10:21:23 -04:00
3368e84a99
Merge pull request #668 from mailpoet/export_confirmed_subscribers_option_update
...
Fixes minor export UI issues
2016-10-25 12:46:13 +03:00
e90df2f08d
- Fixes Select2 not dislaying multiple options in the list of export
...
fields
- Sets default "export confirmed subscriber" option to "no"
2016-10-24 13:09:48 -04:00
cc523a3c0b
ability to specify action for generateToken() method
2016-10-21 13:36:41 +02:00
38f6c95059
Update newsletter saving to reflect code review comments
...
- Switch to using full segment objects when saving newsletters
- Fix stale comment in newsletter editor's Newsletter model
- Fix typo in newsletter editor tests
2016-10-20 17:52:05 +03:00
a3c77fb685
Fix PHP to JS date format converter to handle escaped symbols
2016-10-20 15:19:04 +03:00
c3a78b1ea3
Fix newsletter editor to only save properties it changes
2016-10-20 13:37:32 +03:00
09ca788371
- Fixes subscriber count not being shown when new segment is created
2016-10-17 20:12:57 -04:00
b48cc5a959
- Updates import UI to escape HTML text
...
- Allows mixing of escaped and unescaped HTML text
- Removes server-side text escaping
2016-10-17 11:01:54 -04:00
9ba6e9806f
- Adds data sanitization on the client and server side
...
- Closes #641
2016-10-16 13:02:49 -04:00
55942cd88b
prevent odd values for sort_order in listing.jsx
2016-10-07 14:38:25 +02:00
f26a2cbd26
fixes issue #651
2016-10-06 13:18:46 +02:00
280c4762bb
Merge pull request #630 from mailpoet/subscribers_count_in_segments
...
Subscribers count in segments
2016-10-04 11:58:44 +03:00
bbd02260be
Fix showing segment subscriber counts on newsletter creation pages
2016-10-04 11:54:07 +03:00
b0ab9e0408
fixed import/export unit tests + added specific method for getting segments for import
2016-09-30 15:52:17 +02:00
d32abff78d
display subscribers count in segments selection
2016-09-30 15:23:18 +02:00
8c5aebc7d6
Don't send signup confirmation when signup confirmation is disabled
...
Fixed issue with select2 not selecting values by default on newsletter send step
2016-09-29 15:42:44 +02:00
5d692c0395
Merge pull request #623 from mailpoet/drag_drop
...
Enable dragging text blocks
2016-09-23 15:13:09 +02:00
991ab67fff
Allow dragging from the first time
2016-09-23 15:38:23 +03:00
fa04173cfb
Activate TinyMCE on click, to fix Interact blocking 2nd and further
...
focus events
2016-09-23 15:07:04 +03:00
52bf24b6db
Revert back to auto preventDefault for drag&drop
2016-09-22 18:39:07 +03:00
50e134d696
Allow dragging text blocks before activating TinyMCE
2016-09-22 17:44:43 +03:00
6091751a4b
Closes issue 480
2016-09-21 11:54:16 +02:00
0c5589a3e3
Listing method update for Newsletters/Forms/Segments/Subscribers
...
- updated unit tests
2016-09-12 15:57:16 +02:00
4a72995bf4
fix bulk actions and messages
2016-09-06 17:21:15 +02:00
f650455a90
forms & newsletters endpoints
2016-09-05 11:55:01 +02:00
afbe25e215
Segments & Subscribers endpoints
...
- unit tests
2016-09-05 11:51:58 +02:00