Commit Graph

225 Commits

Author SHA1 Message Date
Vlad
c539837896 - Makes button's stroke width = border width 2016-04-07 19:38:15 -04:00
Vlad
27edf5f71d - Updates list styles 2016-04-07 19:38:15 -04:00
Vlad
32cc5644f9 - Removes height:auto from images 2016-04-07 19:38:15 -04:00
Vlad
8a664aa7f1 - Set left text alignment on all elements when alignment is otherwise
absent
2016-04-07 19:38:15 -04:00
Vlad
7e5e8a4282 - Updates button padding 2016-04-07 19:38:15 -04:00
Vlad
b0150e184b - Fixed an issue with newsletter schedule not being saved 2016-04-04 19:41:18 -04:00
Vlad
4f30158722 - Updates button height calculation
- Removes background color when it's set to "transparent"
- Removes second line break from paragraphs
- Introduces other changes based on Becks's testing
- Updates unit tests
2016-03-31 19:19:58 -04:00
Tautvidas Sipavičius
4486f9c5b0 Merge pull request #407 from mailpoet/scheduled_sending
Prevents welcome emails to be sent to unconfirmed subsribers
2016-03-31 14:53:41 +03:00
Vlad
d16eb87782 - Prevents welcome emails to be sent to unconfirmed subscribers
- Closes #384
2016-03-30 20:59:55 -04:00
Vlad
3c77e5d25e - Removes dynamic line-height based on column width
- Updates logic behind removing last element bottom padding
- Properly sets font size for H1-4 tags, header, footer and text
2016-03-30 20:09:06 -04:00
Vlad
aa1a2a0da9 - Updates button padding 2016-03-30 20:09:06 -04:00
Vlad
4d45635d03 - Implements "in any role" for WP user welcome e-mails 2016-03-24 10:02:04 -04:00
Vlad
b81764402b - Updates hooks used to schedule welcome email
- Simplifies cron status message
- Implements newsletter change detection between scheduled queues
- Implements detection for subscribers who unsubscribed from list
- Implements detection for WP users who changed roles
- Updates scheduler worker logic
- Various fixes
2016-03-24 10:02:04 -04:00
Vlad
5faa467306 - Updates merge issue with template
- Updates button width/height based on border radius
2016-03-23 18:18:21 -04:00
Vlad
3dce951e66 - Updates rendering engine based on Becs's comments
- Prevents removing of side padding
- Enables font size on output
- Sets line-height in footer
- Adds image height:auto
- Adds mobile styles for buttons
- Updates style sheet
2016-03-22 20:21:39 -04:00
Vlad
608b559ee1 - Minor adjustment to the shortcodes logic 2016-03-21 09:09:43 -04:00
Vlad
181ed45d0b - Updates shortcodes logic
- Implements [newsletter:total] and [newsletter:number] shortcodes
- Implements shortcode replacement in subject line
- Updates unit tests
Issue #380
2016-03-21 09:09:43 -04:00
Vlad
3f6caf5fa4 - Implements scheduler worker for welcome and post notifications
- Updates sending queue worker to save rendered newsletter body
- Updates sending queue router to schedule post notification newsletters
2016-03-20 22:01:01 -04:00
Tautvidas Sipavičius
2f293da7a3 Merge pull request #391 from mailpoet/scheduled_sending
Scheduled sending
2016-03-18 18:49:47 +02:00
Vlad
17b56f0160 - Fixes scheduling issues
- Fixes unit test
- Updates as per code review comments
2016-03-18 12:11:38 -04:00
Vlad
bb9fce7f82 - Implements post notification scheduling 2016-03-18 11:15:31 -04:00
Vlad
6e289b6a8f - Implements welcome e-mail scheduling 2016-03-17 11:22:29 -04:00
Jonathan Labreuille
f11de2f1ad Updated shortcodes for unsubscribe/manage/browser links
- fixed all issues in #387 except the custom mailpoet pages
2016-03-17 15:48:06 +01:00
Jonathan Labreuille
72882aaf2b fixed shortcodes replacement for "global:" in newsletters
- extracted "get subscription pages urls" from models\Subscriber
- added unit tests for subscription\url class (not working because of WP/Codeception issue)
2016-03-17 15:45:05 +01:00
Vlad
263a66407f - Removes mailpoet_padded class from the last element in a column 2016-03-03 19:13:50 -05:00
Tautvidas Sipavičius
4aeccb1961 Merge pull request #368 from mailpoet/rendering_serverside_update
Rendering serverside update
2016-02-26 16:18:11 +02:00
Vlad
bd593b1ad4 - Updates button/spacer rendering and unit tests 2016-02-26 09:05:43 -05:00
Vlad
73ed070a34 - Formats code 2016-02-25 11:32:56 -05:00
Vlad
9e81c48bf8 - Adds new 'fontWeight' property
- Limits max button width to column width
- Adds bold option to buttons
2016-02-25 11:32:09 -05:00
Vlad
f9028d28c0 - Adds background color to spacer 2016-02-25 11:31:38 -05:00
Tautvidas Sipavičius
06ad4488bf Homogenize ALC and Posts output, wrap Read More text in a paragraph tag 2016-02-25 16:29:55 +02:00
Tautvidas Sipavičius
81569e5b81 Fix PHP code style 2016-02-23 15:37:00 +02:00
Tautvidas Sipavičius
1942972282 Change title position to featured image position 2016-02-23 15:26:12 +02:00
Tautvidas Sipavičius
a23aac370c Add optional links to image rendering 2016-02-23 13:07:52 +02:00
Vlad
27d5972306 - Updates logic behind image dimensions based on column width 2016-02-12 12:05:27 -05:00
Vlad
3006c982cb - Updates image rendering & unit test 2016-02-11 21:28:43 -05:00
Tautvidas Sipavičius
8b001d820b Change padded image attribute to fullWidth 2016-02-09 15:26:06 +02:00
Tautvidas Sipavičius
d85f2341ec Change Posts/ALC to use MailPoet specific image size 2016-02-03 18:21:30 +02:00
Vlad
dc3b47db00 - Implements shortcodes
- Updates newsletter router/sending queue worker to use shortcodes
  replacement class
2016-01-26 09:13:29 -05:00
Vlad
de70e855ad - Replaces regex with DOM queries 2016-01-25 21:09:16 -05:00
Vlad
03e3b5a94b - Fixes regex that formats heading tags 2016-01-25 21:08:16 -05:00
Tautvidas Sipavičius
3331bed31c Merge pull request #300 from mailpoet/text_rendering
Text rendering
2016-01-25 18:16:16 +02:00
Vlad
01eb6c7a98 - Refactors ALC 2016-01-25 09:27:51 -05:00
Vlad
f502e0b677 - Implements text rendering
- Updates tests
- Updates newsletter router and sending queue worker to reflect changes to
  the renderer
2016-01-22 22:07:02 -05:00
Vlad
a6b64a1c5d - Implements automated latest content rendering 2016-01-22 19:59:50 -05:00
Vlad
42ad7584d4 - Refactors ColumnsHelper class 2016-01-08 11:35:30 -05:00
Vlad
dbc0f9b238 - Removes header padding 2016-01-08 11:23:02 -05:00
Vlad
bc25fa61b4 - Updates render method
- Removes unused/commented out code
2016-01-08 10:38:46 -05:00
Vlad
2590967183 - Formats new line identation
- Formats identations in general
2016-01-08 09:00:09 -05:00
Vlad
86eafd3c17 - Removes tabs 2016-01-08 08:47:41 -05:00