summaryrefslogtreecommitdiff
path: root/it.class
AgeCommit message (Expand)AuthorFilesLines
2012-04-06handle errmsg containing latin1Urban Müller1-7/+3
2012-04-05title length limitUrban Müller1-1/+1
2012-04-04force sending of mails in it::error if not displayableUrban Müller1-2/+2
2012-04-04htmlspecialchars charset hack inside it::errorChristian Helbling1-1/+1
2012-03-28Fix it::ucwords and added tests for it::ucfirst and it::ucwordsChristian Schneider1-1/+1
2012-03-28Replace htmlspecialchars side effect with grapheme_strlen returning null on i...Christian Schneider1-1/+1
2012-03-28Added it::any2utf8, fixed it::replace fast path to add u modified, added erro...Christian Schneider1-1/+17
2012-03-26new utf8 safe functions it::grep and it::substr_replaceNathan Gass1-0/+21
2012-03-22remove locale switching from it::match and it::replaceNathan Gass1-16/+2
2012-03-22commit existing local utf8 fixesNathan Gass1-2/+19
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-29bugfix: . matches umlaut in utf-8 modeChristian Weber1-1/+1
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 Weber1-19/+8
2012-02-14Remove documentation of disabled exec flag to it::replaceChristian Schneider1-1/+0
2012-02-14Option exec (modifier /e) to it::replace has been removed for security reasonsChristian Schneider1-1/+3
2012-02-01it::pipe docsUrban Müller1-0/+5
2011-12-15Reduce it::imageconvert ultratimeout from 10 minutes to 30 secondsChristian Schneider1-1/+1
2011-12-08allow -0 as shortarg in getoptChristian Helbling1-2/+2
2011-11-22support sending of mails on twin/develUrban Müller1-6/+8
2011-11-15handle limitUrban Müller1-1/+1
2011-11-15faster it::replaceUrban Müller1-5/+3
2011-11-14faster it::replace, testsUrban Müller1-5/+10
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 10....Christian Schneider1-1/+1
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-08handle named character classesUrban Müller1-2/+2
2011-11-08faster it::match for simple casesUrban Müller1-21/+15
2011-10-28code styleNathan Gass1-1/+1
2011-10-28avoid it::match in it::date for *2 speedupNathan Gass1-1/+4
2011-10-24prevent $GLOBALS destruction, remote lastsent debuggingUrban Müller1-5/+2
2011-10-19fix raceUrban Müller1-3/+4
2011-09-29fix raceUrban Müller1-5/+6
2011-09-19dont require ultratimeoutUrban Müller1-1/+2
2011-09-19protect against hanging gmUrban Müller1-1/+1
2011-09-19Emulate -auto-rotate option from ImageMagickThomas Brüderli1-0/+13
2011-08-10reduce chgrp race, allow empty it::cat()Urban Müller1-6/+8
2011-06-07case insensitiveUrban Müller1-1/+1
2011-06-07performance, fix value "0"Urban Müller1-1/+1
2011-06-07bugfix: handle empty stringUrban Müller1-1/+1
2011-06-07only escape args when neededUrban Müller1-1/+1
2011-05-26factor out it::shell_command from it::execNathan Gass1-10/+25
2011-05-04Fix typo instead of in error messageChristian Schneider1-1/+1
2011-04-26verbose err msgUrban Müller1-4/+4
2011-04-12documentationUrban Müller1-1/+1
2011-02-28Fix ICS date format without timeChristian Schneider1-7/+3
2011-02-28Added support for icsdate and icsdatetime formats in it::date()Christian Schneider1-3/+14