Age | Commit message (Expand) | Author | Files | Lines |
2012-08-24 | Also use float time in it::timerlog() | Christian Schneider | 1 | -6/+1 |
2012-08-20 | return zero element array on 404 | Urban Müller | 1 | -1/+1 |
2012-08-20 | no extra warnings on missing file | Urban Müller | 1 | -1/+1 |
2012-08-20 | test null argument behaviour | Urban Müller | 1 | -0/+2 |
2012-08-17 | use float time | Urban Müller | 1 | -1/+1 |
2012-08-17 | not working | Urban Müller | 1 | -2/+0 |
2012-08-17 | it_parse_args compatiblity: treat null like empty string | Urban Müller | 1 | -0/+2 |
2012-08-17 | test it_parse_args behaviour | Urban Müller | 1 | -0/+2 |
2012-08-14 | Handle errors (e.g. timeouts) in it_url::get_multi by returning false for tho... | Christian Schneider | 1 | -3/+7 |
2012-08-13 | never use fasttag if it_tag is missing | Urban Müller | 1 | -1/+1 |
2012-08-13 | add test for unprintable characters in attribute *name* | Nathan Gass | 1 | -0/+6 |
2012-08-08 | some more special char tests (normal utf8 chars, \xc2 at end, null bytes) | Nathan Gass | 1 | -0/+21 |
2012-08-08 | save one function call | Urban Müller | 1 | -1/+1 |
2012-08-07 | documentation (really: test whether hostname for svn commit mails is now corr... | Christian Weber | 1 | -0/+1 |
2012-08-07 | support it_tag built in C | Urban Müller | 1 | -39/+48 |
2012-08-07 | test changed nenewlinetags in myhtml with inheritance as used by map | Nathan Gass | 1 | -0/+12 |
2012-08-07 | some tests for proper _cleanup with it_html tag functions | Nathan Gass | 1 | -0/+12 |
2012-08-06 | Test commit | Christian Schneider | 1 | -1/+1 |
2012-08-06 | add keepalpha option to it::imageconvert(), re-format source to better match ... | Christian Schneider | 1 | -15/+23 |
2012-07-19 | docs | Urban Müller | 1 | -0/+1 |
2012-07-17 | it::any2utf8: leave true/false/objects untouched | Urban Müller | 1 | -1/+1 |
2012-07-11 | implement static function get() as discussed | Christian Weber | 1 | -0/+11 |
2012-07-10 | allow nonmatching colcount in cols() | Urban Müller | 1 | -1/+10 |
2012-07-02 | Improved cleanup handling for illegal characters in html, now handles utf-8 a... | Christian Schneider | 2 | -14/+18 |
2012-06-29 | stdout option, renamed save() to write() to reflect this | Urban Müller | 1 | -3/+3 |
2012-06-29 | numeric entities already handled (except for illegals, remove those) | Urban Müller | 2 | -2/+2 |
2012-06-20 | Remove manual ob_gzhandler, configure mod_deflate to handle all this | Christian Schneider | 1 | -5/+0 |
2012-06-18 | Add parameter to adjust jpeg quality | Thomas Brüderli | 1 | -3/+4 |
2012-06-14 | Also cache localizedfields info, fixes bug with field localization | Christian Schneider | 1 | -0/+4 |
2012-06-13 | Only redirect to static version for full non-bot user agents | Christian Schneider | 1 | -1/+1 |
2012-06-05 | no mails in aslive mode | Urban Müller | 1 | -1/+1 |
2012-06-05 | Check objects before executing callback methods | Thomas Brüderli | 1 | -2/+3 |
2012-06-01 | support aslive(), longer subjects | Urban Müller | 1 | -3/+3 |
2012-05-25 | Added it_dbi::store to README | Christian Schneider | 1 | -0/+1 |
2012-05-23 | any2utf8 triple encoding test | Urban Müller | 1 | -1/+2 |
2012-05-23 | handle triple (and more) encoding | Urban Müller | 1 | -2/+2 |
2012-05-23 | Fix itjs boot script fallback to not always include retry=1 and at the same t... | Christian Schneider | 2 | -5/+7 |
2012-05-22 | better performance | Urban Müller | 1 | -3/+2 |
2012-05-21 | More tests for it_dbi::store() behaviour | Christian Schneider | 1 | -5/+26 |
2012-05-21 | add store(), fix comments | Urban Müller | 2 | -6/+33 |
2012-05-18 | use IN instead of = if value is an array | Christian Weber | 2 | -1/+7 |
2012-05-16 | undefined labels link to editor | Urban Müller | 1 | -1/+2 |
2012-05-15 | support arrays in any2utf8 | Urban Müller | 2 | -9/+19 |
2012-05-15 | document limit option of it::replace() | Christian Weber | 1 | -3/+6 |
2012-05-10 | New update() optimization: Optimize away 42 <=> "42" | Christian Schneider | 2 | -3/+18 |
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 | 5 | -33/+21 |
2012-04-20 | any2utf8 quote fix and test | Urban Müller | 2 | -1/+3 |
2012-04-20 | fix double encodings in any2utf8 | Urban Müller | 1 | -1/+4 |
2012-04-11 | faster regex | Urban Müller | 1 | -1/+1 |