summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-11-07First version of it_html based on objectsdevel-it_htmlChristian Schneider5-80/+247
2008-11-07Create new it_html as object playgroundChristian Schneider0-0/+0
2008-11-04Simplify regex and make sure test catches CRChristian Schneider2-2/+2
2008-10-27Simplify code, query() throws fatal if safety > 0 anywayChristian Schneider1-1/+1
2008-10-26Do not output PHP warnings on input confusing the tokenizerChristian Schneider1-1/+1
2008-10-26Fix phplint warningsChristian Schneider2-2/+2
2008-10-22support safety=0 in construktorUrban Müller1-2/+2
2008-10-20validate when srclines is onUrban Müller1-1/+1
2008-10-15phplint cleanupUrban Müller2-5/+7
2008-10-15phplint cleanupUrban Müller4-12/+6
2008-10-15phplint cleanupUrban Müller1-2/+2
2008-10-15phplint cleanupUrban Müller1-2/+2
2008-10-13provide source line as titleUrban Müller1-4/+5
2008-10-07Make png-filter mode configurable by the appThomas Brüderli1-2/+2
2008-10-07Add pngfix to javascript libThomas Brüderli1-0/+17
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