Commit Graph

1996 Commits

Author SHA1 Message Date
alecpl
c833ed4053 - Fix listupdate event doesn't trigger on search response (#1486708) 2010-05-06 09:57:39 +00:00
alecpl
c6a6d25214 - last commit fix 2010-05-06 09:41:12 +00:00
alecpl
a1f7e90a0e - Fix select_all_mode value after selecting a message (#1486720) 2010-05-06 09:21:36 +00:00
alecpl
9800a825e7 - improve performance and consistency by setting all list-related env data in list action only 2010-05-06 07:39:57 +00:00
alecpl
1f019c8e58 - Set focus to editor on reply in HTML mode (#1486632)
- Fix composing in HTML jumps cursor to body instead of recipients (#1486674)
2010-05-05 19:14:53 +00:00
alecpl
b62c4869f7 - Allow columns order change per user - drag&drop (#1485795) 2010-05-02 15:09:36 +00:00
alecpl
cecf46a41b - Add 'loading' message while login is in progress (#1486667) 2010-04-29 17:15:02 +00:00
alecpl
356a797b29 - fix the contact creation when group is not selected 2010-04-22 13:06:09 +00:00
alecpl
dbd069154a - code cleanup 2010-04-22 08:58:51 +00:00
alecpl
dd51b73a9b - fix iframe hack (divs must be removed also in mouseup) 2010-04-20 17:38:09 +00:00
alecpl
c576893167 - force mbox in check-recent (#1486629) 2010-04-20 12:25:58 +00:00
alecpl
3a003cc9fb - fix dublicated request in msglist_click() 2010-04-19 12:25:06 +00:00
alecpl
8fa9229d57 - code formatting, cleanup and small improvements 2010-04-16 13:46:54 +00:00
alecpl
186537b2c6 - more code formatting
- allow re-selecting highlighted row (#1486442)
2010-04-16 11:50:59 +00:00
alecpl
a4c163f930 - removed redundant code + code formatting 2010-04-15 13:11:05 +00:00
alecpl
da8f11ce16 - Fix messages list scrolling in FF3.6 (#1486472)
- Fix quicksearch input focus (#1486637)
- Small code cleanup + improvements
2010-04-15 11:28:15 +00:00
alecpl
58892824a6 - Fix new contact group selection on IE (#1486630) 2010-04-14 17:57:35 +00:00
alecpl
6c11ee29dd - use the same iframe hack as in splitter.js 2010-04-14 13:46:45 +00:00
thomascube
8e3a6039cf Assign newly created contacts to the active group (#1486626) and fix group selection display (#1486619) 2010-04-13 07:24:09 +00:00
thomascube
bc4960108e Option not to mark messages as read when viewed in preview pane (#1485012) 2010-04-09 15:12:40 +00:00
thomascube
53d6261619 Fix group expansion which was lost in r3457 + apply patch for autocompletion timeouts from #1486059 2010-04-07 15:53:48 +00:00
thomascube
f4f4522b23 Apply contact groups js patch (#1486606) 2010-04-07 15:43:52 +00:00
alecpl
3616845126 - fix empty body after switching from html to plain 2010-04-02 13:59:18 +00:00
thomascube
65c8764b19 Add client-side events when adding/removing groups 2010-04-01 06:52:48 +00:00
thomascube
aa12df20e4 Add server-side plugin hooks to address group functions + better action names 2010-04-01 06:39:06 +00:00
thomascube
c0297f4172 Asynchronously expand contact groups + skip count queries in autocompletion mode + check for the existance of contactgroups table 2010-03-31 15:23:22 +00:00
thomascube
3baa72a62f Implement group renaming/deleting + use more consistent names for commands and actions (#1486587) 2010-03-31 14:53:02 +00:00
alecpl
4cdc70941d - Fix js error when switching editor mode (#1486593) 2010-03-31 07:37:43 +00:00
alecpl
f3d37fbbc5 - Fix marking messages as unread on all pages (#1486592) 2010-03-30 08:04:27 +00:00
alecpl
7a48e5539f - Re-organize editor buttons, add blockquote and search buttons
- Make possible to write inside or after a quoted html message (#1485476)
2010-03-28 17:52:34 +00:00
alecpl
79990754f6 - TinyMCE 3.3.2 2010-03-28 17:08:23 +00:00
thomascube
0dc5bc86a3 Implement insert_contact_group() to make group creation work 2010-03-26 17:19:46 +00:00
thomascube
a61bbb24aa Added basic contact groups feature 2010-03-26 16:38:20 +00:00
alecpl
33e2e42321 - Use PageUp/PageDown for listpage change (#1486430) 2010-03-25 18:26:19 +00:00
alecpl
bc2accc455 - Added Home/End kayboard keys support on lists (#1486430) 2010-03-25 18:16:50 +00:00
alecpl
fb7ec576ab - Added possibility to select all messages in a folder (#1484756) 2010-03-25 16:29:02 +00:00
thomascube
84a3312f0b Only select childs when a message row is collapsed but also do it when deleting a thread 2010-03-24 09:47:45 +00:00
alecpl
519aeda284 - Don't underline the parent when thread is expanded 2010-03-23 08:30:20 +00:00
alecpl
cca7b3fd02 - rewert old change: don't load first section page in Preferences 2010-03-19 20:15:41 +00:00
alecpl
69d05c3710 - TinyMCE 3.3.1 2010-03-19 14:53:30 +00:00
alecpl
9b3fdc25c1 - Implemented messages copying using drag&drop + SHIFT (#1484086) 2010-03-19 11:20:12 +00:00
alecpl
c16986be7f - use popupmenu style for attachments upload form
- move .popupmenu style definition to common.css
2010-03-17 18:21:07 +00:00
thomascube
258dbd03d7 Don't unselect already selected childs 2010-03-17 16:57:10 +00:00
thomascube
2ecb7fef5e Also select childs when dragging a thread message 2010-03-17 16:52:16 +00:00
alecpl
81ab85e5ab - use jQuery.inArray() instead of rcube_in_array() 2010-03-17 13:48:23 +00:00
thomascube
f52c936f4d Merged devel-threads branch (r3066:3364) back into trunk 2010-03-17 12:24:09 +00:00
alecpl
4d81544057 - messages list performance: build subject link on client side 2010-03-09 12:15:35 +00:00
alecpl
edaf6a6cef - Last commit fix 2010-03-07 08:14:41 +00:00
alecpl
6611b415ae - Fix sig replacement (#1486538) + fix checking for separator existance in sig 2010-03-07 08:02:43 +00:00
alecpl
5821ff5123 - Don't show a warning on html2text switch when textarea is empty
- Set properly select's value when html2text is aborted
2010-03-06 18:59:25 +00:00