summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-08-18support utest mode by removing uok in redirectsUrban Müller1-2/+5
2023-08-16run it_dbi tests for postgresql if it is runningNathan Gass1-0/+2
2023-08-16fix failing it_dbi tests when using postgresqlNathan Gass2-2/+2
2023-08-16use it_dbi_postgres everywhere for postgresql testsNathan Gass1-1/+1
2023-08-16it::map docsUrban Müller1-1/+1
2023-08-16allow prettyprinting on json_encode (used in tv)Urban Müller1-2/+2
2023-08-16respect existing but empty tracesUrban Müller1-1/+1
2023-08-16avoid using "trace" identifier for different thingsUrban Müller1-9/+9
2023-08-16recursive test script for it::error stackdumpsUrban Müller1-0/+51
2023-08-15Avoid //foo syntax as they are overloaded for search.chChristian Schneider1-2/+2
2023-08-15docs fixUrban Müller1-1/+1
2023-08-15consistent variable name for stackframe, handle empty stackdumpUrban Müller1-4/+4
2023-08-03avoid name clashes with stats (mail3831); undercore also illustrates out of bandUrban Müller1-3/+3
2023-08-03allow echoing and dry-running of it::exec/it::system commandsUrban Müller2-19/+25
2023-07-31Stylesheets: Pass url(...) through U() for normalization/OneDomainChristian Schneider1-0/+1
2023-07-27bugfix, thanks buddhaUrban Müller1-1/+1
2023-07-27fix mail0Urban Müller1-1/+1
2023-07-26only use trace for id to simplify deletion of similar errsUrban Müller1-1/+1
2023-07-25experimentally add ID to error mailsUrban Müller1-2/+4
2023-07-25Simplify: Do not strip tags as this can lead to empty titlesChristian Schneider1-1/+1
2023-07-25ensure that chance=0 never creates an errorUrban Müller1-1/+1
2023-07-25strip superfluous newlines in titleUrban Müller1-1/+1
2023-07-21Fix 'Decrement on type null has no effect' warning for PHP 8.3Christian Schneider1-0/+1
2023-07-19Revert "test: trying to push with failing tests": test failed successfullyUrban Müller1-2/+0
This reverts commit ae5d8cebdd82e2d1e9d3d0b40e711ba50096f622.
2023-07-19test: trying to push with failing testsUrban Müller1-0/+2
2023-07-19Adapt test to new behaviour of always removing {}, even without valuesChristian Schneider1-2/+2
2023-07-19Make test work when called from runtests which changes cwdChristian Schneider1-1/+1
2023-07-18more concise arg mergingUrban Müller2-9/+8
2023-07-18support varags in it::pipe like in it::execUrban Müller2-2/+7
2023-07-18test existing it_pipe frontend behaviourUrban Müller1-0/+6
2023-07-10always use etext() to support {U(/foo)} feature even in absence of valuesUrban Müller1-1/+1
2023-07-05mark safe it::shell_command callsUrban Müller2-4/+4
2023-07-03mark it::exec call safe, give better it::exec exampleUrban Müller2-2/+2
2023-06-26guarantee array result on debug_backtrace, avoid doubling of long stack due ↵Urban Müller1-3/+3
to variable name collision
2023-06-22quote it::exec() args, use timeout for gm convert to avoid checking for ↵Christian A. Weber1-4/+2
ultratimeout
2023-06-22remove test for it::exec() with unquoted argChristian A. Weber1-1/+0
2023-06-19avoid false pos in check for deprecated funcsUrban Müller1-1/+1
2023-06-12prevent deprecated function alertUrban Müller1-1/+1
2023-05-24more functional styleUrban Müller1-3/+1
2023-05-24Use -- for debug params with EDC('what')Christian Schneider1-3/+3
2023-05-17prevent potential recursions through it::fatal in it::file_put_contents (thx ↵Urban Müller1-1/+1
buddha)
2023-05-17prevent errors in it::errorUrban Müller1-1/+1
2023-05-17use correct okstate pathUrban Müller1-1/+1
2023-05-15fix stack trace depth, remove outdated commentUrban Müller1-1/+1
2023-05-15use short notation for empty arrays in stackdumpUrban Müller1-2/+2
2023-05-11store mtime before lock gets touchedUrban Müller1-2/+4
2023-05-11Use flock for locking to prevent stale locks, when process gets killedDavid Flatz1-11/+20
2023-05-10Use simpler str_pad for paddingChristian Schneider1-1/+1
2023-05-10Fix typo in medium backtrace causing FATALChristian Schneider1-1/+1
2023-05-09implement medium stacksUrban Müller1-6/+45