summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js
AgeCommit message (Collapse)Author
2010-05-26- jquery's hide/show functions are slow, don't use it in loopsalec
git-svn-id: https://svn.roundcube.net/trunk@3673 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-26- fix FF crash (#1486752)alec
- fix some issues after deleting last message from the list git-svn-id: https://svn.roundcube.net/trunk@3671 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-25- Trigger listupdate event after message removal from list (#1486734)alec
git-svn-id: https://svn.roundcube.net/trunk@3664 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-25- fixed parse erroralec
- support arguments of type object in enable_command() - simplify setting of state of message commands git-svn-id: https://svn.roundcube.net/trunk@3662 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-25Better jqueryficationthomasb
git-svn-id: https://svn.roundcube.net/trunk@3661 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-25- code cleanupalec
git-svn-id: https://svn.roundcube.net/trunk@3660 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-25- Reverted change that removed response.callbacksalec
git-svn-id: https://svn.roundcube.net/trunk@3659 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-25Wrap group name input field in <li> + more jqueryfication + add dummy group ↵thomasb
functionality to example address book plugin git-svn-id: https://svn.roundcube.net/trunk@3657 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-22- Fix wrong message on file upload error (#1486725)alec
git-svn-id: https://svn.roundcube.net/trunk@3652 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-21- Added 'actionbefore', 'actionafter', 'responsebefore', 'responseafter' eventsalec
- Removed response.callbacks feature git-svn-id: https://svn.roundcube.net/trunk@3650 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-19- small improvementsalec
git-svn-id: https://svn.roundcube.net/trunk@3636 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-18- Some files from /bin + spellchecking actions moved to the new 'utils' taskalec
git-svn-id: https://svn.roundcube.net/trunk@3627 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-18- remove temp codealec
git-svn-id: https://svn.roundcube.net/trunk@3626 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-18- Added threads tree iconsalec
- css/js fixes and improvements in (messages) list code git-svn-id: https://svn.roundcube.net/trunk@3625 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-17- code cleanupalec
git-svn-id: https://svn.roundcube.net/trunk@3624 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-17- fix performance of getElementById wrapper for IE (don't look over all ↵alec
elements if initial getElementById returns no element ) git-svn-id: https://svn.roundcube.net/trunk@3623 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-15- removed redundant code in expand_unread()alec
git-svn-id: https://svn.roundcube.net/trunk@3622 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-15- improve performance of threads expanding/collapsing (significant on IE)alec
git-svn-id: https://svn.roundcube.net/trunk@3621 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-15- remove offline message list generation on IE, this doesn't realy improve ↵alec
performance now git-svn-id: https://svn.roundcube.net/trunk@3620 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-14- removed old codealec
git-svn-id: https://svn.roundcube.net/trunk@3619 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-14- Fix marking/deleting of all messages in search result (#1486736)alec
git-svn-id: https://svn.roundcube.net/trunk@3618 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-14- Fix: reset select_all_mode on select-none actionalec
git-svn-id: https://svn.roundcube.net/trunk@3617 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-13- Extend contact groups support (#1486682) alec
git-svn-id: https://svn.roundcube.net/trunk@3614 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-12- Fix check-recent action issues and performance (#1486526)alec
- Fix messages order after checking for recent (#1484664) - Fix messages copying - Reset check-recent interval after check-recent by hand git-svn-id: https://svn.roundcube.net/trunk@3612 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-11- Fix signatures get added instead of replaced in plain text mode (#1486730)alec
git-svn-id: https://svn.roundcube.net/trunk@3611 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-10- Fix setting sorting order to "None"alec
git-svn-id: https://svn.roundcube.net/trunk@3604 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-07- Fix adding signature above the body in plain-text modealec
git-svn-id: https://svn.roundcube.net/trunk@3603 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-06- Fix listupdate event doesn't trigger on search response (#1486708)alec
git-svn-id: https://svn.roundcube.net/trunk@3599 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-06- last commit fixalec
git-svn-id: https://svn.roundcube.net/trunk@3598 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-06- Fix select_all_mode value after selecting a message (#1486720)alec
git-svn-id: https://svn.roundcube.net/trunk@3597 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-06- improve performance and consistency by setting all list-related env data ↵alec
in list action only git-svn-id: https://svn.roundcube.net/trunk@3595 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-05- Set focus to editor on reply in HTML mode (#1486632)alec
- Fix composing in HTML jumps cursor to body instead of recipients (#1486674) git-svn-id: https://svn.roundcube.net/trunk@3594 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-05-02- Allow columns order change per user - drag&drop (#1485795)alec
git-svn-id: https://svn.roundcube.net/trunk@3584 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-29- Add 'loading' message while login is in progress (#1486667)alec
git-svn-id: https://svn.roundcube.net/trunk@3579 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-22- fix the contact creation when group is not selectedalec
git-svn-id: https://svn.roundcube.net/trunk@3535 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-22- code cleanupalec
git-svn-id: https://svn.roundcube.net/trunk@3527 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-20- fix iframe hack (divs must be removed also in mouseup)alec
git-svn-id: https://svn.roundcube.net/trunk@3514 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-20- force mbox in check-recent (#1486629)alec
git-svn-id: https://svn.roundcube.net/trunk@3512 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-19- fix dublicated request in msglist_click()alec
git-svn-id: https://svn.roundcube.net/trunk@3503 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-16- code formatting, cleanup and small improvementsalec
git-svn-id: https://svn.roundcube.net/trunk@3500 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-16- more code formattingalec
- allow re-selecting highlighted row (#1486442) git-svn-id: https://svn.roundcube.net/trunk@3499 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-15- removed redundant code + code formattingalec
git-svn-id: https://svn.roundcube.net/trunk@3495 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-15- Fix messages list scrolling in FF3.6 (#1486472)alec
- Fix quicksearch input focus (#1486637) - Small code cleanup + improvements git-svn-id: https://svn.roundcube.net/trunk@3492 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-14- Fix new contact group selection on IE (#1486630)alec
git-svn-id: https://svn.roundcube.net/trunk@3488 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-14- use the same iframe hack as in splitter.jsalec
git-svn-id: https://svn.roundcube.net/trunk@3487 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-13Assign newly created contacts to the active group (#1486626) and fix group ↵thomasb
selection display (#1486619) git-svn-id: https://svn.roundcube.net/trunk@3485 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-09Option not to mark messages as read when viewed in preview pane (#1485012)thomasb
git-svn-id: https://svn.roundcube.net/trunk@3479 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-07Fix group expansion which was lost in r3457 + apply patch for autocompletion ↵thomasb
timeouts from #1486059 git-svn-id: https://svn.roundcube.net/trunk@3476 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-07Apply contact groups js patch (#1486606)thomasb
git-svn-id: https://svn.roundcube.net/trunk@3475 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-02- fix empty body after switching from html to plainalec
git-svn-id: https://svn.roundcube.net/trunk@3469 208e9e7b-5314-0410-a742-e7e81cd9613c