summaryrefslogtreecommitdiff
path: root/program/js/common.js
AgeCommit message (Collapse)Author
2014-08-05 c'est la merde..workingHugues Hiegel
2013-08-15Distinguish mobile/tablet/touch devicesThomas Bruederli
2013-06-04Fix rcube_clone_object()Aleksander Machniak
2013-06-04Move rcube_layer class to classic skin, it was used only thereAleksander Machniak
2013-05-20Change Reply-All button label/title when mailing list is detected (#1488938)Aleksander Machniak
2013-03-28Fix keyboard events on list widgets in Internet Explorer (#1489025) - It was ↵Aleksander Machniak
a regression in fix for #1489008
2013-03-22Better fix for IE9 issue with document.activeElement error (#1489008)Aleksander Machniak
2013-03-22Fix javascript error in IE9 when loading form with placeholders into an ↵Aleksander Machniak
iframe (#1489008)
2012-08-24Improved email address validation with IPv6 supportAleksander Machniak
2012-08-23Fix email address validation for addresses with IP address in domain partAleksander Machniak
2012-08-20Added session_path config option and unified cookies settings in javascriptAleksander Machniak
2012-08-03Add generic mobile browser detection, enable touch events for all mobile ↵Aleksander Machniak
browsers
2012-06-28Fixed Konqueror browser detectionAleksander Machniak
2012-06-01Define and use 'mozilla' class for HTML styleAleksander Machniak
2012-05-22Removed $Id$Aleksander Machniak
2012-03-15Improve input field placeholders: use native attributes if supported, ↵thomascube
encapsulate in jquery plugin
2012-01-21Simplify codethomascube
2012-01-20Fine tuning Larry styles + browser specific css quirksthomascube
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomascube
2011-11-23- Fixed bug where similiar folder names were highlighted wrong (#1487860)alecpl
2011-11-14- Make urlencode() compatible with PHP's rawurlencode() - fixes ↵alecpl
collapsing/expanding of folders with some special characters in name
2011-09-28Distinguish standard timezone offset and DST of clientthomascube
2011-09-27- Fix bug where when replying always the last identity is used (#1488101)alecpl
2011-09-15- Disable message list keypress operations when CTRL key is pressed,alecpl
to workaround FF6 issue, where Ctrl+Pg(Up/Down) was changing list page and browser tab) - Fix multiselection with Ctrl+Up/Down keys
2011-08-02- Fixed error in IE7 (#1488017)alecpl
2011-07-04- Fix GCC errors and warnings (#1487988)alecpl
2011-06-30- Unset event name, so it will be not added to request dataalecpl
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
(#1487883)
2011-03-15- Move console initialization to rcube.init(), hide console area if ↵alecpl
browser's console exists, some code cleanup
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
- Added email format checks when saving contacts data
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
- css/js fixes and improvements in (messages) list code
2010-05-17- code cleanupalecpl
2010-05-17- fix performance of getElementById wrapper for IE (don't look over all ↵alecpl
elements if initial getElementById returns no element )
2010-04-16- code formatting, cleanup and small improvementsalecpl
2010-04-16- more code formattingalecpl
- allow re-selecting highlighted row (#1486442)
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