summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps
AgeCommit message (Expand)Author
2011-05-13Correctly handle empty contact names when importingthomasb
2011-05-13Fix empty name in search results and error when creating a new contactthomasb
2011-05-13- Add forward-as-attachment featurealec
2011-05-12Improve display name composition when saving contacts (#1487143), with plugin...thomasb
2011-05-09- Fix possible ambiguity in folders caching (when list_mailboxes() was called...alec
2011-05-06- Plugin API: Add name and parent_name arguments to folder_form hookalec
2011-05-06- Add possibility (for plugins) to filter folders lists by some additional cr...alec
2011-05-05- Fix problems with subfolders of INBOX folder on some IMAP servers (#1487725...alec
2011-05-03- Add 'uploadingmany' message translationalec
2011-05-03- Enable multiselection for attachments uploading in capable browsers (#1485969)alec
2011-04-29- Fix a bug where selecting too many contacts would produce too large URI req...alec
2011-04-29- Fix relative URLs handling according to a <base> in HTML (#1487889)alec
2011-04-27- Improve photo actions handling (set name of upload-photo, disable delete-ph...alec
2011-04-26- Fix handling of top-level domains with more than 5 chars or unicode chars (...alec
2011-04-22- Fix usage of non-standard HTTP error codes (#1487797)alec
2011-04-20- Improve performance by including files with absolute path (#1487849) alec
2011-04-19Gracefully shrug on database errorsthomasb
2011-04-15Fix vcard folding at 75 chars; don't fold vcards for internal storagethomasb
2011-04-12Keep all submitted data if contact form validation fails (#1487865)thomasb
2011-04-12Don't decode recipent strings submitted by address bookthomasb
2011-04-11- Support 'abort' and 'result' response in 'preferences_save' hook, add error...alec
2011-04-08- Improve space-stuffing handling in format=flowed messages (#1487861) alec
2011-03-31- Add info about indexcontacts.sh script in upgrade procedurealec
2011-03-17- Use \n as a word separator to workaround some strange Google spellchecker i...alec
2011-03-17- Handle properly situation when uploaded attachment file is too bigalec
2011-03-10Prepare for multiple concurrent compose windowsthomasb
2011-02-28- Add simple ACL rights/namespace handling in folder manager (display folder'...alec
2011-02-28- Fix parsing links with non-printable characters inside (#1487805)alec
2011-02-27Better display of vcard import results (#1485457)thomasb
2011-02-27Improve vcard import: map more fields, support photo urls, better UTF-16 char...thomasb
2011-02-25Allow multiple records with same e-mail address but show notice to the userthomasb
2011-02-15Allow group identifiers to be changed upon renaming (used in LDAP)thomasb
2011-02-15- Replying to a sent message puts the old recipient as the new recipient (#14...alec
2011-02-14Fulltext search over contact fields. Attention: DATABASE SCHEMA CHANGED\!thomasb
2011-02-10- Fix subtype select labels for fields added with 'Add field'alec
2011-02-09Always generate valid DOM identifiers using html_identifier() write original ...thomasb
2011-02-08- Use html::span instead of HTML codealec
2011-02-08- Make so addcontact icon doesn't jump alone to next linealec
2011-02-08Add optional referer check to prevent CSRF in GET requeststhomasb
2011-02-07- Fix vcard export (#1487765)alec
2011-02-06Localize contact property subtypes; better name for contact sectionthomasb
2011-02-06Delegate contact input validation to rcube_addressbook instance; accept alrea...thomasb
2011-02-04- Fix email_dns_check setting not used for identities/contacts (#1487740) alec
2011-02-04- Fix adding contacts: convert e-mail to ascii before format checkingalec
2011-02-03Prevent from relaying arbitrary requests through modcss.inc (security issue)thomasb
2011-02-03- Fix IDNA support when IDN/INTL modules are in use (#1487742)alec
2011-02-02Don't decode already decoded from headerthomasb
2011-01-31- Prevent from messages_sort_col == nullalec
2011-01-31- Fix add/remove columns in message list when message_sort_order isn't set (#...alec
2011-01-30- Clarify regexp (#1487722)alec