Vlad
448c9ddaa8
Fixes custom column names not being automatically matched on step 2 of
...
import
2017-04-13 10:10:00 -04:00
Tautvidas Sipavičius
12e5fe77de
Perform caret positioning only on TinyMCE activation click
2017-04-12 14:37:47 +03:00
Tautvidas Sipavičius
2dca10c539
Fix cursor positioning when activating TinyMCE on click [MAILPOET-880]
2017-04-12 14:07:19 +03:00
Tautvidas Sipavičius
ceba5b3d0b
Fix pasting from text editors and word processors [MAILPOET-829]
2017-04-12 13:17:45 +03:00
Tautvidas Sipavičius
30d67508cb
Fixes Image block to update image dimensions when image src changes
2017-04-11 19:38:57 +03:00
Vlad
a9edb383b4
Fixes next button not appearing when list is first unselected and then
...
selected back
2017-04-09 21:49:24 -04:00
mrcasual
57e00e3097
Removes sending method's heading line-height
2017-04-05 10:45:31 -04:00
Alexey Stoletniy
d686f75222
Swap JS actions with filters for robustness & testability, get rid of URL key hashing [PREMIUM-2]
2017-03-21 13:34:47 +03:00
Alexey Stoletniy
136a531047
Rename newsletters 3rd step hook [PREMIUM-2]
2017-03-20 12:08:40 +03:00
Alexey Stoletniy
bef0097f5b
Add front-end WP-style hooks support for Premium [PREMIUM-2]
2017-03-20 12:08:39 +03:00
Tautvidas Sipavičius
d95aa40502
Fix notices on newsletter editor page to not be absorbed into contents
2017-03-01 17:26:17 +02:00
Tautvidas Sipavičius
47f5e1e7b4
Translate color picker actions in newsletter editor
2017-02-27 19:32:08 +02:00
Tautvidas Sipavičius
2b45d64695
Make numberOfItems translation singular/plural aware
2017-02-27 18:33:09 +02:00
Tautvidas Sipavičius
c27446666e
Translate untranslated strings
2017-02-27 18:33:09 +02:00
mrcasual
33125f2ce7
Merge pull request #820 from mailpoet/translations
...
Fix translations based on translators' feedback [MAILPOET-819]
2017-02-21 13:20:24 +01:00
Tautvidas Sipavičius
c98cdb3e57
Merge pull request #811 from mailpoet/popups_focus
...
Focus on popups by default [MAILPOET-724]
2017-02-20 15:36:07 +02:00
Tautvidas Sipavičius
6f19a1593e
Fix translations from GDocs based on FxB's feedback [MAILPOET-819]
2017-02-20 14:58:53 +02:00
Alexey Stoletniy
0daa3057e7
Focus on all modal types by default [MAILPOET-724]
2017-02-16 21:58:41 +03:00
Tautvidas Sipavičius
a40d1122a5
Change corrupted newsletter notice to a static (dismissable) one
2017-02-16 11:21:01 +02:00
Tautvidas Sipavičius
45c223c14b
Fix newsletter corruption when going back to editor from last newsletter step
2017-02-15 15:04:07 +02:00
Alexey Stoletniy
66990d62c2
Restore focus on previously focused element after closing a modal box [MAILPOET-724]
2017-02-15 10:09:14 +03:00
Alexey Stoletniy
4439111a44
Focus on popups by default [MAILPOET-724]
2017-02-15 10:09:14 +03:00
stoletniy
afeaa00fc7
Merge branch 'master' into update_sending_methods_strings
2017-02-01 14:33:05 +03:00
Alexey Stoletniy
3e5c46e8f3
Cut the text to fit in a smaller box [MAILPOET-794]
2017-02-01 13:11:48 +03:00
Tautvidas Sipavičius
cb8c32e171
Add 'Move to trash' to separate noun from verb for certain languages
2017-01-30 21:35:49 +02:00
Alexey Stoletniy
22caba31e3
Update sending method strings for the new shop [MAILPOET-794]
2017-01-30 13:44:26 +03:00
Tautvidas Sipavičius
76a41d53d6
Remove unused dependencies from I18n and newsletter editor scripts
2017-01-09 22:35:40 +02:00
Vlad
698cdecbfe
- Conditionally keeps margin/padding for ALC posts inside editor
...
- Adds line breaks for ALC posts in the renderer
2016-12-30 10:17:43 -05:00
mrcasual
e5cf57e4f8
Merge pull request #756 from mailpoet/save_before_send_preview
...
Save newsletter before sending preview [MAILPOET-702]
2016-12-25 16:17:41 -05:00
Vlad
616883ed63
- Fixes date formatting
2016-12-22 15:29:00 -05:00
Alexey Stoletniy
b6ce513927
Save newsletter before sending preview [MAILPOET-702]
2016-12-22 21:56:34 +03:00
Vlad
62349900b9
- Fixes post notification listing not displaying because of
...
undefined value passed to the `renderQueueStatus` method
2016-12-05 22:02:01 -05:00
Tautvidas Sipavičius
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
Vlad
04ae6efaf6
- Updates connection/mailer error messages
2016-12-04 17:22:20 -05:00
Vlad
98812834f6
- Uses dependency injection for Select2 library
2016-12-03 19:18:17 -05:00
Vlad
9b9e31fcc8
- Prevents sent newsletters' status from changing to "paused" when
...
sending error is displayed
2016-12-02 10:39:29 -05:00
Jonathan Labreuille
f77e24105d
Merge pull request #709 from mailpoet/sending_restart
...
Sending retry/pause/restart [MAILPOET-653]
2016-11-29 13:51:53 +01:00
Alexey Stoletniy
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
Jonathan Labreuille
f1985f7e81
refresh listing after resuming mailer sending
2016-11-28 09:50:32 -05:00
Vlad
181c0cab36
- Displays notice only when sending has been paused
2016-11-28 09:50:32 -05:00
Jonathan Labreuille
2a04c3c054
refactored mailer mixin - removed notices.jsx
2016-11-28 09:50:32 -05:00
Jonathan Labreuille
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
Vlad
8b96806b11
- Updates variable names
2016-11-28 09:50:32 -05:00
Vlad
a2f7fbac33
- Checks window parameters
...
- Defines constants in main components and passes them to
subcomponents/mixins
2016-11-28 09:50:32 -05:00
Vlad
da2d6dd405
- Updates newsletter listings components to render notices
2016-11-28 09:50:32 -05:00
Vlad
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
Vlad
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
Tautvidas Sipavičius
5773fa7994
Losslessly optimize image assets with kraken.io MAILPOET-669
2016-11-18 13:48:52 +02:00
Tautvidas Sipavičius
77edd93965
- Prevent tools of ALC inner blocks from showing on hover MAILPOET-676;
...
- Fix overlay of ALC blocks to appear even if mouse hovers over its
block tools;
2016-11-17 15:59:51 +02:00
Tautvidas Sipavičius
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