summaryrefslogtreecommitdiff
path: root/program/js/common.js
AgeCommit message (Expand)Author
2011-05-03- Fix mozilla browser detectionalecpl
2011-04-26- Fix handling of top-level domains with more than 5 chars or unicode chars (...alecpl
2011-03-15- Move console initialization to rcube.init(), hide console area if browser's...alecpl
2011-02-04- Fix ICANN example addresses doesn't validate (#1487742)alecpl
2011-02-01- Unify typeof and undefined usagealecpl
2011-01-12Missed some replacements in previous commit...thomascube
2010-11-02- Support contact's email addresses up to 255 characters long (#1487095)alecpl
2010-09-29- Add Internationalized Domain Name (IDNA) support (#1483894)alecpl
2010-09-25- s/RoundCube/Roundcube/alecpl
2010-09-08- Small improvementsalecpl
2010-09-06- Fix Chrome browser was recognized as Safarialecpl
2010-05-28Make drag&drop work on iPadsthomascube
2010-05-28- Fix typo in last commit + some code cleanupalecpl
2010-05-28Update user agent detection and set according class names to html nodethomascube
2010-05-18- Added threads tree iconsalecpl
2010-05-17- code cleanupalecpl
2010-05-17- fix performance of getElementById wrapper for IE (don't look over all eleme...alecpl
2010-04-16- code formatting, cleanup and small improvementsalecpl
2010-04-16- more code formattingalecpl
2010-03-17- use jQuery.inArray() instead of rcube_in_array()alecpl
2010-03-17Merged devel-threads branch (r3066:3364) back into trunkthomascube
2010-03-03Remember search modifiers in user prefs (#1486146) + bring back the old defaultsthomascube
2009-09-20- fix IE version check (fixes horizontal splitter height issue)alecpl
2009-07-07- fix debug consolealecpl
2009-06-01Use event system on the client to handle ajax callbacksthomascube
2009-05-01- jQuery'fied GoogieSpell 4.0 + some changes in composealecpl
2009-04-19Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ...thomascube
2009-04-16- Fix debug console on Safarialecpl
2009-04-15- fix console for Konqueroralecpl
2008-12-14#1485444: fix drag layer over an iframealecpl
2008-10-01- Stop spellchecking when switching to html editor (#1485362)alecpl
2008-09-17Workaround a (possible) IE bug (#1485309).svncommit
2008-09-13-#1485349: fixed getElementById wrapper for IEalecpl
2008-09-12-better getElementById wrapper for IEalecpl
2008-09-12- getElementById() case-sensitive hack for IE alecpl
2008-09-12- Added vertical splitter for folders list resizingalecpl
2008-09-12Refactor drag & drop functionality. Don't rely on browser events anymore (#14...thomascube
2008-04-07- fixed not working debug console (was initialized before html object creation)alecpl
2008-02-13* implementing patch from #1484605till
2008-02-12Make script cross browser compatiblethomascube
2008-02-04Fix client side e-mail address checkthomascube
2007-12-10Remove some unused object propertiesthomascube
2007-11-30Simplified email address check (fixes #1484679)thomascube
2007-09-25Enable drag-/dropping of folders to a new parent folder, closes #1457344.svncommit
2007-04-28Merged branch devel-addressbook from r443 back to trunkthomascube
2007-03-28Abstract event keycode detectionthomascube
2007-03-18Improved contacts drop down; HTML output improvements; JS code cleanupthomascube
2006-12-17Added patch for resizeable preview panethomascube
2006-09-24Partial client re-write with a common list classthomascube
2006-08-10Fixed charset problems with folder renamingthomascube