summaryrefslogtreecommitdiff
path: root/itjs
AgeCommit message (Collapse)AuthorFilesLines
2008-10-02Fix javascript strict warningChristian Schneider1-1/+1
2008-09-30Firebug shouldn't be a problem anymoreThomas Brüderli1-3/+2
2008-09-22Fix (too) advanced regexp for older browsersThomas Brüderli1-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-11Add function to create dom elements (former createElem() in lib.js)Thomas Brüderli1-0/+9
2008-08-04Move it_element() from map.search.ch to itoolsThomas Brüderli1-0/+19
2008-07-15Make javascript stripping compatible with JQuery source codeChristian Schneider3-3/+3
2008-05-19handle urls without querystring correctlyDenis Demesmaeker1-3/+3
2008-04-30Removing a script node crashes IE 5.0xThomas Brüderli1-1/+2
2008-04-04Fix javascript strict warningChristian Schneider1-1/+4
2008-01-30Fix fallback to <script> tagsThomas Brüderli1-13/+15
2008-01-29use script instead of xmlhttprequest if firebug is installed (avoid firefox ↵Christian Weber1-5/+4
crash)
2008-01-29rename loader to req upon popular request to avoid more confusion than necessaryChristian Weber1-26/+26
2008-01-16We don't always have an envThomas Brüderli1-1/+1
2008-01-16only catch errs on live....Urban Müller1-1/+3
2007-11-12Use it_url_encode in it_loader; don't escape semicolons to save spaceThomas Brüderli2-2/+2
2007-10-25renamed starttime varUrban Müller1-2/+2
2007-10-11Populated release branchChristian Schneider7-0/+829