ea87a7acf8
- Fixes code style
...
- Removes unnecessary condition
- Closes #576
2016-08-04 09:36:15 -04:00
9d36a17261
- Fixes preview of newsletters with ALC
2016-08-03 21:36:03 -04:00
e83d01ff28
- Avoids sending duplicate posts
2016-07-21 20:54:32 -04:00
4ef50ca551
Fix notices and warnings in newsletter preview when there's no template
2016-07-12 17:11:13 +03:00
8dba4727c4
- Updates open/click link generation logic to utilize API's buildRequest
...
method
2016-07-06 22:57:39 -04:00
2db681d908
- Adds and centralizes API data encoding/decoding method
2016-07-06 09:22:34 -04:00
cb2faec8b2
- Refactors API
...
- Updates existing classes to use the refactored API methods
2016-07-05 20:17:25 -04:00
0ac701eb20
Change line endings from DOS CRLF to Unix LF
2016-06-30 18:52:07 +03:00
55d48df8a4
Fix indentation issues
2016-06-30 18:50:48 +03:00
48f0c03425
Fix spacing between control structure and opening parenthesis
2016-06-30 18:46:33 +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
c83ab0886f
- Rebases master
2016-06-19 22:10:18 -04:00
999a0b3ede
- Refactors sending queue worker by breaking it into smaller tasks
...
- Adds arrayUnique method to Helpers for multidimensional arrays
2016-06-17 14:52:56 -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
f754b1d1b2
- Applies text alignment to ALC block
...
- Prevents duplicate column content
2016-05-24 15:41:26 -04:00
31e082eb2b
- Removes space between IF and statement
2016-05-18 10:00:38 -04:00
bf1ab3a593
- Removes space between (int) and variable
2016-05-18 10:00:38 -04:00
d2a6b6bd4e
- Updates based on code review comments
2016-05-18 10:00:09 -04:00
dbb3c96300
Modify ALC to skip already sent posts
2016-05-18 10:00:09 -04:00
396ab50fa0
- Implements exclusion of duplicate posts from ALC
2016-05-18 10:00:09 -04:00
33bebc6629
- Replaces empty paragraphs with single space according to specific
...
condition
2016-05-04 19:57:10 -04:00
3f2199fd63
- Updates link tracking to use the same Public API data format as other
...
endpoints
2016-05-02 13:15:48 -04:00
ca2f16970b
- Fixes and issue with lists not retaining links and other HTML content
2016-04-27 21:22:39 -04:00
7e5cf533f0
Fixes class name
2016-04-22 12:30:57 +03:00
f7c656aed5
Fixes blockquote content duplication
2016-04-22 12:30:57 +03:00
2e42305710
Updates line breaks in footer/header to match the editor
2016-04-22 12:30:57 +03:00
6737158130
- Change paragraph bottom margin to equal line-height
...
- Remove horizontal blockquote margin to match Renderer;
- Removed bottom padding from last text elements in column;
- Removed bottom padding from full width images;
2016-04-22 12:30:57 +03:00
45b933d635
- Implements open tracking
2016-04-19 21:01:27 -04:00
15cf087d40
- Implements post-processing filter during rendering
2016-04-19 21:01:27 -04:00
457a4d1bba
- Fixes 'Can't use method return value in write context' error
2016-04-13 22:46:59 -04:00
f930b3303b
- Sets text-align to left when it's not center|justify|right
2016-04-08 20:37:00 -04:00
ba40437eb9
- Enables dynamic line-height based on font-size
2016-04-08 15:19:14 -04:00
813db1ae33
- Sets LI bottom margin to 10px
2016-04-08 08:45:09 -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
9cc494f0fa
- Removes image height HTML attribute and sets "height:auto" style
2016-04-07 19:39:09 -04:00
dd4b7e4d1c
- Adds lines heights to LIs
2016-04-07 19:39:09 -04:00
738b2f6c17
- Adds dynamic line breaks to paragraphs when the elment is followed by
...
list
2016-04-07 19:39:09 -04:00
33289342d3
- Implements dynamic margins on headings
2016-04-07 19:39:09 -04:00
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
c539837896
- Makes button's stroke width = border width
2016-04-07 19:38:15 -04:00
27edf5f71d
- Updates list styles
2016-04-07 19:38:15 -04:00
32cc5644f9
- Removes height:auto from images
2016-04-07 19:38:15 -04:00
8a664aa7f1
- Set left text alignment on all elements when alignment is otherwise
...
absent
2016-04-07 19:38:15 -04:00
7e5e8a4282
- Updates button padding
2016-04-07 19:38:15 -04:00
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
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
aa1a2a0da9
- Updates button padding
2016-03-30 20:09:06 -04:00
5faa467306
- Updates merge issue with template
...
- Updates button width/height based on border radius
2016-03-23 18:18:21 -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