summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-03-22commit existing local utf8 fixesNathan Gass1-2/+19
2012-03-22last remains of wrong branch itools/live/devel-utf8 removedNathan Gass44-10102/+0
2012-03-22Branch itools/devel-utf8 created (second try)Nathan Gass0-0/+0
2012-03-22Branch itools/devel-utf8 createdNathan Gass44-0/+10102
2012-03-22use PHP's default_charset instead of hard-coded iso-8859-1Christian Weber1-2/+6
2012-03-22mysql wants latin1, not iso-8859-1Christian Weber1-1/+1
2012-03-22set default charset to php's default_charset if setChristian Weber1-2/+2
2012-03-22output even incorrectly encoded dataUrban Müller1-2/+2
2012-03-20Fix getcache not updating processed file if another processed file updated ↵Christian Schneider1-7/+2
source in the meantime
2012-03-20Explicitely give encoding for htmlspecialchars for PHP 5.4 compatibilityChristian Schneider4-8/+8
2012-03-15offer editor link in .texts.Urban Müller1-1/+1
2012-03-15remove <a> tags from <option> (.texts. mode)Urban Müller1-4/+4
2012-03-02use 24 hour time even for english localeNathan Gass1-2/+1
2012-02-29set debug_verbose if $opts[verbose]Urban Müller1-0/+3
2012-02-29handle schema with empty column namesUrban Müller1-0/+2
2012-02-29bugfix: . matches umlaut in utf-8 modeChristian Weber2-1/+6
2012-02-2910% speedup for it::convertregexUrban Müller1-1/+1
2012-02-29it::convertregex() sets /u if default_charset is 'utf-8' (can be overridden)Christian Weber2-24/+39
2012-02-14Simplify it_xml::__toString: Always return a stringChristian Schneider1-1/+1
2012-02-14return "" for undefined nodesUrban Müller1-1/+1
2012-02-14Fix preg_replace to preg_replace_callableChristian Schneider1-1/+1
2012-02-14better stackdumpUrban Müller1-1/+1
2012-02-14ignore calls without labelUrban Müller1-1/+1
2012-02-14more detailed error messageUrban Müller1-3/+3
2012-02-14Remove documentation of disabled exec flag to it::replaceChristian Schneider1-1/+0
2012-02-14more compact codeUrban Müller1-8/+3
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