Age | Commit message (Expand) | Author | Files | Lines |
2023-08-16 | recursive test script for it::error stackdumps | Urban Müller | 1 | -0/+51 |
2023-08-15 | Avoid //foo syntax as they are overloaded for search.ch | Christian Schneider | 1 | -2/+2 |
2023-08-03 | allow echoing and dry-running of it::exec/it::system commands | Urban Müller | 1 | -7/+9 |
2023-07-25 | ensure that chance=0 never creates an error | Urban Müller | 1 | -1/+1 |
2023-07-19 | Revert "test: trying to push with failing tests": test failed successfully | Urban Müller | 1 | -2/+0 |
2023-07-19 | test: trying to push with failing tests | Urban Müller | 1 | -0/+2 |
2023-07-19 | Adapt test to new behaviour of always removing {}, even without values | Christian Schneider | 1 | -2/+2 |
2023-07-19 | Make test work when called from runtests which changes cwd | Christian Schneider | 1 | -1/+1 |
2023-07-18 | more concise arg merging | Urban Müller | 1 | -5/+6 |
2023-07-18 | support varags in it::pipe like in it::exec | Urban Müller | 1 | -0/+1 |
2023-07-18 | test existing it_pipe frontend behaviour | Urban Müller | 1 | -0/+6 |
2023-06-22 | remove test for it::exec() with unquoted arg | Christian A. Weber | 1 | -1/+0 |
2023-03-09 | Change test to check with undefined variable | Christian Schneider | 1 | -1/+1 |
2023-03-09 | Also add test for values from GLOBALS, also makes test resistant against glob... | Christian Schneider | 1 | -0/+3 |
2023-02-28 | adapt escaping of ints and floats to better handle booleans and strings as input | Nathan Gass | 1 | -4/+7 |
2023-02-28 | Revert "special handling of boolean columns (accept false as value without wa... | Nathan Gass | 1 | -8/+8 |
2023-02-28 | add tests that old values still work as expected | Nathan Gass | 1 | -0/+6 |
2023-02-28 | special handling of boolean columns (accept false as value without warning) | Nathan Gass | 1 | -8/+8 |
2023-02-27 | make sure the output before the sleep is actually send | Nathan Gass | 1 | -1/+2 |
2023-02-27 | add some small output before sleep to make sure it_url does not return partia... | Nathan Gass | 1 | -0/+1 |
2023-02-24 | catch some more | Urban Müller | 1 | -2/+2 |
2023-02-24 | Add test if preg_quote is sufficient for special chars in pattern | Christian Schneider | 1 | -0/+6 |
2023-02-20 | only look at first two elements for description of short- and longoption so t... | David Flatz | 1 | -0/+3 |
2023-01-30 | Make it_dbi base object iterable, simplify code, add tests | Christian Schneider | 1 | -0/+8 |
2023-01-19 | add urbans tests | Nathan Gass | 1 | -0/+5 |
2023-01-19 | some tests to make sure we don't have any wrong conversions from int to float | Nathan Gass | 1 | -6/+18 |
2023-01-11 | Normalize double sign --/+-/-+/++ calculations in it::date for PHP 8.2 and ad... | Christian Schneider | 1 | -1/+13 |
2022-12-12 | Add and use it::utf8_decode and it::utf8_encode for easier migration to PHP 8.2 | Christian Schneider | 3 | -20/+20 |
2022-10-25 | be utf8 safe | Urban Müller | 1 | -0/+1 |
2022-10-03 | Fix it::map with generators which can only be used once | Christian Schneider | 1 | -0/+3 |
2022-10-03 | Fix it_dbi being used with it::map/iterator_to_array | Christian Schneider | 1 | -0/+4 |
2022-09-23 | utf8-safe versions of typical php input functions | Urban Müller | 1 | -1/+4 |
2022-09-22 | basic tests for ED and D | Nathan Gass | 1 | -0/+31 |
2022-09-08 | Fix it_html::sanitize with nested tags | Christian Schneider | 1 | -1/+1 |
2022-08-11 | be conservative and block unknown ip formats | Nathan Gass | 1 | -0/+7 |
2022-07-29 | rename _escape functions to _encode | David Flatz | 1 | -11/+11 |
2022-07-29 | improve validation and escaping of e-mail addresses: use same method for vali... | David Flatz | 1 | -2/+21 |
2022-06-20 | make is_private_ip resolve hostnames and check all resolved ips | David Flatz | 1 | -0/+7 |
2022-06-20 | add function to check whether an ip is from a private range which should be u... | David Flatz | 1 | -0/+14 |
2022-04-07 | No regular use of javascript: found, remove warning and silently strip it | Christian Schneider | 1 | -2/+0 |
2022-03-28 | handle missing closing bracket, remove blanks around email (filter_var balks) | Urban Müller | 1 | -2/+2 |
2022-03-28 | user filter_var instead of regex (thx chrigi), correctly ignore display names | Urban Müller | 1 | -0/+3 |
2022-03-15 | simple unit test for it_mail::address_error() | Christian A. Weber | 1 | -0/+6 |
2022-02-06 | Filter out javascript: scheme in U() to avoid more XSS attacks | Christian Schneider | 2 | -0/+8 |
2022-01-24 | Fix PHP 8.1 warning when URL given to U() is invalid | Christian Schneider | 1 | -0/+6 |
2021-06-17 | check ::cdist errors | Urban Müller | 1 | -2/+2 |
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 | 1 | -0/+26 |
2021-03-29 | remove => false args in it::exec, consistent with it_html | Urban Müller | 1 | -0/+3 |
2021-02-12 | Fix cols() ignoring some columns, was an exception in PHP 8 | Christian Schneider | 1 | -0/+2 |