Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-10-29 | use new array syntax for texts in old/new mixed files | Urban Müller | 1 | -1/+1 |
2020-10-28 | Limit parallel threads of GraphicsMagick to avoid overloading servers | Christian Schneider | 1 | -1/+1 |
2020-10-16 | document "followlocation" | Urban Müller | 1 | -6/+8 |
2020-09-30 | show datetime-comment for numbers matching timestamps until 2030-03-17 18:46 | Koni Weber | 1 | -1/+1 |
2020-09-23 | resend info irrelevant on devel | Urban Müller | 1 | -1/+1 |
2020-09-16 | use error_context for mails only | Urban Müller | 1 | -1/+1 |
2020-09-15 | Do not generate warning (PHP 8: TypeError) if STDERR is not a valid resource,... | Christian Schneider | 1 | -1/+2 |
2020-09-15 | Make itools PHP 8 compatible | Christian Schneider | 5 | -56/+61 |
2020-09-03 | avoid forbidden syntax | Nathan Gass | 2 | -5/+5 |
2020-09-03 | avoid arrow functions as we support php 7.0 | Nathan Gass | 2 | -12/+28 |
2020-09-03 | fix indentation | Nathan Gass | 2 | -6/+6 |
2020-09-03 | go back to $GLOBALS['it_dbi'] for backward compatibility | Nathan Gass | 2 | -14/+14 |
2020-09-03 | escape uppercase field names for postgresql | Nathan Gass | 1 | -0/+2 |
2020-09-03 | comment out broken test | Nathan Gass | 1 | -2/+3 |
2020-09-03 | dont depend on order of results | Nathan Gass | 1 | -1/+1 |
2020-09-03 | handle postgresql implementation of mysql replace | Nathan Gass | 1 | -1/+1 |
2020-09-03 | use WHERE TRUE in tests which is compatible with postgresql | Nathan Gass | 1 | -4/+4 |
2020-09-03 | escape ID to avoid postgresql lowercasing it | Nathan Gass | 2 | -6/+6 |
2020-09-03 | make _set tests independent of exact sql syntax | Nathan Gass | 1 | -13/+6 |
2020-09-03 | it_dbi subclass for postgresql | Nathan Gass | 1 | -0/+179 |
2020-09-03 | add options to run tests on postgressql, adapt create table statements to use... | Nathan Gass | 1 | -14/+31 |
2020-09-03 | make sure connection exists for escape_name same as escape_string | Nathan Gass | 1 | -2/+12 |