summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-08-12Added tests for it_url::absolute()Christian Schneider1-0/+22
2009-08-12Do not add port 443 in HTTPS modeChristian Schneider1-1/+1
2009-08-10Set html.js css class if javascript/jsboot is enabledThomas Brüderli1-0/+4
2009-08-10Support ports othen than port 80, output full url in noredir modeChristian Schneider1-5/+4
2009-08-08correct integer detection (bigint is still treated as string as it exceeds ↵Christian Weber1-1/+1
php's int size)
2009-07-31New version of get_cache (using If-Not-Modified-Since support in get)Christian Schneider1-83/+129
2009-07-23Add MATCH operator for mysql queries + unify string escapingThomas Brüderli1-5/+22
2009-07-09Fix warning on PHP 5.3 when passing non-object to get_class()Christian Schneider1-1/+1
2009-07-09Register locateme.js for easy accessThomas Brüderli1-0/+1
2009-07-09Need more space :-)Christian Schneider1-0/+1
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