summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 it...Christian Schneider1-1/+3
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 match...Christian Helbling1-1/+1
2016-05-10Added option allow_insecure_ssl to it_url::get() to disable SSL certificate v...Christian Schneider1-2/+2
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
2016-04-07provide url even when no traceUrban Müller1-1/+1
2016-04-07accept // urlsUrban Müller1-1/+1
2016-04-07Accept // (schema-less) URLs and use it_url::get_cache() for those in prepara...Christian Schneider1-1/+1
2016-04-05simplify constructor, make urls without protocol work, deprecate file: and la...Christian A. Weber1-71/+15
2016-04-05add punycode test caseChristian A. Weber1-0/+8
2016-03-29set correct mime type even if files not foundUrban Müller1-1/+1
2016-03-29variable renameUrban Müller1-6/+6
2016-03-29send warnings if fetch fails; would create noninformative warnings later on a...Urban Müller1-1/+1
2016-03-29docsUrban Müller1-0/+1
2016-03-21patch inofficial background-position-yUrban Müller1-0/+1
2016-03-21validator does not accept calc() yetUrban Müller1-0/+1
2016-03-16typoChristian A. Weber1-1/+1
2016-03-16add function dbi::tables() to get a list of all tables of a dbChristian A. Weber1-4/+14
2016-03-14handle 0 as default valueNathan Gass1-1/+1
2016-03-11prevent double includes when jquerybuild and jquery in listUrban Müller1-1/+1
2016-03-10Accept both utf8 and utf-8 as xml encodingChristian Schneider1-1/+1
2016-03-10strip space from multiple indendationsUrban Müller1-1/+1
2016-03-01we now have more one-liners, waste less spaceUrban Müller1-1/+1
2016-02-24have ED show short arrays on one lineUrban Müller1-1/+1
2016-02-15if encoding fails (because of broken utf8), use latin1 as input charset; even...David Flatz1-1/+3
2016-02-08encode header with base64 when quoted-printable fails because of php bug #53891David Flatz2-1/+12
2016-02-05use php function to escape headers; don't swallow double quotes when escaping...David Flatz2-10/+15
2016-02-03make tests compatible to php 5.3 stdDavid Flatz7-37/+46
2016-02-03don't split addrlist at comma when the comma is inside a quoted string, this ...David Flatz2-9/+20
2016-02-02be nice about cache cleanupUrban Müller1-1/+1
2016-02-01add support for arrays of cidrs in cidr_match()Christian A. Weber2-9/+17
2016-02-01fix cidr_match() without /maskChristian A. Weber2-1/+3
2016-02-01new function it::cidr_match($ip, $cidr)Christian A. Weber2-0/+28
2016-01-30force cache flushUrban Müller1-1/+1
2016-01-29Improved version of 0b595fb/80c5bcd which decides for each file individually ...Christian Schneider1-7/+4
2016-01-29Revert 0b595fb/80c5bcd as they break map.search.ch/api/map.jsChristian Schneider1-1/+4
2016-01-29warning fixUrban Müller1-1/+1