summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-04-05simplify constructor, make urls without protocol work, deprecate file: and ↵Christian A. Weber1-71/+15
latin1 mode
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 ↵Urban Müller1-1/+1
anyway
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; ↵David Flatz1-1/+3
even though its ugly it's still better than empty subjects
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 ↵David Flatz2-10/+15
escaping, this should fix bounces when realname contains umlauts and komma; be a little pedantic about whitespace in addrlist
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
should fix mails to people with umlauts and comma in realname
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
if it has to be passed through php
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
2016-01-29execute php when fetching js/css files for checksumUrban Müller1-4/+1
2016-01-28simplifyUrban Müller1-1/+1
2016-01-28more throttlingUrban Müller1-1/+1
2016-01-27throttle cache cleanupUrban Müller1-1/+1
2016-01-26clean up at lower peakUrban Müller1-1/+1
2016-01-25Make check for syntax patch work with PHP 7 (throws exception on parse error ↵Christian Schneider1-1/+1
in eval)
2016-01-21docsUrban Müller1-1/+1
2016-01-20it::date too dangerous, newly created files with old dates overwrite ↵Urban Müller1-2/+2
archived ones
2016-01-19better docsUrban Müller1-3/+3
2016-01-14Merge branch 'master' into cs/php7David Flatz1-9/+20
2016-01-13Anchor regex for my peace of mindChristian Schneider1-2/+2
2016-01-13bugfix: need to omit query everywhereUrban Müller1-1/+1
2016-01-13handle empty filelist, handle scripts with query-argsUrban Müller1-3/+4
2016-01-12separate between trusted and untrusted input, correct crcs of remote ↵Urban Müller1-6/+16
resources, report non-existing trusted resources
2016-01-12Merge branch 'master' into cs/php7Christian Schneider1-16/+6
2016-01-12Revert "separate between trusted and untrusted input, correct crcs of remote ↵Urban Müller1-16/+6
resources, report non-existing trusted resources" This reverts commit f1fb76db297970327fccc0e2ecdc4642bc2df748.
2016-01-12Merge branch 'master' into cs/php7Christian Schneider1-6/+16
2016-01-12separate between trusted and untrusted input, correct crcs of remote ↵Urban Müller1-6/+16
resources, report non-existing trusted resources
2016-01-11Re-add fix to distinguish between false and error when getting values from ↵Christian Schneider1-3/+10
Memcached
2016-01-08Merge branch 'master' into cs/php7Christian Helbling3-21/+17
2016-01-07rely on $GLOBALS["debug_time"]Urban Müller1-6/+4