summaryrefslogtreecommitdiff
path: root/program/steps
AgeCommit message (Collapse)Author
2011-06-05- Fix contacts import (#1487947)alecpl
2011-06-03Use address_template config when adding a new address block (#1487944)thomascube
2011-06-03- Call addressbook_get hook only if build-in addressbook doesn't match ↵alecpl
wanted ID (for better performance), other improvements
2011-06-03- Added addressbook advanced searchalecpl
2011-06-02- Don't call rcube_idn_to_ascii() on empty dataalecpl
2011-06-01- Add popup with basic fields selection for addressbook searchalecpl
2011-05-31Case-insensitive matching in autocompletion (#1487933); replace old string ↵thomascube
offset syntax
2011-05-31- Optimization for spellcheck_before_send: don't invoke new ajax request. ↵alecpl
While we already have mispellings, we can return them and enable spellchecker directly without querying the server again
2011-05-30- Fix setting language for spellchecker on spellcheck_before_sendalecpl
2011-05-30- Add option to force spellchecking before sending a message (#1485458)alecpl
2011-05-30- Provided rcube_spellchecker class, simplified code in utils task (less ↵alecpl
spell* files)
2011-05-27- Fix handling of "<" character in group namealecpl
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-23- Store user preferences in session when write-master is not available and ↵alecpl
session is stored in memcache, write them later
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-16- Add option to set default action of Forward button to "Forward as attachment"alecpl
2011-05-16- Trim HTML message before washing, to make sure that BOM is removed even ↵alecpl
when prepended by some whitespace chars (#1487915)
2011-05-13Don't connect to address books unless necessarythomascube
2011-05-13Correctly handle empty contact names when importingthomascube
2011-05-13Fix empty name in search results and error when creating a new contactthomascube
2011-05-13- Add forward-as-attachment featurealecpl
2011-05-12Improve display name composition when saving contacts (#1487143), with ↵thomascube
plugin-support; allow empty names in sql address book, fall back to e-mail address in listing and vcard export
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-06- Add possibility (for plugins) to filter folders lists by some additional ↵alecpl
criteria (e.g. folder type)
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-05-03- Add 'uploadingmany' message translationalecpl
2011-05-03- Enable multiselection for attachments uploading in capable browsers (#1485969)alecpl
2011-04-29- Fix a bug where selecting too many contacts would produce too large URI ↵alecpl
request (#1487892)
2011-04-29- Fix relative URLs handling according to a <base> in HTML (#1487889)alecpl
2011-04-27- Improve photo actions handling (set name of upload-photo, disable ↵alecpl
delete-photo according to photo existance), code cleanup
2011-04-26- Fix handling of top-level domains with more than 5 chars or unicode chars ↵alecpl
(#1487883)
2011-04-22- Fix usage of non-standard HTTP error codes (#1487797)alecpl
2011-04-20- Improve performance by including files with absolute path (#1487849) alecpl
2011-04-19Gracefully shrug on database errorsthomascube
2011-04-15Fix vcard folding at 75 chars; don't fold vcards for internal storagethomascube
2011-04-12Keep all submitted data if contact form validation fails (#1487865)thomascube
2011-04-12Don't decode recipent strings submitted by address bookthomascube
2011-04-11- Support 'abort' and 'result' response in 'preferences_save' hook, add ↵alecpl
error handling
2011-04-08- Improve space-stuffing handling in format=flowed messages (#1487861) alecpl
2011-03-31- Add info about indexcontacts.sh script in upgrade procedurealecpl
2011-03-17- Use \n as a word separator to workaround some strange Google spellchecker ↵alecpl
issue
2011-03-17- Handle properly situation when uploaded attachment file is too bigalecpl
2011-03-10Prepare for multiple concurrent compose windowsthomascube
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-28- Fix parsing links with non-printable characters inside (#1487805)alecpl