Age | Commit message (Expand) | Author | Files | Lines |
2024-09-09 | add separator argument to all column based methods | Nathan Gass | 1 | -8/+12 |
2024-09-04 | Allow data urls and do not encode as it can break them | Christian Schneider | 1 | -2/+2 |
2024-08-27 | handle --debug argument now used by slowtests.sh | Urban Müller | 1 | -2/+3 |
2024-08-19 | fewer backslackes when ED()-ing html content with debug output | Urban Müller | 2 | -2/+2 |
2024-08-14 | fix syntax | Urban Müller | 1 | -1/+1 |
2024-08-14 | better example | Urban Müller | 1 | -1/+1 |
2024-08-14 | add simplexml_load_string() with better error reporting | Urban Müller | 1 | -0/+19 |
2024-08-06 | try to reduce crawler accesses on cacheable data | Urban Müller | 1 | -1/+2 |
2024-07-25 | remove EDC('what') from itools - doesn't work anymore on search.ch, proably n... | Christian Helbling | 1 | -13/+0 |
2024-07-11 | docs | Urban Müller | 1 | -1/+1 |
2024-07-10 | Work around idn_to_ascii not allowing empty string in PHP 8.4 by using non-em... | Christian Schneider | 1 | -1/+1 |
2024-07-04 | introduce ->status for ->result, temporarily support ->result | Urban Müller | 1 | -14/+15 |
2024-07-03 | make retries => 0 consistent with retries => 1: no it::error on 404 | Urban Müller | 2 | -6/+18 |
2024-07-01 | Remove special case for stale locks since those never occured | David Flatz | 1 | -12/+5 |
2024-06-27 | add response body to errors, rename $got to $body | Urban Müller | 1 | -9/+10 |
2024-06-26 | Remove trigger_error with E_USER_ERROR, see https://wiki.php.net/rfc/deprecat... | Christian Schneider | 1 | -1/+0 |
2024-06-25 | Replace xml_set_object/xml_set_* with [$this, "methodName"] equivalent as it ... | Christian Schneider | 1 | -3/+2 |
2024-06-13 | keep http default for now, only http is guaranteed to work everywhere | Urban Müller | 1 | -1/+1 |
2024-06-11 | mark legit use of http | Urban Müller | 1 | -1/+1 |
2024-06-11 | remove http: use | Urban Müller | 1 | -1/+1 |
2024-06-10 | http: -> https: | Urban Müller | 5 | -10/+10 |
2024-06-10 | handle empty replacements array in it::replace | Nathan Gass | 1 | -1/+1 |
2024-05-28 | Revert "Improve handling of nested tags in it_html::sanitize": getting "Excee... | Urban Müller | 2 | -19/+3 |
2024-05-27 | Fix it_url::get with maxlength and large response | Christian Schneider | 1 | -1/+1 |
2024-05-27 | Fix it_url::get with maxlength and large response | Christian Schneider | 2 | -1/+9 |
2024-05-27 | Improve handling of nested tags in it_html::sanitize | David Flatz | 2 | -3/+19 |
2024-05-21 | more meaningful error message in title than 0 No Error | Nathan Gass | 1 | -2/+2 |
2024-05-16 | bugfix, thx buddha | Urban Müller | 1 | -1/+1 |
2024-05-16 | reduce quoting hell | Urban Müller | 1 | -1/+1 |
2024-05-16 | security | Urban Müller | 1 | -1/+1 |
2024-05-15 | remove ancient IE compatibility hack (with broken URL) | Urban Müller | 1 | -5/+0 |
2024-05-13 | remove unnecessary type=text/css | Urban Müller | 1 | -1/+1 |
2024-05-13 | be compatible with _tag | Urban Müller | 1 | -1/+1 |
2024-05-13 | prevent validation break on debug_texts | Urban Müller | 1 | -1/+1 |
2024-05-08 | Switch default for it_url::get*() to not return body on status >= 400 | Christian Schneider | 2 | -6/+10 |
2024-05-07 | Switch empty /itjs/ results from 200 to 404 | Christian Schneider | 1 | -1/+4 |
2024-05-07 | Abort if table name contains invalid characters | Christian Schneider | 1 | -0/+3 |
2024-05-07 | Show error string containing http status in alerts | Christian Schneider | 1 | -1/+1 |
2024-05-07 | Add type for assoc with maxlength, make test for 404 stricter | Christian Schneider | 1 | -2/+11 |
2024-05-07 | Fix documentation: Assoc now always returns array with status | Christian Schneider | 1 | -1/+1 |
2024-05-03 | test keys as well | Urban Müller | 1 | -4/+4 |
2024-05-02 | Do not generate it::error with test for sporadic failures | Christian Schneider | 1 | -1/+1 |
2024-05-02 | test it::filter and it::grep | Urban Müller | 1 | -0/+8 |
2024-05-02 | must ensure consecutive keys for now | Urban Müller | 1 | -2/+2 |
2024-05-02 | Do not check body_on_fail with assoc mode, we looked at those separately | Christian Schneider | 1 | -1/+1 |
2024-05-02 | Reenable warnings about behaviour change when switching body_on_fail default | Christian Schneider | 1 | -2/+2 |
2024-05-02 | Rename empty_on_fail to body_on_fail for future switching of default, current... | Christian Schneider | 2 | -12/+12 |
2024-05-02 | add it_pipe grep for consistency | Nathan Gass | 1 | -1/+11 |
2024-04-30 | fix typo | Urban Müller | 1 | -2/+2 |
2024-04-30 | reorganize documentation for it_url::get | Urban Müller | 1 | -13/+19 |