summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-06-24Add static and pure replacements _read_postprocess/_write_preprocess for ↵Christian Schneider2-7/+76
deprecated _read_post_process/_write_pre_process
2020-06-23Remove usage of _read_post_process in it_userChristian Schneider1-12/+12
2020-06-19fix docsUrban Müller1-1/+1
2020-06-15Only use T_defaultlang() for search.ch subrequests which uses language ↵Christian Schneider1-2/+3
overrides in URLs, external requests should ask for current language seen by user
2020-06-15Use something resembling Edge instead of MSIE 9 to ITools requestsChristian Schneider1-1/+1
2020-06-02declare static func as suchUrban Müller1-1/+1
2020-06-02Switch it_url::get() to static / remove support for legacy usage ->get()Christian Schneider1-6/+1
2020-05-27honor omitdebuginfo for block-resendUrban Müller1-1/+1
2020-05-26allow custom errors on format violations (e.g. timewindow)Urban Müller1-2/+2
2020-05-25test new sort featuresUrban Müller1-0/+5
2020-05-25it::error should put (optional) single line content before multiline contentUrban Müller1-3/+3
2020-05-25allow sorting and mapping functions in sort()Urban Müller1-4/+14
2020-05-19prevent huge subjects, separate multiline partsUrban Müller1-0/+2
2020-05-18Warn about object method usage of it_url::get()Christian Schneider1-0/+3
2020-05-18For now normalize headers in it_url::get/request response to ↵Christian Schneider1-1/+1
Capitalized-Form as code is accessing stuff like 'Location' and HTTP/2 returns lowercased headers
2020-05-18Avoid unnecessary classes being loaded in tel/feedback.phpChristian Schneider1-1/+1
2020-05-18Add 'assoc' => true mode to it_url::get() and prepare to mark function staticChristian Schneider2-43/+56
2020-05-13it::error should cloak password2 in body as wellUrban Müller1-1/+1
2020-05-13align titleUrban Müller1-1/+1
2020-05-13Retire alert as we only see sporadic false positives of old cached html ↵Christian Schneider1-3/+0
files now
2020-05-12compactify error mailsUrban Müller1-7/+5
2020-05-12Deprecated itools itjs warning is not interesting for everyone and will be ↵Christian Schneider1-1/+1
removed soon
2020-05-12optionally add global extra info to all errsUrban Müller1-0/+3
2020-05-11Make response cookie handling case insensitive as HTTP2 returns lowercaseChristian Schneider1-1/+1
2020-05-11Use standard PHP syntax for itoolsChristian Schneider1-1/+1
2020-05-11Mark static methods properly to avoid deprecation messageChristian Schneider2-2/+2
2020-05-11Remove obsolete itools javascript functions and loader/jsboot mechanismChristian Schneider9-1263/+16
2020-05-08Do not call it::_stdin_next() trying to open first optional argument unless ↵Christian Schneider1-1/+5
it::gets() is used
2020-05-06Use random_bytes() instead of uniqid() now that we require PHP 7.0 for itoolsChristian Schneider4-8/+8
2020-04-30Include both the active and the default language (from user's ↵Christian Schneider1-1/+1
Accept-Language header) in cache key as they can lead to different output of subrequests
2020-04-30Use user's Accept-Language (mapped to languages we know) instead of ↵Christian Schneider1-1/+1
currently active language to preserve language overrides in subrequests
2020-04-29Check fields used with NI for NULL first to take advantage of indicesChristian Schneider1-1/+1
2020-04-22Also accept language overrides for txtChristian Schneider1-1/+1
2020-04-21White-list mbtiles.php because it does not support language override urlsChristian Schneider1-1/+1
2020-04-21Also accept language overrides for gif, jpg and pngChristian Schneider1-1/+1
2020-04-21accept LIMIT 0Urban Müller1-1/+1
2020-04-21Add translated csv to white-list as map users //tel/result.csv with LU()Christian Schneider1-1/+1
2020-04-21dbi: improve docs, enable LIMIT => falseUrban Müller2-9/+13
2020-04-21Warn about missing language overrides for subrequests, i.e. LU() instead of ↵Christian Schneider1-0/+3
U(). Always on on twin/live and enabled with subreqcheck on devel
2020-04-21Add test for LIMIT with offset, add test descriptionsChristian Schneider1-2/+5
2020-04-21test for safe LIMITUrban Müller1-1/+1
2020-04-21support safe LIMITUrban Müller2-0/+9
2020-04-21support retrysleep in ::get_multiUrban Müller1-2/+11
2020-04-21use new array syntaxUrban Müller12-216/+216
2020-04-17support $p["postprocess"] in get_cache_contents()Urban Müller1-4/+13
2020-04-16allow postprocessors like json_decodeUrban Müller1-1/+7
2020-04-15Increase minimal requirement to PHP 7Christian Schneider1-2/+2
2020-04-15allow disabling pretty printingUrban Müller1-2/+2
2020-04-14add pretty option to it::json_encode()Christian A. Weber1-2/+3
2020-04-10Fix tests for new semantics of $it_dbi->delete_untouched()Christian Schneider1-5/+5