Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-04-12 | remove custom img() implementation with ie_png_fix, allow using it_html::tagn... | Christian A. Weber | 1 | -32/+16 |
2017-12-07 | if no key => value params are supplied, don't kill query params without value... | Christian A. Weber | 1 | -15/+17 |
2017-12-07 | remove fasttag | Urban Müller | 1 | -5/+1 |
2017-11-29 | Do not add / for non-http url without path | Christian Schneider | 1 | -1/+1 |
2017-11-28 | add more tests with fixes | Nathan Gass | 1 | -7/+13 |
2017-11-28 | simplify % code, test % at end and with digits | Nathan Gass | 1 | -4/+1 |
2017-10-18 | entity-encode tabs and carriage returns like new lines in attributes so that ... | David Flatz | 1 | -2/+2 |
2017-09-27 | 'what' debug param works on map as well | Christian A. Weber | 1 | -1/+1 |
2017-08-21 | add it_url::parse_str() which leaves dots and spaces in arg names intact | Christian A. Weber | 1 | -1/+1 |
2017-08-18 | U(): params can override base args, correctly add fragment to end of url if p... | Christian A. Weber | 1 | -5/+9 |
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 start/e... | Christian Schneider | 1 | -1/+1 |
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 red... | David Flatz | 1 | -1/+1 |
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 manifest... | Christian Schneider | 1 | -3/+4 |
2014-08-29 | support cache manifests | Urban Müller | 1 | -1/+3 |