summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-11-29Do not add / for non-http url without pathChristian Schneider2-1/+7
2017-11-29Filter out invalid empty MX records (e.g. for bluwin.ch)Christian Schneider1-1/+1
2017-11-28tests for falsey parameter argumentsNathan Gass1-2/+14
2017-11-28add todo test for removing parameters from baseNathan Gass1-0/+6
2017-11-28test handling of empty parametersNathan Gass1-0/+18
2017-11-28add more tests with fixesNathan Gass2-7/+108
2017-11-28simplify % code, test % at end and with digitsNathan Gass2-6/+3
2017-11-28extract U tests in json file (so they can be used elsewhere)Nathan Gass2-45/+53
2017-11-20::error now strips passwords correctly, not it_cache blocking on develUrban Müller1-2/+3
2017-11-06correctly hide passwords in var_export formatUrban Müller1-1/+1
2017-11-02hide passwords in subject as wellUrban Müller1-1/+1
2017-10-26set accept encoding optionNathan Gass1-0/+1
2017-10-24indicate time of previous err with timewindow; we seem to have false triggersUrban Müller1-2/+3
2017-10-19revert to old behaviour for now, some T() calls in map drawings want ↵Urban Müller2-5/+3
unmodified {foo}
2017-10-18entity-encode tabs and carriage returns like new lines in attributes so that ↵David Flatz2-4/+4
they won't get replaced by a space character when parsed see https://www.w3.org/TR/2004/REC-xml-20040204/#AVNormalize
2017-10-16allow simple functions calls in ET() and T() labelsUrban Müller4-14/+25
2017-10-16implement retries for get_multiNathan Gass1-11/+28
2017-10-12use CURLOPT_FOLLOWLOCATION in it_url::getNathan Gass2-23/+12
2017-10-12add test for correct handling of Location for 201 created http resultNathan Gass2-0/+15
2017-10-10prevent warning if files is arrayUrban Müller1-1/+1
2017-10-05Fix handling of constant() within calc() by changing order of replaceChristian Schneider1-1/+1
2017-10-04Remove constant() for CSS validator, e.g. constant(safe-area-inset-left) for ↵Christian Schneider1-0/+1
iPhone X
2017-09-29remove utf8 byte order mark at start of file for it_pipe::csv() so first ↵Christian Helbling1-1/+1
key/column works correctly
2017-09-28only select ID for delete_untouched (memory and speed)Nathan Gass1-1/+1
2017-09-27'what' debug param works on map as wellChristian A. Weber1-1/+1
2017-09-27allow 3-argument form of explode, it::match etcUrban Müller2-2/+8
2017-09-26Added update/insert/upsert tracking and delete_untouched() to delete rows ↵Christian Schneider2-2/+53
not touch by one of those functions
2017-09-26do not wait for body on HEAD requestNathan Gass1-0/+1
2017-09-25rename request_curl to requestNathan Gass1-7/+2
2017-09-25remove old request methodNathan Gass1-103/+3
2017-09-13better docsUrban Müller1-2/+2
2017-08-23always provide trace for error greppingUrban Müller1-2/+1
2017-08-23indicate runtimeUrban Müller1-1/+1
2017-08-23provide command line for checking past errsUrban Müller1-2/+4
2017-08-22Fix user->login() without session, forgot to set cookieChristian Schneider1-1/+1
2017-08-22check for wrong use of it_url::getNathan Gass1-0/+2
2017-08-21fix multiple args in base, add documentationChristian A. Weber2-4/+7
2017-08-21add it_url::parse_str() which leaves dots and spaces in arg names intactChristian A. Weber3-1/+20
2017-08-21hide passwords in urls as wellUrban Müller1-1/+1
2017-08-21correctly use old "safety" parameter in get_cache_contentsUrban Müller1-1/+1
2017-08-21always use curlNathan Gass1-1/+1
2017-08-18U(): params can override base args, correctly add fragment to end of url if ↵Christian A. Weber2-6/+21
params are present, add some tests
2017-08-17add tests for authenticationNathan Gass1-0/+16
2017-08-17testserver returns 404 on unknown path, better reflect intended retry ↵Nathan Gass2-2/+15
behaviour in tests and test descriptions
2017-08-17iTools requires php 5.4Christian A. Weber1-1/+1
2017-08-17fix basic authentication support in request_curlNathan Gass1-10/+9
2017-08-16use normalized url instead of rawurl also for request_curl (so default ↵Nathan Gass1-1/+1
protocol gets added)
2017-08-16add test for missing protocolNathan Gass1-0/+8
2017-08-16test for a header which always existsNathan Gass1-2/+2
2017-08-16handle authentication in function request_curlNathan Gass1-1/+6