summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
it_html.class
Age
Commit message (
Collapse
)
Author
Files
Lines
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
2012-02-13
Replace more (to be removed) preg_replace /e modifier by preg_replace_callback
Christian Schneider
1
-3
/
+3
2012-02-13
Replace preg_replace /e modifier with preg_replace_callback: Modified ↵
Christian Schneider
1
-2
/
+2
planned to be removed. ITools now requires PHP 5.3 or newer
2012-02-11
complete table support by adding tfoot()
Christian Weber
1
-2
/
+2
2011-12-20
allow empty jsenv arrays to avoid js-side checking
Christian Weber
1
-1
/
+1
2011-11-17
title attributes kill <style>
Urban Müller
1
-1
/
+1
2011-07-20
Allow IE9 to run in IE9 mode
Christian Schneider
1
-1
/
+1
2011-07-16
add thead and tbody tags (required for jquery-tables etc.)
Christian Weber
1
-2
/
+2
2011-05-30
add 'favicon' parameter to specify a favicon, add srclines in EDC('what')
Christian Weber
1
-3
/
+6
2011-05-18
no newlines for labels
Urban Müller
1
-1
/
+1
2011-05-17
added srclines to what output
Christian Helbling
1
-2
/
+3
2011-04-27
renamed debug variable "help" back to "what"
Christian Helbling
1
-1
/
+1
2011-04-27
moved what debug output from auto_prepend to it_html, now implemented as ↵
Christian Helbling
1
-0
/
+14
"help" debug variable and with toggle links
2010-12-09
IE9 Beta causes problems so downgrade it to IE8 for now
Christian Schneider
1
-1
/
+1
2010-11-24
Enable latest IE mode
Christian Schneider
1
-0
/
+4
2010-10-08
reverted fast version for now
Urban Müller
1
-38
/
+1
2010-09-20
bugfixes
Urban Müller
1
-5
/
+8
2010-09-20
it_html speedup
Urban Müller
1
-1
/
+35
2010-06-02
Use a-z0-9_ instead of w character class because because it is locale aware
Christian Schneider
1
-3
/
+3
[next]