summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-06-10handle empty replacements array in it::replaceNathan Gass1-1/+1
2024-05-28Revert "Improve handling of nested tags in it_html::sanitize": getting ↵Urban Müller2-19/+3
"Exceeded pcre.backtrack_limit of 1000000 bytes" This reverts commit b484fab88a9229f7c87ea053564d0d8d3d2a565d.
2024-05-27Fix it_url::get with maxlength and large responseChristian Schneider1-1/+1
2024-05-27Fix it_url::get with maxlength and large responseChristian Schneider2-1/+9
2024-05-27Improve handling of nested tags in it_html::sanitizeDavid Flatz2-3/+19
2024-05-21more meaningful error message in title than 0 No ErrorNathan Gass1-2/+2
2024-05-16bugfix, thx buddhaUrban Müller1-1/+1
2024-05-16reduce quoting hellUrban Müller1-1/+1
2024-05-16securityUrban Müller1-1/+1
2024-05-15remove ancient IE compatibility hack (with broken URL)Urban Müller1-5/+0
2024-05-13remove unnecessary type=text/cssUrban Müller1-1/+1
2024-05-13be compatible with _tagUrban Müller1-1/+1
2024-05-13prevent validation break on debug_textsUrban Müller1-1/+1
2024-05-08Switch default for it_url::get*() to not return body on status >= 400Christian Schneider2-6/+10
2024-05-07Switch empty /itjs/ results from 200 to 404Christian Schneider1-1/+4
2024-05-07Abort if table name contains invalid charactersChristian Schneider1-0/+3
2024-05-07Show error string containing http status in alertsChristian Schneider1-1/+1
2024-05-07Add type for assoc with maxlength, make test for 404 stricterChristian Schneider1-2/+11
2024-05-07Fix documentation: Assoc now always returns array with statusChristian Schneider1-1/+1
2024-05-03test keys as wellUrban Müller1-4/+4
2024-05-02Do not generate it::error with test for sporadic failuresChristian Schneider1-1/+1
2024-05-02test it::filter and it::grepUrban Müller1-0/+8
2024-05-02must ensure consecutive keys for nowUrban Müller1-2/+2
2024-05-02Do not check body_on_fail with assoc mode, we looked at those separatelyChristian Schneider1-1/+1
2024-05-02Reenable warnings about behaviour change when switching body_on_fail defaultChristian Schneider1-2/+2
2024-05-02Rename empty_on_fail to body_on_fail for future switching of default, ↵Christian Schneider2-12/+12
currently also supports empty_on_fail for transition
2024-05-02add it_pipe grep for consistencyNathan Gass1-1/+11
2024-04-30fix typoUrban Müller1-2/+2
2024-04-30reorganize documentation for it_url::getUrban Müller1-13/+19
2024-04-30Only delete cache files (not directories) to avoid race with directory creationChristian Schneider1-1/+1
2024-04-30Fix is_reachable fetching always twice if content longer than 1000 bytes, ↵Christian Schneider2-9/+11
make retry test having to retry more often to test that code path
2024-04-29Also cache 404 in assoc case to keep previous behaviour, server errors >= ↵Christian Schneider1-1/+1
500 are not cached
2024-04-29Version 2 of: Switch it_url::get('assoc' => true) to always return non-empty ↵Christian Schneider2-4/+5
array including at least the HTTP status code
2024-04-29Handle whitespace between attribute name and value also for img tagsDavid Flatz2-1/+19
2024-04-29Improve test for unquoted value since we only pass through absolute urls ↵David Flatz1-2/+2
with http(s) scheme
2024-04-26Handle whitespace between attribute name and value; add some TODO tests to ↵David Flatz2-1/+19
be more compliant to specification
2024-04-25apply password hiding in both json and var_dump formatUrban Müller1-2/+4
2024-04-25Revert "Switch it_url::get('assoc' => true) to always return non-empty array ↵Christian Schneider2-4/+3
including at least the HTTP status code" This reverts commit d4bd73f98063ebbdf6c6f5ce94252360de901c9a.
2024-04-24Switch it_url::get('assoc' => true) to always return non-empty array ↵Christian Schneider2-3/+4
including at least the HTTP status code
2024-04-24Disable reporting of empty_on_fail infosChristian Schneider1-3/+3
2024-04-23current test domain is somtimes gnat availableUrban Müller1-5/+5
2024-04-23Use single quotes to avoid confusion about $() expansionChristian Schneider1-1/+1
2024-04-22Send notice to schneider@search.ch to check where chaning default to ↵Christian Schneider2-3/+7
empty_on_fail=true would have an impact
2024-04-22Add test to ensure and document that leading dashes are not allowed in ↵Christian Schneider1-0/+1
non-option args even with -- in command line
2024-04-22keep quotes around keyUrban Müller1-2/+2
2024-04-22reinstate masking of passwordsUrban Müller1-2/+2
2024-04-18introduce empty_on_fail, get keepfailed to workUrban Müller3-12/+38
2024-04-11w3c complains about has() which is 96% supportedUrban Müller1-0/+1
2024-04-10add forgotten newlineUrban Müller1-1/+1
2024-04-05prevent Log: lines in shell modeUrban Müller1-1/+1