source: subversion/trunk/roundcubemail/program/steps/addressbook/func.inc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5645   17 months thomasb Make count-display label selectable by skin; always show photo …
(edit) @5492   18 months alec - Fix handling contact photo url with https:// prefix (#1488202)
(edit) @5390   19 months alec - Fix handling of dates (birthday/anniversary) in contact data - don't …
(edit) @5389   19 months alec - Fix error on opening searched LDAP contact (#1488144)
(edit) @5379   19 months thomasb Also merge properties of child cols of composite address book fields + …
(edit) @5350   19 months alec - Another fix to hide empty tabs
(edit) @5346   19 months alec - Revert r5345 to handle non-array content too
(edit) @5345   19 months alec - One if() too much
(edit) @5344   19 months alec - Hide contact tabs with no content
(edit) @5308   20 months thomasb Attach jquery UI date pickers to contact fields of type 'date'
(edit) @5276   20 months alec - Add loading indicator on contact delete
(edit) @5207   21 months alec - Extend rcube_label_exists() to search in loaded plugins localizations - …
(edit) @5182   21 months alec - Merge devel-saved_search branch (Addressbook Saved Searches)
(edit) @5158   21 months alec - Add vCard's Profile URL support (#1488062)
(edit) @5072   21 months alec - Add option to hide selected LDAP addressbook on the list
(edit) @5058   22 months thomasb Set maxlength for contact fields
(edit) @5041   22 months thomasb Add newlines between organization, department, jobtitle (#1488028)
(edit) @5014   22 months alec - Add "loading" messages for contacts copying and groups assignment
(edit) @5009   22 months alec - Fix setting default addressbook as selected in source selector
(edit) @5003   22 months alec - Added confirmation dialog for contact group deleting + loading indicator
(edit) @4999   22 months alec - Fixed contact photos upload, moved code to separate file for better …
(edit) @4976   22 months alec - Fix fallback to default source (#1488009)
(edit) @4974   22 months alec - Fix source ID handling
(edit) @4969   22 months thomasb Always show address book name if multiple books are configured; fix …
(edit) @4965   22 months alec - Fixed display name on contact lists
(edit) @4959   22 months alec - DOn't generate contact name here, it's not required
(edit) @4934   22 months thomasb Asynchronously load contacts after page load
(edit) @4919   23 months alec - Make Undo action optional by setting undo_timeout=0
(edit) @4916   23 months alec - Added possibility to undo last contact delete operation
(edit) @4901   23 months alec - Added addressbook source selector in contact create form
(edit) @4892   23 months alec - Fixed link to contact photo, when browsing the search results (#1487980)
(edit) @4884   2 years alec - Don't use reserved word 'class' (to prevent IE errors)
(edit) @4878   2 years alec - Fix contacts copying (#1487967)
(edit) @4869   2 years alec - Set css class name on directory list row according to readonly flag and …
(edit) @4857   2 years alec - Add addressbook name in contact info frame (#1487958)
(edit) @4852   2 years alec - Fixed initial directory selection
(edit) @4850   2 years alec - Added searching in all addressbook sources (global-search) - Added …
(edit) @4841   2 years alec - Fix contacts import (#1487947)
(edit) @4836   2 years alec - Call addressbook_get hook only if build-in addressbook doesn't match …
(edit) @4834   2 years alec - Added addressbook advanced search
(edit) @4823   2 years alec - Add popup with basic fields selection for addressbook search
(edit) @4764   2 years thomasb Fix empty name in search results and error when creating a new contact
(edit) @4752   2 years thomasb Improve display name composition when saving contacts (#1487143), with …
(edit) @4707   2 years alec - Improve photo actions handling (set name of upload-photo, disable …
(edit) @4575   2 years thomasb Improve vcard import: map more fields, support photo urls, better UTF-16 …
(edit) @4527   2 years alec - Fix subtype select labels for fields added with 'Add field'
(edit) @4508   2 years thomasb Always generate valid DOM identifiers using html_identifier() write …
(edit) @4499   2 years thomasb Localize contact property subtypes; better name for contact section
(edit) @4460   2 years thomasb Fix group item identifiers
(edit) @4441   2 years thomasb Better grouping of contact information
(edit) @4424   2 years thomasb Merge branch devel-addressbook (r4193:4382) back into trunk
(edit) @4419   2 years alec - Move action files map from index.php to steps' func.inc files
(edit) @4410   2 years thomasb Bumbed version; Roundcube development is not Switzerland only
(edit) @4151   3 years alec - Plugin API: added 'contact_form' hook - Re-designed contact frame using …
(edit) @3989   3 years alec - s/RoundCube/Roundcube/
(edit) @3780   3 years alec - removed PHP closing tag
(edit) @3663   3 years alec - don't set pagetitle in ajax requests
(edit) @3614   3 years alec - Extend contact groups support (#1486682)
(edit) @3425   3 years thomasb Added basic contact groups feature
(edit) @3302   3 years alec - Added function to get addressbooks list rcmail::get_address_sources() …
(edit) @2894   4 years alec - Fix gn and givenName should be synonymous in LDAP addressbook (#1485892)
(edit) @2887   4 years alec - Fix LDAP addressbook browsing when only one directory is used (#1486022)
(edit) @2401   4 years thomasb Merged branch devel-api (from r2208 to r2387) back into trunk (omitting …
(edit) @1939   5 years alec - removed deprecated rcube_add_label() and all uses - code for 'show' …
(edit) @1871   5 years thomasb Separate method to create iframe tags (with a list of allowed attributes)
(edit) @1870   5 years alec - use more 'html' class
(edit) @1763   5 years thomasb Refactor drag & drop functionality. Don't rely on browser events anymore …
(edit) @1726   5 years thomasb Fix html links for address book directories
(edit) @1725   5 years thomasb Always list all address sources
(edit) @1712   5 years thomasb Let rcmail class create address book instances
(edit) @1577   5 years alec #1485161
(edit) @1412   5 years alec -localized pagetitle in Settings and Address book -removed useless and not …
(edit) @1365   5 years alec - make address_book_type option case insensitive
(edit) @1364   5 years alec - Option 'use_SQL_address_book' replaced by 'address_book_type'
(edit) @1361   5 years richs /tmp/out
(edit) @1291   5 years thomasb Changed codebase to PHP5 with autoloader + added some new classes from the …
(edit) @930   5 years thomasb Fixed some potential security risks + updatedd changelog
(edit) @582   6 years thomasb Always populate the address source list
(edit) @567   6 years thomasb Add link to message subjects (#1484257); don't make selected list items …
(edit) @543   6 years thomasb Merged branch devel-addressbook from r443 back to trunk
(edit) @419   6 years thomasb New (strict) quoting for all kind of strings
(edit) @354   7 years thomasb Partial client re-write with a common list class
(edit) @127   7 years roundcube Added folder purge function and some checks
(edit) @97   7 years justinrandell disable ldap search button if no servers configured
(edit) @95   7 years justinrandell adding files and modifications for public ldap search
(edit) @88   7 years roundcube Re-design of caching (new database table added\!); some bugfixes; Postgres …
(edit) @58   8 years sparc more pear/mdb2 integration
(edit) @47   8 years sparc added DB LIMIT abstraction
(edit) @8   8 years roundcube Minor bugfixes and correction of confusing License notfications
(add) @3   8 years roundcube Initial revision
Note: See TracRevisionLog for help on using the revision log.