issues
search
rennat
/
pynliner
Python CSS-to-inline-styles conversion tool for HTML using BeautifulSoup and cssutils
http://pythonhosted.org/pynliner/
181
stars
93
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Added support for XML parsing
#61
AkashKarnatak
opened
4 years ago
0
Does not properly apply nested selectors
#60
madduck
opened
5 years ago
0
Bugfix: fix no substitution error
#59
neoblackcap
opened
5 years ago
0
Don't crash when there are styles that don't apply to any element
#58
davidbt
opened
6 years ago
1
Fail to convert non ASCII html
#57
itoyuyoti
opened
7 years ago
3
Fixed whitespace check
#56
franc6
closed
7 years ago
1
Python 3 compatibility fix
#55
utapyngo
closed
7 years ago
1
Python3 compatibility fix
#54
utapyngo
closed
7 years ago
0
please include tests in the pypi tarball
#53
sandrotosi
opened
8 years ago
1
Fix multiclass selectors
#52
rennat
closed
8 years ago
0
Fix duplicate element issue
#51
vil-s
closed
8 years ago
3
add support for nth-child(an+b) and fix identical element string bug.
#50
tadonis
closed
8 years ago
3
Style not being applied when multiple elements have same class/Id and same content
#49
dikesh
closed
8 years ago
2
Update __init__.py
#48
ianjvr-genesys
closed
8 years ago
1
Can't use pynliner - some errors
#47
aktywnitu
opened
8 years ago
9
Added test for conflicting multiple class selector
#46
p-himik
closed
8 years ago
1
Add ability to preserve html entities through pynlining process
#45
rennat
closed
8 years ago
1
Consider removing "The generated output of this software shall not be used in a mass marketing service." from license
#44
sandrotosi
opened
8 years ago
1
Should not escape HTML entities
#43
listen5k
closed
8 years ago
5
regression parsing .btn-large [class^="icon-"], results in exception raised
#42
ghost
closed
8 years ago
4
Added Python 3 compatibility, upgraded to BS4 and fixed packaging
#41
agronholm
closed
8 years ago
3
Unmatched css selector, and invalid regex in codebase
#40
ghost
opened
9 years ago
1
please include documentation in pypi releases
#39
sandrotosi
closed
8 years ago
2
Re-add CSS media rules to output HTML
#38
samv
closed
9 years ago
1
Need to exclude some rules from Pynliner
#37
andybak
opened
9 years ago
5
Correctly resolves comma-separated, nested styles
#36
craiglabenz
closed
9 years ago
2
Chained CSS selectors get over-applied
#35
craiglabenz
closed
9 years ago
0
Fixed specificity problem with >10 selectors
#34
patricksurry
closed
8 years ago
0
Python 3
#33
dcramer
closed
8 years ago
5
PynLiner no longer works with ID + class selection
#32
rogerhu
closed
8 years ago
1
New version of PynLiner broke ID + class selection.
#31
rogerhu
closed
10 years ago
1
suppress DeprecationWarnings
#30
tuomassalo
closed
11 years ago
1
Speedup with lxml and tinycss+cssselect
#29
kevinastone
closed
11 years ago
2
Fixed URL handling in _get_external_styles
#28
kevinastone
closed
11 years ago
0
Fixed duplicated test names masking other tests.
#27
kevinastone
closed
11 years ago
0
Pynliner Determines Absolute URLs by checking for http:// at the start, ignores https and protocol agnostic //server.com
#26
kevinastone
closed
11 years ago
5
Extracting css contents from a local file produces error
#25
rushiagr
opened
11 years ago
2
Embed javascript in the HTML file
#24
rushiagr
closed
11 years ago
3
Test for issue #22
#23
tclancy
closed
11 years ago
4
aggressively converts html entities, not really usable for email templates
#22
jvanasco
opened
11 years ago
9
Strange behavior on URLs with query strings
#21
TylerHendrickson
closed
11 years ago
5
Unicode Patches
#20
zz85
closed
11 years ago
1
Fixes handling of unicode characters
#19
pr0ton
closed
11 years ago
3
[request] support of 'inherit'
#18
peteroconnor
closed
12 years ago
1
Handle mod_wsgi and bs4 incompatibility
#17
joyce
closed
12 years ago
0
This fixes an issue with non-ASCII characters included in the CSS files.
#16
jezdez
closed
11 years ago
3
Pass existing tests, add 16 additional tests & add the majority of CSS2
#15
philipkimmey
closed
11 years ago
4
Website for test_08_fromURL is unavailable
#14
philipkimmey
closed
11 years ago
2
media queries are removed
#13
GotenXiao
closed
9 years ago
8
Just a small bugfix for when there is no context
#12
holm
closed
11 years ago
4
Next