Age | Commit message (Expand) | Author | Files | Lines |
2008-09-15 | Fix bug with email addresses including full name and GMail | Christian Schneider | 1 | -6/+19 |
2008-09-11 | Only encode headers with quoted-printable if really necessary | Christian Schneider | 1 | -1/+1 |
2008-09-10 | Handle arrays for header values passed to it_mail | Christian Schneider | 1 | -32/+12 |
2008-09-10 | Fix warning if no paramenter names could be found and fix line offset for cli | Christian Schneider | 1 | -3/+1 |
2008-09-10 | Also encode = in quoted printable (rfc2045 6.7.) | Christian Schneider | 1 | -1/+1 |
2008-09-10 | Fix typo in hex code | Christian Schneider | 1 | -1/+1 |
2008-09-10 | Use one single encoding instead of one per character | Christian Schneider | 1 | -1/+1 |
2008-09-10 | use it::mail for (hopefully) correct encoding | Urban Müller | 1 | -1/+2 |
2008-09-02 | Fix URL of HTML 4.01 DTD url | Christian Schneider | 1 | -1/+1 |
2008-08-27 | Fix coding style | Christian Schneider | 1 | -3/+4 |
2008-08-27 | Read backtrace in it_catcherr() | Thomas Brüderli | 1 | -10/+36 |
2008-08-26 | More debug info for it_boot errors | Thomas Brüderli | 1 | -0/+2 |
2008-08-20 | Next step to isolate the source of all these syntax errors in IE6 | Thomas Brüderli | 1 | -0/+1 |
2008-08-19 | Don't rely on timeouts, let it_boot_init() reset the sequence string | Thomas Brüderli | 1 | -3/+1 |
2008-08-19 | Trigger it_boot retry if evaluated script has (syntax)errors | Thomas Brüderli | 1 | -0/+11 |
2008-08-15 | T() now accepts values like ET() but uses Q() to quote them | Christian Schneider | 2 | -3/+48 |
2008-08-11 | Add function to create dom elements (former createElem() in lib.js) | Thomas Brüderli | 1 | -0/+9 |
2008-08-06 | debuged, added basic tests | Nathan Gass | 2 | -2/+26 |
2008-08-04 | Move it_element() from map.search.ch to itools | Thomas Brüderli | 1 | -0/+19 |
2008-07-29 | Fix switch to update_server | Christian Schneider | 1 | -2/+2 |
2008-07-28 | Quote identifier if it is a javascript reserved word | Christian Schneider | 2 | -1/+8 |
2008-07-24 | Compatibility with experimental PHP6 | Christian Schneider | 1 | -1/+1 |
2008-07-24 | Properly save and restore state of select() in read() | Christian Schneider | 1 | -2/+4 |
2008-07-24 | Only create function for same expression once | Christian Schneider | 1 | -1/+4 |
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 |