Age | Commit message (Expand) | Author | Files | Lines |
2018-08-02 | adapt docs | Urban Müller | 1 | -3/+3 |
2018-08-02 | clean up part of the nastiness | Urban Müller | 1 | -1/+1 |
2018-07-13 | rewrite dyncols to work around mariadb bug in JSON_SET; add write optimization | Urban Müller | 2 | -26/+63 |
2018-07-10 | Use a little bit less magic code to replace leading single-quote by json path... | Christian Schneider | 1 | -1/+1 |
2018-07-10 | change storage format of dynamic columns to JSON | Urban Müller | 2 | -14/+13 |
2018-06-28 | set reminder for ::fatal | Urban Müller | 1 | -1/+1 |
2018-06-28 | Use tempnam() to create tmp file and unlink() for removing, no need to it::sy... | Christian Schneider | 1 | -8/+9 |
2018-06-28 | fix mute mode | Urban Müller | 1 | -2/+2 |
2018-06-28 | we have no decent tmp dir that allows overwrites... sigh | Urban Müller | 1 | -0/+1 |
2018-06-27 | update AUTHORS file after 11 years | David Flatz | 1 | -1/+3 |
2018-06-27 | dont use safer file funcs in it::error, could theoretically recurse | Urban Müller | 1 | -4/+4 |
2018-06-27 | reapply "use safer it:: variants of file funcs", was not the culprit in jussi... | Urban Müller | 11 | -25/+25 |
2018-06-27 | prevent recursion | Urban Müller | 1 | -0/+4 |
2018-06-27 | support muting of alerts | Urban Müller | 1 | -1/+1 |
2018-06-22 | Revert "use safer it:: variants of file funcs" | Urban Müller | 11 | -25/+25 |
2018-06-21 | no reason for different naming | Urban Müller | 17 | -12/+9 |
2018-06-21 | should run without itools | Urban Müller | 1 | -2/+2 |
2018-06-21 | use safer it:: variants of file funcs | Urban Müller | 12 | -27/+27 |
2018-06-19 | remove unused $context in it::fopen (null not allowed), add and fix tests | Urban Müller | 2 | -3/+6 |
2018-06-19 | remove bogus function that nobody uses, fix comment of transmogrify() | Christian A. Weber | 3 | -13/+1 |
2018-06-19 | safe variants of php file funcs | Urban Müller | 2 | -1/+44 |
2018-06-18 | urlencode keys of nested structures; this fixes illegal characters in urls | David Flatz | 2 | -1/+7 |
2018-06-15 | allow plain err messages in web views | Urban Müller | 1 | -0/+2 |
2018-06-15 | Silence warning for uid cookies with mb4 characters | Christian Schneider | 1 | -1/+1 |
2018-05-15 | dont cause extra errs | Urban Müller | 1 | -1/+1 |
2018-05-15 | support server/logs, ultra/bin/log | Urban Müller | 1 | -1/+2 |
2018-05-15 | allow custom stack tarce for compaction | Urban Müller | 1 | -1/+2 |
2018-05-09 | Merge branch 'cs/xmlnamespace' | Christian Schneider | 2 | -7/+14 |
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-04 | correct histogram title | Urban Müller | 1 | -1/+1 |
2018-05-03 | Generate it::error when trying to redefine function for a tag | Christian Schneider | 2 | -5/+8 |
2018-04-26 | Use different global object for htmltype xml to allow mixing xml/html5 genera... | Christian Schneider | 2 | -3/+3 |
2018-04-25 | fix histogram, prevent hanging if no alertlogs | Urban Müller | 1 | -1/+1 |
2018-04-23 | add unit tests for doctype | Christian A. Weber | 1 | -1/+13 |
2018-04-23 | catch cdist errs, shorter inline errs on devel | Urban Müller | 1 | -3/+3 |
2018-04-23 | officially support htmltype => 'xml', don't short-close voidtags in xhtml mode | Christian A. Weber | 2 | -6/+27 |
2018-04-23 | make testserver independent of our normal php environment to avoid redirects | Nathan Gass | 1 | -6/+6 |
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 | 2 | -7/+29 |
2018-04-13 | update clone url | David Flatz | 1 | -1/+1 |
2018-04-13 | update link to license | David Flatz | 1 | -1/+1 |
2018-04-12 | remove custom img() implementation with ie_png_fix, allow using it_html::tagn... | Christian A. Weber | 2 | -38/+36 |
2018-04-11 | respect omitdebuginfo | Urban Müller | 1 | -3/+3 |
2018-04-10 | provide host and time before body | Urban Müller | 1 | -2/+2 |
2018-04-10 | reduce probability that okstate err gets blocked by other err; send okstate e... | Urban Müller | 1 | -2/+2 |
2018-03-22 | removed cruft | Christian A. Weber | 1 | -1/+0 |
2018-02-15 | Encode [] in url parameters as new tidy validates URLs and complains about it | Christian Schneider | 2 | -3/+6 |
2018-02-14 | Add support for precalculated cachefilename | Christian Schneider | 1 | -5/+6 |
2018-02-14 | Store result code directly in HTTP, not HTTP/1.1 or HTTP2 because we want to ... | Christian Schneider | 1 | -1/+1 |