summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js
AgeCommit message (Collapse)Author
2008-04-07- fixed goto_url() call in logout commandalec
git-svn-id: https://svn.roundcube.net/trunk@1265 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-07- fixed not working debug console (was initialized before html object creation)alec
- fixed separator in debug console git-svn-id: https://svn.roundcube.net/trunk@1264 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-04restore baseline css file to themes folder, put overrides in skins folder ↵estadtherr
(#1484933) git-svn-id: https://svn.roundcube.net/trunk@1253 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-04Better fix for #1484942thomasb
git-svn-id: https://svn.roundcube.net/trunk@1250 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-04improved r1213 change: removed redundant code alec
and used mark_message() instead of toggle_read_status() (which should be used only inside mark_message() function) git-svn-id: https://svn.roundcube.net/trunk@1246 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-03#1484942: Clear selection when selecting single itemalec
git-svn-id: https://svn.roundcube.net/trunk@1243 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-02fixed r1237 commitalec
git-svn-id: https://svn.roundcube.net/trunk@1239 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-02#1484681alec
git-svn-id: https://svn.roundcube.net/trunk@1238 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-02#1484317alec
git-svn-id: https://svn.roundcube.net/trunk@1237 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-02http://trac.roundcube.net/ticket/1484838alec
git-svn-id: https://svn.roundcube.net/trunk@1236 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-02removed reference to ↵alec
program/js/tiny_mce/themes/advanced/css/editor_content.css in TinyMCE git-svn-id: https://svn.roundcube.net/trunk@1233 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-04-01Remove leftover from r1225, #1484316.robin
git-svn-id: https://svn.roundcube.net/trunk@1230 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-31Use keyup event instead of keypressed in login screen, closes #1484839.robin
git-svn-id: https://svn.roundcube.net/trunk@1226 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-31Don't preview message if dragging or multi-selecting it, closes #1484316.robin
git-svn-id: https://svn.roundcube.net/trunk@1225 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-25* patch from #1484920till
git-svn-id: https://svn.roundcube.net/trunk@1216 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-25* committing patch from #1484906till
git-svn-id: https://svn.roundcube.net/trunk@1213 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-09Correctly encode mailbox names (#1484313)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1189 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-03Fix bug introduced with r1167thomasb
git-svn-id: https://svn.roundcube.net/trunk@1170 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-02Minor bug fixes and visual enhancementsthomasb
git-svn-id: https://svn.roundcube.net/trunk@1167 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-03-01Don't check for class name in folder listthomasb
git-svn-id: https://svn.roundcube.net/trunk@1161 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-28Fix quirky message selectionthomasb
git-svn-id: https://svn.roundcube.net/trunk@1148 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-25Fix folder adding/renaming inspired by #1484801thomasb
git-svn-id: https://svn.roundcube.net/trunk@1138 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-21* committed patch by Dalibor Andzakovictill
git-svn-id: https://svn.roundcube.net/trunk@1131 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-20Mark message read when printing it (#1326452)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1121 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-19Allow to send mail with BCC recipients only + remove some unused varsthomasb
git-svn-id: https://svn.roundcube.net/trunk@1120 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-16* addapted patch from #1484777 (Thanks ulysses.almeida)till
git-svn-id: https://svn.roundcube.net/trunk@1098 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-13Always use subject col when dragging messagesthomasb
git-svn-id: https://svn.roundcube.net/trunk@1066 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-13* implementing patch from #1484605till
git-svn-id: https://svn.roundcube.net/trunk@1064 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-13fix switching between HTML/plain composing (#1484752)estadtherr
git-svn-id: https://svn.roundcube.net/trunk@1060 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-13condense TinyMCE toolbar down to one line, removing table buttons (#1484747)estadtherr
fix image removal in message display when message HTML includes JS event handlers git-svn-id: https://svn.roundcube.net/trunk@1059 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-12Make script cross browser compatiblethomasb
git-svn-id: https://svn.roundcube.net/trunk@1055 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-12Show message count in folder list and hint when creating a subfolderthomasb
git-svn-id: https://svn.roundcube.net/trunk@1052 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-12Ignore clicks from input elements and imagesthomasb
git-svn-id: https://svn.roundcube.net/trunk@1051 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-11Enable command for marking messages read/unreadthomasb
git-svn-id: https://svn.roundcube.net/trunk@1042 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-11* fixing bug i reported in #1484545till
git-svn-id: https://svn.roundcube.net/trunk@1040 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-02-08Don't unselect and re-select a list rowthomasb
git-svn-id: https://svn.roundcube.net/trunk@1030 208e9e7b-5314-0410-a742-e7e81cd9613c
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