summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js
AgeCommit message (Collapse)Author
2008-02-05Also send search request when deleting a contact (#1484620)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1021 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-05Applied patch to prevent from purging inbox (#1484449) + CSS hack for Safarithomasb
git-svn-id: https://svn.roundcube.net/trunk@1020 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-04Fix client side e-mail address checkthomasb
git-svn-id: https://svn.roundcube.net/trunk@1011 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-01-31Remember search results (closes #1483883).robin
git-svn-id: https://svn.roundcube.net/trunk@976 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-12-11added ability to insert attached images in HTML editorestadtherr
git-svn-id: https://svn.roundcube.net/trunk@940 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-12-10upgrade TinyMCE version to latestestadtherr
git-svn-id: https://svn.roundcube.net/trunk@939 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-12-10New class rcube_user + send message disposition notificationthomasb
git-svn-id: https://svn.roundcube.net/trunk@938 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-12-10Remove some unused object propertiesthomasb
git-svn-id: https://svn.roundcube.net/trunk@937 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-30Simplified email address check (fixes #1484679)thomasb
git-svn-id: https://svn.roundcube.net/trunk@934 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-25Only show new messages if they match the current search (#1484176)thomasb
git-svn-id: https://svn.roundcube.net/trunk@932 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-28Use UTF-8 folder name for renaming; don't use setAttribute but an object ↵thomasb
property git-svn-id: https://svn.roundcube.net/trunk@907 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-20Fix toggleselect of list widgetthomasb
git-svn-id: https://svn.roundcube.net/trunk@889 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-19Fix moving folders to root, bug introduces when using row id's instead of ↵robin
folder names. git-svn-id: https://svn.roundcube.net/trunk@888 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-19- Enable single-selection toggling in JS list objectrobin
- Use row id's instead of folder names in folder renaming/moving - Fix some smaller errors in folder renaming/moving git-svn-id: https://svn.roundcube.net/trunk@887 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-17Fix sorting after parent folder renaming.robin
git-svn-id: https://svn.roundcube.net/trunk@881 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-17Make sure the currently selected row is re-selected after re-initializing ↵robin
the folder list. git-svn-id: https://svn.roundcube.net/trunk@880 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-17Clean up code overlap.robin
git-svn-id: https://svn.roundcube.net/trunk@879 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-17Make sure the _main_ window is focussed (closes #1484138).robin
git-svn-id: https://svn.roundcube.net/trunk@878 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-17... and unset selected folder name.robin
git-svn-id: https://svn.roundcube.net/trunk@877 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-17Clear folder selection when a protected folder is clicked.robin
git-svn-id: https://svn.roundcube.net/trunk@876 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-15Unset folder selection after folder is deleted.robin
git-svn-id: https://svn.roundcube.net/trunk@867 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-10Suppress IE errors when clearing attachments form (#1484356)thomasb
git-svn-id: https://svn.roundcube.net/trunk@864 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-29Fix compose screen on IE7 and re-enable buttons after list reloadthomasb
git-svn-id: https://svn.roundcube.net/trunk@840 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-27Remove unused code.robin
git-svn-id: https://svn.roundcube.net/trunk@838 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-27When a folder is renamed, rename the children as well.robin
git-svn-id: https://svn.roundcube.net/trunk@836 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-27Remove unused array.robin
git-svn-id: https://svn.roundcube.net/trunk@835 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-27Fix regular expression; folder name may contain special characters.robin
git-svn-id: https://svn.roundcube.net/trunk@834 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-27When a folder is deleted, delete the children as well.robin
git-svn-id: https://svn.roundcube.net/trunk@833 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-27Disable moving a folder to one of it's own children.robin
git-svn-id: https://svn.roundcube.net/trunk@832 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-26Also select next contact after removing onethomasb
git-svn-id: https://svn.roundcube.net/trunk@829 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-26Select next message after removing one from listthomasb
git-svn-id: https://svn.roundcube.net/trunk@828 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-26Remove unused events.robin
git-svn-id: https://svn.roundcube.net/trunk@822 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-25Create new folder as child of selected folder.robin
git-svn-id: https://svn.roundcube.net/trunk@813 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-25Disable moving of default folders.robin
git-svn-id: https://svn.roundcube.net/trunk@812 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-25Enable drag-/dropping of folders to a new parent folder, closes #1457344.robin
git-svn-id: https://svn.roundcube.net/trunk@811 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-19Unlock interface when message sending fails (#1484570)thomasb
git-svn-id: https://svn.roundcube.net/trunk@802 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-19Allow vars and PHP code in templates; improved page title; fixed #1484395thomasb
git-svn-id: https://svn.roundcube.net/trunk@801 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-17Respect PNG fix on IE when switching buttonsthomasb
git-svn-id: https://svn.roundcube.net/trunk@800 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-11Fixed check for message content when composingthomasb
git-svn-id: https://svn.roundcube.net/trunk@795 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-09Fixed wrong delete button tooltip (#1483965)thomasb
git-svn-id: https://svn.roundcube.net/trunk@789 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-09-05Allso trigger events when selecting all/none list entriesthomasb
git-svn-id: https://svn.roundcube.net/trunk@776 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-08-29Fixed multi-message move/deleterichs
git-svn-id: https://svn.roundcube.net/trunk@748 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-08-29* changed sessid to roundcube_sessid (#1484475)till
git-svn-id: https://svn.roundcube.net/trunk@740 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-08-15LDAP improvementsthomasb
git-svn-id: https://svn.roundcube.net/trunk@677 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-08-10Fix compose function from address book + mozilla compatibilitythomasb
git-svn-id: https://svn.roundcube.net/trunk@671 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-08-10Simplified code + removed debug logthomasb
git-svn-id: https://svn.roundcube.net/trunk@669 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-08-10Some bugfixes, security issues + minor improvementsthomasb
git-svn-id: https://svn.roundcube.net/trunk@668 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-08-09Fixes interface lock-up issues and minor bugs (richs)richs
git-svn-id: https://svn.roundcube.net/trunk@667 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-07-03Fix status message bug #1484464 with regard to #1484353thomasb
git-svn-id: https://svn.roundcube.net/trunk@637 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-06-08fixed html2text in editorestadtherr
git-svn-id: https://svn.roundcube.net/trunk@611 208e9e7b-5314-0410-a742-e7e81cd9613c