alecpl
|
5c1dfb0b11
|
- Fix handling of top-level domains with more than 5 chars or unicode chars (#1487883)
|
14 years ago |
alecpl
|
129aeff199
|
- Move console initialization to rcube.init(), hide console area if browser's console exists, some code cleanup
|
14 years ago |
alecpl
|
47f55c0d08
|
- Fix ICANN example addresses doesn't validate (#1487742)
|
14 years ago |
alecpl
|
ef4f591a1d
|
- Unify typeof and undefined usage
|
14 years ago |
thomascube
|
e224b002c0
|
Missed some replacements in previous commit...
|
14 years ago |
alecpl
|
6f096812c9
|
- Support contact's email addresses up to 255 characters long (#1487095)
- Added email format checks when saving contacts data
|
14 years ago |
alecpl
|
e99991996d
|
- Add Internationalized Domain Name (IDNA) support (#1483894)
|
14 years ago |
alecpl
|
e019f2d0f2
|
- s/RoundCube/Roundcube/
|
14 years ago |
alecpl
|
8fd1cf943c
|
- Small improvements
|
14 years ago |
alecpl
|
372d3bf6de
|
- Fix Chrome browser was recognized as Safari
|
14 years ago |
thomascube
|
8ef2f3c5cf
|
Make drag&drop work on iPads
|
15 years ago |
alecpl
|
b231f68ba2
|
- Fix typo in last commit + some code cleanup
|
15 years ago |
thomascube
|
89e31bec15
|
Update user agent detection and set according class names to html node
|
15 years ago |
alecpl
|
0e7b66357d
|
- Added threads tree icons
- css/js fixes and improvements in (messages) list code
|
15 years ago |
alecpl
|
283a37fb11
|
- code cleanup
|
15 years ago |
alecpl
|
27480b4a02
|
- fix performance of getElementById wrapper for IE (don't look over all elements if initial getElementById returns no element
)
|
15 years ago |
alecpl
|
8fa9229d57
|
- code formatting, cleanup and small improvements
|
15 years ago |
alecpl
|
186537b2c6
|
- more code formatting
- allow re-selecting highlighted row (#1486442)
|
15 years ago |
alecpl
|
81ab85e5ab
|
- use jQuery.inArray() instead of rcube_in_array()
|
15 years ago |
thomascube
|
f52c936f4d
|
Merged devel-threads branch (r3066:3364) back into trunk
|
15 years ago |
thomascube
|
7910c0ff55
|
Remember search modifiers in user prefs (#1486146) + bring back the old defaults
|
15 years ago |
alecpl
|
f8dae9f00f
|
- fix IE version check (fixes horizontal splitter height issue)
|
15 years ago |
alecpl
|
c1e9b03061
|
- fix debug console
|
16 years ago |
thomascube
|
0e99d37a18
|
Use event system on the client to handle ajax callbacks
|
16 years ago |
alecpl
|
309d2f40a0
|
- jQuery'fied GoogieSpell 4.0 + some changes in compose
|
16 years ago |
thomascube
|
cc97ea0559
|
Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins)
|
16 years ago |
alecpl
|
c0b82242b0
|
- Fix debug console on Safari
|
16 years ago |
alecpl
|
a83697a501
|
- fix console for Konqueror
|
16 years ago |
alecpl
|
cf6bc5d5fa
|
#1485444: fix drag layer over an iframe
|
16 years ago |
alecpl
|
f4b8681160
|
- Stop spellchecking when switching to html editor (#1485362)
|
16 years ago |
svncommit
|
8b7f5a3792
|
Workaround a (possible) IE bug (#1485309).
|
16 years ago |
alecpl
|
4c70d1f9a2
|
-#1485349: fixed getElementById wrapper for IE
|
16 years ago |
alecpl
|
6d89d65cd8
|
-better getElementById wrapper for IE
|
16 years ago |
alecpl
|
bafadd89d7
|
- getElementById() case-sensitive hack for IE
|
16 years ago |
alecpl
|
e5686f4a01
|
- Added vertical splitter for folders list resizing
- Added possibility to view all headers in message view
- Fixed splitter drag/resize on Opera (#1485170)
- debug console css fixes for IE
|
16 years ago |
thomascube
|
f89f03cd6a
|
Refactor drag & drop functionality. Don't rely on browser events anymore (#1484453)
|
16 years ago |
alecpl
|
7155539ffd
|
- fixed not working debug console (was initialized before html object creation)
- fixed separator in debug console
|
17 years ago |
till
|
a265ab1a29
|
* implementing patch from #1484605
|
17 years ago |
thomascube
|
a0ce2f0fa1
|
Make script cross browser compatible
|
17 years ago |
thomascube
|
e581e74153
|
Fix client side e-mail address check
|
17 years ago |
thomascube
|
d39eecad6d
|
Remove some unused object properties
|
17 years ago |
thomascube
|
f20cf0f171
|
Simplified email address check (fixes #1484679)
|
17 years ago |
svncommit
|
b0dbf3ce3e
|
Enable drag-/dropping of folders to a new parent folder, closes #1457344.
|
17 years ago |
thomascube
|
f1154163b0
|
Merged branch devel-addressbook from r443 back to trunk
|
18 years ago |
thomascube
|
9bbb17c1c6
|
Abstract event keycode detection
|
18 years ago |
thomascube
|
86958f70d2
|
Improved contacts drop down; HTML output improvements; JS code cleanup
|
18 years ago |
thomascube
|
a7d5c6480c
|
Added patch for resizeable preview pane
|
18 years ago |
thomascube
|
6b47de3f49
|
Partial client re-write with a common list class
|
18 years ago |
thomascube
|
4d4264cdcd
|
Fixed charset problems with folder renaming
|
19 years ago |
svncommit
|
2c57622f08
|
#1483826 added much longer but much more rfc 822/2822 compliant js email
validator.
|
19 years ago |
svncommit
|
b4b081713e
|
Workaround for drag-drop using whitespace in FF, Junk emptying, misc fixes
|
19 years ago |
thomascube
|
bf39ad587b
|
Allow & in e-mail addresses
|
19 years ago |
thomascube
|
dd53e2b489
|
Started integrating GoogieSpell
|
19 years ago |
thomascube
|
5e35126796
|
Added folder purge function and some checks
|
19 years ago |
thomascube
|
15a9d1ce67
|
Optimized loading time; added periodic mail check; added EXPUNGE command
|
19 years ago |
thomascube
|
10a699759d
|
Added localized messages to client and check form input
|
19 years ago |
thomascube
|
a95e0e174c
|
Improved support for UTF-8 and other charsets
|
19 years ago |
thomascube
|
42b1135149
|
Several bugfixes and feature improvements
|
19 years ago |
thomascube
|
30233b8dfb
|
Minor bugfixes and correction of confusing License notfications
|
19 years ago |
thomascube
|
4e17e6c9db
|
Initial revision
|
19 years ago |