summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
it_html.class
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-04
Allow data urls and do not encode as it can break them
Christian Schneider
1
-2
/
+2
2024-08-19
fewer backslackes when ED()-ing html content with debug output
Urban Müller
1
-1
/
+1
2024-07-25
remove EDC('what') from itools - doesn't work anymore on search.ch, proably n...
Christian Helbling
1
-13
/
+0
2024-06-10
http: -> https:
Urban Müller
1
-1
/
+1
2024-05-28
Revert "Improve handling of nested tags in it_html::sanitize": getting "Excee...
Urban Müller
1
-7
/
+3
2024-05-27
Improve handling of nested tags in it_html::sanitize
David Flatz
1
-3
/
+7
2024-05-13
remove unnecessary type=text/css
Urban Müller
1
-1
/
+1
2024-05-13
be compatible with _tag
Urban Müller
1
-1
/
+1
2024-05-13
prevent validation break on debug_texts
Urban Müller
1
-1
/
+1
2024-04-29
Handle whitespace between attribute name and value also for img tags
David Flatz
1
-1
/
+1
2024-04-26
Handle whitespace between attribute name and value; add some TODO tests to be...
David Flatz
1
-1
/
+1
2024-03-29
prevent warning on U(0 => ["a"])
Urban Müller
1
-1
/
+1
2023-11-23
fix 'what' debug link generator. Also, -- is dead.
Christian A. Weber
1
-2
/
+2
2023-10-19
drop support for C extension
Urban Müller
1
-3
/
+0
2023-09-25
escape dangerous strings inside javascript, including env =
Urban Müller
1
-0
/
+2
2023-08-21
map favicon path to OneDomain
Urban Müller
1
-1
/
+1
2023-07-25
Simplify: Do not strip tags as this can lead to empty titles
Christian Schneider
1
-1
/
+1
2023-05-24
more functional style
Urban Müller
1
-3
/
+1
2023-05-24
Use -- for debug params with EDC('what')
Christian Schneider
1
-3
/
+3
2022-12-12
Add and use it::utf8_decode and it::utf8_encode for easier migration to PHP 8.2
Christian Schneider
1
-1
/
+1
2022-12-12
Declare some properties for PHP 8.2
Christian Schneider
1
-0
/
+4
2022-09-08
Allow html list tags (ol/ul/li) in it_html::sanitize (e.g. for Freizeit descr...
Christian Schneider
1
-1
/
+1
2022-09-08
Fix it_html::sanitize with nested tags
Christian Schneider
1
-1
/
+1
2022-04-07
No regular use of javascript: found, remove warning and silently strip it
Christian Schneider
1
-3
/
+1
2022-02-06
Filter out javascript: scheme in U() to avoid more XSS attacks
Christian Schneider
1
-0
/
+6
2022-01-24
Fix PHP 8.1 warning when URL given to U() is invalid
Christian Schneider
1
-0
/
+3
2021-05-30
Allow some more tags structuring texts visibly
Christian Schneider
1
-2
/
+2
2021-02-03
Code cleanup: Replace call_user_func* with normal function call equivalent
Christian Schneider
1
-1
/
+1
2021-02-03
Code cleanup: Switch to new style varargs
Christian Schneider
1
-5
/
+4
2021-01-13
Update copyright date
Christian Schneider
1
-1
/
+1
2021-01-13
Unified join to always use implode
Christian Schneider
1
-2
/
+2
2021-01-13
Unified brace and else if style
Christian Schneider
1
-2
/
+2
2020-05-11
Remove obsolete itools javascript functions and loader/jsboot mechanism
Christian Schneider
1
-28
/
+6
2020-01-23
remove scheme from path when we have empty hostpart and empty schemepart; thi...
David Flatz
1
-0
/
+4
2019-09-19
add documentation of how to use select multiple
Koni Weber
1
-0
/
+1
2019-09-02
Make itools a bit stricter, new PHP versions start to enforce more declarations
Christian Schneider
1
-2
/
+2
2019-04-04
too many false positives atm
Urban Müller
1
-5
/
+1
2019-04-04
only enforce apache limit for now
Urban Müller
1
-1
/
+1
2019-04-04
warn if oversized urls are generated
Urban Müller
1
-1
/
+5
2018-09-01
nobody uses use_it_state anymore
Urban Müller
1
-4
/
+0
2018-06-27
reapply "use safer it:: variants of file funcs", was not the culprit in jussi...
Urban Müller
1
-1
/
+1
2018-06-22
Revert "use safer it:: variants of file funcs"
Urban Müller
1
-1
/
+1
2018-06-21
use safer it:: variants of file funcs
Urban Müller
1
-1
/
+1
2018-05-07
Hack: Manually copy for new instance without custom value to keep setting fro...
cs/xmlnamespace
Christian Schneider
1
-0
/
+4
2018-05-07
Disable the redefine function warning per default, renable it in the search-s...
Christian Schneider
1
-1
/
+1
2018-05-03
Generate it::error when trying to redefine function for a tag
Christian Schneider
1
-0
/
+3
2018-04-26
Use different global object for htmltype xml to allow mixing xml/html5 genera...
Christian Schneider
1
-2
/
+2
2018-04-23
officially support htmltype => 'xml', don't short-close voidtags in xhtml mode
Christian A. Weber
1
-4
/
+8
2018-04-17
first amendment of last commit
Christian A. Weber
1
-3
/
+1
2018-04-17
fix empty non-void tags in non-xhtml modes, remove redundant whitelist
Christian A. Weber
1
-6
/
+4
[next]