summaryrefslogtreecommitdiff
path: root/program/js
AgeCommit message (Collapse)Author
2014-04-04Improve error message on failed http connectionAleksander Machniak
2014-04-03Don't trigger 'select' event twice when selecting a list itemThomas Bruederli
2014-03-21Disable link registering mailto: protocol handler if not supported by the ↵Thomas Bruederli
browser (#1489569)
2014-03-20Don't hide upload dialog if no file was selected. Display an alert message ↵Thomas Bruederli
for all empty file uploads (#1489685)
2014-03-13Fix message import dialog (#1489685):Thomas Bruederli
- Display alert if no file is chosen - Unlock the UI if form is not submitted - Avoid duplicate error messages - Fix javascript error due to missing attachments list widget
2014-03-09Fix input-button disabled state; add support for jquery UI buttons of type ↵Thomas Bruederli
'uibutton'
2014-03-06Revert "Support structured data for autocompletion results; map 'type' ↵Thomas Bruederli
attribute to CSS class for autocomplete list items" This reverts commit e3773d46cb4f06aaab2747db98765edd6d871524.
2014-03-06Support structured data for autocompletion results; map 'type' attribute to ↵Thomas Bruederli
CSS class for autocomplete list items
2014-03-02Fix opening compose screen in new window after saving as draft (#1489643)Thomas Bruederli
2014-02-22Suppress IE's default behavior of opening links in a new tab on ctrl-click ↵Thomas Bruederli
by wrapping the clickable content in <span> tag
2014-02-13Added toolbar button to move message in message viewAleksander Machniak
Conflicts: CHANGELOG
2014-02-05Fix possible javascript error on drag-n-drop (#1489560)Aleksander Machniak
2014-02-04Use standard dialog popups for the ACL permissions form; that will open it ↵Thomas Bruederli
in the main window with enoough space and better UI integration
2014-02-04Forward all arguments of the function callThomas Bruederli
2014-02-03Fixed Opera > 15 detection (#1489562)Aleksander Machniak
Conflicts: tests/Framework/Browser.php
2014-02-03Fix bug where it wasn't possible to focus the messages list withAleksander Machniak
mouse click on a record after the focus was put on preview frame.
2014-01-29Execute message/contact moving on dragend callback from list widget because ↵Thomas Bruederli
that includes touch events (#1489431)
2014-01-29Also adapt fixed table header to vertical body scrollingThomas Bruederli
2014-01-29Adjust fixed header position when scrolling (#1295420)Thomas Bruederli
2014-01-29Fix canned responses in HTML mode (#1489536)Thomas Bruederli
2014-01-27Compare message IDs before suggesting to restore compose messages on replyThomas Bruederli
2014-01-27Update to jQuery 1.11.0Aleksander Machniak
2014-01-22Add 'markfolder' event (#1485775)Aleksander Machniak
2014-01-14Make sure unread_children count (and class) on thread root is always updated ↵Aleksander Machniak
when read status of a child row is changed
2014-01-14Remove expand/collapse with plus/minus keys (on numeric keypad) (#1489513)Aleksander Machniak
2014-01-14Update class name in subscriptions folder list after saving folder propertiesThomas Bruederli
2014-01-07Fix error when calling get_selection() after any (selected) row was removedAleksander Machniak
2014-01-05Move folder/directory list auto-scrolling functionality to treelist widget ↵Thomas Bruederli
(same as auto-expand) and make it work without list header/footer blocks
2013-12-29re-add lost group_delete js eventJohnDoh
2013-12-29Don't alter Message-ID of a draft when sending (#1489409)Aleksander Machniak
2013-12-25Display different icons when Trash folder is empty or full (#1485775)Aleksander Machniak
2013-12-23Make addEventListener() chainable for better performance and compact codeAleksander Machniak
Replace deperecated row_init usage with addEventListener('initrow')
2013-12-23Merge pull request #157 from JohnDoh/trigger-insertrowAleksander Machniak
trigger insertrow JS event from compose screen address book widget
2013-12-23Fix so message flags modified by another client are applied on the list on ↵Aleksander Machniak
refresh (#1485186)
2013-12-18Fix Closure-compiler warnings, small code improvementsAleksander Machniak
2013-12-15Fix position of messages list column dragging layer when the list is ↵Aleksander Machniak
scrolled down
2013-12-15Implemented menu actions to copy/move messages, added folder-selector widget ↵Aleksander Machniak
(#1484086)
2013-12-11Improved drag-n-drop layer: - do not auto-select children of collapsed threads,Aleksander Machniak
display subjects in real order (not is selection order), some code improvements
2013-12-11Fix regression where only first new folder was placed in correct place on ↵Aleksander Machniak
the list (#1489472)
2013-12-09Fix issue where children of selected and collapsed thread were skipped on ↵Aleksander Machniak
various actions (#1489457)
2013-12-08Fix fixed header issue after removing rows (1295420)Aleksander Machniak
2013-12-07trigger insertrow JS event from compose screen address book widgetJohnDoh
2013-11-25Small code improvementAleksander Machniak
2013-11-23Make local storage functions work before rcmail.init() was calledThomas Bruederli
2013-11-23- Update TinyMCE to version 3.5.10 (#1489442)Aleksander Machniak
2013-11-22Fix keyboard navigation in autocompletion list on Opera browserAleksander Machniak
(use keydown event on all browsers)
2013-11-22Display loading message when loading identity frameAleksander Machniak
2013-11-22Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2013-11-22Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-11-22Trigger event when opening new windows with a reference to the window object ↵Thomas Bruederli
(#1489413)