Commit Graph

394 Commits

Author SHA1 Message Date
alecpl
297a435959 - minimize autocomplete requests 2009-06-20 14:07:17 +00:00
alecpl
e014742ffb - one hasClass check less 2009-06-20 13:43:28 +00:00
thomascube
72f5b15125 Open collapsed folders during drag & drop (#1485914) 2009-06-19 17:29:52 +00:00
thomascube
465d38b5cb Also trigger 'insertrow' event when list is initialized on page load (#1485826) 2009-06-19 15:28:53 +00:00
alecpl
3a2b270c9d - always call logout action as task (#1485919) 2009-06-15 07:01:36 +00:00
alecpl
069704b170 - Added message Edit feature (#1483891, #1484440) - need icon 2009-06-11 18:07:35 +00:00
alecpl
8ca0c7ce6a - fix folder ID generation (for example two folders 'aaa' and 'aaa "') 2009-06-11 15:15:28 +00:00
alecpl
d9c83e7c46 - fix list page change 2009-06-10 12:31:14 +00:00
alecpl
0b2ce91f25 - Reviewed/fixed skip_deleted/read_when_deleted/flag_for_deletion options handling in UI 2009-06-05 16:13:24 +00:00
alecpl
1691a8e91a - fix key repetition (#1485672) 2009-06-05 13:18:08 +00:00
alecpl
b4ee74cda7 - removed unused var 2009-06-05 08:22:16 +00:00
alecpl
12989a756d - small fixes/improvements of drag&drop 2009-06-05 08:12:26 +00:00
alecpl
0061e7b77f - fix drag_move performance 2009-06-04 20:01:31 +00:00
alecpl
024130bee2 - fix selecting repetition with holded arrow key (#1485672) 2009-06-03 11:02:19 +00:00
thomascube
9489adc593 Fix list events used in drag&drop functionality (#1485890) 2009-06-02 15:46:14 +00:00
thomascube
0e99d37a18 Use event system on the client to handle ajax callbacks 2009-06-01 15:35:53 +00:00
alecpl
52818559ce - Added possibility to invert messages selection 2009-05-31 11:12:04 +00:00
alecpl
dc2fc082d3 - After move/delete from 'show' action display next message instead of messages list (#1485887) 2009-05-30 15:10:35 +00:00
thomascube
3d3d1010cc Fix keyboard control of the autocomplete list 2009-05-27 15:46:39 +00:00
thomascube
a25d3969a0 Re-enable the permalink command (allows one to choose right-click and open-in-new-tab) 2009-05-26 13:21:57 +00:00
alecpl
91d1a15ba8 - Add drag cancelling with ESC key (#1484344) 2009-05-26 07:28:42 +00:00
alecpl
49dfb0047a - Added message menu (some image needed), removed Print and Source buttons
- Added possibility to save message as .eml file (#1485861)
2009-05-23 14:17:07 +00:00
thomascube
aee4601907 Fix Googiespell 2009-05-18 08:12:42 +00:00
alecpl
74d421d55a - don't show message on unknown error (#1485848) + translate "Server Error!" message 2009-05-17 07:04:51 +00:00
alecpl
cea956cf6a - Fix autocomplete problem with capital letters (#1485792) 2009-05-14 13:18:36 +00:00
alecpl
40418dd164 - Correct caret position in message form with signature (#1485833) 2009-05-09 07:52:29 +00:00
alecpl
30b152b194 - Added quick search box menu (#1484304) 2009-05-02 14:19:24 +00:00
alecpl
309d2f40a0 - jQuery'fied GoogieSpell 4.0 + some changes in compose 2009-05-01 19:27:36 +00:00
thomascube
ffa6c1011c Update Googiespell to version 4.0 2009-05-01 16:58:25 +00:00
alecpl
23387ef853 - simplified messagelist sort action code 2009-04-27 09:15:56 +00:00
alecpl
9f3579b1f8 - Fix wrong column sort order icons (#1485823)
- set defult sorting of new column to 'ASC'
2009-04-27 09:01:15 +00:00
alecpl
29da6414db - Updated TinyMCE to 3.2.3 version 2009-04-27 07:36:26 +00:00
thomascube
c5d8db9f81 Add javascript event 'insertrow' 2009-04-26 17:07:27 +00:00
thomascube
99d8660737 Add two new javascript events 2009-04-26 16:47:49 +00:00
alecpl
9d003afcad - Fix autocomplete spinning wheel does not disappear (#1485804) 2009-04-24 08:29:59 +00:00
alecpl
4b2be228e2 -Fix address list isn't refreshing after jquery integration (#1485818) 2009-04-24 07:51:43 +00:00
alecpl
111be7087f - re-fix r2382 2009-04-24 07:11:57 +00:00
alecpl
a803049371 - Fix folder dragging in folder manager isn't working after jquery integration (#1485819) 2009-04-24 06:58:19 +00:00
alecpl
f055b12f3e - small css fixes in login form, boxes and subscription list 2009-04-23 17:31:55 +00:00
alecpl
962085baa1 - Fix text wrapping in HTML editor after switching from plain text to HTML (#1485521) 2009-04-23 09:56:14 +00:00
alecpl
eaacbec631 - fix Unread selection after jquery integration 2009-04-23 09:10:53 +00:00
alecpl
df781b5399 - Fix auto-complete function hangs with plus sign (#1485815) 2009-04-23 07:07:55 +00:00
alecpl
9ff9f516d3 - Fix AJAX requests errors handler (#1485000) 2009-04-21 12:46:11 +00:00
alecpl
c4b819e9b9 - Speed up message list displaying on IE (initialize list in background)
- use DOM methods instead of jQuery for messages list object
2009-04-21 09:04:49 +00:00
thomascube
3db528bd5c Use compressed version of jQuery.js 2009-04-20 10:15:31 +00:00
alecpl
74a2d7a126 - fix Enter key handler in user login input 2009-04-20 08:24:49 +00:00
alecpl
fa1a15c01e - #1485809: use local copy of jQuery lib (1.3.2) 2009-04-20 08:11:14 +00:00
thomascube
cc97ea0559 Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins) 2009-04-19 17:44:29 +00:00
alecpl
40d7c23c85 - Fix folders subscribtions on Konqueror (#1484841) 2009-04-16 17:42:40 +00:00
alecpl
c0b82242b0 - Fix debug console on Safari 2009-04-16 17:38:19 +00:00