canmove, Confirmed users, Bureaucrats and Sysops emeriti
3,628
edits
(→Latest News: Add news on Unit Tests for address bok.) |
(→Latest News: Add note about nsIAddressBook being replaced by nsIAbManager.) |
||
| Line 4: | Line 4: | ||
== Latest News == | == Latest News == | ||
=== 16 Dec 2007, nsIAddressBook replaced by nsIAbManager === | |||
Yesterday, I checked in the final patch in a set of patches that changed nsIAddressBook to be a service and renamed it to [http://mxr.mozilla.org/seamonkey/source/mailnews/addrbook/public/nsIAbManager.idl nsIAbManager]. | |||
The main thing to note is that nsIAbManager is a service and should be obtained via getService/do_GetService. | |||
nsIAbManager is intended to become the "heart" of the address book with its main aim to allow management of the address books and the notification system. We hope to soon merge the listener/notification functions from nsIAddrBookSession into it as well as other improvements to its functionality. | |||
=== 30 Nov 2007, Automated Tests for Address Book. === | === 30 Nov 2007, Automated Tests for Address Book. === | ||
| Line 26: | Line 34: | ||
Yesterday I checked in a fix for {{bug|124553}} - this fixes the problems where changes to the LDAP server parameters weren't always picked up by new searches. It also means the various attributes on [http://mxr.mozilla.org/seamonkey/source/mailnews/addrbook/public/nsIAbLDAPDirectory.idl nsIAbLDAPDirectory] now always report up-to-date values. | Yesterday I checked in a fix for {{bug|124553}} - this fixes the problems where changes to the LDAP server parameters weren't always picked up by new searches. It also means the various attributes on [http://mxr.mozilla.org/seamonkey/source/mailnews/addrbook/public/nsIAbLDAPDirectory.idl nsIAbLDAPDirectory] now always report up-to-date values. | ||
== Roadmap & Work In Progress == | == Roadmap & Work In Progress == | ||