summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-07-16added optional array for query(), use it internally to pass db info along, d...Nathan Gass1-23/+23
2008-07-15nicer argument namesUrban Müller1-5/+5
2008-07-15Added comment to document caveats for comment strippingChristian Schneider1-1/+5
2008-07-15Do not require space when closing commentChristian Schneider1-1/+1
2008-07-15Make javascript stripping compatible with JQuery source codeChristian Schneider4-4/+4
2008-07-12Remove PHP4 incompatibility: self:: is PHP5-onlyChristian Schneider1-1/+1
2008-07-10better err msgUrban Müller1-6/+6
2008-06-27Do not trigger class loader for Net_IDNA, has to be manually includedChristian Schneider1-1/+1
2008-06-27Honor classprefix when checking for existence of class (Used in ad/localads.h...Christian Schneider1-1/+1
2008-06-26Replaced deprecated mysql_list_tables by SHOW TABLESChristian Schneider2-13/+52
2008-06-23allow comma separated list in filter_keys, simpler mail sendingUrban Müller1-2/+15
2008-06-20it::map docsUrban Müller1-0/+5
2008-06-20it::map for array iterationUrban Müller1-0/+11
2008-06-20quote entities for wgetUrban Müller1-1/+1
2008-06-06reconnect if mysql server goes awayUrban Müller1-15/+27
2008-06-03use local times for cleanupUrban Müller1-1/+1
2008-06-03new formatting of ED()Urban Müller1-2/+5
2008-05-19handle urls without querystring correctlyDenis Demesmaeker1-3/+3
2008-05-18Use class_exists to check if we need to extend by xy_tools classChristian Schneider1-4/+1
2008-05-09Code cleanup, adds new parameter phpfiles as side-effectChristian Schneider1-11/+11
2008-05-09allow save when only one textfile in pathUrban Müller1-2/+3
2008-05-07implented debug argumentNathan Gass1-0/+10
2008-05-07kill carriage returnsUrban Müller1-1/+1
2008-05-07keep trailing commaUrban Müller1-1/+1
2008-05-06fix text_exists() to also check fallbacklanguage if setChristian Weber1-3/+3
2008-05-06Never process the same texts.php twiceChristian Weber1-6/+6
2008-05-06added search_text_dbUrban Müller1-30/+25
2008-05-06support nonglobal it_text for editor, remove lang cookie supportUrban Müller1-22/+11
2008-05-05ultraformatting2999Urban Müller1-1/+2
2008-05-05load all texts in pathUrban Müller1-11/+22
2008-05-05accessor for available languagesUrban Müller1-0/+10
2008-04-30Removing a script node crashes IE 5.0xThomas Brüderli1-1/+2
2008-04-16Make it_dbi compatible with old syntax againChristian Schneider1-1/+1
2008-04-08State in examples that it_auto_prepend make init unnecessaryChristian Schneider1-2/+2
2008-04-07Deprecate second parameter to constructor of generated classesChristian Schneider1-3/+3
2008-04-07Fix magic comments for itools.search.ch function extractorChristian Schneider1-1/+1
2008-04-06Fixed bogus conversion of NULL to 0 for integer fieldsChristian Schneider2-3/+3
2008-04-04Deprecate second parameter (config) to constructor of generated classesChristian Schneider1-0/+2
2008-04-04Fix javascript strict warningChristian Schneider1-1/+4
2008-04-01Fix warning about get_func_args() used as parameter to other functionChristian Schneider1-2/+7
2008-04-01Allow multiple arguments as query to select() and constructorChristian Schneider2-16/+50
2008-03-24Execute converted main script in global context to support global variablesChristian Schneider1-6/+10
2008-03-24Use copy() for Windows where symlink() does not existChristian Schneider1-1/+2
2008-03-10Fix warning when no tables exist, get rid of in_array()Christian Schneider1-2/+3
2008-03-07support not reading schemaUrban Müller1-1/+3
2008-03-02Do not convert files above 200k, link to unchanged filesChristian Schneider1-9/+24
2008-02-28Globally untaint ULTRAHOME as it is generated in a safe wayChristian Schneider2-1/+4
2008-02-26Silence taint warning when writing log files (ULTRAHOME is safe)Christian Schneider1-1/+1
2008-02-13Fix error handling with unpatched E_NOTICE enabledChristian Schneider1-2/+18
2008-02-07Make autoloader and syntaxconvert cooperateChristian Schneider1-6/+9