Age | Commit message (Expand) | Author | Files | Lines |
2012-05-15 | document limit option of it::replace() | Christian Weber | 1 | -3/+6 |
2012-05-07 | handle -- to stop option parsing | Nathan Gass | 1 | -1/+5 |
2012-04-24 | merged it_html::fix_encoding in it::any2utf8 | Urban Müller | 1 | -4/+10 |
2012-04-20 | any2utf8 quote fix and test | Urban Müller | 1 | -1/+1 |
2012-04-20 | fix double encodings in any2utf8 | Urban Müller | 1 | -1/+4 |
2012-04-11 | Remove extra indention | Christian Schneider | 1 | -1/+1 |
2012-04-11 | Convert last itools file to UTF-8 | Christian Schneider | 1 | -3/+3 |
2012-04-11 | more verbose errmsg | Urban Müller | 1 | -1/+1 |
2012-04-10 | better err msg | Urban Müller | 1 | -1/+1 |
2012-04-06 | handle errmsg containing latin1 | Urban Müller | 1 | -7/+3 |
2012-04-05 | title length limit | Urban Müller | 1 | -1/+1 |
2012-04-04 | force sending of mails in it::error if not displayable | Urban Müller | 1 | -2/+2 |
2012-04-04 | htmlspecialchars charset hack inside it::error | Christian Helbling | 1 | -1/+1 |
2012-03-28 | Fix it::ucwords and added tests for it::ucfirst and it::ucwords | Christian Schneider | 1 | -1/+1 |
2012-03-28 | Replace htmlspecialchars side effect with grapheme_strlen returning null on i... | Christian Schneider | 1 | -1/+1 |
2012-03-28 | Added it::any2utf8, fixed it::replace fast path to add u modified, added erro... | Christian Schneider | 1 | -1/+17 |
2012-03-26 | new utf8 safe functions it::grep and it::substr_replace | Nathan Gass | 1 | -0/+21 |
2012-03-22 | remove locale switching from it::match and it::replace | Nathan Gass | 1 | -16/+2 |
2012-03-22 | commit existing local utf8 fixes | Nathan Gass | 1 | -2/+19 |
2012-03-02 | use 24 hour time even for english locale | Nathan Gass | 1 | -2/+1 |
2012-02-29 | set debug_verbose if $opts[verbose] | Urban Müller | 1 | -0/+3 |
2012-02-29 | bugfix: . matches umlaut in utf-8 mode | Christian Weber | 1 | -1/+1 |
2012-02-29 | 10% speedup for it::convertregex | Urban Müller | 1 | -1/+1 |
2012-02-29 | it::convertregex() sets /u if default_charset is 'utf-8' (can be overridden) | Christian Weber | 1 | -19/+8 |
2012-02-14 | Remove documentation of disabled exec flag to it::replace | Christian Schneider | 1 | -1/+0 |
2012-02-14 | Option exec (modifier /e) to it::replace has been removed for security reasons | Christian Schneider | 1 | -1/+3 |
2012-02-01 | it::pipe docs | Urban Müller | 1 | -0/+5 |
2011-12-15 | Reduce it::imageconvert ultratimeout from 10 minutes to 30 seconds | Christian Schneider | 1 | -1/+1 |
2011-12-08 | allow -0 as shortarg in getopt | Christian Helbling | 1 | -2/+2 |
2011-11-22 | support sending of mails on twin/devel | Urban Müller | 1 | -6/+8 |
2011-11-15 | handle limit | Urban Müller | 1 | -1/+1 |
2011-11-15 | faster it::replace | Urban Müller | 1 | -5/+3 |
2011-11-14 | faster it::replace, tests | Urban Müller | 1 | -5/+10 |
2011-11-09 | Remove temporary logging of float timestamp in it::date() | Christian Schneider | 1 | -3/+0 |
2011-11-08 | Change it::date() to treat float as timestamp, only string with dots like 10.... | Christian Schneider | 1 | -1/+1 |
2011-11-08 | Log whole URI including URL parameters in it::date() | Christian Schneider | 1 | -1/+1 |
2011-11-08 | Also log URL for it::date() with floats | Christian Schneider | 1 | -1/+1 |
2011-11-08 | Temporarily added logging of float timestamps for it::date() | Christian Schneider | 1 | -0/+3 |
2011-11-08 | handle named character classes | Urban Müller | 1 | -2/+2 |
2011-11-08 | faster it::match for simple cases | Urban Müller | 1 | -21/+15 |
2011-10-28 | code style | Nathan Gass | 1 | -1/+1 |
2011-10-28 | avoid it::match in it::date for *2 speedup | Nathan Gass | 1 | -1/+4 |
2011-10-24 | prevent $GLOBALS destruction, remote lastsent debugging | Urban Müller | 1 | -5/+2 |
2011-10-19 | fix race | Urban Müller | 1 | -3/+4 |
2011-09-29 | fix race | Urban Müller | 1 | -5/+6 |
2011-09-19 | dont require ultratimeout | Urban Müller | 1 | -1/+2 |
2011-09-19 | protect against hanging gm | Urban Müller | 1 | -1/+1 |
2011-09-19 | Emulate -auto-rotate option from ImageMagick | Thomas Brüderli | 1 | -0/+13 |
2011-08-10 | reduce chgrp race, allow empty it::cat() | Urban Müller | 1 | -6/+8 |
2011-06-07 | case insensitive | Urban Müller | 1 | -1/+1 |