summaryrefslogtreecommitdiff
path: root/program
AgeCommit message (Collapse)Author
2014-06-30Typo fixTakika
Missing $ added in get_uids call
2014-06-30Support images drag-n-drop into image browser dialog in html signature editorAleksander Machniak
2014-06-30Allways return current folder from quota_content()Aleksander Machniak
2014-06-30Display quota information for current folder not INBOX only (#1487993)Aleksander Machniak
2014-06-29Add forgotten file (for image uploads handling)Aleksander Machniak
2014-06-29Support images in HTML signatures (#1488676)Aleksander Machniak
This enables image button and file browser in html editor for signatures
2014-06-28Get rid of some rcube_config::all() callsAleksander Machniak
2014-06-26Fix incorrect label translation in return receipt (#1489963)Aleksander Machniak
2014-06-26Updated Langs to TinyMC 4.1.xPascal Herbert
Updated Langs to TinyMC 4.1.x
2014-06-26Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-06-26Display full quota information in popup (#1485769, #1486604)Aleksander Machniak
2014-06-26Apply selection styles to clones search result items, tooThomas Bruederli
2014-06-25Minor optimizationThomas Bruederli
2014-06-25Remove focus on mouse clicksThomas Bruederli
2014-06-24Extend get_quota() so it's possible to specify GETQUOTAROOT folder and ↵Aleksander Machniak
return full quota info (including all roots and types, e.g. MESSAGE) - for future use
2014-06-24Separate list of saved searched from addressbooks listThomas Bruederli
2014-06-24Mute clicks on virtual treelist item links (they need tabindex=0 in order to ↵Thomas Bruederli
be focusable by keyboard though)
2014-06-24Fix updating and re-sorting treelist nodesThomas Bruederli
2014-06-24Allow to move a treelist node to a new parent with .update()Thomas Bruederli
2014-06-24Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2014-06-23Mail compose: Selecting contact inserts recipient to previously focused ↵Aleksander Machniak
input - to/cc/bcc accordingly (#1489684)
2014-06-23Improved accessibility (Tab navigation) in HTML editor's image browserAleksander Machniak
2014-06-23Fix keyboard navigation with nested link element in treelist nodesThomas Bruederli
2014-06-22Support LIST-MYRIGHTS extension in rcube_imap_generic (#1489665)Aleksander Machniak
2014-06-21Add option to set default message list mode - default_list_mode (#1487312)Aleksander Machniak
2014-06-20Fix so address format errors are ignored when saving a draft (#1489954)Aleksander Machniak
2014-06-19Add missing colorpicker plugin for TinyMCEAleksander Machniak
2014-06-18Upgrade to TinyMCE 4.1.0Aleksander Machniak
2014-06-18Improve accessibility on attachments list: use custom tabindex attribute + ↵Thomas Bruederli
add aria-label for meaningful voice output on delete icons
2014-06-18Option to disable cursor keyboard navigation on treelist widgetsThomas Bruederli
2014-06-17Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2014-06-17Close "no subject" prompt with Enter key (#1489580)Aleksander Machniak
2014-06-17Use the right label for response dialog after renaming themThomas Bruederli
2014-06-16Fix tab navigation with TinyMCE editor (#1489946)Thomas Bruederli
2014-06-16Add config option to specify IMAP connection socket parameters - ↵Aleksander Machniak
imap_conn_options (#1489948)
2014-06-16Avoid scrolling of lists and menus when navigating with cursor keys (#1489929)Thomas Bruederli
2014-06-16Avoid scrolling when moving focus from a treelist widget (#1489929)Thomas Bruederli
2014-06-15Fix list reload after sending message in another window (#1489931) - use ↵Aleksander Machniak
checkmail instead of list command
2014-06-14Unify some labelsAleksander Machniak
2014-06-13Fix malformed recipient name when composing a message by clicking on mailto ↵Aleksander Machniak
link (#1489942)
2014-06-12Move some code to legacy_browser pluginAleksander Machniak
2014-06-10Fix unintentional unselection with Ctrl+Up/Down in toggleselect modeAleksander Machniak
2014-06-10Fix "PHP Fatal error: Cannot break/continue 1 level" when ldap_start_tls() failsAleksander Machniak
2014-06-09Fix keyboard event detection in Opera (#1489929)Aleksander Machniak
2014-06-09Send X-UA-Compatible as HTTP header instead of meta tagAleksander Machniak
2014-06-09Fix so list record identifier can be '0'Aleksander Machniak
2014-06-09Make sure set_env and add_label commands are always sent first - other ↵Aleksander Machniak
commands might depend on them. Fixes loading message in managesieve filters frame.
2014-06-08Fix mouse selection on autocomplete listsAleksander Machniak
2014-06-06The following:David Carter
program/steps/mail/compose.inc :: rcmail_store_target_selection() program/steps/settings/edit_folder.inc :: rcmail_folder_form() both try to localise mailbox names. Push the logic down into the folder_selector() method which can use: $this->config->get('show_real_foldernames') to decide the correct default behaviour. Clients functions and methods can still override by adding 'realnames' named parameter to the folder_selector() call. The obvious example is the Settings -> Preferences -> Special Folders screen.
2014-06-05Small code improvements and cleanupAleksander Machniak