Age | Commit message (Expand) | Author | Files | Lines |
2020-05-11 | Remove obsolete itools javascript functions and loader/jsboot mechanism | Christian Schneider | 6 | -1171/+0 |
2018-09-01 | nobody uses use_it_state anymore | Urban Müller | 1 | -31/+0 |
2018-08-30 | prevent echoing of php source code (wget itjs/error.gif), remove unused savin... | Urban Müller | 1 | -11/+1 |
2018-06-27 | reapply "use safer it:: variants of file funcs", was not the culprit in jussi... | Urban Müller | 1 | -2/+2 |
2018-06-22 | Revert "use safer it:: variants of file funcs" | Urban Müller | 1 | -2/+2 |
2018-06-21 | use safer it:: variants of file funcs | Urban Müller | 1 | -2/+2 |
2014-10-10 | Allow omission of url scheme and accept https as well | Christian Schneider | 1 | -1/+1 |
2013-11-01 | Remove $Id$ | Christian Schneider | 3 | -7/+0 |
2013-06-26 | fix for "use strict" | Urban Müller | 1 | -1/+1 |
2013-04-23 | load javascript files separately when debugging to get the right linenumbers | David Flatz | 1 | -5/+29 |
2013-04-22 | introduce debug parameter 'jsdebug' that enforces javascript injection for be... | David Flatz | 1 | -1/+2 |
2012-11-19 | add code for clients missing getBoundingClientRec - fixes map on Android 1.6 ... | Christian Helbling | 1 | -2/+32 |
2012-10-24 | Replace hand-made code by standard obj.getBoundingClientRect() | Christian Schneider | 1 | -20/+2 |
2012-06-13 | Only redirect to static version for full non-bot user agents | Christian Schneider | 1 | -1/+1 |
2012-06-05 | Check objects before executing callback methods | Thomas Brüderli | 1 | -2/+3 |
2012-05-23 | Fix itjs boot script fallback to not always include retry=1 and at the same t... | Christian Schneider | 1 | -3/+5 |
2012-03-30 | Add unicode-safe equivalent of unescape() | Thomas Brüderli | 1 | -0/+18 |
2011-12-13 | factor out D() from ED() consistent with php | Nathan Gass | 1 | -8/+15 |
2011-10-11 | Do not abort request never used before as it can throw error e.g. on Firefox | Christian Schneider | 1 | -2/+5 |
2011-10-11 | Check aborted flag because IE9 throws error c00c023f when accessing aborted r... | Christian Schneider | 1 | -2/+2 |
2011-01-26 | Always fall back to script tag on iOS devices as it does not use cache, fix s... | Christian Schneider | 1 | -10/+13 |
2010-01-20 | New utility functions to add and remove event handlers | Thomas Brüderli | 1 | -0/+65 |
2009-12-09 | revert ED() functionality after a lengthy political struggle | Christian Weber | 1 | -1/+1 |
2009-11-27 | ED() creates jsdebug div if it doesn't exist | Christian Weber | 1 | -21/+21 |
2009-11-18 | Protect from Firewalls/Proxies altering Javascript source code | Christian Schneider | 1 | -1/+1 |
2009-11-17 | Added start/end marker and cut off prepended and appended stuff (Swisslife) | Christian Schneider | 1 | -5/+5 |
2009-11-17 | Added error reporter sending back code on faulty load | Christian Schneider | 1 | -0/+11 |
2009-11-17 | Added error reporter sending back code on faulty load | Christian Schneider | 2 | -19/+62 |
2009-11-05 | new IE6 workaround attempt | Urban Müller | 1 | -2/+2 |
2009-11-05 | placate UBS | Urban Müller | 1 | -1/+1 |
2009-10-28 | validate when inlined | Urban Müller | 1 | -3/+3 |
2009-08-10 | Set html.js css class if javascript/jsboot is enabled | Thomas Brüderli | 1 | -0/+4 |
2008-12-10 | it_loader now uses it_http for client-server communication | Thomas Brüderli | 1 | -156/+21 |
2008-11-26 | Add new it_http class to itjs includes | Thomas Brüderli | 1 | -0/+242 |
2008-11-11 | Add some members to undefined elements (to be used in tel-edit) | Thomas Brüderli | 1 | -1/+1 |
2008-10-07 | Make png-filter mode configurable by the app | Thomas Brüderli | 1 | -2/+2 |
2008-10-07 | Add pngfix to javascript lib | Thomas Brüderli | 1 | -0/+17 |
2008-10-02 | Fix javascript strict warning | Christian Schneider | 1 | -1/+1 |
2008-09-30 | Firebug shouldn't be a problem anymore | Thomas Brüderli | 1 | -3/+2 |
2008-09-22 | Fix (too) advanced regexp for older browsers | Thomas Brüderli | 1 | -1/+1 |
2008-08-27 | Fix coding style | Christian Schneider | 1 | -3/+4 |
2008-08-27 | Read backtrace in it_catcherr() | Thomas Brüderli | 1 | -10/+36 |
2008-08-26 | More debug info for it_boot errors | Thomas Brüderli | 1 | -0/+2 |
2008-08-20 | Next step to isolate the source of all these syntax errors in IE6 | Thomas Brüderli | 1 | -0/+1 |
2008-08-19 | Don't rely on timeouts, let it_boot_init() reset the sequence string | Thomas Brüderli | 1 | -3/+1 |
2008-08-19 | Trigger it_boot retry if evaluated script has (syntax)errors | Thomas Brüderli | 1 | -0/+11 |
2008-08-11 | Add function to create dom elements (former createElem() in lib.js) | Thomas Brüderli | 1 | -0/+9 |
2008-08-04 | Move it_element() from map.search.ch to itools | Thomas Brüderli | 1 | -0/+19 |
2008-07-15 | Make javascript stripping compatible with JQuery source code | Christian Schneider | 3 | -3/+3 |
2008-05-19 | handle urls without querystring correctly | Denis Demesmaeker | 1 | -3/+3 |