summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-08-16handle bad utf8 in ED()Urban Müller1-1/+3
2016-08-16@ should suppress all error output, even interactive oneUrban Müller1-1/+4
2016-08-12clearer wordingUrban Müller1-1/+1
2016-08-10fix utf8 warnings for latin1 selectsNathan Gass1-2/+2
2016-08-10add test for latin1 selectNathan Gass1-0/+5
2016-07-25prevent useless auto_prepend.php:ED() stack frameUrban Müller1-1/+1
2016-07-23Use # for comments like in rest of codeChristian Schneider1-1/+1
2016-07-22use safer variableUrban Müller1-1/+1
2016-07-22force html in EDX()Urban Müller1-0/+3
2016-07-21typoUrban Müller1-1/+1
2016-07-21it::error: we ignore https for easier debuggingUrban Müller1-1/+1
2016-07-20Revert "Revert "Use same server (may have switched to server_update) to read ↵Christian Schneider1-1/+1
back newly created user"" This reverts commit 32cdb763d422c7ebed3a75af8897ba14a7cc047d.
2016-07-20Revert "Use same server (may have switched to server_update) to read back ↵Christian Schneider1-1/+1
newly created user" This reverts commit 52340f50c1577b68aea74d743f297d796b952170.
2016-07-20Use same server (may have switched to server_update) to read back newly ↵Christian Schneider1-1/+1
created user
2016-07-16itjs::encode() can encode non-arraysChristian A. Weber2-2/+8
2016-07-16itjs::serialize() and itjs::encode() can encode nullChristian A. Weber2-0/+9
2016-07-13prevent infinite recursions when using ED() in it::replace or ::matchUrban Müller1-4/+4
2016-07-05use atomic write in it::file_putUrban Müller1-3/+6
2016-07-01update path to textadminDavid Flatz1-2/+2
2016-06-28code cleanupUrban Müller1-2/+1
2016-06-28fix urls with double ?Urban Müller2-1/+2
2016-06-28add unit test to U() for encoding of ?Christian A. Weber1-0/+5
2016-06-21stricter active replication checkUrban Müller1-1/+1
2016-06-21only warn if local db is replicatedUrban Müller1-2/+3
2016-06-21consistent matching func, typo fixUrban Müller1-2/+2
2016-06-21exclude nondefault databasesUrban Müller1-2/+2
2016-06-21warn if writing into replication slaveUrban Müller1-4/+9
2016-06-16allow local loading (and php-interpretation) of .htc filesUrban Müller1-1/+1
2016-06-14Also set default headers (like X-Ultra-Https) for get_multiChristian Schneider1-4/+2
2016-06-14Set header to inform subrequests about HTTPS on original requestChristian Schneider1-0/+1
2016-06-14Refactor headers sent with subrequests copy/paste to common functionChristian Schneider1-13/+12
2016-06-14make sure that $string is really a string, should fix some XSS problemsDavid Flatz1-0/+1
2016-06-09better err msgUrban Müller1-1/+1
2016-06-06add 2nd parameter to it_url::absolute() to force a protocolChristian A. Weber2-17/+42
2016-05-31remove obsolete workaroundUrban Müller1-1/+0
2016-05-31STDOUT not defined in web mode; remove obsolete workaroundUrban Müller1-2/+1
2016-05-25Support method and data parameter in curl code path as well (used for https)Christian Schneider1-0/+4
2016-05-25Added parameter safety => 0 to suppress an it::error in case of failure in ↵Christian Schneider1-1/+3
it_cache::put()
2016-05-24Allow devel to use distributed cache (memcache) with 'distributed_on_devel' flagChristian Schneider1-1/+1
2016-05-23add it::mod which returns modulo as a positive numberChristian Helbling2-0/+13
2016-05-19fix .req debug param: did not work on urls staring with // and .req-tel ↵Christian Helbling1-1/+1
matched all subrequests
2016-05-10Added option allow_insecure_ssl to it_url::get() to disable SSL certificate ↵Christian Schneider1-2/+2
verification for self-signed certificates
2016-05-10Merge commit 'c3ac61c52780b91653efeeb88eb90739ee0a7b31'Christian Schneider2-4/+7
2016-05-10Adapt ITools to Memcached extension (used with PHP 7)Christian Schneider2-4/+7
2016-05-10Remove duplicate CURLOPT_SSL_* settingsChristian Schneider1-3/+1
2016-05-02fix url in alerts (started with //)Christian Helbling1-1/+1
2016-04-11typoUrban Müller1-1/+1
2016-04-08docs: better usage example, no copy/pasteUrban Müller1-7/+3
2016-04-08Also make https and schema-less urls clickable in ED()Christian Schneider1-1/+1
2016-04-07pay copy/paste taxUrban Müller1-1/+1