summaryrefslogtreecommitdiff
path: root/itjs
AgeCommit message (Expand)AuthorFilesLines
2020-05-11Remove obsolete itools javascript functions and loader/jsboot mechanismChristian Schneider6-1171/+0
2018-09-01nobody uses use_it_state anymoreUrban Müller1-31/+0
2018-08-30prevent echoing of php source code (wget itjs/error.gif), remove unused savin...Urban Müller1-11/+1
2018-06-27reapply "use safer it:: variants of file funcs", was not the culprit in jussi...Urban Müller1-2/+2
2018-06-22Revert "use safer it:: variants of file funcs"Urban Müller1-2/+2
2018-06-21use safer it:: variants of file funcsUrban Müller1-2/+2
2014-10-10Allow omission of url scheme and accept https as wellChristian Schneider1-1/+1
2013-11-01Remove $Id$Christian Schneider3-7/+0
2013-06-26fix for "use strict"Urban Müller1-1/+1
2013-04-23load javascript files separately when debugging to get the right linenumbersDavid Flatz1-5/+29
2013-04-22introduce debug parameter 'jsdebug' that enforces javascript injection for be...David Flatz1-1/+2
2012-11-19add code for clients missing getBoundingClientRec - fixes map on Android 1.6 ...Christian Helbling1-2/+32
2012-10-24Replace hand-made code by standard obj.getBoundingClientRect()Christian Schneider1-20/+2
2012-06-13Only redirect to static version for full non-bot user agentsChristian Schneider1-1/+1
2012-06-05Check objects before executing callback methodsThomas Brüderli1-2/+3
2012-05-23Fix itjs boot script fallback to not always include retry=1 and at the same t...Christian Schneider1-3/+5
2012-03-30Add unicode-safe equivalent of unescape()Thomas Brüderli1-0/+18
2011-12-13factor out D() from ED() consistent with phpNathan Gass1-8/+15
2011-10-11Do not abort request never used before as it can throw error e.g. on FirefoxChristian Schneider1-2/+5
2011-10-11Check aborted flag because IE9 throws error c00c023f when accessing aborted r...Christian Schneider1-2/+2
2011-01-26Always fall back to script tag on iOS devices as it does not use cache, fix s...Christian Schneider1-10/+13
2010-01-20New utility functions to add and remove event handlersThomas Brüderli1-0/+65
2009-12-09revert ED() functionality after a lengthy political struggleChristian Weber1-1/+1
2009-11-27ED() creates jsdebug div if it doesn't existChristian Weber1-21/+21
2009-11-18Protect from Firewalls/Proxies altering Javascript source codeChristian Schneider1-1/+1
2009-11-17Added start/end marker and cut off prepended and appended stuff (Swisslife)Christian Schneider1-5/+5
2009-11-17Added error reporter sending back code on faulty loadChristian Schneider1-0/+11
2009-11-17Added error reporter sending back code on faulty loadChristian Schneider2-19/+62
2009-11-05new IE6 workaround attemptUrban Müller1-2/+2
2009-11-05placate UBSUrban Müller1-1/+1
2009-10-28validate when inlinedUrban Müller1-3/+3
2009-08-10Set html.js css class if javascript/jsboot is enabledThomas Brüderli1-0/+4
2008-12-10it_loader now uses it_http for client-server communicationThomas Brüderli1-156/+21
2008-11-26Add new it_http class to itjs includesThomas Brüderli1-0/+242
2008-11-11Add some members to undefined elements (to be used in tel-edit)Thomas Brüderli1-1/+1
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-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