summaryrefslogtreecommitdiff
path: root/program/js
AgeCommit message (Collapse)Author
2014-11-17Fix drag-n-drop to folders expanded while dragging (#1490157)Aleksander Machniak
2014-11-13check to see if the content frame exists before loading a contactJohnDoh
2014-10-29Fix reply scrolling issue with text mode and start message below the quote ↵Aleksander Machniak
(#1490114)
2014-10-28Fix so draft auto-save does not turn spellchecker off (#1490120)Aleksander Machniak
2014-10-27Fix compose body area size, so scrollbars aren't truncated, unify paddingAleksander Machniak
2014-10-26Merge pull request #232 from JohnDoh/patch-1Thomas B.
better events for get_single_uid/cid
2014-10-25Catch only left-button clicks on the list widget's mouseup handlerAleksander Machniak
2014-10-16better events for get_single_uid/cidJohnDoh
2014-09-27Enable/disable siganture commands before exiting the function in new compose ↵Thomas Bruederli
window (#1490074)
2014-09-26Fix restoring draft messages from localStorage if editor mode differs (#1490016)Thomas Bruederli
2014-09-16Access list body through abstract propertyThomas Bruederli
2014-09-11Also remove cloned search item from treelistThomas Bruederli
2014-09-09Merge pull request #218 from JohnDoh/patch-1Thomas B.
pass click event to general hide_menu call
2014-09-08pass click event to hide_menu callJohnDoh
2014-09-08add missing event argJohnDoh
2014-09-08Small tweaks for treelist interactionsThomas Bruederli
2014-09-02Don't cancel event on parent focusAleksander Machniak
2014-08-20Add option to focus a treelist widget on clicks to the container (#1489997)Thomas Bruederli
2014-08-20Add config/preference option to disable saving messages in localStorage ↵Thomas Bruederli
(#1489979)
2014-08-18Show icons (person, group) in autocomplete popupThomas Bruederli
2014-08-18Don't expand recipient groups if they have an email addressThomas Bruederli
2014-08-17Fix contacts list update after adding/deleting/moving a contact (#1490028, ↵Aleksander Machniak
#1490033)
2014-08-13Allow focussing treelist item checkboxes with tab and normal list navigation ↵Thomas Bruederli
with cursor keys (#1489648)
2014-08-12Allow browsers internal spellchecker to workVictor Benincasa
Fix a regression introduced at 731d190 that prevents in-browser spellchecker from working. The new TinyMCE4 option is "browser_spellcheck", before it was "gecko_spellcheck". Related ticket: http://trac.roundcube.net/ticket/1485060
2014-08-11Added namespace filter in Folder ManagerAleksander Machniak
2014-08-10Fix errors when adding/updating contacts in active search (#1490015)Aleksander Machniak
2014-08-08Reset search after folder creation/remove/renameAleksander Machniak
2014-08-08Added folder searching in Folder ManagerAleksander Machniak
2014-08-07Getter to detect if treelist widget is in search modeThomas Bruederli
2014-08-05Make possible to skip some elements from subject cell when creating text for ↵Aleksander Machniak
drag layer
2014-08-04Fix frame check and strange "parent is undefined" issueAleksander Machniak
2014-08-04Modify is_framed() so it returns boolean valueAleksander Machniak
2014-08-01Update to TinyMCE 4.1.3 + small code improvementsAleksander Machniak
2014-07-30Fixed variable nameAleksander Machniak
2014-07-28Set 'compose_extwin' env property on every step; accept a list of URL ↵Thomas Bruederli
parameters for the 'compose' command
2014-07-26Handle clicks on list parent element from the list widgetAleksander Machniak
2014-07-26Create/rename groups in UI dialogs (#1489951)Aleksander Machniak
2014-07-25Fix drag-n-drop after folder move/create (#1489648)Aleksander Machniak
2014-07-23Fix errors when using localStorage in Safari's private browsing mode (#1489996)Aleksander Machniak
2014-07-21Use jQuery.each instead of "for (i in Array)" (#1489988)Aleksander Machniak
2014-07-20Iterate over all drafts saved in localStorage when asking for restoring. ↵Thomas Bruederli
Delege/Ignore buttons will display the next item, if any
2014-07-16Collapsible (and iconized) folders tree in folder manager (#1489648)Aleksander Machniak
2014-07-09Warn for unsent/unsaved message when closing compose window; remove ↵Thomas Bruederli
localStorage copy if page was left intentionally but not on session errors (#1489818)
2014-07-09Revert "Fix bug where compose storage wasn't cleared on page unload (#1489818)"Aleksander Machniak
This reverts commit d81539af3135428fafe5ea9764755aa1a697cbb4.
2014-07-08Fix bug where compose storage wasn't cleared on page unload (#1489818)Aleksander Machniak
2014-07-07Pass event object as 3rd argument to external command handlersAleksander Machniak
2014-07-05- Fix Delete button state after deleting identity/response (#1489972)Aleksander Machniak
2014-07-05Fix security issue in delete-response action - allow only ajax request.Aleksander Machniak
Unify code for identities and responses deletion.
2014-07-03Added 'contact_search_name' option to define autocompletion entry formatAleksander Machniak
2014-07-03Fix blinking selection when moving cursor on autocomplete list textAleksander Machniak