summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-07Removed obsolete variableChristian Schneider1-1/+1
2008-10-02Fix javascript strict warningChristian Schneider1-1/+1
2008-10-01Added PHP 5 Iterators to READMEChristian Schneider1-0/+8
2008-10-01Added test for dbi IteratorChristian Schneider1-0/+21
2008-10-01Added logging of querys to _sqllog if debug_sqllog is setChristian Schneider1-1/+7
2008-10-01Added PHP5 iterator to it_dbi: Allows foreach (new T_User...)Christian Schneider1-1/+38
2008-09-30Firebug shouldn't be a problem anymoreThomas Brüderli1-3/+2
2008-09-24Mark uid/session cookies as httponly (not readable by JS document.cookie)Christian Schneider2-3/+3
2008-09-23Improve browser detectionThomas Brüderli1-2/+8
2008-09-22Fix (too) advanced regexp for older browsersThomas Brüderli1-1/+1
2008-09-15Restrict alert mail subject to a reasonable sizeChristian Schneider1-1/+1
2008-09-15Fix bug with email addresses including full name and GMailChristian Schneider1-6/+19
2008-09-11Only encode headers with quoted-printable if really necessaryChristian Schneider1-1/+1
2008-09-10Handle arrays for header values passed to it_mailChristian Schneider1-32/+12
2008-09-10Fix warning if no paramenter names could be found and fix line offset for cliChristian Schneider1-3/+1
2008-09-10Also encode = in quoted printable (rfc2045 6.7.)Christian Schneider1-1/+1
2008-09-10Fix typo in hex codeChristian Schneider1-1/+1
2008-09-10Use one single encoding instead of one per characterChristian Schneider1-1/+1
2008-09-10use it::mail for (hopefully) correct encodingUrban Müller1-1/+2
2008-09-02Fix URL of HTML 4.01 DTD urlChristian Schneider1-1/+1
2008-08-27Fix coding styleChristian Schneider1-3/+4
2008-08-27Read backtrace in it_catcherr()Thomas Brüderli1-10/+36
2008-08-26More debug info for it_boot errorsThomas Brüderli1-0/+2
2008-08-20Next step to isolate the source of all these syntax errors in IE6Thomas Brüderli1-0/+1
2008-08-19Don't rely on timeouts, let it_boot_init() reset the sequence stringThomas Brüderli1-3/+1
2008-08-19Trigger it_boot retry if evaluated script has (syntax)errorsThomas Brüderli1-0/+11
2008-08-15T() now accepts values like ET() but uses Q() to quote themChristian Schneider2-3/+48
2008-08-11Add function to create dom elements (former createElem() in lib.js)Thomas Brüderli1-0/+9
2008-08-06debuged, added basic testsNathan Gass2-2/+26
2008-08-04Move it_element() from map.search.ch to itoolsThomas Brüderli1-0/+19
2008-07-29Fix switch to update_serverChristian Schneider1-2/+2
2008-07-28Quote identifier if it is a javascript reserved wordChristian Schneider2-1/+8
2008-07-24Compatibility with experimental PHP6Christian Schneider1-1/+1
2008-07-24Properly save and restore state of select() in read()Christian Schneider1-2/+4
2008-07-24Only create function for same expression onceChristian Schneider1-1/+4
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