summaryrefslogtreecommitdiff
path: root/program/steps/settings
AgeCommit message (Collapse)Author
2011-05-27- Allow setting special folder with "<" characteralecpl
2011-05-27- Fix handling of "<" character in contact data, search fields and folder ↵alecpl
names, identity name and organization fields (#1487864)
2011-05-27- Added option to specify to which address book add new contactsalecpl
2011-05-20- Re-designed cache, fixes memcache/apc issuesalecpl
2011-05-20- Improve performence of folder manager operations by moving subscriptions ↵alecpl
table operations (like adding/updateing/moving folders) into client-side - no need to invoke LIST, do sorting in browser - This change should also handle better situations when working with replicated IMAP backend (e.g.Cyrus Murder)
2011-05-19- Removed focus_on_new_message option, added newmail_notify pluginalecpl
2011-05-09- Fix possible ambiguity in folders caching (when list_mailboxes() was ↵alecpl
called the same result was returned, no matter what was the 1st and 2nd argument)
2011-05-06- Plugin API: Add name and parent_name arguments to folder_form hookalecpl
2011-05-05- Fix problems with subfolders of INBOX folder on some IMAP servers ↵alecpl
(#1487725) - Fix handling of folders that doesn't belong to any namespace (#1487637)
2011-04-19Gracefully shrug on database errorsthomascube
2011-04-11- Support 'abort' and 'result' response in 'preferences_save' hook, add ↵alecpl
error handling
2011-02-28- Add simple ACL rights/namespace handling in folder manager (display ↵alecpl
folder's namespace, modify edit form fields according to MYRIGHTS)
2011-02-04- Fix email_dns_check setting not used for identities/contacts (#1487740) alecpl
2011-02-03- Fix IDNA support when IDN/INTL modules are in use (#1487742)alecpl
2011-01-19- Fix setting timezone in Preferences (#1487705)alecpl
2011-01-17- Fix impossible to subscribe to protected folders (#1487656)alecpl
2011-01-16- Move action files map from index.php to steps' func.inc filesalecpl
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomascube
2011-01-04- Use improved get_capability() syntax, saves CAPABILITY call in some casesalecpl
2011-01-04- Fix typoalecpl
2010-12-18- Fix Fatal error: Call to a member function get_capability()...alecpl
2010-12-09- Improved Mail-Reply-To and Mail-Followup-To headers handlingalecpl
2010-12-08- Better support for READ-ONLY and NOPERM responses handling (#1487083)alecpl
- Add confirmation message on purge/expunge commands response - Fix CLOSE was called on unselected mailbox
2010-12-06- Improve performance of folder rename and delete actions. Don't get list of ↵alecpl
all folders when we need only children of the specified folder.
2010-12-03- New Folder Manager UIalecpl
- Fix invalid Request when creating a folder (#1487443) - Add folder size and quota indicator in folder manager (#1485780) - Add possibility to move a subfolder into root folder (#1486791)
2010-11-12- Fix handling of folders with "<>" characters in namealecpl
2010-11-12- Fix handling of folders with name "0" (#1487119)alecpl
2010-11-04- Unify template files namingalecpl
2010-11-02- Add option to place replies in the folder of the message being replied to ↵alecpl
(#1485945)
2010-10-27- Improve performance of rcube_imap_generic::countMessages() using STATUS ↵alecpl
instead of SELECT
2010-10-25- Add basic IMAP LIST's \Noselect option support (mark unselectable folders ↵alecpl
as virtual, etc.)
2010-10-13- Fix duplicated e-mail field in identity form (#1487054)alecpl
2010-10-07- Support SMTP Delivery Status Notifications - RFC3461 (#1486142)alecpl
2010-10-06- Make htmleditor option behaviour consistent, add option to use HTML on ↵alecpl
reply to HTML message (#1485840)
2010-10-06- Add mdn_request=4alecpl
2010-09-30- Plugin API: improved 'abort' flag handling, added 'result' item in some ↵alecpl
hooks: group_*, contact_*, identity_* (#1486914)
2010-09-29- Add option to "Return receipt" will be always checked (1486352)alecpl
2010-09-29- Add option to automatically send read notifications for known senders ↵alecpl
(1485883)
2010-09-29- Add Internationalized Domain Name (IDNA) support (#1483894)alecpl
2010-09-25- s/RoundCube/Roundcube/alecpl
2010-09-18Prevent from saving a non-existing skin path in user prefsthomascube
2010-09-15- Settings block (fieldset) can have any content (not only a table with ↵alecpl
hardcoded structure)
2010-09-02- Added fieldsets in Identity form, added 'identity_form' hookalecpl
2010-08-30- Show disabled checkboxes for protected folders instead of dots (#1485498)alecpl
2010-08-13- Revert last (unintentional) commitalecpl
2010-08-13- ja_JP update (#1486911)alecpl
2010-08-09- Rename hooks: contact_save -> contact_update, identity_save -> ↵alecpl
identity_update, delete_identity -> identity_delete - Print warning to the log about deprecated hook names usage
2010-08-02- Don't add threads checkbox in virtual folder recordalecpl
2010-07-30- Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete ↵alecpl
list (old names are supported without errors nor warnings)
2010-06-23- removed PHP closing tagalecpl