summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-11-01avoid false positives when U() removes args without valueUrban Müller1-1/+1
2021-11-01report redirect loopsUrban Müller1-0/+3
2021-10-29Revert "allow combining postprocess with assoc"Nathan Gass1-1/+1
This reverts commit 44a9d8898fe478b621e991db66700d70d45fd633.
2021-10-28allow combining postprocess with assocUrban Müller1-1/+1
2021-10-22improve docsUrban Müller1-1/+1
2021-10-19better it::mail docsUrban Müller1-1/+1
2021-08-26make it possible to disable automatic decompression (by setting ↵Christian Helbling1-6/+10
accept_encoding to null), remove previously useless option compression
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 Schneider3-1/+12
2021-07-22Change default caching from 24 to 23 hours to reduce risc of daily jobs to ↵Christian Schneider1-2/+2
use old data
2021-07-01add mintouched argument to delete_untouched to prevent deletes on importer ↵Urban Müller1-2/+7
problems
2021-06-18Revert "use same default 5s timeout for ::get and ::get_cache", breaks ↵Christian A. Weber1-2/+2
existing stuff This reverts commit d010a9e036f9ed4b8bcd4674e1e99bde7ecf081e.
2021-06-17check ::cdist errorsUrban Müller1-2/+2
2021-06-17support testing for errsUrban Müller1-0/+4
2021-06-17use same default 5s timeout for ::get and ::get_cacheUrban Müller1-2/+2
2021-06-16improve docsUrban Müller1-3/+3
2021-06-15add tests for it::cdist. Two are commented out as they trigger an it::error()Christian A. Weber1-0/+4
2021-06-15allow leading - in ::getopt option arguments, add testsUrban Müller2-6/+27
2021-06-09never consider first word a debugparam, fixes cine.search.chUrban Müller1-1/+1
2021-06-07force new connection to be compatible with mysqli_connect, it_dbi does ↵Nathan Gass1-1/+1
handle connection reuse itself
2021-05-30Allow some more tags structuring texts visiblyChristian Schneider1-2/+2
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üller2-1/+5
2021-03-28it::cdist() does nothing if no filenames are given, it::error() if ↵Christian A. Weber1-0/+8
filename=false
2021-03-24correcly use override traces for long stackdump (ultraexceptionhandler case)Urban Müller1-1/+1
2021-03-23use (local) distributed cache on devel by defaultUrban Müller1-5/+0
2021-03-21Make errorhandler PHP 8 compatibleChristian Schneider1-1/+1
2021-03-18refactor dump_php() to create more stable format using new array syntax ↵Christian A. Weber1-6/+9
without calling convertsyntax.php
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-03-05var_export no longer has a trailing blank after =>Urban Müller1-1/+1
2021-03-01do not use mysql defaultconfig for it_dbi_postgres.classNathan Gass1-1/+1
2021-02-22avoid lowercase "Fatal:" e.g. when debug_timerlog set programmaticallyUrban Müller1-2/+2
2021-02-16fix errors on get_cacheUrban Müller1-3/+3
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-12Fix cols() ignoring some columns, was an exception in PHP 8Christian Schneider2-1/+3
2021-02-10Leave comments like NOCSSLINT in nostrip mode but restrict it to ULTRATRUSTEDChristian Schneider1-2/+3
2021-02-10optionally preserve line numbersUrban Müller1-1/+1
2021-02-09Mark static function as suchChristian Schneider1-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-03no extra line for object literalsUrban Müller1-0/+1
2021-02-03Code cleanup: Replace call_user_func* with normal function call equivalentChristian Schneider5-7/+7
2021-02-03Code cleanup: Switch to new style varargsChristian Schneider4-50/+29