summaryrefslogtreecommitdiff
path: root/program/js
AgeCommit message (Collapse)Author
2008-08-18Add (a bunch of) language packs for tinyMCEthomascube
2008-08-15Respect spellcheck_uri in tinyMCE spellchecker (#1484196)thomascube
2008-08-15Enable spellchecker for HTML editorthomascube
2008-08-14Added template object for current mailbox name (#1485256)thomascube
2008-08-13#1485242: better handling of situation when message was sent successfully ↵alecpl
but cannot be saved
2008-07-31Fix read_when_deleted behavior + javascript codestylethomascube
2008-07-28#1485230: allow only images (by filename extension) in tinyMCE's images selectoralecpl
2008-07-25#1485143: fixed empty body validation errors on IEalecpl
2008-07-24#1485227: fixed image list in image popupalecpl
2008-07-21#1485173: fixed empty body checkalecpl
2008-07-18- Updated TinyMCE to version 3.1.0.1alecpl
2008-06-30- Added flag column on messages list (#1484623)alecpl
2008-06-24- Allow trash/junk subfolders to be purged (#1485085)alecpl
2008-06-20Lock UI when posting rename-folder requestthomascube
2008-06-14Complete implementation of #1484601: add link for saving sender to address ↵thomascube
book and reload message
2008-06-13- Added option to display images in messages from known senders (#1484601)alecpl
2008-06-12- #1484816: keypress (not keydown) for repeatalecpl
2008-06-11- don't call expunge and don't remove message row after message movealecpl
if flag_for_deletion is set to true (#1485002)
2008-06-11- focus the list after drag&dropalecpl
2008-06-02#1484856alecpl
2008-06-02-fix for backslash in folder namealecpl
2008-05-30Tell the user which character is forbidden + add translationthomascube
2008-05-30- Disallowed delimiter in folder name (#1484803)alecpl
2008-05-30- Support for subfolders in default/protected folders (#1484665)alecpl
2008-05-26-small fix for Konqueror (#1484228)alecpl
2008-05-26-fixed attachments sending on Opera (#1485081) + hidden iframe on Konqueroralecpl
2008-05-13fix script to show cc/bcc fieldssvncommit
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)