summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-07more tests is always betterNathan Gass1-2/+14
2017-12-07if no key => value params are supplied, don't kill query params without value...Christian A. Weber2-20/+22
2017-12-07new MariaDB needs explicit ORDER BYChristian A. Weber1-1/+1
2017-12-07remove fasttagUrban Müller2-8/+1
2017-12-07use Fatal: in mail title, set response code on devel as wellUrban Müller1-5/+4
2017-11-30add test for multiple spacesNathan Gass1-0/+6
2017-11-30test it::grep invertUrban Müller1-0/+1
2017-11-30support grep -vUrban Müller1-4/+5
2017-11-30use utf8mb4 as default characterset for mysql connectionChristian A. Weber1-1/+1
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 unmodifi...Urban Müller2-5/+3
2017-10-18entity-encode tabs and carriage returns like new lines in attributes so that ...David Flatz2-4/+4
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
2017-09-29remove utf8 byte order mark at start of file for it_pipe::csv() so first key/...Christian Helbling1-1/+1
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 not...Christian Schneider2-2/+53
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