summaryrefslogtreecommitdiff
path: root/program/steps
AgeCommit message (Collapse)Author
2014-10-22Fix so attachment charset is set in headers of forward/draft message (#1490109)Aleksander Machniak
2014-10-22Fix download of attachments that are part of TNEF message (#1490091)Aleksander Machniak
Rcube_message_part::body content should never be modified by code out of the rcube_message. Added convenient rcube_message::get_part_body() method, making rcube_message::get_part_content() deprecated.
2014-09-26Set comm_path env variable after resetThomas Bruederli
2014-09-22Merge branch 'oracle'Aleksander Machniak
2014-09-12Use consistent column/table quoting in sql queriesAleksander Machniak
2014-09-11Remove obsolete code which is executed in rcmail_output_html::frame()Thomas Bruederli
2014-09-03Fix page title when using search filter (#1490023)Aleksander Machniak
2014-08-30Fix so rcube_text2html class does not depend on rcmail_string_replacerAleksander Machniak
2014-08-20Add config/preference option to disable saving messages in localStorage ↵Thomas Bruederli
(#1489979)
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-14Don't read attachment contents from cache when downloading. Cache might have ↵Thomas Bruederli
line endings converted
2014-08-13Get rid of "Properties" fieldset in folder formAleksander Machniak
2014-08-12Set edited folder name to client environmentAleksander Machniak
2014-08-11Added namespace filter in Folder ManagerAleksander Machniak
2014-08-10Add missing label to the clientAleksander Machniak
2014-08-10Fix errors when adding/updating contacts in active search (#1490015)Aleksander Machniak
2014-08-06Remove folder column after disabling multifolder scope (#1490022)Aleksander Machniak
2014-08-05Fix invalid Content-Type header when send_format_flowed=false (#1489992)Aleksander Machniak
2014-08-04Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-08-04Add option (disabled_actions) to disable UI elements/actions (#1489638)Aleksander Machniak
2014-08-04Add fileuploaderror label, fixing not resolved error label of failed import ↵Aleksander Machniak
uploads
2014-08-03List all plugins which have been attempted to load (#1488871)Thomas Bruederli
2014-08-03Fix bug where last folder on the list wasn't displayed in folder managerAleksander Machniak
2014-08-01Fix various iCloud vCard issues, added fallback for external photos (#1489993)Aleksander 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-26Create/rename groups in UI dialogs (#1489951)Aleksander Machniak
2014-07-25Skip redundant prepare_for_export() callsAleksander Machniak
2014-07-16Collapsible (and iconized) folders tree in folder manager (#1489648)Aleksander Machniak
2014-07-05Skip redundant get_group() call for better performance of listing groups in ↵Aleksander Machniak
compose addressbook
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-02Use treelist widget for folders list in Settings/Folders (#1489648)Aleksander Machniak
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-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-26Fix incorrect label translation in return receipt (#1489963)Aleksander Machniak
2014-06-24Separate list of saved searched from addressbooks listThomas Bruederli
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-18Improve accessibility on attachments list: use custom tabindex attribute + ↵Thomas Bruederli
add aria-label for meaningful voice output on delete icons
2014-06-17Use the right label for response dialog after renaming themThomas Bruederli
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-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-05Select/scroll to previously selected message when returning from message ↵Aleksander Machniak
page (#1489023)
2014-06-05Remove leftover from merge; set alt text for contact photoThomas Bruederli
2014-06-05Merge branch 'dev-accessibility'Thomas Bruederli
Conflicts: program/include/rcmail_output_html.php program/js/app.js program/js/treelist.js program/lib/Roundcube/html.php skins/larry/styles.css skins/larry/templates/compose.html