summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-09-05Remove all object references to prevent memory leaksThomas Brüderli1-7/+18
2007-09-05bugfixUrban Müller1-1/+1
2007-09-04vanityUrban Müller2-0/+24
2007-09-04add warning if member vars would influence update/insert (deprecated behaviour)Christian Weber1-1/+5
2007-09-04warnings for deprecated div/spanUrban Müller1-2/+2
2007-09-04Fix typo in function name memory_get_usageChristian Schneider1-1/+1
2007-09-03add support for p['head'] in constructor, configure() and html()Christian Weber1-1/+2
2007-09-03Make default xhtml again, added configure()Christian Schneider1-4/+15
2007-09-03Make ITools original stynax compatible againChristian Schneider1-1/+1
2007-09-03ObsoleteChristian Weber1-127/+0
2007-09-03Obsolete. Use it_html instead.Christian Weber2-381/+0
2007-09-01remove obsolete classes it_fax, it_html_page, it_html_form, Net/IDNA.php, add...Christian Weber1-23/+35
2007-08-31get rid of oldhtml (use htmltypee), don't add it_boot tags outside of bodyChristian Weber1-9/+10
2007-08-31Fix title, simplified u()Christian Weber1-23/+5
2007-08-31Great cleanup, get rid of this->_* vars in favor of p[], add method html() to...Christian Weber1-262/+232
2007-08-30major cleanupUrban Müller1-162/+34
2007-08-30Remove default secret and require applications to set oneChristian Schneider1-2/+3
2007-08-30(no commit message)Christian Schneider4-21/+21
2007-08-28Better separation (if/else) of XMLHTTP usageThomas Brüderli1-25/+28
2007-08-28allow url based lang overridesUrban Müller1-0/+4
2007-08-28Reset this.loader on errorThomas Brüderli1-1/+4
2007-08-28always show alerts on develUrban Müller1-7/+15
2007-08-28Prevent from adding the itjs_call envelope more than onceThomas Brüderli1-3/+3
2007-08-28Source style fixChristian Schneider1-1/+2
2007-08-28Use <script> tags to enable data loading from foreign hostsThomas Brüderli2-15/+39
2007-08-28Some browsers still report invalid chars. Use \uxxxx for non-ascii charsThomas Brüderli1-1/+1
2007-08-27Encode all non-ascii chars in js dataThomas Brüderli2-2/+2
2007-08-24Removed since it was relying on itools being obfuscated/encrypted (Superweb, ...Christian Weber2-135/+0
2007-08-24no longer neededChristian Weber1-2/+0
2007-08-24Removed, functionality has been moved to search_banner.classChristian Weber2-277/+0
2007-08-23Removed cruftChristian Weber1-1/+1
2007-08-22Added License (GPLV3)Christian Weber2-0/+675
2007-08-22U() now also handles base urls with parametersChristian Schneider1-4/+5
2007-08-22Fix itjs paths with parameters (e.g. language override on poi popups)Christian Schneider1-1/+1
2007-08-16support max-ageUrban Müller2-1/+4
2007-08-16bugfixUrban Müller1-1/+1
2007-08-16avoid permission troubleUrban Müller1-0/+1
2007-08-09Improve error reportingThomas Brüderli1-1/+8
2007-08-08Simplified code (just a little bit)Thomas Brüderli1-2/+1
2007-08-08Updated it_bootThomas Brüderli2-33/+15
2007-08-08Make _where use proper db link and moved db_table only code to db_table.classChristian Schneider2-14/+19
2007-08-08query can be used directlyUrban Müller1-0/+1
2007-08-07connect at entry point, _where needs linkUrban Müller1-3/+6
2007-08-06ensure correct permissionsUrban Müller1-0/+1
2007-08-06warning fixUrban Müller1-1/+1
2007-08-06prevent load explosions in case of mass alertsUrban Müller1-1/+8
2007-08-06Remove alert (svn diff)Thomas Brüderli1-3/+2
2007-08-06Add timestamp on it_boot retry to prevent cachingThomas Brüderli1-3/+4
2007-08-03Add fallback to document.write for Opera (7)Thomas Brüderli1-1/+3
2007-07-30guarantee mysql_error in fatalsUrban Müller1-7/+9