Age | Commit message (Expand) | Author | Files | Lines |
2021-08-26 | make it possible to disable automatic decompression (by setting accept_encodi... | Christian Helbling | 1 | -6/+10 |
2021-08-12 | it::fatal should abort on okstatus=0 even when no report needed | Urban Müller | 1 | -1/+1 |
2021-07-25 | Fix PHP 8.1 warnings | Christian Schneider | 3 | -1/+12 |
2021-07-22 | Change default caching from 24 to 23 hours to reduce risc of daily jobs to us... | Christian Schneider | 1 | -2/+2 |
2021-07-01 | add mintouched argument to delete_untouched to prevent deletes on importer pr... | Urban Müller | 1 | -2/+7 |
2021-06-18 | Revert "use same default 5s timeout for ::get and ::get_cache", breaks existi... | Christian A. Weber | 1 | -2/+2 |
2021-06-17 | check ::cdist errors | Urban Müller | 1 | -2/+2 |
2021-06-17 | support testing for errs | Urban Müller | 1 | -0/+4 |
2021-06-17 | use same default 5s timeout for ::get and ::get_cache | Urban Müller | 1 | -2/+2 |
2021-06-16 | improve docs | Urban Müller | 1 | -3/+3 |
2021-06-15 | add tests for it::cdist. Two are commented out as they trigger an it::error() | Christian A. Weber | 1 | -0/+4 |
2021-06-15 | allow leading - in ::getopt option arguments, add tests | Urban Müller | 2 | -6/+27 |
2021-06-09 | never consider first word a debugparam, fixes cine.search.ch | Urban Müller | 1 | -1/+1 |
2021-06-07 | force new connection to be compatible with mysqli_connect, it_dbi does handle... | Nathan Gass | 1 | -1/+1 |
2021-05-30 | Allow some more tags structuring texts visibly | Christian Schneider | 1 | -2/+2 |
2021-05-18 | call more attention to page-killing problems | Urban Müller | 1 | -1/+1 |
2021-04-20 | handle invalid utf8 in body | Urban Müller | 1 | -1/+1 |
2021-04-20 | it::mail refuses to send mails with null bytes | Urban Müller | 1 | -1/+1 |
2021-03-29 | remove => false args in it::exec, consistent with it_html | Urban Müller | 2 | -1/+5 |
2021-03-28 | it::cdist() does nothing if no filenames are given, it::error() if filename=f... | Christian A. Weber | 1 | -0/+8 |
2021-03-24 | correcly use override traces for long stackdump (ultraexceptionhandler case) | Urban Müller | 1 | -1/+1 |
2021-03-23 | use (local) distributed cache on devel by default | Urban Müller | 1 | -5/+0 |
2021-03-21 | Make errorhandler PHP 8 compatible | Christian Schneider | 1 | -1/+1 |
2021-03-18 | refactor dump_php() to create more stable format using new array syntax witho... | Christian A. Weber | 1 | -6/+9 |
2021-03-15 | filter info not needed interactively | Urban Müller | 1 | -1/+1 |
2021-03-15 | better align subsequent it::error output | Urban Müller | 1 | -1/+1 |
2021-03-12 | avoid empty title when error message contains invalid utf8 | Urban Müller | 1 | -1/+1 |
2021-03-12 | allow forcing errors to screen | Urban Müller | 1 | -3/+5 |
2021-03-05 | var_export no longer has a trailing blank after => | Urban Müller | 1 | -1/+1 |
2021-03-01 | do not use mysql defaultconfig for it_dbi_postgres.class | Nathan Gass | 1 | -1/+1 |
2021-02-22 | avoid lowercase "Fatal:" e.g. when debug_timerlog set programmatically | Urban Müller | 1 | -2/+2 |
2021-02-16 | fix errors on get_cache | Urban Müller | 1 | -3/+3 |
2021-02-15 | grapheme_substr turns false into "" in php 8; return was not taken | Urban Müller | 1 | -3/+4 |
2021-02-12 | allow custom stack traces from exception handler | Urban Müller | 1 | -2/+2 |
2021-02-12 | correctly put Fatal: in front of uncaught exceptions | Urban Müller | 1 | -1/+1 |
2021-02-12 | Fix cols() ignoring some columns, was an exception in PHP 8 | Christian Schneider | 2 | -1/+3 |
2021-02-10 | Leave comments like NOCSSLINT in nostrip mode but restrict it to ULTRATRUSTED | Christian Schneider | 1 | -2/+3 |
2021-02-10 | optionally preserve line numbers | Urban Müller | 1 | -1/+1 |
2021-02-09 | Mark static function as such | Christian Schneider | 1 | -1/+1 |
2021-02-09 | Avoid TypeError with null on PHP 8 | Christian Schneider | 1 | -1/+1 |
2021-02-08 | correctly report extra params; it::error has recursion protection | Urban Müller | 1 | -1/+1 |
2021-02-03 | no extra line for object literals | Urban Müller | 1 | -0/+1 |
2021-02-03 | Code cleanup: Replace call_user_func* with normal function call equivalent | Christian Schneider | 5 | -7/+7 |
2021-02-03 | Code cleanup: Switch to new style varargs | Christian Schneider | 4 | -50/+29 |
2021-02-03 | Use proper name of option in example | Christian Schneider | 1 | -1/+1 |
2021-02-03 | Support options, e.g. --twofirst as arguments to it::cdist() | Christian Schneider | 1 | -5/+10 |
2021-01-27 | fix boolean handling for postgresql | Nathan Gass | 1 | -0/+9 |
2021-01-27 | add support for type specific escape functions | Nathan Gass | 1 | -2/+24 |
2021-01-27 | add some tests for boolean and float columns | Nathan Gass | 1 | -9/+14 |
2021-01-26 | Fix error suppression for safety => 0 | Christian Schneider | 3 | -3/+5 |