Age | Commit message (Expand) | Author | Files | Lines |
2012-03-22 | cleanup, set locale for latin1 case-sensitive tests, adjust tests to file now... | Christian Weber | 1 | -124/+184 |
2012-03-22 | converted to utf-8 | Urban Müller | 1 | -1/+1 |
2012-03-22 | check encoding in Q() and _tag(), adapt tests to utf-8 | Urban Müller | 2 | -19/+38 |
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-22 | last remains of wrong branch itools/live/devel-utf8 removed | Nathan Gass | 44 | -10102/+0 |
2012-03-22 | Branch itools/devel-utf8 created (second try) | Nathan Gass | 0 | -0/+0 |
2012-03-22 | Branch itools/devel-utf8 created | Nathan Gass | 44 | -0/+10102 |
2012-03-22 | use PHP's default_charset instead of hard-coded iso-8859-1 | Christian Weber | 1 | -2/+6 |
2012-03-22 | mysql wants latin1, not iso-8859-1 | Christian Weber | 1 | -1/+1 |
2012-03-22 | set default charset to php's default_charset if set | Christian Weber | 1 | -2/+2 |
2012-03-22 | output even incorrectly encoded data | Urban Müller | 1 | -2/+2 |
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 |