summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps
AgeCommit message (Collapse)Author
2011-05-30- Fix setting language for spellchecker on spellcheck_before_sendalec
git-svn-id: https://svn.roundcube.net/trunk@4817 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-30- Add option to force spellchecking before sending a message (#1485458)alec
git-svn-id: https://svn.roundcube.net/trunk@4816 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-30- Provided rcube_spellchecker class, simplified code in utils task (less ↵alec
spell* files) git-svn-id: https://svn.roundcube.net/trunk@4815 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-27- Fix handling of "<" character in group namealec
git-svn-id: https://svn.roundcube.net/trunk@4814 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-27- Allow setting special folder with "<" characteralec
git-svn-id: https://svn.roundcube.net/trunk@4813 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-27- Fix handling of "<" character in contact data, search fields and folder ↵alec
names, identity name and organization fields (#1487864) git-svn-id: https://svn.roundcube.net/trunk@4812 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-27- Added option to specify to which address book add new contactsalec
git-svn-id: https://svn.roundcube.net/trunk@4811 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-23- Store user preferences in session when write-master is not available and ↵alec
session is stored in memcache, write them later git-svn-id: https://svn.roundcube.net/trunk@4802 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-20- Re-designed cache, fixes memcache/apc issuesalec
git-svn-id: https://svn.roundcube.net/trunk@4794 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-20- Improve performence of folder manager operations by moving subscriptions ↵alec
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) git-svn-id: https://svn.roundcube.net/trunk@4793 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-19- Removed focus_on_new_message option, added newmail_notify pluginalec
git-svn-id: https://svn.roundcube.net/trunk@4788 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-16- Add option to set default action of Forward button to "Forward as attachment"alec
git-svn-id: https://svn.roundcube.net/trunk@4775 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-16- Trim HTML message before washing, to make sure that BOM is removed even ↵alec
when prepended by some whitespace chars (#1487915) git-svn-id: https://svn.roundcube.net/trunk@4772 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-13Don't connect to address books unless necessarythomasb
git-svn-id: https://svn.roundcube.net/trunk@4766 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-13Correctly handle empty contact names when importingthomasb
git-svn-id: https://svn.roundcube.net/trunk@4765 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-13Fix empty name in search results and error when creating a new contactthomasb
git-svn-id: https://svn.roundcube.net/trunk@4764 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-13- Add forward-as-attachment featurealec
git-svn-id: https://svn.roundcube.net/trunk@4761 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-12Improve display name composition when saving contacts (#1487143), with ↵thomasb
plugin-support; allow empty names in sql address book, fall back to e-mail address in listing and vcard export git-svn-id: https://svn.roundcube.net/trunk@4752 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-09- Fix possible ambiguity in folders caching (when list_mailboxes() was ↵alec
called the same result was returned, no matter what was the 1st and 2nd argument) git-svn-id: https://svn.roundcube.net/trunk@4743 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-06- Plugin API: Add name and parent_name arguments to folder_form hookalec
git-svn-id: https://svn.roundcube.net/trunk@4739 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-06- Add possibility (for plugins) to filter folders lists by some additional ↵alec
criteria (e.g. folder type) git-svn-id: https://svn.roundcube.net/trunk@4735 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-05- Fix problems with subfolders of INBOX folder on some IMAP servers ↵alec
(#1487725) - Fix handling of folders that doesn't belong to any namespace (#1487637) git-svn-id: https://svn.roundcube.net/trunk@4733 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-03- Add 'uploadingmany' message translationalec
git-svn-id: https://svn.roundcube.net/trunk@4724 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-03- Enable multiselection for attachments uploading in capable browsers (#1485969)alec
git-svn-id: https://svn.roundcube.net/trunk@4723 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-29- Fix a bug where selecting too many contacts would produce too large URI ↵alec
request (#1487892) git-svn-id: https://svn.roundcube.net/trunk@4711 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-29- Fix relative URLs handling according to a <base> in HTML (#1487889)alec
git-svn-id: https://svn.roundcube.net/trunk@4710 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-27- Improve photo actions handling (set name of upload-photo, disable ↵alec
delete-photo according to photo existance), code cleanup git-svn-id: https://svn.roundcube.net/trunk@4707 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-26- Fix handling of top-level domains with more than 5 chars or unicode chars ↵alec
(#1487883) git-svn-id: https://svn.roundcube.net/trunk@4702 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-22- Fix usage of non-standard HTTP error codes (#1487797)alec
git-svn-id: https://svn.roundcube.net/trunk@4685 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-20- Improve performance by including files with absolute path (#1487849) alec
git-svn-id: https://svn.roundcube.net/trunk@4678 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-19Gracefully shrug on database errorsthomasb
git-svn-id: https://svn.roundcube.net/trunk@4668 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-15Fix vcard folding at 75 chars; don't fold vcards for internal storagethomasb
git-svn-id: https://svn.roundcube.net/trunk@4657 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-12Keep all submitted data if contact form validation fails (#1487865)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4649 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-12Don't decode recipent strings submitted by address bookthomasb
git-svn-id: https://svn.roundcube.net/trunk@4645 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-11- Support 'abort' and 'result' response in 'preferences_save' hook, add ↵alec
error handling git-svn-id: https://svn.roundcube.net/trunk@4641 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-08- Improve space-stuffing handling in format=flowed messages (#1487861) alec
git-svn-id: https://svn.roundcube.net/trunk@4636 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-03-31- Add info about indexcontacts.sh script in upgrade procedurealec
git-svn-id: https://svn.roundcube.net/trunk@4625 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-03-17- Use \n as a word separator to workaround some strange Google spellchecker ↵alec
issue git-svn-id: https://svn.roundcube.net/trunk@4612 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-03-17- Handle properly situation when uploaded attachment file is too bigalec
git-svn-id: https://svn.roundcube.net/trunk@4610 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-03-10Prepare for multiple concurrent compose windowsthomasb
git-svn-id: https://svn.roundcube.net/trunk@4604 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-28- Add simple ACL rights/namespace handling in folder manager (display ↵alec
folder's namespace, modify edit form fields according to MYRIGHTS) git-svn-id: https://svn.roundcube.net/trunk@4581 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-28- Fix parsing links with non-printable characters inside (#1487805)alec
git-svn-id: https://svn.roundcube.net/trunk@4580 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-27Better display of vcard import results (#1485457)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4576 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-27Improve vcard import: map more fields, support photo urls, better UTF-16 ↵thomasb
charset detection git-svn-id: https://svn.roundcube.net/trunk@4575 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-25Allow multiple records with same e-mail address but show notice to the userthomasb
git-svn-id: https://svn.roundcube.net/trunk@4572 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-15Allow group identifiers to be changed upon renaming (used in LDAP)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4552 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-15- Replying to a sent message puts the old recipient as the new recipient ↵alec
(#1487074) - Set compose header fields before skin objects' functions are being used, don't depend on the order of fields git-svn-id: https://svn.roundcube.net/trunk@4542 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-14Fulltext search over contact fields. Attention: DATABASE SCHEMA CHANGED\!thomasb
git-svn-id: https://svn.roundcube.net/trunk@4541 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-10- Fix subtype select labels for fields added with 'Add field'alec
git-svn-id: https://svn.roundcube.net/trunk@4527 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-09Always generate valid DOM identifiers using html_identifier() write original ↵thomasb
identifier string to rel attribute where possible git-svn-id: https://svn.roundcube.net/trunk@4508 208e9e7b-5314-0410-a742-e7e81cd9613c