summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
2024-04-30
Only delete cache files (not directories) to avoid race with directory creation
Christian Schneider
1
-1
/
+1
2024-04-30
Fix is_reachable fetching always twice if content longer than 1000 bytes, mak...
Christian Schneider
2
-9
/
+11
2024-04-29
Also cache 404 in assoc case to keep previous behaviour, server errors >= 500...
Christian Schneider
1
-1
/
+1
2024-04-29
Version 2 of: Switch it_url::get('assoc' => true) to always return non-empty ...
Christian Schneider
2
-4
/
+5
2024-04-29
Handle whitespace between attribute name and value also for img tags
David Flatz
2
-1
/
+19
2024-04-29
Improve test for unquoted value since we only pass through absolute urls with...
David Flatz
1
-2
/
+2
2024-04-26
Handle whitespace between attribute name and value; add some TODO tests to be...
David Flatz
2
-1
/
+19
2024-04-25
apply password hiding in both json and var_dump format
Urban Müller
1
-2
/
+4
2024-04-25
Revert "Switch it_url::get('assoc' => true) to always return non-empty array ...
Christian Schneider
2
-4
/
+3
2024-04-24
Switch it_url::get('assoc' => true) to always return non-empty array includin...
Christian Schneider
2
-3
/
+4
2024-04-24
Disable reporting of empty_on_fail infos
Christian Schneider
1
-3
/
+3
2024-04-23
current test domain is somtimes gnat available
Urban Müller
1
-5
/
+5
2024-04-23
Use single quotes to avoid confusion about $() expansion
Christian Schneider
1
-1
/
+1
2024-04-22
Send notice to schneider@search.ch to check where chaning default to empty_on...
Christian Schneider
2
-3
/
+7
2024-04-22
Add test to ensure and document that leading dashes are not allowed in non-op...
Christian Schneider
1
-0
/
+1
2024-04-22
keep quotes around key
Urban Müller
1
-2
/
+2
2024-04-22
reinstate masking of passwords
Urban Müller
1
-2
/
+2
2024-04-18
introduce empty_on_fail, get keepfailed to work
Urban Müller
3
-12
/
+38
2024-04-11
w3c complains about has() which is 96% supported
Urban Müller
1
-0
/
+1
2024-04-10
add forgotten newline
Urban Müller
1
-1
/
+1
2024-04-05
prevent Log: lines in shell mode
Urban Müller
1
-1
/
+1
2024-04-04
append newline to pretty printed json
Urban Müller
1
-7
/
+7
[next]