summaryrefslogtreecommitdiff
path: root/program/js
AgeCommit message (Collapse)Author
2008-05-07/tmp/outsvncommit
2008-04-28- removed my code for mouse actions on address searching list (clicking on ↵alecpl
li wasn't working as expected on FF3, Opera and probably IE)
2008-04-25- fixed pagesize value checkingalecpl
2008-04-24- fixed blankpage handling in show_contentframe(): don't set display (=none) ↵alecpl
for blank content
2008-04-17fix HTML mail sendingsvncommit
2008-04-16- don't use onchange to toggle editor because of IE bugalecpl
2008-04-16added language support to HTML editing (#1484862)svncommit
2008-04-16fix signature loading on Windows (#1484545)svncommit
2008-04-15HTML editing fixes, upgrade to TinyMCE v3.0.6svncommit
2008-04-14Always check for recent if a mailbox list is availablethomascube
2008-04-13- don't change icon of deleted message when marking as readalecpl
2008-04-12- Fixed and optimized 'read_when_deleted': mark as read on server sidealecpl
in one action when marking as deleted, fixed js bugs when deleting from message preview page
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the ↵thomascube
devel-vnext branch
2008-04-12- and another constraint for shift selectionalecpl
2008-04-12- fix for shift key use without shift_start on the listalecpl
2008-04-11#1484972: optimization: mark as read in one action with preview, deleted ↵alecpl
redundant quota reads
2008-04-10- added rows highlighting in onmousemove on ksearch listalecpl
2008-04-07- better commands enabling/disabling after get/post response, fixes:alecpl
when delete last (selected) message in mailbox content in preview pane should be cleaned, when delete last (selected) message in mailbox sellect-all, purge and others commands should be disabled, and probably other related bugs
2008-04-07- added check alecpl
2008-04-07- disable purge command after purge actionalecpl
2008-04-07- fixed goto_url() call in logout commandalecpl
2008-04-07- fixed not working debug console (was initialized before html object creation)alecpl
- fixed separator in debug console
2008-04-04restore baseline css file to themes folder, put overrides in skins folder ↵svncommit
(#1484933)
2008-04-04Better fix for #1484942thomascube
2008-04-04improved r1213 change: removed redundant code alecpl
and used mark_message() instead of toggle_read_status() (which should be used only inside mark_message() function)
2008-04-03#1484942: Clear selection when selecting single itemalecpl
2008-04-02fixed r1237 commitalecpl
2008-04-02#1484681alecpl
2008-04-02#1484317alecpl
2008-04-02http://trac.roundcube.net/ticket/1484838alecpl
2008-04-02removed reference to ↵alecpl
program/js/tiny_mce/themes/advanced/css/editor_content.css in TinyMCE
2008-04-01Remove leftover from r1225, #1484316.svncommit
2008-03-31Use keyup event instead of keypressed in login screen, closes #1484839.svncommit
2008-03-31Don't preview message if dragging or multi-selecting it, closes #1484316.svncommit
2008-03-25* patch from #1484920till
2008-03-25* committing patch from #1484906till
2008-03-09Correctly encode mailbox names (#1484313)thomascube
2008-03-03Fix bug introduced with r1167thomascube
2008-03-02Minor bug fixes and visual enhancementsthomascube
2008-03-01Don't check for class name in folder listthomascube
2008-02-28Fix quirky message selectionthomascube
2008-02-25Fix folder adding/renaming inspired by #1484801thomascube
2008-02-21* committed patch by Dalibor Andzakovictill
2008-02-20Mark message read when printing it (#1326452)thomascube
2008-02-19Allow to send mail with BCC recipients only + remove some unused varsthomascube
2008-02-16* addapted patch from #1484777 (Thanks ulysses.almeida)till
2008-02-13Always use subject col when dragging messagesthomascube
2008-02-13* implementing patch from #1484605till
2008-02-13fix switching between HTML/plain composing (#1484752)svncommit
2008-02-13condense TinyMCE toolbar down to one line, removing table buttons (#1484747)svncommit
fix image removal in message display when message HTML includes JS event handlers