Age | Commit message (Expand) | Author | Files | Lines |
2021-02-03 | no extra line for object literals | Urban Müller | 1 | -0/+1 |
2021-02-03 | Code cleanup: Replace call_user_func* with normal function call equivalent | Christian Schneider | 5 | -7/+7 |
2021-02-03 | Code cleanup: Switch to new style varargs | Christian Schneider | 4 | -50/+29 |
2021-02-03 | Use proper name of option in example | Christian Schneider | 1 | -1/+1 |
2021-02-03 | Support options, e.g. --twofirst as arguments to it::cdist() | Christian Schneider | 1 | -5/+10 |
2021-01-27 | fix boolean handling for postgresql | Nathan Gass | 1 | -0/+9 |
2021-01-27 | add support for type specific escape functions | Nathan Gass | 1 | -2/+24 |
2021-01-27 | add some tests for boolean and float columns | Nathan Gass | 1 | -9/+14 |
2021-01-26 | Fix error suppression for safety => 0 | Christian Schneider | 3 | -3/+5 |
2021-01-25 | Avoid failure when calling pg_affected_rows without valid result on PHP 8 | Christian Schneider | 1 | -12/+14 |
2021-01-25 | Fix generating errors on SQL syntax errors, add tests for it | Christian Schneider | 3 | -8/+20 |
2021-01-25 | fix 850c9fd: do not presume public schema if none is given (for example temp ... | Nathan Gass | 1 | -1/+1 |
2021-01-18 | test correct escaping using character that actually needs it | Urban Müller | 1 | -4/+4 |
2021-01-15 | SQL_NO_CACHE is mysql specific | Nathan Gass | 1 | -1/+1 |
2021-01-13 | add missing it_dbi_postgres.class, remove ultra-obsolete it_browser.class | Christian A. Weber | 2 | -188/+1 |
2021-01-13 | Update copyright date | Christian Schneider | 19 | -19/+19 |
2021-01-13 | Unified } else { missed in first iteration | Christian Schneider | 4 | -4/+9 |
2021-01-13 | Unified join to always use implode | Christian Schneider | 12 | -27/+27 |
2021-01-13 | Unified comment style | Christian Schneider | 3 | -15/+15 |
2021-01-13 | Unified brace and else if style | Christian Schneider | 10 | -46/+89 |
2021-01-13 | Revert "give error keys on apc failures" | Christian Schneider | 1 | -2/+2 |
2021-01-13 | Fix caching problem by using it_dbi/it_dbi_postgres in key instead of table name | Christian Schneider | 1 | -4/+4 |
2021-01-13 | give error keys on apc failures | Urban Müller | 1 | -2/+2 |
2021-01-12 | Merge branch 'ng/postgresql' | Nathan Gass | 3 | -154/+495 |
2021-01-08 | handle schemas in table names | Nathan Gass | 1 | -1/+2 |
2021-01-07 | avoid warning when no cols found | Urban Müller | 1 | -1/+1 |
2021-01-06 | remove no longer necessary extra suffix argument | Nathan Gass | 1 | -2/+2 |
2021-01-06 | use numeric key for suffix instead of extra argument | Nathan Gass | 1 | -1/+1 |
2021-01-06 | add special handling of numeric keys to _set and _values consistent with _where | Nathan Gass | 1 | -7/+21 |
2021-01-06 | Merge branch 'master' into ng/postgresql | Nathan Gass | 11 | -134/+116 |
2021-01-05 | Remove obsolete support for texts.php without return statement, we do not hav... | Christian Schneider | 1 | -10/+5 |
2021-01-05 | Remove obsolete special case username == uid, we do not have such cases anymore | Christian Schneider | 1 | -7/+0 |
2021-01-05 | Remove 11 year old FIXME comment, code has been in use like that long enough :-) | Christian Schneider | 1 | -1/+1 |
2021-01-05 | Remove support for obsolete _read_post_process/_write_pre_process, use static... | Christian Schneider | 1 | -24/+0 |
2020-12-16 | ignore some more warnings | David Flatz | 1 | -1/+1 |
2020-12-15 | do not prepend $errprefix twice | Urban Müller | 1 | -1/+1 |
2020-12-15 | ignore warning of jpeg decoder | David Flatz | 1 | -1/+1 |
2020-12-04 | Ignore all requests to /fonts/ for language override check, previous fix did ... | Christian Schneider | 1 | -1/+1 |
2020-12-04 | Do not complain about missing language override for .woff/.woff2 files | Christian Schneider | 1 | -1/+1 |
2020-12-03 | Add some tests for it::substr() behaviour we rely on which was broken for som... | Christian Schneider | 1 | -0/+4 |
2020-12-03 | Use PHP 8 compatible way of detecting @ operator (does not set error_reportin... | Christian Schneider | 1 | -1/+1 |
2020-11-27 | log write throttles | Urban Müller | 1 | -0/+3 |
2020-11-27 | pass array values instead of keys to functions with only one argument in it::... | Nathan Gass | 2 | -0/+6 |
2020-11-13 | properly quote raw post data for httpreq.php | Urban Müller | 1 | -2/+2 |
2020-11-13 | nicer formatting | Urban Müller | 1 | -1/+1 |
2020-11-11 | bugfix (accidentally added rawpost) | Urban Müller | 1 | -1/+1 |
2020-11-09 | no longer ignore extra positional arguments | Nathan Gass | 2 | -10/+7 |
2020-11-09 | detect bad it::error usage | Urban Müller | 1 | -1/+4 |
2020-10-30 | include POSTed non form data in error mails | Urban Müller | 1 | -0/+3 |
2020-10-30 | remove support for old array syntax | Urban Müller | 1 | -10/+4 |