summaryrefslogtreecommitdiff
path: root/program/steps/addressbook
AgeCommit message (Collapse)Author
2013-05-06Fix bugs caught by static analysisAleksander Machniak
2013-04-19Fix DB error when creating a new contact and a group is selected (#1489051)Aleksander Machniak
2013-03-24Be less restrictive on vCard import, do not require FN when N existsAleksander Machniak
2013-03-24Fix vcard folding when outputing already generated vcardAleksander Machniak
2013-03-06Increase maxlength to 254 chars for email input fields in addressbook (#1488987)Aleksander Machniak
2013-02-17- Fix regression in handling LDAP contact identifiers (#1488959)Aleksander Machniak
2013-02-13Fix updating contactsThomas Bruederli
2013-02-10Properly quote form validation error messagesThomas Bruederli
2013-02-07Add link to pop the address group stack; add animations when pushing/popping ↵Thomas Bruederli
lists (in larry skin)
2013-02-07Finish hierarchical groups browsing in LDAP address books; add according UI ↵Thomas Bruederli
elements and styles to the skins; adapt habavior of the compose address book widget
2013-02-05Pass string to html::tag() in order to always add the </ul> tagThomas Bruederli
2013-02-01Allow to list contact groups in (paged) list (yet incomplete)Thomas Bruederli
2013-01-31- Refactored the hierarchical mailboxlist control into a separate widget classThomas Bruederli
- Build address book directories list as hierarchical list - Make address book groups collapsible using the new new treelist widget - Use encoded identifiers for address book directory list items
2013-01-25Move rcmail_contact_key() to rcube_addressbook::compose_contact_key()Thomas Bruederli
2013-01-17Fix export of selected contacts from search result (#1488905)Aleksander Machniak
2013-01-11New feature to export only selected contacts from addressbook (by Phil Weir)Thomas Bruederli
2013-01-07Fix searching by date in address book (#1488888)Aleksander Machniak
2012-12-14Fix contact copy/add-to-group operations on search result (#1488862)Aleksander Machniak
2012-11-23Fix hidden flag and default_addressbook settings handlingAleksander Machniak
2012-11-18Select default_addressbook on the list in Address Book (#1488280)Aleksander Machniak
2012-11-16Support contacts import from CSV file (#1486399)Aleksander Machniak
2012-11-07Tell client to open mailto: links in contact details in a new window (if ↵Thomas Bruederli
configured)
2012-11-06Recursively resolve paths of iframe contents; unify contentframe ↵Thomas Bruederli
registration and reduce code-duplication
2012-11-03Fix count display after inserting a new contactThomas Bruederli
2012-10-17Add user settings to open message view and compose form in new windows. This ↵Thomas Bruederli
natevely implements the compose_newwindow plugin functionslity and more
2012-09-21Re-fix HTML entities handling in addressbook namesAleksander Machniak
2012-09-20Support HTML entities in addressbook namesAleksander Machniak
2012-09-17Don't directly require email address on contact import, allowing importAleksander Machniak
of contacts being validated by addressbook validation code. The same as for create/edit contact actions.
2012-08-17Fix PHP Warning: strlen() expects parameter 1 to be string, object givenAleksander Machniak
2012-08-14Fix inactive Save search option after advanced search (#1488607)Aleksander Machniak
2012-08-03Remove debug codeAleksander Machniak
2012-08-03Fix duplicated fields when object is converted into arrayAleksander Machniak
2012-07-30Keep some resource files (images) in separate directoryAleksander Machniak
2012-07-26Move the hard-coded list of fields used to list contacts to a central locationThomas Bruederli
2012-07-13Prepare to show contact photo of email sender in mail viewsThomas Bruederli
2012-06-26Enable drag & drop file upload for contact photosThomas Bruederli
2012-05-30Don't show errors when moving contacts into groups they're already in (#1488493)Thomas Bruederli
2012-05-22Removed $Id$Aleksander Machniak
2012-05-16Fix object referenceThomas Bruederli
2012-05-10Fix PHP warning on PHP 5.4 (#1488469)Aleksander Machniak
2012-04-23- Add vCard import from multiple files at once (#1488015)alecpl
2012-04-13- Merge devel-framework branch, resolved conflictsalecpl
2012-04-12- Small fixalecpl
2012-04-12- Fix importing to LDAP addressbook when mail attribute is required byalecpl
validating input data with autofix
2012-04-12- Fix adding contact form fields in situation when the fieldset is empty.alecpl
Fixes issue with lost manager/assistant fields in LDAP addressbook
2012-04-11Allow mass-removal of addresses from a group (#1487748)thomascube
2012-03-20Add support for read-only address book recordsthomascube
2012-03-19- Image resize with GD extension (#1488383) alecpl
2012-03-14Request all needed fields from address book backends (#1488394)thomascube
2012-03-08Only run value through format_date if no render_func was called beforethomascube