summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-07-09dont redirect if debug output visibleUrban Müller2-0/+4
2009-06-25Make it::file_put pass PHP4 lint commit hook againChristian Schneider1-1/+1
2009-06-24Enhanced documentationChristian Schneider1-1/+3
2009-06-24Added new parameter 'id' to specify cache typeChristian Schneider1-7/+4
2009-06-24Added get_cache_dir with support for paths relative to /var/urlcacheChristian Schneider1-8/+24
2009-06-10Added test for xml parsing with entities like ampersandChristian Schneider1-0/+6
2009-06-09Support SVG files as input to it::imageconvertChristian Schneider1-3/+8
2009-06-05Properly handle single quotes in URL in U()Christian Schneider2-1/+7
2009-05-19bugfix: only adapt processed stamps if there was any processingUrban Müller1-5/+6
2009-04-29added my private email for itools changesDenis Demesmaeker1-0/+1
2009-04-29removed denisUrban Müller1-1/+0
2009-04-29killed requiresUrban Müller9-19/+1
2009-04-28kill searchlib/ linkUrban Müller1-1/+1
2009-04-22Get rid of ereg/split, replaced by preg equivalentsChristian Schneider7-32/+32
2009-04-17log web errs to error_logUrban Müller1-1/+3
2009-04-04allow calling constructor without pChristian Weber1-1/+1
2009-04-023 stacklevels minimumUrban Müller1-1/+1
2009-03-27include time in errmailUrban Müller1-0/+1
2009-03-26Store and use local copy to make put ... get reliable within one requestChristian Schneider1-1/+5
2009-03-19Added path to searchlib.js to itjs::filenames()Christian Schneider1-3/+4
2009-03-17forcmail debug paramUrban Müller1-1/+1
2009-03-16Compress data which is stored in memcacheChristian Schneider1-1/+1
2009-03-12Always local cache on non-live systemsChristian Schneider1-0/+3
2009-03-11support simple OR queries by introducing the magic scalar value "OR"Christian Weber1-1/+4
2009-03-02documentationUrban Müller1-10/+12
2009-02-23Change IE pngfix to crop image (leave image and container size unchanged)Christian Schneider1-1/+1
2009-02-18fix debug output in send() on non-live machinesChristian Weber1-3/+4
2009-02-17Do not read back after update if no key is set (uninitialized record)Christian Schneider1-1/+1
2009-02-17send no mails from devel/twin, treat missing severtype.cfg as liveUrban Müller2-2/+3
2009-02-17Convert all tests back to old syntaxChristian Schneider1-4/+4
2009-02-17Fix it_dbi NOT IN with empty array and added IN/NOT IN testsChristian Schneider2-1/+21
2009-02-06Do not need special case for cschneid any more as isatty is good enoughChristian Schneider1-1/+1
2009-02-02more debug infoUrban Müller1-1/+1
2009-01-29add it::is_devel() and it::is_live() as abstraction for ↵Christian Weber2-2/+22
$GLOBALS['ULTRASERVERTYPE']
2009-01-14Use default connection parameter for connection retries to memcachedChristian Schneider1-1/+1
2008-12-30nomail debug paramUrban Müller1-1/+3
2008-12-17Purge cache shared by multiple apaches on SQL schema changeChristian Schneider1-0/+12
2008-12-16output errnoUrban Müller1-1/+1
2008-12-16handly empty arraysUrban Müller1-1/+1
2008-12-15docsUrban Müller1-0/+2
2008-12-15lines modeUrban Müller1-0/+4
2008-12-11handle stdin/stdoutUrban Müller1-5/+6
2008-12-10comptiblity...Urban Müller1-2/+3
2008-12-10it::file_get, it::file_put, shorter shell error format, it::mail docsUrban Müller1-4/+39
2008-12-10it_loader now uses it_http for client-server communicationThomas Brüderli1-156/+21
2008-12-08Fix it_html::sanitize with b/br combination (tag prefix of other tag bug)Christian Schneider2-4/+10
2008-12-04Convert tests back to old syntax to match rest of itoolsChristian Schneider1-2/+2
2008-12-03Added it_cache to itools.lib for old school usageChristian Schneider1-0/+1
2008-12-01forgotton debug codeUrban Müller1-1/+0
2008-11-27memory cacheUrban Müller1-0/+98