summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-12-21protect against overwrite from belowUrban Müller1-1/+1
2011-12-20allow empty jsenv arrays to avoid js-side checkingChristian Weber1-1/+1
2011-12-19dont include same path twiceUrban Müller1-1/+2
2011-12-16typesafe floatsUrban Müller1-4/+5
2011-12-15Reduce it::imageconvert ultratimeout from 10 minutes to 30 secondsChristian Schneider1-1/+1
2011-12-13factor out D() from ED() consistent with phpNathan Gass1-8/+15
2011-12-09Added parameter $p["returnheaders"] => true to return array($path, $headers) ↵Christian Schneider1-2/+12
for url instead of only $path
2011-12-08fix initialisation of $p in add_attachment(), change add_file() in the same ↵Christian Weber1-15/+8
way as add_attachment() and simplify code
2011-12-08add_attachment() re-factored to take $p as 2nd arg, add support for ↵Christian Weber1-11/+17
specifying content disposition
2011-12-08allow -0 as shortarg in getoptChristian Helbling2-2/+8
2011-12-01docs for ->cols, configurable separtorUrban Müller1-2/+7
2011-11-30docsUrban Müller1-0/+2
2011-11-22support sending of mails on twin/develUrban Müller2-8/+11
2011-11-18dont trim trailing whitespaceUrban Müller1-1/+1
2011-11-17bugfixChristian Helbling1-1/+1
2011-11-17title attributes kill <style>Urban Müller1-1/+1
2011-11-17add debug parameter "print" for debugging css of printouts (@media print)Christian Helbling1-0/+2
2011-11-15fix testUrban Müller1-0/+1
2011-11-15handle limitUrban Müller1-1/+1
2011-11-15faster it::replaceUrban Müller2-5/+6
2011-11-14faster it::replace, testsUrban Müller2-5/+14
2011-11-14hide complex -webkit-keyframesUrban Müller1-3/+4
2011-11-10correctly handle empty outputUrban Müller1-1/+1
2011-11-09Remove temporary logging of float timestamp in it::date()Christian Schneider1-3/+0
2011-11-08Change it::date() to treat float as timestamp, only string with dots like ↵Christian Schneider2-6/+6
10.45 are handed to strtotime()
2011-11-08Log whole URI including URL parameters in it::date()Christian Schneider1-1/+1
2011-11-08Also log URL for it::date() with floatsChristian Schneider1-1/+1
2011-11-08Temporarily added logging of float timestamps for it::date()Christian Schneider1-0/+3
2011-11-08Fix [[:alpha::]] test nameChristian Schneider1-1/+1
2011-11-08handle named character classesUrban Müller2-2/+7
2011-11-08faster it::match for simple casesUrban Müller1-21/+15
2011-11-04test \bUrban Müller1-0/+5
2011-10-28code styleNathan Gass1-1/+1
2011-10-28avoid it::match in it::date for *2 speedupNathan Gass1-1/+4
2011-10-28some more date testsNathan Gass1-0/+4
2011-10-28add some date testsNathan Gass1-0/+13
2011-10-25adapt styleNathan Gass1-4/+5
2011-10-25replace busy curl_multi loop by correct curl_multi loop from php dokuNathan Gass1-2/+13
2011-10-24prevent $GLOBALS destruction, remote lastsent debuggingUrban Müller1-5/+2
2011-10-24add itjs entry for sl_state.js and sl_collapse.js in searchlibNathan Gass1-0/+2
2011-10-19Remove obsolete references for PHP 5.4 compatibilityChristian Schneider1-2/+2
2011-10-19fix raceUrban Müller1-3/+4
2011-10-19add command parameter to _write_pre_process()Christian Weber1-3/+4
2011-10-11Do not abort request never used before as it can throw error e.g. on FirefoxChristian Schneider1-2/+5
2011-10-11Check aborted flag because IE9 throws error c00c023f when accessing aborted ↵Christian Schneider1-2/+2
request
2011-10-04Hide filter:none from W3C css validatorChristian Schneider1-1/+1
2011-09-29fix raceUrban Müller1-5/+6
2011-09-29Fix Content-Type fir PIE.htc because IE9 is very picky about itChristian Schneider1-1/+1
2011-09-27fall back on get_multi for other protocolsNathan Gass1-0/+6
2011-09-27speedup and lower mem usage for tracesUrban Müller1-15/+10