Age | Commit message (Expand) | Author | Files | Lines |
2012-03-20 | Fix getcache not updating processed file if another processed file updated so... | Christian Schneider | 1 | -7/+2 |
2012-03-20 | Explicitely give encoding for htmlspecialchars for PHP 5.4 compatibility | Christian Schneider | 4 | -8/+8 |
2012-03-15 | offer editor link in .texts. | Urban Müller | 1 | -1/+1 |
2012-03-15 | remove <a> tags from <option> (.texts. mode) | Urban Müller | 1 | -4/+4 |
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 | handle schema with empty column names | Urban Müller | 1 | -0/+2 |
2012-02-29 | bugfix: . matches umlaut in utf-8 mode | Christian Weber | 2 | -1/+6 |
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 | 2 | -24/+39 |
2012-02-14 | Simplify it_xml::__toString: Always return a string | Christian Schneider | 1 | -1/+1 |
2012-02-14 | return "" for undefined nodes | Urban Müller | 1 | -1/+1 |
2012-02-14 | Fix preg_replace to preg_replace_callable | Christian Schneider | 1 | -1/+1 |
2012-02-14 | better stackdump | Urban Müller | 1 | -1/+1 |
2012-02-14 | ignore calls without label | Urban Müller | 1 | -1/+1 |
2012-02-14 | more detailed error message | Urban Müller | 1 | -3/+3 |
2012-02-14 | Remove documentation of disabled exec flag to it::replace | Christian Schneider | 1 | -1/+0 |
2012-02-14 | more compact code | Urban Müller | 1 | -8/+3 |
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 |