summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-11-30Allow truncation of backtraceChristian Schneider1-2/+6
2007-11-29no double newlineUrban Müller1-1/+1
2007-11-29allow skipping of library filenamesUrban Müller1-6/+10
2007-11-29better detect unset $dummyUrban Müller1-1/+1
2007-11-29Indentation style fixChristian Schneider1-1/+2
2007-11-28dont create stderr for suppressed errors in cli modeUrban Müller1-5/+11
2007-11-28Precalculate int property of fields to reduce iterate() overheadChristian Schneider1-1/+5
2007-11-28New it_dbi type awareness: int(11) fields are returned as intChristian Schneider2-3/+9
2007-11-26Make error Cc: depending on ['it_defaultconfig']['error_cc']Christian Schneider1-1/+1
2007-11-26Cc: to alert mailbox on live serversChristian Schneider1-1/+1
2007-11-23Only split selected options on comma for multi-selectChristian Schneider2-1/+13
2007-11-22Abort get_cache early if url is invalid (e.g. 404), better error messageChristian Schneider1-3/+3
2007-11-20Also support auto_prepend_local.phpChristian Schneider1-1/+1
2007-11-20Individual read operation timeout respects small totaltimeout now.Christian Schneider1-0/+1
Note: totaltimeout preferable, should we rename parameters?
2007-11-19prepend dirname to auto_prepend.phpUrban Müller1-2/+5
2007-11-16body defined in array p shoul also be consideredDenis Demesmaeker1-1/+1
2007-11-15added link to tutorial movieDenis Demesmaeker1-0/+1
2007-11-15dont block httpd for 3 hours if server doesnt deliver eofUrban Müller1-12/+11
2007-11-14(-: Fix Google search :-)Christian Schneider1-1/+1
2007-11-14Suppress warnings on shared hosters with open_basedir setChristian Schneider1-3/+3
2007-11-13dont indent <pre>, documentationUrban Müller1-4/+4
2007-11-13Tested and fixed syntax converter securityChristian Schneider1-5/+5
2007-11-13Fix: Moved check for it_syntaxconvert directory after auto_prepend_local.phpChristian Schneider1-12/+10
2007-11-13documentationUrban Müller1-3/+4
2007-11-12Untaint ULTRAHOME and IT_HOME (e.g. for it::log)Christian Schneider1-3/+4
2007-11-12Added ref search, it_auto_prepend.php docsChristian Schneider1-8/+27
2007-11-12documentationUrban Müller1-6/+7
2007-11-12Enhance syntax conversion systemChristian Schneider1-5/+7
2007-11-12Safer handling of syntax conversionChristian Schneider1-7/+17
2007-11-12use first it_texts in path, remove third text() paramUrban Müller1-6/+9
2007-11-12More stable ULTRAHOME setting, auto_prepend_local supportChristian Schneider1-5/+11
2007-11-12Use it_url_encode in it_loader; don't escape semicolons to save spaceThomas Brüderli2-2/+2
2007-11-11Changed it_untaint and it_taintcheck to not modify input varChristian Schneider2-5/+5
2007-11-10Untaint url after sanitizing itChristian Schneider1-1/+4
2007-11-09Does not need to be executableChristian Schneider1-0/+0
2007-11-09Added it_autoprepend.php, it_syntaxconverter.class and convertsyntax.phpChristian Schneider4-0/+657
2007-11-09Fix typo: defined, not definedChristian Schneider1-7/+7
2007-11-09Added missing constants if taint support is not enabledChristian Schneider1-0/+7
2007-11-09No need to untaint base in U() so farChristian Schneider1-1/+1
2007-11-09Also return value in it_taintcheck on machines without taint() supportChristian Schneider1-1/+1
2007-11-09Added experimental PHP taint support to IToolsChristian Schneider3-5/+19
2007-11-08renamed reloader paramUrban Müller1-1/+1
2007-11-08typoUrban Müller1-1/+1
2007-11-08Always lowercase HTML tags in it_html::sanitize()Christian Schneider2-2/+4
2007-11-07more thorough checksumsUrban Müller1-1/+5
2007-11-06Remove dumping of class vars again, use ED(get_class_vars("map")) insteadChristian Schneider1-3/+0
2007-11-06output filter settingsUrban Müller1-0/+1
2007-11-06Do not try to load class to avoid recursion from ultraclassloader EDCChristian Schneider1-1/+1
2007-11-04enable dumping of class varsUrban Müller1-0/+3
2007-11-02extract source line procurementUrban Müller1-12/+21