Age | Commit message (Expand) | Author | Files | Lines |
2020-06-25 | Call old _read_post_process/_write_pre_process last to preserve old semantics... | Christian Schneider | 1 | -4/+3 |
2020-06-24 | Add static and pure replacements _read_postprocess/_write_preprocess for depr... | Christian Schneider | 2 | -7/+76 |
2020-06-23 | Remove usage of _read_post_process in it_user | Christian Schneider | 1 | -12/+12 |
2020-06-19 | fix docs | Urban Müller | 1 | -1/+1 |
2020-06-15 | Only use T_defaultlang() for search.ch subrequests which uses language overri... | Christian Schneider | 1 | -2/+3 |
2020-06-15 | Use something resembling Edge instead of MSIE 9 to ITools requests | Christian Schneider | 1 | -1/+1 |
2020-06-02 | declare static func as such | Urban Müller | 1 | -1/+1 |
2020-06-02 | Switch it_url::get() to static / remove support for legacy usage ->get() | Christian Schneider | 1 | -6/+1 |
2020-05-27 | honor omitdebuginfo for block-resend | Urban Müller | 1 | -1/+1 |
2020-05-26 | allow custom errors on format violations (e.g. timewindow) | Urban Müller | 1 | -2/+2 |
2020-05-25 | test new sort features | Urban Müller | 1 | -0/+5 |
2020-05-25 | it::error should put (optional) single line content before multiline content | Urban Müller | 1 | -3/+3 |
2020-05-25 | allow sorting and mapping functions in sort() | Urban Müller | 1 | -4/+14 |
2020-05-19 | prevent huge subjects, separate multiline parts | Urban Müller | 1 | -0/+2 |
2020-05-18 | Warn about object method usage of it_url::get() | Christian Schneider | 1 | -0/+3 |
2020-05-18 | For now normalize headers in it_url::get/request response to Capitalized-Form... | Christian Schneider | 1 | -1/+1 |
2020-05-18 | Avoid unnecessary classes being loaded in tel/feedback.php | Christian Schneider | 1 | -1/+1 |
2020-05-18 | Add 'assoc' => true mode to it_url::get() and prepare to mark function static | Christian Schneider | 2 | -43/+56 |
2020-05-13 | it::error should cloak password2 in body as well | Urban Müller | 1 | -1/+1 |
2020-05-13 | align title | Urban Müller | 1 | -1/+1 |
2020-05-13 | Retire alert as we only see sporadic false positives of old cached html files... | Christian Schneider | 1 | -3/+0 |
2020-05-12 | compactify error mails | Urban Müller | 1 | -7/+5 |
2020-05-12 | Deprecated itools itjs warning is not interesting for everyone and will be re... | Christian Schneider | 1 | -1/+1 |
2020-05-12 | optionally add global extra info to all errs | Urban Müller | 1 | -0/+3 |
2020-05-11 | Make response cookie handling case insensitive as HTTP2 returns lowercase | Christian Schneider | 1 | -1/+1 |
2020-05-11 | Use standard PHP syntax for itools | Christian Schneider | 1 | -1/+1 |
2020-05-11 | Mark static methods properly to avoid deprecation message | Christian Schneider | 2 | -2/+2 |
2020-05-11 | Remove obsolete itools javascript functions and loader/jsboot mechanism | Christian Schneider | 9 | -1263/+16 |
2020-05-08 | Do not call it::_stdin_next() trying to open first optional argument unless i... | Christian Schneider | 1 | -1/+5 |
2020-05-06 | Use random_bytes() instead of uniqid() now that we require PHP 7.0 for itools | Christian Schneider | 4 | -8/+8 |
2020-04-30 | Include both the active and the default language (from user's Accept-Language... | Christian Schneider | 1 | -1/+1 |
2020-04-30 | Use user's Accept-Language (mapped to languages we know) instead of currently... | Christian Schneider | 1 | -1/+1 |
2020-04-29 | Check fields used with NI for NULL first to take advantage of indices | Christian Schneider | 1 | -1/+1 |
2020-04-22 | Also accept language overrides for txt | Christian Schneider | 1 | -1/+1 |
2020-04-21 | White-list mbtiles.php because it does not support language override urls | Christian Schneider | 1 | -1/+1 |
2020-04-21 | Also accept language overrides for gif, jpg and png | Christian Schneider | 1 | -1/+1 |
2020-04-21 | accept LIMIT 0 | Urban Müller | 1 | -1/+1 |
2020-04-21 | Add translated csv to white-list as map users //tel/result.csv with LU() | Christian Schneider | 1 | -1/+1 |
2020-04-21 | dbi: improve docs, enable LIMIT => false | Urban Müller | 2 | -9/+13 |
2020-04-21 | Warn about missing language overrides for subrequests, i.e. LU() instead of U... | Christian Schneider | 1 | -0/+3 |
2020-04-21 | Add test for LIMIT with offset, add test descriptions | Christian Schneider | 1 | -2/+5 |
2020-04-21 | test for safe LIMIT | Urban Müller | 1 | -1/+1 |
2020-04-21 | support safe LIMIT | Urban Müller | 2 | -0/+9 |
2020-04-21 | support retrysleep in ::get_multi | Urban Müller | 1 | -2/+11 |
2020-04-21 | use new array syntax | Urban Müller | 12 | -216/+216 |
2020-04-17 | support $p["postprocess"] in get_cache_contents() | Urban Müller | 1 | -4/+13 |
2020-04-16 | allow postprocessors like json_decode | Urban Müller | 1 | -1/+7 |
2020-04-15 | Increase minimal requirement to PHP 7 | Christian Schneider | 1 | -2/+2 |
2020-04-15 | allow disabling pretty printing | Urban Müller | 1 | -2/+2 |
2020-04-14 | add pretty option to it::json_encode() | Christian A. Weber | 1 | -2/+3 |