summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-03-07docsUrban Müller1-1/+1
2022-03-03Make it_debug::$force_html decision based on Accept header containing ↵Christian Schneider1-1/+1
text/html, not User-Agent
2022-03-03support html override for non-html pagesUrban Müller2-6/+19
2022-02-24use plaintext output for non-html web pagesUrban Müller1-1/+1
2022-02-18calc() exception no longer necessary, parse causes false posUrban Müller1-2/+1
2022-02-14use D() formatting for it::error bodyUrban Müller2-9/+13
2022-02-08double quote should terminate urs, validates D() output with html linksUrban Müller1-1/+1
2022-02-06Filter out javascript: scheme in U() to avoid more XSS attacksChristian Schneider3-0/+14
2022-01-24Fix PHP 8.1 warning when URL given to U() is invalidChristian Schneider2-0/+9
2022-01-21keep cookies between redirects, needed on www.programme-tv.netUrban Müller1-0/+1
2022-01-20enable omitting Accept-Language, show in and out headers in with curlinfoUrban Müller1-2/+7
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-21Leave overscroll-behavior style unchanged for validator to checkChristian Schneider1-1/+1
2021-12-14it::error: handle binary body like long body by saving in tmpNathan Gass1-1/+1
2021-12-08show all params in EDC('req'), not just urlChristian A. Weber1-2/+5
2021-12-02allow reading/writing of json in one goUrban Müller1-0/+6
2021-11-28Avoid Implicit conversion from float warningChristian Schneider1-1/+1
2021-11-09handle missing safetyUrban Müller1-1/+1
2021-11-09allow generic it_error paramsUrban Müller1-7/+6
2021-11-01more debug infoUrban Müller1-1/+1
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