summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-15ignore warning of jpeg decoderDavid Flatz1-1/+1
2020-12-04Ignore all requests to /fonts/ for language override check, previous fix did ...Christian Schneider1-1/+1
2020-12-04Do not complain about missing language override for .woff/.woff2 filesChristian Schneider1-1/+1
2020-12-03Add some tests for it::substr() behaviour we rely on which was broken for som...Christian Schneider1-0/+4
2020-12-03Use PHP 8 compatible way of detecting @ operator (does not set error_reportin...Christian Schneider1-1/+1
2020-11-27log write throttlesUrban Müller1-0/+3
2020-11-27pass array values instead of keys to functions with only one argument in it::...Nathan Gass2-0/+6
2020-11-13properly quote raw post data for httpreq.phpUrban Müller1-2/+2
2020-11-13nicer formattingUrban Müller1-1/+1
2020-11-11bugfix (accidentally added rawpost)Urban Müller1-1/+1
2020-11-09no longer ignore extra positional argumentsNathan Gass2-10/+7
2020-11-09detect bad it::error usageUrban Müller1-1/+4
2020-10-30include POSTed non form data in error mailsUrban Müller1-0/+3
2020-10-30remove support for old array syntaxUrban Müller1-10/+4
2020-10-29use new array syntax for texts in old/new mixed filesUrban Müller1-1/+1
2020-10-28Limit parallel threads of GraphicsMagick to avoid overloading serversChristian Schneider1-1/+1
2020-10-16document "followlocation"Urban Müller1-6/+8
2020-09-30show datetime-comment for numbers matching timestamps until 2030-03-17 18:46Koni Weber1-1/+1
2020-09-23resend info irrelevant on develUrban Müller1-1/+1
2020-09-16use error_context for mails onlyUrban Müller1-1/+1
2020-09-15Do not generate warning (PHP 8: TypeError) if STDERR is not a valid resource,...Christian Schneider1-1/+2
2020-09-15Make itools PHP 8 compatibleChristian Schneider5-56/+61
2020-09-03avoid forbidden syntaxNathan Gass2-5/+5
2020-09-03avoid arrow functions as we support php 7.0Nathan Gass2-12/+28
2020-09-03fix indentationNathan Gass2-6/+6
2020-09-03go back to $GLOBALS['it_dbi'] for backward compatibilityNathan Gass2-14/+14
2020-09-03escape uppercase field names for postgresqlNathan Gass1-0/+2
2020-09-03comment out broken testNathan Gass1-2/+3
2020-09-03dont depend on order of resultsNathan Gass1-1/+1
2020-09-03handle postgresql implementation of mysql replaceNathan Gass1-1/+1
2020-09-03use WHERE TRUE in tests which is compatible with postgresqlNathan Gass1-4/+4
2020-09-03escape ID to avoid postgresql lowercasing itNathan Gass2-6/+6
2020-09-03make _set tests independent of exact sql syntaxNathan Gass1-13/+6
2020-09-03it_dbi subclass for postgresqlNathan Gass1-0/+179
2020-09-03add options to run tests on postgressql, adapt create table statements to use...Nathan Gass1-14/+31
2020-09-03make sure connection exists for escape_name same as escape_stringNathan Gass1-2/+12
2020-09-02extract mysql specific json code into overridable functionsNathan Gass1-11/+31
2020-09-01allow to add a suffix after INSERT (for ON FOO sql syntax)Nathan Gass1-2/+2
2020-09-01generate postgres compatible where statementsNathan Gass1-2/+2
2020-08-31add _escape_name as backticks are mysql specificNathan Gass1-2/+7
2020-08-31use insert values instead of mysql speficif insert setNathan Gass1-9/+35
2020-08-31use late static binding to enable subclassingNathan Gass1-27/+30
2020-08-28isolate mysql specific codeNathan Gass1-65/+119
2020-08-27use existing tables methodNathan Gass1-2/+1
2020-08-27test for automatic creation of table classesNathan Gass1-0/+1
2020-08-25test for unexpected optional positinal argumentsNathan Gass2-4/+14
2020-08-25also test for default valuesNathan Gass1-2/+3
2020-08-25more tests for arguments without value, also test failure modesNathan Gass1-4/+13
2020-08-25also test positional argsNathan Gass1-6/+7
2020-08-21more verbose err msgUrban Müller1-1/+1