Commit Graph

19873 Commits

Author SHA1 Message Date
Tautvidas Sipavičius
d4abaa7150 Merge branch 'link_tracking_update' 2016-04-18 16:57:56 +03:00
Vlad
d2bc0fd24a - Removes check for signup confirmation when selecting subscribers 2016-04-18 08:45:38 -04:00
Vlad
1f26079b5f - Removes unused properties from Links class and converts methods to
static
2016-04-16 16:48:35 -04:00
Vlad
87a1211a55 - Adds missing rendered subject to the queue during bulk processing 2016-04-15 20:06:35 -04:00
Vlad
0ca0a7d029 - Enables check for subscribers who has "subscribed" status during
newsletter sending
- Enforces "signup_confirmation" option when selecting subscribers for
  newsletter sending
- Updates unit tests
2016-04-15 20:02:44 -04:00
Tautvidas Sipavičius
cb3d49f200 Bump up release version to 0.0.24 0.0.24 2016-04-15 21:27:07 +03:00
Jonathan Labreuille
c0da428c27 Merge pull request #425 from mailpoet/subscription_pages
Subscription pages
2016-04-15 19:07:20 +02:00
Jonathan Labreuille
435cd9b777 fixed unsubscribe action + updated public api decodeData to prevent warning 2016-04-15 18:59:20 +02:00
Vlad
bfde34eb8d - Rebases master
- Updates PubliAPI's logic dealing with request data
2016-04-15 12:10:56 -04:00
Jonathan Labreuille
a4c1b24c35 fixed unit tests 2016-04-15 11:56:33 -04:00
Jonathan Labreuille
2cbd2d54f3 Subscription pages 2016-04-15 11:56:33 -04:00
Tautvidas Sipavičius
378f6d803a Merge pull request #422 from mailpoet/link_tracking
Implements links tracking
2016-04-15 18:47:14 +03:00
Vlad
af4d29ebe6 - Updates codes based on Taut's comments 2016-04-15 11:36:57 -04:00
Vlad
599661e028 - Updates code based on Taut's comments 2016-04-14 20:35:56 -04:00
Vlad
84294b7ee6 - Adds subsription tracking option to Settings->Advanced
- Updates sending queue worker to not replace links if tracking is
  disabled
Closes #417
2016-04-14 19:37:27 -04:00
Vlad
a3e6eb5bba - Implementsi tracking clicks & redirecting URLs 2016-04-14 19:37:27 -04:00
Vlad
67359980e9 - Renames statistics table to the new "statistics_entity" format
- Adds new clicks statistics model
2016-04-14 19:37:27 -04:00
Vlad
f1b955d74a - Implements link extraction, processing, replacement and saving 2016-04-14 19:37:27 -04:00
Tautvidas Sipavičius
809be415c5 Merge pull request #423 from mailpoet/text_block_fix
Fixes 'Can't use method return value in write context' error
2016-04-14 12:32:31 +03:00
Vlad
457a4d1bba - Fixes 'Can't use method return value in write context' error 2016-04-13 22:46:59 -04:00
Tautvidas Sipavičius
1e16912763 Merge pull request #420 from mailpoet/sending_queue_router_fix
Prevents newsletters from being queued when mailer is not configured
2016-04-12 16:02:18 +03:00
Vlad
e2c9971c99 - Prevents newsletters from being queued when mailer is not configured
Closes #342
2016-04-12 08:58:21 -04:00
Jonathan Labreuille
c1d31ca400 Merge pull request #414 from mailpoet/sending_last_step
Sending options in last newsletter creation step
2016-04-12 13:14:34 +02:00
Tautvidas Sipavičius
a011c3aade Fix standard newsletters to not send when segments are missing 2016-04-12 14:11:26 +03:00
Tautvidas Sipavičius
e35e97cdbf Fix Select2 integration in Form component 2016-04-12 14:04:01 +03:00
Tautvidas Sipavičius
49a59d35a1 Add number of subscribers to segment selection 2016-04-12 14:04:01 +03:00
Tautvidas Sipavičius
9a46640c15 Allow selecting only published segments, fix "Save" translation 2016-04-12 14:04:01 +03:00
Tautvidas Sipavičius
678a0b3835 Add form loading state, remove errors and params 2016-04-12 14:04:01 +03:00
Tautvidas Sipavičius
0c008325c4 - Fix unmounting select2 component
- Fix subjects of welcome and notification newsletters
- Remove debugging statements
2016-04-12 14:04:01 +03:00
Tautvidas Sipavičius
ad5441487b Show different fields based on newsletter type, fix saving across
multiple endpoints
2016-04-12 14:04:01 +03:00
Tautvidas Sipavičius
104620a40a Add react component support to Forms, make newsletter scheduling
components reusable
2016-04-12 14:04:01 +03:00
mrcasual
c1a3ba67f5 Merge pull request #418 from mailpoet/fix_initializer
fix cron issue
2016-04-11 09:41:08 -04:00
Jonathan Labreuille
c42bbf3dc4 fix cron issue 2016-04-11 15:35:47 +02:00
Tautvidas Sipavičius
7d34274fbf Merge pull request #416 from mailpoet/rendering_engine_update
Sets text-align to left when it's not center|justify|right
2016-04-11 13:51:42 +03:00
Vlad
f930b3303b - Sets text-align to left when it's not center|justify|right 2016-04-08 20:37:00 -04:00
Tautvidas Sipavičius
a25ea3ddf6 Bump up release version to 0.0.23 0.0.23 2016-04-09 02:08:05 +03:00
Tautvidas Sipavičius
021349caee Merge pull request #415 from mailpoet/public_api_update
Updates query parameters for public API
2016-04-09 02:01:20 +03:00
Vlad
89f2958d23 - Updates cron to use new public API query parameters 2016-04-08 18:53:57 -04:00
Vlad
8c8435766e - Updates query parameters for public API 2016-04-08 18:40:45 -04:00
Tautvidas Sipavičius
40dd1bbb3b Merge pull request #413 from mailpoet/rendering_engine_update
Rendering engine update
2016-04-08 22:27:48 +03:00
Vlad
ba40437eb9 - Enables dynamic line-height based on font-size 2016-04-08 15:19:14 -04:00
Vlad
813db1ae33 - Sets LI bottom margin to 10px 2016-04-08 08:45:09 -04:00
Vlad
9588397e4e - Moves all styles logic to the StylesHelper class
- Sets margin-bottom on h1-4 to be 0.3*font-size
2016-04-07 19:39:09 -04:00
Vlad
ecf83ca419 - Disables color compression when tidying CSS 2016-04-07 19:39:09 -04:00
Vlad
9cc494f0fa - Removes image height HTML attribute and sets "height:auto" style 2016-04-07 19:39:09 -04:00
Vlad
dd4b7e4d1c - Adds lines heights to LIs 2016-04-07 19:39:09 -04:00
Vlad
738b2f6c17 - Adds dynamic line breaks to paragraphs when the elment is followed by
list
2016-04-07 19:39:09 -04:00
Vlad
33289342d3 - Implements dynamic margins on headings 2016-04-07 19:39:09 -04:00
Vlad
a00f1efcfe - Updates unit test due to button style change 2016-04-07 19:38:15 -04:00
Vlad
b89897e6d4 - Adds line breaks after headings IF they are followed by paragraph
- Adds line breaks after blocksquotes
- Updates margin on lists
- Adds line breaks after paragraphs IF they are not the last element
2016-04-07 19:38:15 -04:00