summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js
AgeCommit message (Collapse)Author
2010-03-26Added basic contact groups featurethomasb
git-svn-id: https://svn.roundcube.net/trunk@3425 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-25- Use PageUp/PageDown for listpage change (#1486430)alec
git-svn-id: https://svn.roundcube.net/trunk@3421 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-25- Added Home/End kayboard keys support on lists (#1486430)alec
git-svn-id: https://svn.roundcube.net/trunk@3420 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-25- Added possibility to select all messages in a folder (#1484756)alec
git-svn-id: https://svn.roundcube.net/trunk@3419 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-24Only select childs when a message row is collapsed but also do it when ↵thomasb
deleting a thread git-svn-id: https://svn.roundcube.net/trunk@3411 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-23- Don't underline the parent when thread is expandedalec
git-svn-id: https://svn.roundcube.net/trunk@3400 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-19- rewert old change: don't load first section page in Preferences alec
git-svn-id: https://svn.roundcube.net/trunk@3390 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-19- TinyMCE 3.3.1alec
git-svn-id: https://svn.roundcube.net/trunk@3388 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-19- Implemented messages copying using drag&drop + SHIFT (#1484086)alec
git-svn-id: https://svn.roundcube.net/trunk@3385 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-17- use popupmenu style for attachments upload formalec
- move .popupmenu style definition to common.css git-svn-id: https://svn.roundcube.net/trunk@3375 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-17Don't unselect already selected childsthomasb
git-svn-id: https://svn.roundcube.net/trunk@3373 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-17Also select childs when dragging a thread messagethomasb
git-svn-id: https://svn.roundcube.net/trunk@3372 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-17- use jQuery.inArray() instead of rcube_in_array()alec
git-svn-id: https://svn.roundcube.net/trunk@3371 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-17Merged devel-threads branch (r3066:3364) back into trunkthomasb
git-svn-id: https://svn.roundcube.net/trunk@3367 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-09- messages list performance: build subject link on client sidealec
git-svn-id: https://svn.roundcube.net/trunk@3343 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-07- Last commit fixalec
git-svn-id: https://svn.roundcube.net/trunk@3336 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-07- Fix sig replacement (#1486538) + fix checking for separator existance in sigalec
git-svn-id: https://svn.roundcube.net/trunk@3335 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-06- Don't show a warning on html2text switch when textarea is emptyalec
- Set properly select's value when html2text is aborted git-svn-id: https://svn.roundcube.net/trunk@3334 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-04- Don't open first section in Preferences: makes behaviour consistent with ↵alec
the rest of UI and fixes Konqueror issue (#1486154) git-svn-id: https://svn.roundcube.net/trunk@3321 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-04Changed signature separator when top-posting (#1486330)thomasb
git-svn-id: https://svn.roundcube.net/trunk@3315 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-03Remember search modifiers in user prefs (#1486146) + bring back the old defaultsthomasb
git-svn-id: https://svn.roundcube.net/trunk@3310 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-02No more case-insensitive folder name comparisonsthomasb
git-svn-id: https://svn.roundcube.net/trunk@3304 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-02Fix checking for new mail (#1485794)thomasb
git-svn-id: https://svn.roundcube.net/trunk@3299 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-23- Fix IE spellcheck suggestion popup issue (#1486471)alec
git-svn-id: https://svn.roundcube.net/trunk@3284 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-22- Fix email address auto-completion shows regexp pattern (#1486258)alec
git-svn-id: https://svn.roundcube.net/trunk@3281 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-21- jQuery 1.4.2alec
git-svn-id: https://svn.roundcube.net/trunk@3277 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-02- Fix folder rename/delete buttons do not appear on creation of first folder ↵alec
(#1486468) git-svn-id: https://svn.roundcube.net/trunk@3241 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-26Import contacts into the selected address book + set button states accordinglythomasb
git-svn-id: https://svn.roundcube.net/trunk@3228 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-26- jQuery-1.4.1alec
git-svn-id: https://svn.roundcube.net/trunk@3226 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-15- Updated TinyMCE to 3.2.7alec
git-svn-id: https://svn.roundcube.net/trunk@3182 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-08- fix console log msg for GET requestsalec
git-svn-id: https://svn.roundcube.net/trunk@3169 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-04- fix unintentional adding signatures with html mode and ↵alec
autoaddsignature=never (#1486335) git-svn-id: https://svn.roundcube.net/trunk@3164 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-03- fix last commitalec
git-svn-id: https://svn.roundcube.net/trunk@3151 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-03- Fix displaying nested message parts (#1486246)alec
git-svn-id: https://svn.roundcube.net/trunk@3150 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-11-03- Fix pasting from Office apps into html editor (#1486271)alec
git-svn-id: https://svn.roundcube.net/trunk@3093 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-11-03Cleanup top-posting feature (sorry, there are again some new texts)thomasb
git-svn-id: https://svn.roundcube.net/trunk@3091 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-11-02More options for top posting feature (#1484272) using patch from Phil Weirthomasb
git-svn-id: https://svn.roundcube.net/trunk@3089 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-11-02- top posting (#1484272)alec
git-svn-id: https://svn.roundcube.net/trunk@3087 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-10-24- fix default quota image heightalec
git-svn-id: https://svn.roundcube.net/trunk@3059 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-10-24- Fix quota indicator issues by content generation on client-sizealec
instead of bin/quotaimage.php: better performance, better styling posibilities (#1486197, #1486220) git-svn-id: https://svn.roundcube.net/trunk@3058 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-10-24- don't call focus() on html editor (#1486238)alec
git-svn-id: https://svn.roundcube.net/trunk@3056 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-10-23- Don't display disabled sections in Settings (#1486099)alec
git-svn-id: https://svn.roundcube.net/trunk@3055 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-10-06- Fix newly attached files are not saved in drafts w/o editing any text ↵alec
(#1486202) git-svn-id: https://svn.roundcube.net/trunk@3024 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-10-06Hold attachment info in a js list in order to simplify things + codestylethomasb
git-svn-id: https://svn.roundcube.net/trunk@3021 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-10-05- fix upload errors handling in Operaalec
git-svn-id: https://svn.roundcube.net/trunk@3017 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-10-04- Added an alert message when uploading still in progress and the user tries ↵netbit
to send the message - Added the functionality to abort the upload process - Changed the loading icon background to transparent, so it can be used in other templates easily git-svn-id: https://svn.roundcube.net/trunk@3015 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-10-03- Reapply r3004 undone in r3011netbit
git-svn-id: https://svn.roundcube.net/trunk@3013 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-10-03- remove test codealec
git-svn-id: https://svn.roundcube.net/trunk@3012 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-10-03- Added attachment upload indicator with parallel upload (#1486058)alec
git-svn-id: https://svn.roundcube.net/trunk@3011 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-10-01- Fix return to first page from e-mail screen (#1486105)alec
git-svn-id: https://svn.roundcube.net/trunk@3004 208e9e7b-5314-0410-a742-e7e81cd9613c