summaryrefslogtreecommitdiff
path: root/program/steps
AgeCommit message (Collapse)Author
2015-01-13Fix so "set as default" option is hidden if identities_level > 1 (#1490226)Aleksander Machniak
2015-01-07Correctly handle DateTime values in Vcard exportThomas Bruederli
2015-01-03Fix bug where sent message was saved in Sent folder even if disabled by user ↵Aleksander Machniak
(#1490208)
2014-12-27Use current year for timezone offset displayThomas Bruederli
2014-12-17Read page and page_size before check_recent hook is executedAleksander Machniak
- some plugins may change them to invalid values (in mail context)
2014-12-15Fix bugs where CSRF attacks were still possible on some requestsAleksander Machniak
2014-11-16The 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-10-31Fixed typoAleksander Machniak
2014-10-30More get_folder() -> $MESSAGE->folderAleksander Machniak
2014-10-30Don't trust get_folder(), use $MESSAGE->folder if availableAleksander Machniak
2014-10-29Fix reply scrolling issue with text mode and start message below the quote ↵Aleksander Machniak
(#1490114) Conflicts: program/js/app.js
2014-10-28Fix bug where creating subfolders in shared folders wasn't possible without ↵Aleksander Machniak
ACL extension (#1490113)
2014-10-22Fix download of attachments that are part of TNEF message (#1490091)Aleksander Machniak
2014-09-26Set comm_path env variable after resetThomas 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-10Fix errors when adding/updating contacts in active search (#1490015)Aleksander Machniak
2014-08-05Fix invalid Content-Type header when send_format_flowed=false (#1489992)Aleksander Machniak
2014-08-01Fix various iCloud vCard issues, added fallback for external photos (#1489993)Aleksander Machniak
Conflicts: program/steps/addressbook/func.inc
2014-07-31Backported option to set default message list mode - default_list_mode ↵Aleksander Machniak
(#1487312)
2014-07-28Set 'compose_extwin' env property on every step; accept a list of URL ↵Thomas Bruederli
parameters for the 'compose' command
2014-07-05Fix security issue in delete-response action - allow only ajax request.Aleksander Machniak
Unify code for identities and responses deletion. Conflicts: program/steps/settings/func.inc
2014-06-26Fix incorrect label translation in return receipt (#1489963)Aleksander Machniak
2014-06-20Fix so address format errors are ignored when saving a draft (#1489954)Aleksander Machniak
2014-06-13Fix malformed recipient name when composing a message by clicking on mailto ↵Aleksander Machniak
link (#1489942)
2014-06-11Fix PHP error in Preferences when default_folders was in dont_override ↵Aleksander Machniak
(#1489940)
2014-06-03Fix so message list and counters are updated when a message is opened in new ↵Aleksander Machniak
window (#1489919)
2014-05-28add preferences_section_header hookcorbosman
2014-05-25Use POST for refresh/check-recent requestAleksander Machniak
Conflicts: program/steps/mail/check_recent.inc
2014-05-21Fix so current page is reset on list-mode change (#1489907)Aleksander Machniak
Conflicts: program/steps/mail/func.inc
2014-04-25Fix error when spell-checking an empty text (#1489831)Aleksander Machniak
2014-04-24Fix possibly wrong error message when contact with the same email exists on ↵Aleksander Machniak
move/copy
2014-04-23Fix missing Mail-Followup-To header in sent mail (#1489829)Aleksander Machniak
2014-04-23Fix so browser capabilities check is done really only once a sessionAleksander Machniak
Conflicts: program/steps/mail/func.inc
2014-04-13Fix lack of translation of special folders in some configurations (#1489799)Aleksander Machniak
2014-04-10Append group parameter to attachments set by plugins if not presentThomas Bruederli
2014-04-08Fix bug where "With attachment" option in search filter wasn't selected ↵Aleksander Machniak
after return from mail view (#1489774) Conflicts: CHANGELOG
2014-03-31Improve mbox format import: don't expect empty lines after each messageThomas Bruederli
2014-03-23Make sure parent folder selector always contains parent folderAleksander Machniak
of current folder, even if it does not exist
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-14Trim search filter to prevent from creating invalid search criteria when ↵Aleksander Machniak
skip_deleted = true.
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-09Re-arrange buttons in import dialog to match the rest of the appplicationThomas Bruederli
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-05Fix default mailbox sort orderTakika
2014-02-17Fix regression in handling of 'attachments' result in message_compose hook ↵Aleksander Machniak
(#1489627)
2014-02-11Fix invalid X-Draft-Info on forwarded message draft (#1489587)Aleksander Machniak
2014-02-05Fix issue when default_addressbook option is set to integer value (#1489407)Aleksander Machniak