summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-09-20it_html speedupUrban Müller1-1/+35
2010-07-27Don't attempt to read record after insert if no keyfield is defined. This ↵Thomas Brüderli1-1/+1
prevents from fatal errors on tables without a primary key
2010-07-14fix keepfailed modeUrban Müller1-1/+3
2010-06-30add meNathan Gass1-0/+1
2010-06-29allow absolut paths in it::logUrban Müller1-8/+9
2010-06-28Also replace typographic quotes in itjs::encode as done in it_html::latinize ↵Thomas Brüderli1-1/+1
in order to prevent later quoting problems
2010-06-14add backtrace to suppressed redirectUrban Müller1-1/+1
2010-06-05document header param of it_url::get()Christian Weber1-0/+1
2010-06-02it_url::get() no longer creates new objects if not called statically. Added ↵Christian Weber2-4/+49
it_url::get() test cases
2010-06-02Use a-z0-9_ instead of w character class because because it is locale awareChristian Schneider1-3/+3
2010-06-01dont mark empty stringsUrban Müller1-1/+1
2010-05-06log slow queriesUrban Müller1-6/+6
2010-05-03avoid trouble with single > in select textUrban Müller1-2/+7
2010-04-22entity decoder; urlencoding of user in U()Urban Müller2-2/+22
2010-04-21Do not generate newline after noscript tags for layout reasonsChristian Schneider1-1/+1
2010-04-21Fix disabling of the syntax converter; allow to specify the db connection ↵Thomas Brüderli2-2/+7
charset in it_dbi
2010-04-14Added it_xml test for invalid latin1 character, converted all tests to old ↵Christian Schneider3-9/+17
syntax
2010-04-14dont trigger latinize on line feedUrban Müller1-1/+1
2010-04-14faster, commentedUrban Müller1-1/+2
2010-04-14remove bogus chars in latin inputUrban Müller1-0/+3
2010-04-07fewer coloring exceptionsUrban Müller1-1/+1
2010-03-25.q debug parameter for coloring quotingsUrban Müller1-7/+12
2010-03-24quote missing label nameUrban Müller1-2/+2
2010-03-22cleanup, bugfixUrban Müller1-9/+11
2010-03-22handle empty filesUrban Müller1-2/+2
2010-03-17segfaults not reproducibleUrban Müller1-4/+0
2010-03-15save segfault causing inputUrban Müller1-4/+6
2010-03-11inherit prefix...Urban Müller1-4/+6
2010-03-10better err msg if url emptyUrban Müller1-1/+1
2010-03-05too kludgy for nowUrban Müller1-3/+1
2010-03-04get prefix from parent classnameUrban Müller1-1/+3
2010-02-19guarantee correct encoding for envUrban Müller1-0/+2
2010-02-18extract latinize() for search::utf2latinUrban Müller1-3/+10
2010-01-29Convert it.class back to old syntaxChristian Schneider1-1/+1
2010-01-27do one retry by defaultUrban Müller1-2/+9
2010-01-21tests for it_xmlUrban Müller1-0/+8
2010-01-21allow setting of subtreesUrban Müller1-0/+38
2010-01-20New utility functions to add and remove event handlersThomas Brüderli1-0/+65
2010-01-18Adapt _set test to quoting of field namesChristian Schneider1-1/+1
2010-01-18escape field names (for fields like Usage, Date, ...)Christian Weber1-1/+1
2010-01-17Reduce number of put calls to it_cacheChristian Schneider1-3/+4
2010-01-17Add support for APC (replaces EAccelerator for PHP 5.3)Christian Schneider1-2/+2
2010-01-15suppress identify's stderrChristian Weber1-1/+1
2010-01-15add support for EPS in imageconvert(), remove php4 cruftChristian Weber1-13/+9
2010-01-08Mark static functions as static to avoid PHP 5.3 strict warnings (performance?)Christian Schneider2-29/+29
2010-01-07Upgrade subrequests to MSIE 7 to avoid pngfixChristian Schneider1-1/+1
2009-12-30Work around PHP bug 49819: posix_isatty seeks to startChristian Schneider2-0/+2
2009-12-22Preserve numeric entities in it_html::sanitizeChristian Schneider2-1/+7
2009-12-15make U() a global func, regroup funcsUrban Müller1-35/+60
2009-12-10Encode garbage chars in hostUrban Müller1-0/+1