summaryrefslogtreecommitdiff
path: root/program
AgeCommit message (Expand)Author
2011-07-30Log session validation errors; keep error message when redirecting to login a...thomascube
2011-07-29- Unify/add loading messages when "opening" a framealecpl
2011-07-29- Exclude edited folder from parent selectoralecpl
2011-07-29- Fix 'exceptions' parameter of rcmail_mailbox_select() to handle directories...alecpl
2011-07-29- Fix 'sql' identifier for addressbook handling (#1488013)alecpl
2011-07-29- Fixed search fields handling in quick-searchalecpl
2011-07-28- Fix: folder selector doesn't list unsubscribed folders, followup to r4942alecpl
2011-07-28Delay window.print() on Safari browsersthomascube
2011-07-28- Fix errors when console is not defined (#1488010)alecpl
2011-07-27- Performance fix: don't create addressbook object to close() it if it wasn't...alecpl
2011-07-27- Use rcube_imap_generic::tokenizeResponse() for parsing BODYSTRUCTURE, fixes...alecpl
2011-07-27- Delay imap cache initialization, fixes problem with cache cleanup on login ...alecpl
2011-07-27Move mail sending functions from mail task to core for general usagethomascube
2011-07-27- Fix fallback to default source (#1488009)alecpl
2011-07-27- Don't use default source if source id is specified in get_address_source()alecpl
2011-07-27- Fix source ID handlingalecpl
2011-07-27- Generate display name before record validationalecpl
2011-07-27- Call ksearch_destroy() on ksearch_hide()alecpl
2011-07-27- Fix IE9 detection (#1488008)alecpl
2011-07-26Always show address book name if multiple books are configured; fix stylingthomascube
2011-07-26- Unsubscribe from non-existing folders automaticly on folders listingalecpl
2011-07-26- Another display name fix: don't store display name only if it equals to ema...alecpl
2011-07-26- Move console object initialization code into one placealecpl
2011-07-25- Fixed display name on contact listsalecpl
2011-07-25- Added optional "multithreading" autocomplete featurealecpl
2011-07-25- Plugin API: Added 'config_get' hookalecpl
2011-07-24- On contact copy check for existing record by name if email field is emptyalecpl
2011-07-24- DOn't generate contact name here, it's not requiredalecpl
2011-07-23Better message if copying was rejected due to existing entriesthomascube
2011-07-21- Simplify undo message, add dots at the end of messagesalecpl
2011-07-21- Add comment about FF5 bug workaroundalecpl
2011-07-21- Round upload progress percentage valuealecpl
2011-07-20- Add check for inArray() input to prevent error in Firefox 5alecpl
2011-07-20- Improved parent folder selectoralecpl
2011-07-20Just name mail 'Mail', it's that simple; Upddate changelogthomascube
2011-07-19Add drop-target for root folder; fix row insertion when moving to a protected...thomascube
2011-07-19Use more common name for e-mailthomascube
2011-07-19- Add possibility to change autocomplete action namealecpl
2011-07-18Only load contacts list in main viewthomascube
2011-07-18Asynchronously load contacts after page loadthomascube
2011-07-18Fix getting first writeable address book if no default is configuredthomascube
2011-07-17Small improvements and codestylethomascube
2011-07-17Filter LDAP groups by search querythomascube
2011-07-17- Fix typos in de_CH and de_DE (#1487998)alecpl
2011-07-17Fix ldap group members listingthomascube
2011-07-11Session object can be null if db/memcache is not availablethomascube
2011-07-10- Plugin API: added folder_delete and folder_rename hooksalecpl
2011-07-10- Add add_shutdown_function() method. Make possible to call user function bef...alecpl
2011-07-08- Fix message delete button title when flag_for_deletion is enabledalecpl
2011-07-08Make autocompletion available for pluginsthomascube