bugzilla%standard8.demon.co.uk
12814a7ad5
Bug 314995 Can't save new card if no email entered - expand the minimum set of fields to a more reasonable set. r=neil.parkwaycc.co.uk,sr=bienvenu
2005-11-27 10:39:24 +00:00
bugzilla%standard8.demon.co.uk
408a55d26b
Bug 165296 Crash in TB09 [@ nsAddrDatabase::GetListRowByRowID ] importing an address book with a mailing list for the 2nd time. r=bienvenu,sr=dmose
2005-11-26 19:55:49 +00:00
timeless%mozdev.org
3db428f6ac
Bug 106386 Correct misspellings in source code
...
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 21:57:13 +00:00
bugzilla%standard8.demon.co.uk
796dbe88e2
Bug 309068 Aim URL presence check should be disabled by default. r=mnyromyr,sr=neil.parkwaycc.co.uk
2005-11-25 17:37:38 +00:00
timeless%mozdev.org
b78d0c2416
Bug 106386 Correct misspellings in source code
...
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 08:16:51 +00:00
neil%parkwaycc.co.uk
18a85e3984
Bug 179050 Reuse <textbox type="timed"> in addressbook r=varga sr=mscott
2005-11-21 14:11:54 +00:00
timeless%mozdev.org
8e0a0fb22e
Bug 106386 Correct misspellings in source code
...
patch by supernova_00@yahoo.com r=timeless
2005-11-21 06:25:15 +00:00
bugzilla%standard8.demon.co.uk
e5604d09a7
Bug 317002 Remove nsIAbBase.idl from address book code (not used). r/sr=bienvenu
2005-11-18 18:47:53 +00:00
bugzilla%standard8.demon.co.uk
da608b74fc
Bug 317002 Remove nsIAbBase.idl from address book code (not used). r/sr=bienvenu
2005-11-18 17:58:58 +00:00
bsmedberg%covad.net
4f84f499e3
Bug 263042 part 2 - move the LDAP parts of XPFE autocomplete to mailnews/addrbook, which is the only consumer, r=dmose
2005-11-16 15:23:53 +00:00
timeless%mozdev.org
41fe7754f8
Bug 308573 use if (NS_FAILED(...)) instead of if NS_FAILED(...)
...
patch by b.jacques@planet.nl r=darin sr=darin
2005-11-15 20:09:16 +00:00
dmose%mozilla.org
cb6c4ef7f6
Add basic support for LDAP controls to the LDAP XPCOM SDK, LDAP autocomplete code, and LDAP addressbook (bug 297131). r=bienvenu, sr=roc, a=bsmedberg
2005-11-15 20:09:15 +00:00
timeless%mozdev.org
22875bab2e
Bug 299101 remove useless references to nsVoidArray
...
xpfe
r=neil sr=neil a=bsmedberg
2005-11-15 20:09:14 +00:00
gerv%gerv.net
e25f9fc8cb
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-11-15 20:09:13 +00:00
alecf%netscape.com
1d25253980
bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
...
nsISupportsString -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2005-11-15 20:09:12 +00:00
bsmedberg%covad.net
335fd0fead
Adding this file back in CVS, see bug 313699 for the gory details.
2005-11-15 20:09:11 +00:00
bienvenu%nventure.com
ca1be9b87a
support ldap v3, patch by dmose, r/sr=sspitzer 198168
2005-11-15 20:09:10 +00:00
scott%scott-macgregor.org
c19361cfce
Bug #232453 --> ldap quick search and advanced search does not honor search filters
...
when applied to the ldap directory properties dialog.
r=dmose
sr=bienvenu
2005-11-15 20:09:09 +00:00
jst%mozilla.jstenback.com
663b1c2d32
Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org
2005-11-15 20:09:08 +00:00
scott%scott-macgregor.org
094a2451c2
Bug #227206 --> add support for autocompleting a set of comma delimted names in mail compose.
...
Part of the work to support names from excel spreadsheets directly into the mail compose envelope and have them
get autocompleted.
sr=bienvenu
2005-11-15 20:09:07 +00:00
dbaron%dbaron.org
855c1d5f9d
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2005-11-15 20:09:06 +00:00
peterv%netscape.com
4e7e3ccfbc
Fix for bug 86000 (convert LDAP XPCOM SDK to use AUTF8String). r=dmose, sr=alecf.
2005-11-15 20:09:05 +00:00
dmose%netscape.com
8df6132b2c
support for binary attribute values in LDAP XPCOM SDK (bug 119380). r=peterv@netscape.com, sr=sspitzer@netscape.com/mscott@netscape.com
2005-11-15 20:09:04 +00:00
rjc%netscape.com
998e7b5882
Fix bug # 164175: XPCom LDAP API extensions. OnLDAPInit() now passes relevant connection, and LDAP operations/connections accept closures. r=dmose sr=darin
2005-11-15 20:09:03 +00:00
dougt%netscape.com
0a2e26eade
Fixes the following:
...
154047
This change cleans up the category manager in hopes to freeze it for 1.1 final. This change removes dead and unsupported methods from the interface as well as removes the C++ code from the interface. This should land for 1.1b since users of the current category manager will have to update their components.
157597
Make embedding base and examples use XPCOM Glue
This change makes our embedding samples use the XPCOM glue.
157625
nsLocalFile::Remove's file pointer is sometimes null afte...
This fixes a crash when we dereference null. It is a bandaide fix as the real problems involves retooling the directory enumerator.
157801
This fixes a terrible state which you can get into whereby XPCOM will fail to startup regardless of what you do. The fix is to cause autoreg to happen if the component registry (compreg.dat) is not found.
r/sr=alecf@netscape.com , rpotts@netscape.com . a=scc@mozilla.org
2005-11-15 20:09:02 +00:00
dmose%netscape.com
8ac2f548fd
If authentication fails during LDAP autocomplete, bring up a new password dialog rather than showing an obscure error message (bug 150723); r=ducarroz@netscape.com, sr=hewitt@netscape.com
2005-11-15 20:09:01 +00:00
dmose%netscape.com
6bc1a34396
Fix incorrect array length calculation + add temporary variable to work around egcs compiler bug which was causing bogus text to appear in the LDAP auth dialog on linux (bug 148897); r=bryner@netscape.com, sr=bienvenu@netscape.com
2005-11-15 20:09:00 +00:00
dmose%netscape.com
15e54785ff
First match not pre selected when multiple matches are present in directory (bug 102693); r=ducarroz@netscape.com, sr=mscott@netscape.com
2005-11-15 20:08:59 +00:00
dmose%netscape.com
3ecc46d534
Support LDAP authentication for autocomplete and addressbook (bug 135778); r=sspitzer@netscape.com, srilatha@netscape.com; sr=bienvenu@netscape.com
2005-11-15 20:08:58 +00:00
dougt%netscape.com
ca539b2dec
Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756
2005-11-15 20:08:57 +00:00
dmose%netscape.com
11f028a294
LDAP over SSL (bug 107411). UI changes thanks to srilatha@netscape.com nsLDAPSecurityGlue.cpp: r=mcs@netscape.com; Mac S/MIME build changes: r=javi@netscape.com; Mac Project changes: r=rdayal; all other files: r=bhuvan@netscape.com; entire patch: sr=sspitzer@netscape.com
2005-11-15 20:08:56 +00:00
dmose%netscape.com
0b6936adff
Fix LDAP XPCOM SDK race condition which could cause LDAP entries to get dropped, or binds to fail entirely (bug 131447). The old code asked ldap_result() for all new messages received, including ones for operations that it did not yet know how to handle. That code has been changed to enumerate the pending operations, and ask for results of each of the pending operations that it knows about, and no others. r=sspitzer@netscape.com, dmose@netscape.com; sr=bienvenu@netscape.com; a=asa@mozilla.org
2005-11-15 20:08:55 +00:00
darin%netscape.com
5b812006e5
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
2005-11-15 20:08:54 +00:00
timeless%mac.com
646d80b780
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
...
r='s from many people. sr=jst
2005-11-15 20:08:53 +00:00
dmose%netscape.com
5c0e15a496
Fix LDAP autocomplete regression with CJK names by adding a separate pref for minimum length of CJK names to search with a different default (bug 101086). r=shanjian@netscape.com, sr=blizzard@mozilla.org, a=asa@mozilla.org
2005-11-15 20:08:52 +00:00
jaggernaut%netscape.com
ef2f44cd85
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
2005-11-15 20:08:51 +00:00
dmose%netscape.com
a4c593f8c4
Fix error message display of incorrectly set search filters (bug 79935). r=leif@netscape.com, sr=bienvenu@netscape.com
2005-11-15 20:08:50 +00:00
dmose%netscape.com
a2df3df63b
Add support to the autocomplete widget, interfaces, and LDAP autocomplete session for returning "failure items" which allow the user to select an error entry and have it fire an arbitrary command, rather than actually filling in the text of the item. Part of bug 79935. r=hewitt@netscape.com, sr=bievenu@netscape.com
2005-11-15 20:08:49 +00:00
dmose%netscape.com
ddf3259658
Build ordering issues busted the clobber builds; forward declaring an interface and moving a #include around to fix.
2005-11-15 20:08:48 +00:00
leif%netscape.com
b81b0a75e6
Fix for bug 82412: Preresolve DNS before calling into LDAP C-SDk. SR=bienvenu@netscape.com, r=dmose@netscape.com, patch=leif@netscape.com.
2005-11-15 20:08:47 +00:00
dmose%netscape.com
b509c90431
Fix RFC 822 quoting for LDAP autocompleted display names (bug 89198). Fix works by creating a new "formatter" interface and implementing an addressbook-specific version of it which uses the mailnews quoting code to fix it up. Also provides infrastructure for setting the LDAP autocomplete dropdown comment field, and fixes some error-handling issues in the compose window code for setting up LDAP autocompletion. r=leif@netscape.com (backend changes), srilatha@netscape.com (compose window changes); sr=bienvenu@netscape.com
2005-11-15 20:08:46 +00:00
dmose%netscape.com
dc55c2cbd2
Change LDAP autocomplete default minStringLength to only autocomplete against strings >= 2 chars long to avoid a possible hang on NT as well as unindexed searches (bug 84566; r=leif@netscape.com, sr=darin@netscape.com) and default searchFilterTemplate to catch people whose cn contains their middle name or initial (bug 90535; r=leif@netscape.com, rs=darin@netscape.com). This second patch also fixes a bug where filter templates sometimes ignored the last token of the entered string
2005-11-15 20:08:45 +00:00
jaggernaut%netscape.com
350ce5890c
Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
...
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.
nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2005-11-15 20:08:44 +00:00
dmose%netscape.com
dcaf62a921
Fix LDAP autocomplete session to work properly with servers with search filters that are not parenthesized (bug 86144). r=leif@netscape.com, sr=darin@netscape.com
2005-11-15 20:08:43 +00:00
dmose%netscape.com
ee08a0e4aa
Partial fix for bug 82169 (switching LDAP autocomplete directory requires restart to take effect). r=hewitt, rs=darin, a=asa
2005-11-15 20:08:42 +00:00
dmose%netscape.com
d7e194bf86
speed up LDAP autocomplete by using the new param to SearchExt() to only ask for necessary attrs (bug 74098) r=ducarroz, sr=dougt, a=asa
2005-11-15 20:08:41 +00:00
dmose%netscape.com
4e6fc25f64
Parameterize LDAP autocomplete searchfilter via hidden pref (bug 77386); also improves default searchfilter (85315). r=leif@netscape.com,srilatha@netscape.com; sr=bienvenu@netscape.com; a=asa@mozilla.org
2005-11-15 20:08:40 +00:00
leif%netscape.com
786ea2b26a
Bug 74498: Add attribute support to SearchExt(), making it possible to limit
...
the search results to a set of attributes. r=dmose, sr=mscott, a=asa.
Patch by leif@netscape.com .
2005-11-15 20:08:39 +00:00
alecf%netscape.com
1a13e96051
oops, forgot this file from my previous checkin
2005-11-15 20:08:38 +00:00
dmose%netscape.com
3918d68b81
Make LDAP autocompletion respect UI setting for maximum number of hits to return (bug 77388). r=leif@netscape.com, sr=mscott@netscape.com, a=blizzard@mozilla.org
2005-11-15 20:08:37 +00:00
dmose%netscape.com
d15126d398
Fix LDAP autocomplete to show display names (bug 79885) r=ducarroz@netscape.com, sr=mscott@netscape.com, a=dbaron@fas.harvard.edu
2005-11-15 20:08:36 +00:00
dmose%netscape.com
62c7c99a4e
Fix LDAP-related crash in addressing widget of compose window (bug 81692). r=ducarroz@netscape.com, sr=mscott@netscape.com, a=asa@mozilla.org
2005-11-15 20:08:35 +00:00
jst%netscape.com
7d1d725f8a
scc checking in from jst's account. bug #75220 : sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances.
2005-11-15 20:08:34 +00:00
leif%netscape.com
c609267011
Changed LDAP XPCOM SDK to use "wstring" instead of "string", bug 71247.
...
r=dmose@netscape.com
sr=mscott@netscape.com
2005-11-15 20:08:33 +00:00
dmose%netscape.com
eec2ddf32b
Added hidden pref to allow short strings to be ignored by LDAP autocomplete session (bug 76593). r=leif@netscape.com,ducarroz@netscape.com,srilatha@netscape.com; sr=bienvenu@netscape.com
2005-11-15 20:08:32 +00:00
dmose%netscape.com
51661b47a3
Tweak Mac build system to make nsLDAPAutoCompleteSession.cpp and friends compile when "options ldap" is on (bug 70933). r=peterv@netscape.com, sr=smfr@netscape.com.
2005-11-15 20:08:31 +00:00
dmose%netscape.com
5a232c882c
Initial implementation of nsLDAPAutoCompleteSession (not yet used by the message compose window -- coming soon). Bug 70933. r=leif@netscape.com,ducarroz@netscape.com sr=shaver@mozilla.org; Windows/Unix build changes r=cls@seawood.org
2005-11-15 20:08:30 +00:00
bugzilla%standard8.demon.co.uk
91f95b3cab
Bug 226005 MailNews should use the newer nsIPrefService APIs instead of nsIPref. Part 6 - nsDirPrefs. Original Patch by Mikael Parknert <mikael@parknert.se>, revised by me. r=bienvenu,sr=neil.parkwaycc.co.uk
2005-11-09 17:08:43 +00:00
bugzilla%standard8.demon.co.uk
f46abf4f03
Back out part of bug 119948 part 2 as it broke builds with --disable-ldap
2005-11-05 16:08:26 +00:00
bugzilla%standard8.demon.co.uk
f6d13aa607
Bug 119948 Duplicated LDIF import code part 2 - use the ldap attribute map rather than redefining the attribute names. r=dmose,sr=bienvenu
2005-11-04 14:49:34 +00:00
bugzilla%standard8.demon.co.uk
20dde7b1b0
Bug 305434 LDAP Prefs Service needs revising. Separate out the ldif migrate prefs function. r=bienvenu,sr=dmose
2005-11-02 19:22:37 +00:00
bugzilla%standard8.demon.co.uk
4dfbcbb6c5
Fix Bug 240372 Cannot Dnd from Mozilla Address book to other App. Patch by Louie Zhao <Louie.Zhao@sun.com>, r=neil.parkwaycc.co.uk,sr=bienvenu
2005-10-28 13:09:37 +00:00
bugzilla%standard8.demon.co.uk
736aadab5e
Bug 300968 Replicating (downloading) from a LDAP directory server while adding fails. r=neil.parkwaycc.co.uk,sr=bienvenu
2005-10-20 16:16:33 +00:00
bugzilla%standard8.demon.co.uk
338cee72db
Final Patch (5) for bug 132180 eliminate nsFileSpec in address book r=dmose,sr=bienvenu
2005-10-13 16:46:26 +00:00
bugzilla%standard8.demon.co.uk
9f3ee04af0
Bug 231965 LDAP Download User Interface and function broken. r=dmose,sr=bienvenu
2005-10-13 16:13:16 +00:00
bugzilla%standard8.demon.co.uk
073433b096
Bug 64305 Adding a New card in the Address book w/o giving any info will add it successfully (Thunderbird version, plus missed change from previous SeaMonkey patch). r=bugzilla@standard8.demon.co.uk,sr=bienvenu
2005-10-11 16:24:52 +00:00
bugzilla%standard8.demon.co.uk
c42832559f
Bug 156742 Consolidate getting the string bundle (nsAbCardProperty.cpp). Original Patch by Andrew Taylor <ataylor@its.to>, revised and updated by me. r=bienvenu,sr=dmose
2005-10-07 12:48:58 +00:00
bugzilla%standard8.demon.co.uk
eb4ca96c5a
Fix bug 212221 XUL error pages do not play nicely with IM button in Addressbook (SeaMonkey patch) r=mnyromyr,sr=neil.parkwaycc.co.uk
2005-10-03 17:53:32 +00:00
scott%scott-macgregor.org
49c589917f
Bug #276632 --> make autocomplete be more like google suggest (make it most popular results come first)
...
Ensure that we use the
match that has the highest popularity index, thus ensuring that the e-mail
address appears as high as possible in the autocomplete results list.
sr=bienvenu
2005-09-30 02:09:50 +00:00
scott%scott-macgregor.org
0807053184
Bug #276632 --> Sort the entire autocomplete results list based on the popularity index
...
instead of sub grouping the results based on the match type.
sr=bienvenu
2005-09-28 04:46:34 +00:00
bugzilla%standard8.demon.co.uk
cb1fcbc9ff
Fix bug 310101 Assertion failure (nsDirPrefs) when attempting to change a ldap attribute map pref in about:config with address book open (debug builds only) r/sr=dmose
2005-09-27 16:45:42 +00:00
bugzilla%standard8.demon.co.uk
4e619c2d5f
Fix bug 192666 extension-list is appearing twice in ldif/tab/txt import file picker on linux. Original patch from Philip K. Warren (IBM) <pkwarren@gmail.com>. Seamonkey patch r/sr=neil.parkwaycc.co.uk Thunderbird patch r/sr=bienvenu
2005-09-25 19:21:31 +00:00
scott%scott-macgregor.org
59eaf2a3f6
Forgot to bump the interface id in my last checkin
2005-09-23 01:00:37 +00:00
scott%scott-macgregor.org
b6a84f728b
Bug #276632 --> make autocomplete be more like google suggest (make it most popular results come first)
...
add a popularity index to address book cards which gets incremented every time you send mail to
the recipient. Sort autocomplete results by popularity index.
2005-09-23 00:35:27 +00:00
dmose%mozilla.org
7e969e0d5a
Allow for multiple properties have a null attribute list (bug 309400); r+sr=bienvenu.
2005-09-22 23:01:30 +00:00
bugzilla%standard8.demon.co.uk
98d4ad466c
Follow up to bug 307056. Now that we are not trying to edit ldap cards, return the correct error code. r/sr=bienvenu
2005-09-20 19:04:21 +00:00
bugzilla%standard8.demon.co.uk
fb7b0fdf6e
Bug 132180 eliminate nsFileSpec in address book. Third patch of several; remove the currently redundant 4.x ab upgrade interface. r=dmose,sr=bienvenu
2005-09-20 18:47:11 +00:00
bugzilla%standard8.demon.co.uk
f565d0fc55
Bug 132180 eliminate nsFileSpec in address book. Third patch of several; remove the currently redundant 4.x ab upgrade interface. r=dmose,sr=bienvenu
2005-09-20 16:37:04 +00:00
bugzilla%standard8.demon.co.uk
d8f33fc83a
Fix bug 64305 Adding a New card in the Address book w/o giving any info will add it successfully. Patch by Serge GAUTHERIE <gautheri@noos.fr> r=me,sr=bienvenu
2005-09-19 19:55:49 +00:00
bugzilla%standard8.demon.co.uk
6e111e0a87
Fix bug 307056 Read-only address book cards should have just a ok button that doesn't try to update the card (SeaMonkey version) r/sr=neil.parkwaycc.co.uk
2005-09-19 16:25:28 +00:00
bugzilla%arlen.demon.co.uk
a825bc8f57
Bug 254564 Buddy icons not shown
...
p=michaeljgruber@fastmail.fm r/sr=bienvenu
2005-09-18 20:38:48 +00:00
bugzilla%arlen.demon.co.uk
11e043103d
Bug 289444 Give prefs panels titles a unique name (mailnews patch)
...
r=mnyromyr sr=neil.parkwaycc.co.uk
2005-09-10 15:51:19 +00:00
bugzilla%standard8.demon.co.uk
c4dedc72b0
Bug 132180 eliminate nsFileSpec in address book. Patch 4 - remove unused code from vcard functions that also happens to include file spec related code. r=dmose,sr=bienvenu
2005-08-31 16:32:22 +00:00
bugzilla%standard8.demon.co.uk
1e22953986
Follow up patch to Bug 237210, additional cleanup in abCommon.js. Patch by Serge GAUTHERIE <gautheri@noos.fr> r=neil.parkwaycc.co.uk,sr=mscott
2005-08-27 07:47:03 +00:00
bugzilla%standard8.demon.co.uk
e2a1898772
Follow up to bug 132180 second patch, address review nit that I forgot on first checkin
2005-08-26 15:05:33 +00:00
bugzilla%standard8.demon.co.uk
089264ae08
Bug 132180 eliminate nsFileSpec in address book. Second patch of serveral. r=dmose,sr=bienvenu
2005-08-26 14:47:31 +00:00
scott%scott-macgregor.org
a4814b5a52
Bug #305999 --> make addbook urls work again for adding vcards to the address book by making
...
the content type valid.
r=bz
sr=bienvenu
2005-08-26 08:00:55 +00:00
peterv%propagandism.org
d77bcfd66c
Remove stray while to fix search bustage.
2005-08-20 11:03:27 +00:00
peterv%propagandism.org
27dce07bf6
Fix regressions from last checkin (bug 203927). r=bugzilla@standard8.demon.co.uk, sr=bienvenu.
2005-08-19 19:02:19 +00:00
peterv%propagandism.org
a737e0b3c5
Preparation for fix for bug 203927 (Add ability to read from Mac OS X system Address Book): Switch to nsISimpleEnumerator. r=bienvenu, sr=dmose.
2005-08-18 14:41:10 +00:00
bugzilla%standard8.demon.co.uk
c58662b3ea
Fix bug 303301 LDAP only works for attributes that are specified in lower case. r/sr=dmose, a=cbeard
2005-08-10 16:46:52 +00:00
dmose%mozilla.org
af5e858a91
Update LDAP and LDIF import/export code to (almost entirely) agree on a first cut at an 'official' LDAP schema for mozilla, known as mozillaAbPersonAlpha (bug 116692). r=bienvenu, sr=shaver, a=mconnor
2005-07-28 17:03:56 +00:00
bugzilla%standard8.demon.co.uk
f5a55e466f
Bug 287003 Fix ASSERTION: failed to rename corrupt mab file in nsAddrDatabase.cpp r=bienvenu, sr=mscott, a=bsmedberg
2005-07-28 16:42:57 +00:00
bugzilla%standard8.demon.co.uk
5b5fd6aa3d
Bug 301935 Crash when trying to send mail and collected address book doesn't exist (part 2 - warn the user) r=bienvenu, sr=mscott, a=bsmedberg
2005-07-28 16:34:07 +00:00
dmose%mozilla.org
d24e58c614
Add basic support for LDAP controls to the LDAP XPCOM SDK, LDAP autocomplete code, and LDAP addressbook (bug 297131). r=bienvenu, sr=roc, a=bsmedberg
2005-07-26 15:27:18 +00:00
bugzilla%standard8.demon.co.uk
bebb35164a
Bug 301935 Crash when trying to send mail and collected address book doesn't exist (part 1 - stop the crash) r=bienvenu,sr=mscott,a=bsmedberg
2005-07-25 20:58:26 +00:00
bugzilla%standard8.demon.co.uk
ec454bd050
Bug 292350 Document nsIAbListener and part of nsIAddrBookSession. Also move some constants to a more logical location r=dmose,sr=bienvenu,a=asa
2005-07-20 18:57:24 +00:00
bienvenu%nventure.com
7e1493fc57
fix 295347 and 299346, duplicate entries in AB when dragging a card from another AB into a list, and lock file errors opening an AB causes us to create a backup AB as if the AB was corrupt, r=standard8, sr=mscott, a=asa
2005-07-20 15:30:57 +00:00
scott%scott-macgregor.org
00e5fdc96c
Bug #299699 --> don't check for "Internet" property in "Email" line of vCard
...
Patch by mozilla.org@pidgin.org
r=mscott
sr=bienvenu
a=asa
2005-07-14 19:01:38 +00:00
bugzilla%arlen.demon.co.uk
861258aaad
Bug 294140 email autocomplete always adds "@localdomain" to addresses
...
p=me r=mnyromyr sr=bienvenu a=asa
2005-07-13 21:41:00 +00:00