summaryrefslogtreecommitdiff
path: root/program
AgeCommit message (Expand)Author
2011-08-03- Check current search value in ksearch_query_results() to prevent from wrong...alecpl
2011-08-03- Add "loading" messages for contacts copying and groups assignmentalecpl
2011-08-03- Display current user name in page title if devel_mode=truealecpl
2011-08-03- Fix EOL character in vCard exports (#1487873)alecpl
2011-08-03- Remove temp debug codealecpl
2011-08-03- Added possibility to extend rcube_vcard's fieldmapalecpl
2011-08-02- Fix setting default addressbook as selected in source selectoralecpl
2011-08-02- Fix get_address_book() to call get_address_sources() internally when lookin...alecpl
2011-08-02- Fixed error in IE7 (#1488017)alecpl
2011-08-02- Fixed form reloading on source change, broken in r4999alecpl
2011-08-02- Support department field as X-DEPARTMENTalecpl
2011-08-02- Added confirmation dialog for contact group deleting + loading indicatoralecpl
2011-08-01- Fixed contact photos upload, moved code to separate file for better perform...alecpl
2011-08-01- Remove function duplicate (from last commit)alecpl
2011-08-01- Move rcmail_localize_folderpath() to main.incalecpl
2011-08-01- Improved detection of folder rename possibility and its handlingalecpl
2011-08-01- Simplified frame lock handlingalecpl
2011-07-31Fix parse error in IE6thomascube
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