1c1a210542
Adds MailPoet logo to newsletters in the free version
2017-06-07 12:30:41 +03:00
e74938df90
Updates code to use the extended pQuery class
2017-02-13 21:00:45 -05:00
b4da3ecfb3
- Updates post processing filter naming convention
...
- Allows returning of text or html rendered body from the renderer
2016-12-18 23:08:07 -05:00
75602be304
- Converts special chars to HTML entities in subject
...
- Silences warnings from HTML->text renderer
2016-11-24 11:15:06 -05:00
b36d13a087
Merge pull request #699 from mailpoet/php53-fix
...
Fixes various errors on PHP 5.3.x
2016-11-07 16:48:18 +01:00
af36e7a0d9
- Converts template to UTF-8
2016-11-06 20:03:21 -05:00
61c255564f
- Fixes 'Using $this when not in object context' error in PHP 5.3
2016-11-06 18:55:12 -05:00
c807ead5fd
- Prepares newsletter renderer for conversion to using modal objects
...
instead of arrays
2016-08-23 12:48:38 -04:00
9d36a17261
- Fixes preview of newsletters with ALC
2016-08-03 21:36:03 -04:00
4ef50ca551
Fix notices and warnings in newsletter preview when there's no template
2016-07-12 17:11:13 +03:00
55d48df8a4
Fix indentation issues
2016-06-30 18:50:48 +03:00
f32d6bb331
- Joins bulk and individual processing into one method
...
- Refactors code as per code review comments
2016-06-20 23:12:32 -04:00
e69aa792c4
- Prevents URLs in link titles from being processed when tracking is enabled. Closes #519
2016-06-13 21:13:23 -04:00
713dda913e
- Fixes rendering issue where DOMDocument throws a notice on unescaped
...
html entity
2016-06-07 12:27:40 -04:00
396ab50fa0
- Implements exclusion of duplicate posts from ALC
2016-05-18 10:00:09 -04:00
15cf087d40
- Implements post-processing filter during rendering
2016-04-19 21:01:27 -04:00
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
33289342d3
- Implements dynamic margins on headings
2016-04-07 19:39:09 -04:00
27edf5f71d
- Updates list styles
2016-04-07 19:38:15 -04:00
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
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
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
de70e855ad
- Replaces regex with DOM queries
2016-01-25 21:09:16 -05:00
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
bc25fa61b4
- Updates render method
...
- Removes unused/commented out code
2016-01-08 10:38:46 -05:00
87052986e8
- Rebases master
...
- Updates template
2016-01-07 23:53:15 -05:00
d1df94c759
- Addresses issues identified during code review
2016-01-07 17:24:46 -05:00
bc80f69e41
- Updates the template
2016-01-07 17:24:43 -05:00
2793e74858
- Rewrites the rendering engine
...
- Updates tests
Closes #280
2016-01-07 17:24:32 -05:00
0dbe04c3f8
- Addresses issues identified during code review
2016-01-06 19:19:06 -05:00
b3e376cd01
- Refactored using @badshark's comments
...
- Integrated changes to JSON data
2015-09-23 11:24:08 -04:00
01b5416882
Refactors Newsletters as per @badshark's comments
2015-09-23 09:28:00 -04:00