Age | Commit message (Expand) | Author | Files | Lines |
2008-07-16 | added optional array for query(), use it internally to pass db info along, d... | Nathan Gass | 1 | -23/+23 |
2008-07-15 | nicer argument names | Urban Müller | 1 | -5/+5 |
2008-07-15 | Added comment to document caveats for comment stripping | Christian Schneider | 1 | -1/+5 |
2008-07-15 | Do not require space when closing comment | Christian Schneider | 1 | -1/+1 |
2008-07-15 | Make javascript stripping compatible with JQuery source code | Christian Schneider | 4 | -4/+4 |
2008-07-12 | Remove PHP4 incompatibility: self:: is PHP5-only | Christian Schneider | 1 | -1/+1 |
2008-07-10 | better err msg | Urban Müller | 1 | -6/+6 |
2008-06-27 | Do not trigger class loader for Net_IDNA, has to be manually included | Christian Schneider | 1 | -1/+1 |
2008-06-27 | Honor classprefix when checking for existence of class (Used in ad/localads.h... | Christian Schneider | 1 | -1/+1 |
2008-06-26 | Replaced deprecated mysql_list_tables by SHOW TABLES | Christian Schneider | 2 | -13/+52 |
2008-06-23 | allow comma separated list in filter_keys, simpler mail sending | Urban Müller | 1 | -2/+15 |
2008-06-20 | it::map docs | Urban Müller | 1 | -0/+5 |
2008-06-20 | it::map for array iteration | Urban Müller | 1 | -0/+11 |
2008-06-20 | quote entities for wget | Urban Müller | 1 | -1/+1 |
2008-06-06 | reconnect if mysql server goes away | Urban Müller | 1 | -15/+27 |
2008-06-03 | use local times for cleanup | Urban Müller | 1 | -1/+1 |
2008-06-03 | new formatting of ED() | Urban Müller | 1 | -2/+5 |
2008-05-19 | handle urls without querystring correctly | Denis Demesmaeker | 1 | -3/+3 |
2008-05-18 | Use class_exists to check if we need to extend by xy_tools class | Christian Schneider | 1 | -4/+1 |
2008-05-09 | Code cleanup, adds new parameter phpfiles as side-effect | Christian Schneider | 1 | -11/+11 |
2008-05-09 | allow save when only one textfile in path | Urban Müller | 1 | -2/+3 |
2008-05-07 | implented debug argument | Nathan Gass | 1 | -0/+10 |
2008-05-07 | kill carriage returns | Urban Müller | 1 | -1/+1 |
2008-05-07 | keep trailing comma | Urban Müller | 1 | -1/+1 |
2008-05-06 | fix text_exists() to also check fallbacklanguage if set | Christian Weber | 1 | -3/+3 |
2008-05-06 | Never process the same texts.php twice | Christian Weber | 1 | -6/+6 |
2008-05-06 | added search_text_db | Urban Müller | 1 | -30/+25 |
2008-05-06 | support nonglobal it_text for editor, remove lang cookie support | Urban Müller | 1 | -22/+11 |
2008-05-05 | ultraformatting2999 | Urban Müller | 1 | -1/+2 |
2008-05-05 | load all texts in path | Urban Müller | 1 | -11/+22 |
2008-05-05 | accessor for available languages | Urban Müller | 1 | -0/+10 |
2008-04-30 | Removing a script node crashes IE 5.0x | Thomas Brüderli | 1 | -1/+2 |
2008-04-16 | Make it_dbi compatible with old syntax again | Christian Schneider | 1 | -1/+1 |
2008-04-08 | State in examples that it_auto_prepend make init unnecessary | Christian Schneider | 1 | -2/+2 |
2008-04-07 | Deprecate second parameter to constructor of generated classes | Christian Schneider | 1 | -3/+3 |
2008-04-07 | Fix magic comments for itools.search.ch function extractor | Christian Schneider | 1 | -1/+1 |
2008-04-06 | Fixed bogus conversion of NULL to 0 for integer fields | Christian Schneider | 2 | -3/+3 |
2008-04-04 | Deprecate second parameter (config) to constructor of generated classes | Christian Schneider | 1 | -0/+2 |
2008-04-04 | Fix javascript strict warning | Christian Schneider | 1 | -1/+4 |
2008-04-01 | Fix warning about get_func_args() used as parameter to other function | Christian Schneider | 1 | -2/+7 |
2008-04-01 | Allow multiple arguments as query to select() and constructor | Christian Schneider | 2 | -16/+50 |
2008-03-24 | Execute converted main script in global context to support global variables | Christian Schneider | 1 | -6/+10 |
2008-03-24 | Use copy() for Windows where symlink() does not exist | Christian Schneider | 1 | -1/+2 |
2008-03-10 | Fix warning when no tables exist, get rid of in_array() | Christian Schneider | 1 | -2/+3 |
2008-03-07 | support not reading schema | Urban Müller | 1 | -1/+3 |
2008-03-02 | Do not convert files above 200k, link to unchanged files | Christian Schneider | 1 | -9/+24 |
2008-02-28 | Globally untaint ULTRAHOME as it is generated in a safe way | Christian Schneider | 2 | -1/+4 |
2008-02-26 | Silence taint warning when writing log files (ULTRAHOME is safe) | Christian Schneider | 1 | -1/+1 |
2008-02-13 | Fix error handling with unpatched E_NOTICE enabled | Christian Schneider | 1 | -2/+18 |
2008-02-07 | Make autoloader and syntaxconvert cooperate | Christian Schneider | 1 | -6/+9 |