summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
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 ↵Urban Müller1-2/+2
err twice
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
2018-02-14Add support for precalculated cachefilenameChristian Schneider1-5/+6
2018-02-14Store result code directly in HTTP, not HTTP/1.1 or HTTP2 because we want to ↵Christian Schneider1-1/+1
be able to access it without knowing protocol version
2018-02-05find previous errs if on previous daysUrban Müller1-1/+1
2018-01-30give enough time for an os upgradeUrban Müller1-1/+1
2018-01-29re-enable mysql warningsUrban Müller1-1/+1
2018-01-25prevent memcache error reports during machine upgradesUrban Müller1-1/+1
2018-01-24Combine duplicate it_error parameter documentationChristian Schneider1-2/+1
2018-01-18Normalize combining diaeresis to umlaut in it::any2utf8()Christian Schneider2-1/+13