Commit Graph

93 Commits

Author SHA1 Message Date
Aleksander Machniak
03f1691d47 Fixed Opera > 15 detection (#1489562) 2014-02-03 13:27:36 +01:00
Thomas Bruederli
4ae28ff09f Also adapt fixed table header to vertical body scrolling 2014-01-29 11:55:19 +01:00
Aleksander Machniak
772bec6789 Make addEventListener() chainable for better performance and compact code
Replace deperecated row_init usage with addEventListener('initrow')
2013-12-23 12:47:03 +01:00
Aleksander Machniak
f03ed8d9bb Fix (again) IE11 detection where document.all is not defined.
@TODO: review our document.all uses.
2013-11-15 15:41:27 +01:00
Aleksander Machniak
741ddced5b Fix Internet Explorer 11 detection (#1489434) 2013-11-15 10:45:44 +01:00
Aleksander Machniak
6a91448aee Improve performance and code readability by using String's startsWith() method, other code improvements 2013-10-30 19:51:55 +01:00
Thomas Bruederli
4910b0666e Distinguish mobile/tablet/touch devices 2013-08-15 08:57:11 +02:00
Aleksander Machniak
abe798d905 Fix rcube_clone_object() 2013-06-04 09:03:36 +02:00
Aleksander Machniak
3d78d55b5a Move rcube_layer class to classic skin, it was used only there 2013-06-04 09:02:43 +02:00
Aleksander Machniak
2355045ded Change Reply-All button label/title when mailing list is detected (#1488938) 2013-05-20 10:32:52 +02:00
Aleksander Machniak
0c974b263d Fix keyboard events on list widgets in Internet Explorer (#1489025) - It was a regression in fix for #1489008 2013-03-28 20:13:39 +01:00
Aleksander Machniak
f38d15c700 Better fix for IE9 issue with document.activeElement error (#1489008) 2013-03-22 19:06:14 +01:00
Aleksander Machniak
39f40104f0 Fix javascript error in IE9 when loading form with placeholders into an iframe (#1489008) 2013-03-22 18:53:24 +01:00
Aleksander Machniak
da28121dcd Improved email address validation with IPv6 support 2012-08-24 10:10:25 +02:00
Aleksander Machniak
ff805351ca Fix email address validation for addresses with IP address in domain part 2012-08-23 20:08:37 +02:00
Aleksander Machniak
ae7027de02 Added session_path config option and unified cookies settings in javascript 2012-08-20 09:32:25 +02:00
Aleksander Machniak
1257dd6796 Add generic mobile browser detection, enable touch events for all mobile browsers 2012-08-03 09:51:41 +02:00
Aleksander Machniak
2698d7ff8c Fixed Konqueror browser detection 2012-06-28 19:38:50 +02:00
Aleksander Machniak
4188c61563 Define and use 'mozilla' class for HTML style 2012-06-01 14:30:17 +02:00
Aleksander Machniak
041c93ce0b Removed $Id$ 2012-05-22 12:31:37 +02:00
thomascube
9e2c949d86 Improve input field placeholders: use native attributes if supported, encapsulate in jquery plugin 2012-03-15 21:55:22 +00:00
thomascube
43d98b244c Simplify code 2012-01-21 16:15:44 +00:00
thomascube
071c78c3a4 Fine tuning Larry styles + browser specific css quirks 2012-01-20 15:46:15 +00:00
thomascube
7fe3811c65 Changed license to GNU GPLv3+ with exceptions for skins and plugins 2012-01-18 11:10:46 +00:00
alecpl
fb6d86b9ad - Fixed bug where similiar folder names were highlighted wrong (#1487860) 2011-11-23 18:05:38 +00:00
alecpl
be58b50431 - Make urlencode() compatible with PHP's rawurlencode() - fixes collapsing/expanding of folders with some special characters in name 2011-11-14 09:09:21 +00:00
thomascube
65082b3adb Distinguish standard timezone offset and DST of client 2011-09-28 11:49:37 +00:00
alecpl
90a6aff022 - Fix bug where when replying always the last identity is used (#1488101) 2011-09-27 06:59:59 +00:00
alecpl
699a25a822 - Disable message list keypress operations when CTRL key is pressed,
to workaround FF6 issue, where Ctrl+Pg(Up/Down) was changing list page
  and browser tab)
- Fix multiselection with Ctrl+Up/Down keys
2011-09-15 18:57:35 +00:00
alecpl
6e16260e63 - Fixed error in IE7 (#1488017) 2011-08-02 14:38:15 +00:00
alecpl
8fc0f9451e - Fix GCC errors and warnings (#1487988) 2011-07-04 19:07:26 +00:00
alecpl
24958af8d9 - Unset event name, so it will be not added to request data 2011-06-30 11:58:01 +00:00
alecpl
e23b1d913c - Fix mozilla browser detection 2011-05-03 16:33:19 +00:00
alecpl
5c1dfb0b11 - Fix handling of top-level domains with more than 5 chars or unicode chars (#1487883) 2011-04-26 11:36:42 +00:00
alecpl
129aeff199 - Move console initialization to rcube.init(), hide console area if browser's console exists, some code cleanup 2011-03-15 08:24:19 +00:00
alecpl
47f55c0d08 - Fix ICANN example addresses doesn't validate (#1487742) 2011-02-04 12:03:31 +00:00
alecpl
ef4f591a1d - Unify typeof and undefined usage 2011-02-01 09:08:17 +00:00
thomascube
e224b002c0 Missed some replacements in previous commit... 2011-01-12 18:31:55 +00:00
alecpl
6f096812c9 - Support contact's email addresses up to 255 characters long (#1487095)
- Added email format checks when saving contacts data
2010-11-02 09:27:03 +00:00
alecpl
e99991996d - Add Internationalized Domain Name (IDNA) support (#1483894) 2010-09-29 12:36:28 +00:00
alecpl
e019f2d0f2 - s/RoundCube/Roundcube/ 2010-09-25 13:03:53 +00:00
alecpl
8fd1cf943c - Small improvements 2010-09-08 17:57:35 +00:00
alecpl
372d3bf6de - Fix Chrome browser was recognized as Safari 2010-09-06 17:06:38 +00:00
thomascube
8ef2f3c5cf Make drag&drop work on iPads 2010-05-28 10:52:20 +00:00
alecpl
b231f68ba2 - Fix typo in last commit + some code cleanup 2010-05-28 09:53:25 +00:00
thomascube
89e31bec15 Update user agent detection and set according class names to html node 2010-05-28 09:11:16 +00:00
alecpl
0e7b66357d - Added threads tree icons
- css/js fixes and improvements in (messages) list code
2010-05-18 07:39:31 +00:00
alecpl
283a37fb11 - code cleanup 2010-05-17 10:19:02 +00:00
alecpl
27480b4a02 - fix performance of getElementById wrapper for IE (don't look over all elements if initial getElementById returns no element
)
2010-05-17 09:07:31 +00:00
alecpl
8fa9229d57 - code formatting, cleanup and small improvements 2010-04-16 13:46:54 +00:00