summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-03expose errno since some errors don't necessarily have an errorstring (e.g. wh...David Flatz1-2/+2
2018-08-03abort on suspicious filename. did not trigger in a monthUrban Müller1-2/+2
2018-08-02adapt docsUrban Müller1-3/+3
2018-08-02clean up part of the nastinessUrban Müller1-1/+1
2018-07-13rewrite dyncols to work around mariadb bug in JSON_SET; add write optimizationUrban Müller2-26/+63
2018-07-10Use a little bit less magic code to replace leading single-quote by json path...Christian Schneider1-1/+1
2018-07-10change storage format of dynamic columns to JSONUrban Müller2-14/+13
2018-06-28set reminder for ::fatalUrban Müller1-1/+1
2018-06-28Use tempnam() to create tmp file and unlink() for removing, no need to it::sy...Christian Schneider1-8/+9
2018-06-28fix mute modeUrban Müller1-2/+2
2018-06-28we have no decent tmp dir that allows overwrites... sighUrban Müller1-0/+1
2018-06-27update AUTHORS file after 11 yearsDavid Flatz1-1/+3
2018-06-27dont use safer file funcs in it::error, could theoretically recurseUrban Müller1-4/+4
2018-06-27reapply "use safer it:: variants of file funcs", was not the culprit in jussi...Urban Müller11-25/+25
2018-06-27prevent recursionUrban Müller1-0/+4
2018-06-27support muting of alertsUrban Müller1-1/+1
2018-06-22Revert "use safer it:: variants of file funcs"Urban Müller11-25/+25
2018-06-21no reason for different namingUrban Müller17-12/+9
2018-06-21should run without itoolsUrban Müller1-2/+2
2018-06-21use safer it:: variants of file funcsUrban Müller12-27/+27
2018-06-19remove unused $context in it::fopen (null not allowed), add and fix testsUrban Müller2-3/+6
2018-06-19remove bogus function that nobody uses, fix comment of transmogrify()Christian A. Weber3-13/+1
2018-06-19safe variants of php file funcsUrban Müller2-1/+44
2018-06-18urlencode keys of nested structures; this fixes illegal characters in urlsDavid Flatz2-1/+7
2018-06-15allow plain err messages in web viewsUrban Müller1-0/+2
2018-06-15Silence warning for uid cookies with mb4 charactersChristian Schneider1-1/+1
2018-05-15dont cause extra errsUrban Müller1-1/+1
2018-05-15support server/logs, ultra/bin/logUrban Müller1-1/+2
2018-05-15allow custom stack tarce for compactionUrban Müller1-1/+2
2018-05-09Merge branch 'cs/xmlnamespace'Christian Schneider2-7/+14
2018-05-07Hack: Manually copy for new instance without custom value to keep setting fro...cs/xmlnamespaceChristian Schneider1-0/+4
2018-05-07Disable the redefine function warning per default, renable it in the search-s...Christian Schneider1-1/+1
2018-05-04correct histogram titleUrban Müller1-1/+1
2018-05-03Generate it::error when trying to redefine function for a tagChristian Schneider2-5/+8
2018-04-26Use different global object for htmltype xml to allow mixing xml/html5 genera...Christian Schneider2-3/+3
2018-04-25fix histogram, prevent hanging if no alertlogsUrban Müller1-1/+1
2018-04-23add unit tests for doctypeChristian A. Weber1-1/+13
2018-04-23catch cdist errs, shorter inline errs on develUrban Müller1-3/+3
2018-04-23officially support htmltype => 'xml', don't short-close voidtags in xhtml modeChristian A. Weber2-6/+27
2018-04-23make testserver independent of our normal php environment to avoid redirectsNathan Gass1-6/+6
2018-04-17first amendment of last commitChristian A. Weber1-3/+1
2018-04-17fix empty non-void tags in non-xhtml modes, remove redundant whitelistChristian A. Weber2-7/+29
2018-04-13update clone urlDavid Flatz1-1/+1
2018-04-13update link to licenseDavid Flatz1-1/+1
2018-04-12remove custom img() implementation with ie_png_fix, allow using it_html::tagn...Christian A. Weber2-38/+36
2018-04-11respect omitdebuginfoUrban Müller1-3/+3
2018-04-10provide host and time before bodyUrban Müller1-2/+2
2018-04-10reduce probability that okstate err gets blocked by other err; send okstate e...Urban Müller1-2/+2
2018-03-22removed cruftChristian A. Weber1-1/+0
2018-02-15Encode [] in url parameters as new tidy validates URLs and complains about itChristian Schneider2-3/+6