Commit Graph

339 Commits

Author SHA1 Message Date
Pavel Dohnal
a58151fee6 Update incorrect tooltip
[MAILPOET-1274]
2018-02-15 14:50:42 +00:00
Rostislav Wolny
9d4f996a6a [MAILPOET-1263] Force user to create ALC block for post notification 2018-02-13 23:01:29 +01:00
Amine Ben hammou
77e60d708a swapping cancel and delete links 2017-12-20 22:11:30 -05:00
Vlad
97fb5cf66f Makes string translateable 2017-11-30 09:44:34 +00:00
Vlad
f1918ac953 Removes timeouts and uses data-automation-id as element selector 2017-11-08 14:04:45 +00:00
Amine Ben hammou
e8017b58f5 removing tooltip message 2017-10-17 12:48:20 +00:00
stoletniy
26241afb86 Add image alignment option to newsletter editor [MAILPOET-1124] 2017-10-02 15:30:43 +03:00
Amine Ben hammou
20c936d13b limitting width with CSS 2017-09-21 18:58:17 +00:00
Amine Ben hammou
f135b89de9 Fixed image resize bugs 2017-09-21 18:58:16 +00:00
Amine Ben hammou
6a83930ae0 Resizing the image fixed 2017-09-21 18:57:35 +00:00
Amine Ben hammou
a1d0acfac2 Add image resize feature 2017-09-21 18:56:47 +00:00
Vlad
de47dbe41b Removes arrow functions that are not supported in IE 2017-09-11 10:25:43 +01:00
stoletniy
cf992852b5 Validate for unsubscribe link only for MSS sending method [MAILPOET-1050] 2017-08-30 10:16:24 +02:00
Pavel Dohnal
abf1d817f4 Remove form action
[MAILPOET-1063]
2017-08-21 10:37:13 +02:00
Tautvidas Sipavičius
8540e5eea9 Merge pull request #1017 from mailpoet/rerender-newsletter
Rerender newsletter [MAILPOET-675]
2017-08-17 16:19:16 +03:00
Amine Ben hammou
9117ae1a27 Fixing more bugs. Lists and scheduling options are hidden when editing a newsletter that is being sent 2017-08-15 14:39:02 +00:00
Pavel Dohnal
4aae8d56e5 Tooltip improvements
[MAILPOET-976]
2017-08-15 16:08:30 +02:00
Amine Ben hammou
033d527db9 fix some bugs 2017-08-15 12:55:06 +00:00
Amine Ben hammou
441aa14bcb fix js typo 2017-08-15 12:55:04 +00:00
Amine Ben hammou
4b4b5dd556 show 'Resume' button if the Newsletter was paused. 2017-08-15 12:55:04 +00:00
Amine Ben hammou
ca4f1c9387 Pause sending queue when editting the newsletter
An ajax request is sent to pause the sending queue when the editor
is displayed. If the newsletter is still a draft or has been already
sent; the error reponse is simply ignored. Otherwise a notice is
displayed specifying that the Email sending has been paused.
2017-08-15 12:55:03 +00:00
Pavel Dohnal
c466e53681 Add tooltip to image heading
[MAILPOET-976]
2017-08-15 14:49:22 +02:00
Pavel Dohnal
d02aed870e Add tooltip to image full width
[MAILPOET-976]
2017-08-15 14:49:22 +02:00
Pavel Dohnal
fad7ff0018 Add tooltip to preheader
[MAILPOET-976]
2017-08-15 14:49:22 +02:00
Pavel Dohnal
84a3f98725 Add tooltip to subject line
[MAILPOET-976]
2017-08-15 14:49:22 +02:00
Pavel Dohnal
1c3e968ec4 Add tooltip to editor styles
[MAILPOET-976]
2017-08-15 14:49:22 +02:00
Pavel Dohnal
c090a8260b Add tooltip to editor previw
[MAILPOET-976]
2017-08-15 14:49:22 +02:00
Pavel Dohnal
2e166a233b Update duplicate icon
[MAILPOET-968]
2017-07-11 17:19:41 +01:00
Pavel Dohnal
695152e947 Allow duplicate content
[MAILPOET-968]
2017-07-11 10:53:52 +01:00
stoletniy
eba482cc67 Add dynamic post loading in Posts widget settings [MAILPOET-971] 2017-06-29 13:13:36 +03:00
stoletniy
36e4bf468d Merge pull request #871 from mailpoet/editor_marionette
Upgrade Marionette version in newsletter editor [MAILPOET-892]
2017-04-27 11:19:46 +03:00
Tautvidas Sipavičius
afedc409f5 Merge pull request #872 from mailpoet/newsletter_id_number_format_fix
Adds intval filter and fixes issue with number format applied on IDs >= 1000 [MAILPOET-891]
2017-04-25 12:27:17 +03:00
Vlad
15ddc8454e Adds intval filter and fixes issue with number format applied on IDs
>=1000
2017-04-24 19:25:17 -04:00
Tautvidas Sipavičius
aa2416f353 Simplify settings views to use methods defined in base settings view 2017-04-24 18:00:23 +03:00
Tautvidas Sipavičius
92b128039a Fix displaying placeholder message on empty containers 2017-04-24 18:00:23 +03:00
Tautvidas Sipavičius
5efe611b2d Remove obsolete comments, fix ALC settings 2017-04-24 18:00:23 +03:00
Vlad
6a65ff5e5d Removes default version
Updates all AJAX requests to include api version
Requires namespaces to have version
Clean up code
2017-04-19 23:34:40 -04:00
Vlad
06e1ac9bb5 Escapes translations for output in HTML attributes 2017-03-28 12:02:29 -04:00
Vlad
a3530c3367 Escapes translations for JS output 2017-03-28 11:17:00 -04: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
c27446666e Translate untranslated strings 2017-02-27 18:33:09 +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
Tautvidas Sipavičius
a40d1122a5 Change corrupted newsletter notice to a static (dismissable) one 2017-02-16 11:21:01 +02:00
Tautvidas Sipavičius
f86121b656 Update the error message to a clearer one 2017-02-15 15:05:30 +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
Tautvidas Sipavičius
9f7ae122e3 Add missing periods to translation strings 2017-01-30 21:33:59 +02:00
Tautvidas Sipavičius
b4e4320508 Fix newsletter editor XSS #638 2016-11-03 13:20:22 +02:00
Vlad
217894745d - Updates text strings
- Closes #655
2016-10-25 10:21:23 -04:00
Tautvidas Sipavičius
3817e28960 Change newsletter not found error to a static one in editor 2016-10-20 13:38:07 +03:00