summaryrefslogtreecommitdiff
path: root/itjs
AgeCommit message (Expand)AuthorFilesLines
2007-09-25Q() does not fail on quoting undefined values (same behaviour as php)Koni Weber1-1/+1
2007-09-19IE requires this sequence, Safari wants the oppositeThomas Brüderli1-1/+2
2007-09-18Retry after script error + panic after retryThomas Brüderli1-13/+17
2007-09-17Prevent IE 6 crashes when loading page from cacheThomas Brüderli1-1/+1
2007-09-13Fix strict javascript warningThomas Brüderli1-1/+1
2007-09-12Fix some javascript warningsChristian Schneider1-1/+1
2007-09-12Variables have been set in the wrong contextThomas Brüderli1-3/+4
2007-09-12Use iframes if possible (to prevent IE6 crashes)Thomas Brüderli1-2/+3
2007-09-11Send scripts uncompressed when no ActiveX is available + reverted r20842Thomas Brüderli1-1/+1
2007-09-10JS error flags againThomas Brüderli1-2/+2
2007-09-10More process flags for error locationThomas Brüderli1-0/+2
2007-09-10Flags to locate script errorsThomas Brüderli2-1/+17
2007-09-05Check for callback function first. Same effect as XMLHTTPRequest.abort()Thomas Brüderli1-1/+1
2007-09-05Remove all object references to prevent memory leaksThomas Brüderli1-7/+18
2007-08-28Better separation (if/else) of XMLHTTP usageThomas Brüderli1-25/+28
2007-08-28Reset this.loader on errorThomas Brüderli1-1/+4
2007-08-28Source style fixChristian Schneider1-1/+2
2007-08-28Use <script> tags to enable data loading from foreign hostsThomas Brüderli1-12/+29
2007-08-09Improve error reportingThomas Brüderli1-1/+8
2007-08-08Updated it_bootThomas Brüderli1-24/+11
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-24Improved it_state with Safari supportThomas Brüderli2-8/+14
2007-07-19Added missing query_volatile to iframe fallback loaderChristian Schneider1-1/+1
2007-07-02Wait for parent window to load it_state scriptThomas Brüderli1-2/+4
2007-07-02Include now() to it.jsThomas Brüderli2-1/+9
2007-03-13bugfixUrban Müller1-1/+1
2007-03-13it_url_encodeUrban Müller1-0/+10
2007-02-23replaced dubious it_clone() by cleaner it_set() (aka copyObj() from lib.js)Christian Weber1-18/+12
2006-12-14Fix fall back mode if ActiveX is disabledChristian Schneider1-4/+12
2006-12-12Merged revisions 13944-15067 via svnmerge from Christian Schneider1-8/+21
2006-11-22Send content-type header with POST requestsThomas Brüderli1-0/+3
2006-11-20Added method for sending HTTP POST requestsThomas Brüderli1-2/+23
2006-11-10Skip stylesheet test for Konqueror as getPropertyValue does not workChristian Schneider1-2/+3
2006-10-26Moved itools to live branchChristian Schneider7-0/+715