summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-02-14warn about undefined text variablesUrban Müller1-0/+4
2012-02-14Option exec (modifier /e) to it::replace has been removed for security reasonsChristian Schneider1-1/+3
2012-02-13Replace more (to be removed) preg_replace /e modifier by preg_replace_callbackChristian Schneider1-3/+3
2012-02-13Replace preg_replace /e modifier with preg_replace_callback: Modified ↵Christian Schneider5-6/+6
planned to be removed. ITools now requires PHP 5.3 or newer
2012-02-11complete table support by adding tfoot()Christian Weber1-2/+2
2012-02-01allow append, allow chainingUrban Müller1-2/+6
2012-02-01it::pipe docsUrban Müller1-0/+5
2012-01-28honor "safety" param in it_url::get_cache_contentsUrban Müller1-1/+1
2012-01-18Fix result code of it_cache::put for distributed case (memcache)Christian Schneider1-1/+1
2012-01-18Update declaration and documentation of _convertfuncChristian Schneider1-4/+4
2012-01-09style cleanupUrban Müller1-4/+1
2011-12-30check return code of mysql_set_charset()Christian Weber1-1/+2
2011-12-22documentationChristian Weber1-1/+1
2011-12-21blacklist for nomarkable labelsUrban Müller1-1/+1
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