summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js
AgeCommit message (Collapse)Author
2008-09-13- don't lock interface when loading headersalec
git-svn-id: https://svn.roundcube.net/trunk@1783 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-12-better getElementById wrapper for IEalec
git-svn-id: https://svn.roundcube.net/trunk@1780 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-12- getElementById() case-sensitive hack for IE alec
git-svn-id: https://svn.roundcube.net/trunk@1779 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-12Add link to open message in new window + tweaked some header stylesthomasb
git-svn-id: https://svn.roundcube.net/trunk@1767 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-12- Added vertical splitter for folders list resizingalec
- Added possibility to view all headers in message view - Fixed splitter drag/resize on Opera (#1485170) - debug console css fixes for IE git-svn-id: https://svn.roundcube.net/trunk@1766 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-12Refactor drag & drop functionality. Don't rely on browser events anymore ↵thomasb
(#1484453) git-svn-id: https://svn.roundcube.net/trunk@1763 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-10Fix some recently introduced bugsthomasb
git-svn-id: https://svn.roundcube.net/trunk@1760 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-10Make xmlhttp requests asynchronous + show message on errorthomasb
git-svn-id: https://svn.roundcube.net/trunk@1758 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-05Capture backspace key in list mode (#1484566)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1742 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-05Better title for export icon + include source in export urlthomasb
git-svn-id: https://svn.roundcube.net/trunk@1737 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-04Enable export of contacts as vCard + DRYthomasb
git-svn-id: https://svn.roundcube.net/trunk@1732 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-03Auto-detect client language and timezone if desired by config/prefsthomasb
git-svn-id: https://svn.roundcube.net/trunk@1722 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-02New feature to import contacts from a vcard file + mark form buttons that ↵thomasb
provide the most obvious operation git-svn-id: https://svn.roundcube.net/trunk@1716 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-29Don't count myselfthomasb
git-svn-id: https://svn.roundcube.net/trunk@1706 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-29Fix unread count display: save counts in list, use the right varsthomasb
git-svn-id: https://svn.roundcube.net/trunk@1705 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-29Select parent folder when collapsing if one of its childs is currently selectedthomasb
git-svn-id: https://svn.roundcube.net/trunk@1703 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-29Only count children's unread if they exist.robin
git-svn-id: https://svn.roundcube.net/trunk@1702 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-29Show unread counters the way Thunderbird does.robin
git-svn-id: https://svn.roundcube.net/trunk@1699 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-29Display sum of subfolders unread count for collapsed folder.robin
git-svn-id: https://svn.roundcube.net/trunk@1694 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-29- fixed html signatures replacement in text modealec
git-svn-id: https://svn.roundcube.net/trunk@1693 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-29- signature in html editor must be in <div> not <span>, becausealec
IE not allows to include block elements inside <span> - if identity has no signature, replace previous with empty div git-svn-id: https://svn.roundcube.net/trunk@1692 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-28- fixed unread count on mailboxlist broken in r1687alec
git-svn-id: https://svn.roundcube.net/trunk@1690 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-28Add folder hierarchy collapsing.robin
git-svn-id: https://svn.roundcube.net/trunk@1687 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-22Better fix for keyboard controls; does not disable all kind of keyboard eventsthomasb
git-svn-id: https://svn.roundcube.net/trunk@1675 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-22Fix keyboard control of the list widgets and prevent Safari from scrolling ↵thomasb
(#1485279) git-svn-id: https://svn.roundcube.net/trunk@1674 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-22- Fix buttons status after contacts deletion (#1485233)alec
git-svn-id: https://svn.roundcube.net/trunk@1672 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-18Add (a bunch of) language packs for tinyMCEthomasb
git-svn-id: https://svn.roundcube.net/trunk@1656 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-15Respect spellcheck_uri in tinyMCE spellchecker (#1484196)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1652 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-15Enable spellchecker for HTML editorthomasb
git-svn-id: https://svn.roundcube.net/trunk@1651 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-14Added template object for current mailbox name (#1485256)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1647 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-13#1485242: better handling of situation when message was sent successfully ↵alec
but cannot be saved git-svn-id: https://svn.roundcube.net/trunk@1644 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-31Fix read_when_deleted behavior + javascript codestylethomasb
git-svn-id: https://svn.roundcube.net/trunk@1617 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-28#1485230: allow only images (by filename extension) in tinyMCE's images selectoralec
git-svn-id: https://svn.roundcube.net/trunk@1612 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-25#1485143: fixed empty body validation errors on IEalec
git-svn-id: https://svn.roundcube.net/trunk@1611 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-24#1485227: fixed image list in image popupalec
git-svn-id: https://svn.roundcube.net/trunk@1609 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-21#1485173: fixed empty body checkalec
git-svn-id: https://svn.roundcube.net/trunk@1602 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-07-18- Updated TinyMCE to version 3.1.0.1alec
git-svn-id: https://svn.roundcube.net/trunk@1596 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-30- Added flag column on messages list (#1484623)alec
git-svn-id: https://svn.roundcube.net/trunk@1580 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-24- Allow trash/junk subfolders to be purged (#1485085)alec
git-svn-id: https://svn.roundcube.net/trunk@1570 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-20Lock UI when posting rename-folder requestthomasb
git-svn-id: https://svn.roundcube.net/trunk@1561 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-14Complete implementation of #1484601: add link for saving sender to address ↵thomasb
book and reload message git-svn-id: https://svn.roundcube.net/trunk@1534 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-13- Added option to display images in messages from known senders (#1484601)alec
git-svn-id: https://svn.roundcube.net/trunk@1525 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-12- #1484816: keypress (not keydown) for repeatalec
git-svn-id: https://svn.roundcube.net/trunk@1510 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-11- don't call expunge and don't remove message row after message movealec
if flag_for_deletion is set to true (#1485002) git-svn-id: https://svn.roundcube.net/trunk@1508 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-11- focus the list after drag&dropalec
git-svn-id: https://svn.roundcube.net/trunk@1507 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-02#1484856alec
git-svn-id: https://svn.roundcube.net/trunk@1464 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-06-02-fix for backslash in folder namealec
git-svn-id: https://svn.roundcube.net/trunk@1463 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-30Tell the user which character is forbidden + add translationthomasb
git-svn-id: https://svn.roundcube.net/trunk@1456 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-30- Disallowed delimiter in folder name (#1484803)alec
git-svn-id: https://svn.roundcube.net/trunk@1455 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-05-30- Support for subfolders in default/protected folders (#1484665)alec
git-svn-id: https://svn.roundcube.net/trunk@1453 208e9e7b-5314-0410-a742-e7e81cd9613c