summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-08-13disable dyncols in WHERE when we have multiple tables because we can't trust ↵David Flatz2-1/+6
_fields anymore and columns might be prefixed with tablename
2018-08-09iterator should clear dynfields from previous iteration, may be missing in ↵Urban Müller2-0/+14
current one
2018-08-03implement option verbose for verbose curl outputNathan Gass1-2/+14
2018-08-03check for false identity, content of $got could evaluate to false for some ↵David Flatz1-1/+1
requests
2018-08-03expose errno since some errors don't necessarily have an errorstring (e.g. ↵David Flatz1-2/+2
when curl couldn't connect to a server because it couldn't assign the requested address because the pool of local ports is exhausted)
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 ↵Christian Schneider1-1/+1
path prefix
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 ↵Christian Schneider1-8/+9
it::system() to delete a file
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 ↵Urban Müller11-25/+25
jussi downtimes This reverts commit 99b7fc8dc08da090bb7f00c2882e1daeec4434ba.
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
This reverts commit 05e7ceefa1f0a29c665381b54ac882f260ae6c22.
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 ↵cs/xmlnamespaceChristian Schneider1-0/+4
from global auto_prepend instance
2018-05-07Disable the redefine function warning per default, renable it in the ↵Christian Schneider1-1/+1
search-specific auto_prepend instead
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 ↵Christian Schneider2-3/+3
generation
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 ↵Christian A. Weber2-38/+36
it_html::tagname() for all tags+moretags
2018-04-11respect omitdebuginfoUrban Müller1-3/+3