Opened 5 years ago
Closed 4 years ago
#1485531 closed Feature Patches (fixed)
Server-side Contact Auto-complete
| Reported by: | ziba | Owned by: | thomasb |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-stable |
| Component: | Addressbook | Version: | git-master |
| Severity: | normal | Keywords: | autocomplete ldap |
| Cc: |
Description
Following up on a discussion on a dev thread, here is a patch for server-side contact auto-complete. Server-side contact autocomplete is important for organizations using ldap directories which are search-able but not browse-able.
This patch introduces:
- A new action: mail/autocomplete.
- Javascript to call mail/autocomplete when appropriate
- A config. line for switching between server-side or the existing client-side auto-complete.
- A config. line for specifying which addressbooks to search and in what order
Attachments (1)
Change History (3)
Changed 5 years ago by ziba
comment:1 Changed 5 years ago by thomasb
- Owner set to thomasb
- Status changed from new to assigned
comment:2 Changed 4 years ago by thomasb
- Milestone changed from later to 0.2-stable
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.

Added in [2c8e84c1] but without extra configuration property. The client-side auto-completion was removed.