Age | Commit message (Expand) | Author | Files | Lines |
2012-02-14 | warn about undefined text variables | Urban Müller | 1 | -0/+4 |
2012-02-14 | Option exec (modifier /e) to it::replace has been removed for security reasons | Christian Schneider | 1 | -1/+3 |
2012-02-13 | Replace more (to be removed) preg_replace /e modifier by preg_replace_callback | Christian Schneider | 1 | -3/+3 |
2012-02-13 | Replace preg_replace /e modifier with preg_replace_callback: Modified planned... | Christian Schneider | 5 | -6/+6 |
2012-02-11 | complete table support by adding tfoot() | Christian Weber | 1 | -2/+2 |
2012-02-01 | allow append, allow chaining | Urban Müller | 1 | -2/+6 |
2012-02-01 | it::pipe docs | Urban Müller | 1 | -0/+5 |
2012-01-28 | honor "safety" param in it_url::get_cache_contents | Urban Müller | 1 | -1/+1 |
2012-01-18 | Fix result code of it_cache::put for distributed case (memcache) | Christian Schneider | 1 | -1/+1 |
2012-01-18 | Update declaration and documentation of _convertfunc | Christian Schneider | 1 | -4/+4 |
2012-01-09 | style cleanup | Urban Müller | 1 | -4/+1 |
2011-12-30 | check return code of mysql_set_charset() | Christian Weber | 1 | -1/+2 |
2011-12-22 | documentation | Christian Weber | 1 | -1/+1 |
2011-12-21 | blacklist for nomarkable labels | Urban Müller | 1 | -1/+1 |
2011-12-21 | protect against overwrite from below | Urban Müller | 1 | -1/+1 |
2011-12-20 | allow empty jsenv arrays to avoid js-side checking | Christian Weber | 1 | -1/+1 |
2011-12-19 | dont include same path twice | Urban Müller | 1 | -1/+2 |
2011-12-16 | typesafe floats | Urban Müller | 1 | -4/+5 |
2011-12-15 | Reduce it::imageconvert ultratimeout from 10 minutes to 30 seconds | Christian Schneider | 1 | -1/+1 |
2011-12-13 | factor out D() from ED() consistent with php | Nathan Gass | 1 | -8/+15 |
2011-12-09 | Added parameter $p["returnheaders"] => true to return array($path, $headers) ... | Christian Schneider | 1 | -2/+12 |
2011-12-08 | fix initialisation of $p in add_attachment(), change add_file() in the same w... | Christian Weber | 1 | -15/+8 |
2011-12-08 | add_attachment() re-factored to take $p as 2nd arg, add support for specifyin... | Christian Weber | 1 | -11/+17 |
2011-12-08 | allow -0 as shortarg in getopt | Christian Helbling | 2 | -2/+8 |
2011-12-01 | docs for ->cols, configurable separtor | Urban Müller | 1 | -2/+7 |
2011-11-30 | docs | Urban Müller | 1 | -0/+2 |
2011-11-22 | support sending of mails on twin/devel | Urban Müller | 2 | -8/+11 |
2011-11-18 | dont trim trailing whitespace | Urban Müller | 1 | -1/+1 |
2011-11-17 | bugfix | Christian Helbling | 1 | -1/+1 |
2011-11-17 | title attributes kill <style> | Urban Müller | 1 | -1/+1 |
2011-11-17 | add debug parameter "print" for debugging css of printouts (@media print) | Christian Helbling | 1 | -0/+2 |
2011-11-15 | fix test | Urban Müller | 1 | -0/+1 |
2011-11-15 | handle limit | Urban Müller | 1 | -1/+1 |
2011-11-15 | faster it::replace | Urban Müller | 2 | -5/+6 |
2011-11-14 | faster it::replace, tests | Urban Müller | 2 | -5/+14 |
2011-11-14 | hide complex -webkit-keyframes | Urban Müller | 1 | -3/+4 |
2011-11-10 | correctly handle empty output | Urban Müller | 1 | -1/+1 |
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 | 2 | -6/+6 |
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 | Fix [[:alpha::]] test name | Christian Schneider | 1 | -1/+1 |
2011-11-08 | handle named character classes | Urban Müller | 2 | -2/+7 |
2011-11-08 | faster it::match for simple cases | Urban Müller | 1 | -21/+15 |
2011-11-04 | test \b | Urban Müller | 1 | -0/+5 |
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-28 | some more date tests | Nathan Gass | 1 | -0/+4 |
2011-10-28 | add some date tests | Nathan Gass | 1 | -0/+13 |