summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
it_html.class
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-10-19
fix phan warnings
Urban Müller
1
-4
/
+6
2016-06-28
code cleanup
Urban Müller
1
-2
/
+1
2016-06-28
fix urls with double ?
Urban Müller
1
-0
/
+1
2016-06-14
make sure that $string is really a string, should fix some XSS problems
David Flatz
1
-0
/
+1
2015-10-16
handle missing it_html
Urban Müller
1
-1
/
+1
2015-02-19
Nicer looking comments with spaces, also prevents problem with >/- at ↵
Christian Schneider
1
-1
/
+1
start/end of string
2015-02-19
guarantee valid html comments
Urban Müller
1
-1
/
+1
2015-02-19
guarantee valid html comments
Urban Müller
1
-1
/
+9
2015-02-12
Revert "allow international chars in path" because it introduces a lot of ↵
David Flatz
1
-1
/
+1
redirect loops because of non-canoical representations of url This reverts commit ae6397e68cd352a0478123eb0f9f60457a155f35.
2015-02-06
unclosed <ol> makes no sense
Urban Müller
1
-1
/
+1
2015-02-03
allow international chars in path
Urban Müller
1
-1
/
+1
2014-12-02
close <button>s without content
Urban Müller
1
-1
/
+1
2014-09-30
Add $p["class"] support to add class to html tag, document class and ↵
Christian Schneider
1
-3
/
+4
manifest parameter
2014-08-29
support cache manifests
Urban Müller
1
-1
/
+3
2014-08-11
add support for mailto: URLs
Christian A. Weber
1
-1
/
+1
2014-07-02
add list of void tags for later use and for html parsers
Urban Müller
1
-0
/
+1
2014-06-13
make sense to have ol() when we have ul()
Urban Müller
1
-1
/
+1
2014-04-13
Omit redundant type="text/javascript" for <script> in html5
Christian Schneider
1
-1
/
+3
2014-04-03
remove buggy html5 charset declaration, default works fine
Urban Müller
1
-1
/
+1
2014-03-18
allow to override srclines when instantiating it_html
David Flatz
1
-2
/
+3
2014-03-12
support html5 and pre
Urban Müller
1
-1
/
+1
2014-03-04
Added headers parameter to it_html (e.g. for Vary header)
Christian Schneider
1
-0
/
+5
2014-02-21
Added support for htmltype 'html5' to it_html
Christian Schneider
1
-5
/
+6
2013-11-01
Remove $Id$
Christian Schneider
1
-2
/
+0
2013-10-16
compute checksum over actually used files, cache checksum, kill checksum in ↵
Urban Müller
1
-2
/
+1
delivery
2013-10-14
use %20 instead of + for blanks in U(), werbeverlags ag needs it that way
Urban Müller
1
-2
/
+2
2013-03-27
remove empty tags in ::sanitize
Urban Müller
1
-1
/
+1
2013-03-07
Switch X-UA-Compatible from IE=9 to IE=edge to make IE10 e.g. know box-shaodw
Christian Schneider
1
-1
/
+1
2013-01-31
declare functions static
Urban Müller
1
-1
/
+1
2012-10-24
bugfix
Urban Müller
1
-1
/
+1
2012-10-24
better handle unexported funcs in subclasses
Urban Müller
1
-1
/
+1
2012-08-13
never use fasttag if it_tag is missing
Urban Müller
1
-1
/
+1
2012-08-08
save one function call
Urban Müller
1
-1
/
+1
2012-08-07
support it_tag built in C
Urban Müller
1
-39
/
+48
2012-07-02
Improved cleanup handling for illegal characters in html, now handles utf-8 ↵
Christian Schneider
1
-13
/
+17
as well
2012-06-29
numeric entities already handled (except for illegals, remove those)
Urban Müller
1
-2
/
+1
2012-04-24
merged it_html::fix_encoding in it::any2utf8
Urban Müller
1
-17
/
+2
2012-04-11
faster regex
Urban Müller
1
-1
/
+1
2012-04-10
better err msg in Q()
Urban Müller
1
-1
/
+4
2012-04-10
simpler double encoding test avoids false positives
Urban Müller
1
-1
/
+1
2012-04-01
html prettyprint on devel for better debuggability
Christian Weber
1
-1
/
+1
2012-03-30
fix docs
Urban Müller
1
-1
/
+1
2012-03-28
Added encoding check to it_dbi, improved encoding check (currently lives in ↵
Christian Schneider
1
-2
/
+2
it_html)
2012-03-28
Added it::any2utf8, fixed it::replace fast path to add u modified, added ↵
Christian Schneider
1
-1
/
+3
error reporting for invalid utf-8 input to it::match and it::replace
2012-03-26
fixed it_html::fix_encoding
Urban Müller
1
-10
/
+7
2012-03-23
encoding checker
Urban Müller
1
-9
/
+27
2012-03-22
check encoding in Q() and _tag(), adapt tests to utf-8
Urban Müller
1
-4
/
+11
2012-03-20
Explicitely give encoding for htmlspecialchars for PHP 5.4 compatibility
Christian Schneider
1
-2
/
+2
2012-03-15
remove <a> tags from <option> (.texts. mode)
Urban Müller
1
-4
/
+4
2012-02-14
Fix preg_replace to preg_replace_callable
Christian Schneider
1
-1
/
+1
[next]