summaryrefslogtreecommitdiff
path: root/program/steps/addressbook
AgeCommit message (Expand)Author
2012-01-05Simplifythomascube
2012-01-04- Fix displaying form warnings on contact savealecpl
2012-01-01- Fix label too long (#1488283), fix polish translationalecpl
2012-01-01- Remove leftover from last commitalecpl
2012-01-01- Don't load jqueryui plugin, it's required now by defaultalecpl
2011-12-29- Add separate pagesize setting for mail messages and contacts (#1488269)alecpl
2011-12-22Make count-display label selectable by skin; always show photo placeholder, e...thomascube
2011-12-22Put groups list into a fieldset to be consistent with the rest of the formthomascube
2011-12-22Fix upload form handlingthomascube
2011-12-20First steps for Larry's address bookthomascube
2011-12-04Fix saving of composite address fields without subtypethomascube
2011-11-25- Fix handling contact photo url with https:// prefix (#1488202)alecpl
2011-11-10- Add option to define matching method for addressbook search (#1486564, #148...alecpl
2011-11-04- Fix handling of dates (birthday/anniversary) in contact data - don't conver...alecpl
2011-11-04- Fix error on opening searched LDAP contact (#1488144)alecpl
2011-10-30Also merge properties of child cols of composite address book fields + remove...thomascube
2011-10-19- Another fix to hide empty tabsalecpl
2011-10-18- Revert r5345 to handle non-array content tooalecpl
2011-10-18- One if() too muchalecpl
2011-10-18- Hide contact tabs with no contentalecpl
2011-10-10Contact groups can have direct email addresses => distribution lists; enable ...thomascube
2011-10-06Skip VLV if a group is selected; show advanced search form if activating a 's...thomascube
2011-10-05Attach jquery UI date pickers to contact fields of type 'date'thomascube
2011-09-23- Add loading indicator on contact deletealecpl
2011-09-23- Make the whole PHP output non-cacheable (#1487797)alecpl
2011-09-21Add option 'searchonly' for address books; currently used by LDAP directoriesthomascube
2011-09-12- Extend rcube_label_exists() to search in loaded plugins localizationsalecpl
2011-09-07- Clear contactlist page conter after saved-search deletealecpl
2011-09-06- Merge devel-saved_search branch (Addressbook Saved Searches)alecpl
2011-09-04- Add vCard's Profile URL support (#1488062)alecpl
2011-08-22- Fix image type check for contact photo uploads alecpl
2011-08-22- Fix contact row update after name change when in searching mode, update cha...alecpl
2011-08-16- Add option to hide selected LDAP addressbook on the listalecpl
2011-08-12Only check for existing contacts if an email address is presentthomascube
2011-08-12Set maxlength for contact fieldsthomascube
2011-08-10Add newlines between organization, department, jobtitle (#1488028)thomascube
2011-08-03- Add "loading" messages for contacts copying and groups assignmentalecpl
2011-08-03- Fix EOL character in vCard exports (#1487873)alecpl
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- Fixed form reloading on source change, broken in r4999alecpl
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-07-29- Fixed search fields handling in quick-searchalecpl
2011-07-27- Fix fallback to default source (#1488009)alecpl
2011-07-27- Fix source ID handlingalecpl
2011-07-27- Generate display name before record validationalecpl
2011-07-26Always show address book name if multiple books are configured; fix stylingthomascube
2011-07-26- Another display name fix: don't store display name only if it equals to ema...alecpl
2011-07-25- Fixed display name on contact listsalecpl