Commit Graph

515 Commits

Author SHA1 Message Date
alecpl
87a8685fbf - Fix wrong message on file upload error (#1486725) 2010-05-22 18:24:33 +00:00
alecpl
2bb1f633fb - Added 'actionbefore', 'actionafter', 'responsebefore', 'responseafter' events
- Removed response.callbacks feature
2010-05-21 08:42:59 +00:00
alecpl
54531f1d7f - small improvements 2010-05-19 13:23:19 +00:00
alecpl
677e1f26fe - Some files from /bin + spellchecking actions moved to the new 'utils' task 2010-05-18 10:25:29 +00:00
alecpl
caccd193c8 - remove temp code 2010-05-18 07:43:26 +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
5d04a85924 - removed redundant code in expand_unread() 2010-05-15 14:55:22 +00:00
alecpl
403b45d55e - improve performance of threads expanding/collapsing (significant on IE) 2010-05-15 14:49:10 +00:00
alecpl
e99d21ba05 - remove offline message list generation on IE, this doesn't realy improve performance now 2010-05-15 12:15:58 +00:00
alecpl
a4a270be84 - removed old code 2010-05-14 14:24:13 +00:00
alecpl
ab10d6f7a6 - Fix marking/deleting of all messages in search result (#1486736) 2010-05-14 10:52:53 +00:00
alecpl
349cbfffac - Fix: reset select_all_mode on select-none action 2010-05-14 10:30:12 +00:00
alecpl
bb8012cfcd - Extend contact groups support (#1486682) 2010-05-13 09:13:25 +00:00
alecpl
488074965b - Fix check-recent action issues and performance (#1486526)
- Fix messages order after checking for recent (#1484664)
- Fix messages copying
- Reset check-recent interval after check-recent by hand
2010-05-12 19:09:29 +00:00
alecpl
f9a2a601d1 - Fix signatures get added instead of replaced in plain text mode (#1486730) 2010-05-11 19:47:39 +00:00
alecpl
b5002a019f - Fix setting sorting order to "None" 2010-05-10 10:00:00 +00:00
alecpl
500af6fcf8 - Fix adding signature above the body in plain-text mode 2010-05-07 09:32:12 +00:00
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