summaryrefslogtreecommitdiff
path: root/it.class
AgeCommit message (Expand)AuthorFilesLines
2022-03-11format check for email addresses on sendingUrban Müller1-1/+2
2022-02-14use D() formatting for it::error bodyUrban Müller1-1/+1
2022-01-05body is not necessarily utf8Urban Müller1-1/+1
2022-01-05carriage returns do not indicate binaryUrban Müller1-1/+1
2021-12-14it::error: handle binary body like long body by saving in tmpNathan Gass1-1/+1
2021-12-02allow reading/writing of json in one goUrban Müller1-0/+6
2021-10-19better it::mail docsUrban Müller1-1/+1
2021-08-12it::fatal should abort on okstatus=0 even when no report neededUrban Müller1-1/+1
2021-07-25Fix PHP 8.1 warningsChristian Schneider1-1/+1
2021-06-17support testing for errsUrban Müller1-0/+4
2021-06-15allow leading - in ::getopt option arguments, add testsUrban Müller1-6/+1
2021-06-09never consider first word a debugparam, fixes cine.search.chUrban Müller1-1/+1
2021-05-18call more attention to page-killing problemsUrban Müller1-1/+1
2021-04-20handle invalid utf8 in bodyUrban Müller1-1/+1
2021-04-20it::mail refuses to send mails with null bytesUrban Müller1-1/+1
2021-03-29remove => false args in it::exec, consistent with it_htmlUrban Müller1-1/+2
2021-03-28it::cdist() does nothing if no filenames are given, it::error() if filename=f...Christian A. Weber1-0/+8
2021-03-24correcly use override traces for long stackdump (ultraexceptionhandler case)Urban Müller1-1/+1
2021-03-15filter info not needed interactivelyUrban Müller1-1/+1
2021-03-15better align subsequent it::error outputUrban Müller1-1/+1
2021-03-12avoid empty title when error message contains invalid utf8Urban Müller1-1/+1
2021-03-12allow forcing errors to screenUrban Müller1-3/+5
2021-02-22avoid lowercase "Fatal:" e.g. when debug_timerlog set programmaticallyUrban Müller1-2/+2
2021-02-15grapheme_substr turns false into "" in php 8; return was not takenUrban Müller1-3/+4
2021-02-12allow custom stack traces from exception handlerUrban Müller1-2/+2
2021-02-12correctly put Fatal: in front of uncaught exceptionsUrban Müller1-1/+1
2021-02-09Avoid TypeError with null on PHP 8Christian Schneider1-1/+1
2021-02-08correctly report extra params; it::error has recursion protectionUrban Müller1-1/+1
2021-02-03Code cleanup: Replace call_user_func* with normal function call equivalentChristian Schneider1-1/+1
2021-02-03Code cleanup: Switch to new style varargsChristian Schneider1-19/+14
2021-02-03Use proper name of option in exampleChristian Schneider1-1/+1
2021-02-03Support options, e.g. --twofirst as arguments to it::cdist()Christian Schneider1-5/+10
2021-01-13Update copyright dateChristian Schneider1-1/+1
2021-01-13Unified join to always use implodeChristian Schneider1-5/+5
2021-01-13Unified brace and else if styleChristian Schneider1-5/+8
2020-12-16ignore some more warningsDavid Flatz1-1/+1
2020-12-15do not prepend $errprefix twiceUrban Müller1-1/+1
2020-12-15ignore warning of jpeg decoderDavid Flatz1-1/+1
2020-12-03Use PHP 8 compatible way of detecting @ operator (does not set error_reportin...Christian Schneider1-1/+1
2020-11-27pass array values instead of keys to functions with only one argument in it::...Nathan Gass1-0/+3
2020-11-13properly quote raw post data for httpreq.phpUrban Müller1-2/+2
2020-11-13nicer formattingUrban Müller1-1/+1
2020-11-11bugfix (accidentally added rawpost)Urban Müller1-1/+1
2020-11-09no longer ignore extra positional argumentsNathan Gass1-3/+1
2020-11-09detect bad it::error usageUrban Müller1-1/+4
2020-10-30include POSTed non form data in error mailsUrban Müller1-0/+3
2020-10-28Limit parallel threads of GraphicsMagick to avoid overloading serversChristian Schneider1-1/+1
2020-09-23resend info irrelevant on develUrban Müller1-1/+1
2020-09-16use error_context for mails onlyUrban Müller1-1/+1
2020-09-15Do not generate warning (PHP 8: TypeError) if STDERR is not a valid resource,...Christian Schneider1-1/+2