Age | Commit message (Expand) | Author | Files | Lines |
2010-06-29 | allow absolut paths in it::log | Urban Müller | 1 | -8/+9 |
2010-06-28 | Also replace typographic quotes in itjs::encode as done in it_html::latinize ... | Thomas Brüderli | 1 | -1/+1 |
2010-06-14 | add backtrace to suppressed redirect | Urban Müller | 1 | -1/+1 |
2010-06-05 | document header param of it_url::get() | Christian Weber | 1 | -0/+1 |
2010-06-02 | it_url::get() no longer creates new objects if not called statically. Added i... | Christian Weber | 2 | -4/+49 |
2010-06-02 | Use a-z0-9_ instead of w character class because because it is locale aware | Christian Schneider | 1 | -3/+3 |
2010-06-01 | dont mark empty strings | Urban Müller | 1 | -1/+1 |
2010-05-06 | log slow queries | Urban Müller | 1 | -6/+6 |
2010-05-03 | avoid trouble with single > in select text | Urban Müller | 1 | -2/+7 |
2010-04-22 | entity decoder; urlencoding of user in U() | Urban Müller | 2 | -2/+22 |
2010-04-21 | Do not generate newline after noscript tags for layout reasons | Christian Schneider | 1 | -1/+1 |
2010-04-21 | Fix disabling of the syntax converter; allow to specify the db connection cha... | Thomas Brüderli | 2 | -2/+7 |
2010-04-14 | Added it_xml test for invalid latin1 character, converted all tests to old sy... | Christian Schneider | 3 | -9/+17 |
2010-04-14 | dont trigger latinize on line feed | Urban Müller | 1 | -1/+1 |
2010-04-14 | faster, commented | Urban Müller | 1 | -1/+2 |
2010-04-14 | remove bogus chars in latin input | Urban Müller | 1 | -0/+3 |
2010-04-07 | fewer coloring exceptions | Urban Müller | 1 | -1/+1 |
2010-03-25 | .q debug parameter for coloring quotings | Urban Müller | 1 | -7/+12 |
2010-03-24 | quote missing label name | Urban Müller | 1 | -2/+2 |
2010-03-22 | cleanup, bugfix | Urban Müller | 1 | -9/+11 |
2010-03-22 | handle empty files | Urban Müller | 1 | -2/+2 |
2010-03-17 | segfaults not reproducible | Urban Müller | 1 | -4/+0 |
2010-03-15 | save segfault causing input | Urban Müller | 1 | -4/+6 |
2010-03-11 | inherit prefix... | Urban Müller | 1 | -4/+6 |
2010-03-10 | better err msg if url empty | Urban Müller | 1 | -1/+1 |
2010-03-05 | too kludgy for now | Urban Müller | 1 | -3/+1 |
2010-03-04 | get prefix from parent classname | Urban Müller | 1 | -1/+3 |
2010-02-19 | guarantee correct encoding for env | Urban Müller | 1 | -0/+2 |
2010-02-18 | extract latinize() for search::utf2latin | Urban Müller | 1 | -3/+10 |
2010-01-29 | Convert it.class back to old syntax | Christian Schneider | 1 | -1/+1 |
2010-01-27 | do one retry by default | Urban Müller | 1 | -2/+9 |
2010-01-21 | tests for it_xml | Urban Müller | 1 | -0/+8 |
2010-01-21 | allow setting of subtrees | Urban Müller | 1 | -0/+38 |
2010-01-20 | New utility functions to add and remove event handlers | Thomas Brüderli | 1 | -0/+65 |
2010-01-18 | Adapt _set test to quoting of field names | Christian Schneider | 1 | -1/+1 |
2010-01-18 | escape field names (for fields like Usage, Date, ...) | Christian Weber | 1 | -1/+1 |
2010-01-17 | Reduce number of put calls to it_cache | Christian Schneider | 1 | -3/+4 |
2010-01-17 | Add support for APC (replaces EAccelerator for PHP 5.3) | Christian Schneider | 1 | -2/+2 |
2010-01-15 | suppress identify's stderr | Christian Weber | 1 | -1/+1 |
2010-01-15 | add support for EPS in imageconvert(), remove php4 cruft | Christian Weber | 1 | -13/+9 |
2010-01-08 | Mark static functions as static to avoid PHP 5.3 strict warnings (performance?) | Christian Schneider | 2 | -29/+29 |
2010-01-07 | Upgrade subrequests to MSIE 7 to avoid pngfix | Christian Schneider | 1 | -1/+1 |
2009-12-30 | Work around PHP bug 49819: posix_isatty seeks to start | Christian Schneider | 2 | -0/+2 |
2009-12-22 | Preserve numeric entities in it_html::sanitize | Christian Schneider | 2 | -1/+7 |
2009-12-15 | make U() a global func, regroup funcs | Urban Müller | 1 | -35/+60 |
2009-12-10 | Encode garbage chars in host | Urban Müller | 1 | -0/+1 |
2009-12-09 | revert ED() functionality after a lengthy political struggle | Christian Weber | 1 | -1/+1 |
2009-12-04 | Convert IDNA domain names to Punycode in U() | Christian Schneider | 1 | -0/+2 |
2009-11-27 | ED() creates jsdebug div if it doesn't exist | Christian Weber | 1 | -21/+21 |
2009-11-26 | use same case for static and global func | Urban Müller | 1 | -3/+3 |