Граф коммитов

1501 Коммитов

Автор SHA1 Сообщение Дата
peterv%netscape.com 45895ea5e7 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 58f41ebc9a 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 fa9d51e665 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 26c5972d22 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 dce4397920 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 b82e03f2ab 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 2f0889448a 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 0e47b03c56 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 1747fb0795 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 24012d0670 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 a242a7e107 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 3f4de0c31e fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2005-11-15 20:08:54 +00:00
timeless%mac.com 2304781f41 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 787cf0a253 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 4604a53155 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 646e432e61 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 9d99ed8825 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 4268f9922c 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 8f12c6c114 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 b1095ee90a 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 7a26d30c25 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 1c77f1a81f 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 a54d5daab7 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 8698941da6 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 2e5596f0d6 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 824a3f191b 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 e7a494b141 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 e68adbb480 oops, forgot this file from my previous checkin 2005-11-15 20:08:38 +00:00
dmose%netscape.com 28c3807b14 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 d9d778c329 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 5c7215deba 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 2188039458 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 4ea3d2fd6e 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 6aee460e6b 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 22aa606422 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 0f48c84472 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 f3aed41b3a 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 780d910948 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 7ede08837d 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 f8b71df26b 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 b6d2930fcc 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 23322417bd 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 fa2c17de48 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 0d60f4a669 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 6cd2fb3ca1 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 b0386fac4a 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 645f7af5f5 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 0432cd908d 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 b3f1311a6f 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 3308ec7a5c 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 dd1743f170 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 0e8d201c64 Forgot to bump the interface id in my last checkin 2005-09-23 01:00:37 +00:00
scott%scott-macgregor.org 3b33333d85 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 36f1af4c3b 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 bdd344257a 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 7d1e6d2e8f 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 b74947147d 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 6b31919fc8 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 317377aea9 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 2f1da080b2 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 47871c9255 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 2dfddb5beb 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 42b0a50c9d 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 4c870e323c 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 9a750e2331 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 536e43c5a2 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 ab892e1e9b Remove stray while to fix search bustage. 2005-08-20 11:03:27 +00:00
peterv%propagandism.org 24fbec489c 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 8f502440cd 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 7bc9db9f67 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 4850c241e9 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 504bd63f8d 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 fc27b8b3f7 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 2349b95ba5 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 7303384ef3 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 0b0c51a870 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 58acff1ca2 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 5443f9c6e1 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 e738bafc48 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
bugzilla%standard8.demon.co.uk 8955f58c99 Fixes Bug 177968 Screen names do not get imported (from ldif files). r+sr=dmose, a=asa 2005-07-13 16:59:45 +00:00
neil%parkwaycc.co.uk b53a2f0389 Formatting cleanup (to sync to TB) b=233036 p=gautheri@noos.fr rs=me a=asa 2005-07-09 00:23:40 +00:00
bugzilla%arlen.demon.co.uk 11012ebf9c Bug 219619 addresses in mailing list editor should be LTR even when the UI is RTL
p=bugzilla@standard8.demon.co.uk r/sr=bienvenu a=asa
2005-07-03 22:02:16 +00:00
bugzilla%arlen.demon.co.uk 058441f0d4 Bug 117267 Delete a list in the dir pane, where should focus (selection) go?
p=bugzilla@standard8.demon.co.uk r=dmose sr=bienvenu a=asa
2005-07-03 21:56:12 +00:00
bugzilla%arlen.demon.co.uk f501acf5d7 Bug 119948 duplicated LDIF import code
p=bugzilla@standard8.demon.co.uk r=dmose sr=bienvenu a=asa
2005-07-03 21:47:13 +00:00
timeless%mozdev.org 09002c1352 Bug 299102 remove useless references to nsVoidArray
mailnews: addressbook, base, import
r=dmose sr=dmose a=bsmedberg
2005-07-01 01:46:55 +00:00
cbiesinger%web.de 4ec78b2acc 131849 don't export nsVCard.h
patch by Mark Banner <bugzilla@standard8.demon.co.uk> r+sr=dmose a=bsmedberg
2005-06-29 17:20:17 +00:00
scott%scott-macgregor.org 9adf9c4a9c Bug #227873 ---> semicolons in vcard fields
Patch by Andrew Taylor <ataylor@its.to>

r=bienvenu
sr=mscott
a=asa
2005-06-17 20:47:47 +00:00
dmose%mozilla.org 8562e985d3 Bump IID on recently changed interface (bug 119291). Good catch, Darin! r+sr+a=shaver@mozilla.org 2005-06-15 17:44:30 +00:00
neil%parkwaycc.co.uk 500ab788d6 Bug 290023 Mailing list names should not have leading or trailing whitespace p=abhijeet.bhattacharya@in.ibm.com r=me sr=bienvenu a=asa 2005-05-23 12:50:28 +00:00
timeless%mozdev.org 344fb263d5 Bug 72781 rewrite getter_AddRefs(pAddressLists->ElementAt(j)) using QueryElementAt
patch by bugzilla@standard8.demon.co.uk r=bienvenu sr=bienvenu a=asa
2005-05-19 20:21:17 +00:00
dmose%mozilla.org 32b9b7c267 Make LDAP attributes used by the addressbook customizable via preferences (bug 119291). r=bienvenu@nventure.com, sr+a=shaver@mozilla.org 2005-05-11 04:16:54 +00:00
db48x%yahoo.com 8cbe7e760d bug 291635: nsAbWinHelper.cpp fails to compile with Microsoft Visual Studio 2005 Beta 2
patch by Stephen Walker <sdwalker@myrealbox.com>, r=bienvenu, sr=darin, a=dbaron
2005-05-07 06:11:28 +00:00
axel%pike.org c9f68f0cbc bug 276707, JS Error when dragging address card with no email address to compose window address widget, patch by Mark Banner, r=bienvenu, sr=mscott, a=chofmann 2005-05-02 16:08:32 +00:00
axel%pike.org 9199453b65 bug 290043, Tidy address book code, patch by Mark Banner, r=bienvenu, sr=mscott, a=chofmann 2005-05-02 15:41:47 +00:00
bugzilla%arlen.demon.co.uk 17b8ae80ba Bug 290024 Address Book vanishes if it is renamed as blank
p=bugzilla@standard8.demon.co.uk r=neil.parkwaycc.co.uk sr=bienvenu a=chofmann
2005-05-02 11:11:11 +00:00
neil%parkwaycc.co.uk 478c02c28a Bug 178003 Restore sidebar to address book, make it so that the addressing panel allows you to easily add To, Cc or Bcc recipients r=Standard8 sr=bienvenu a=asa 2005-05-01 09:48:35 +00:00
neil%parkwaycc.co.uk af17c5f4a9 Bug 195248 set some default attributes in XUL instead of localstore now that bug123285 persists them correctly p=me/Standard8 r=Mnyromyr sr=bienvenu r+sr=mscott 2005-04-29 13:04:53 +00:00
bienvenu%nventure.com 6df584e4b9 fix 282040 use ldap autocomplete in mailing list editor, if turned on for compose window, sr=mscott, a=asa 2005-04-28 21:13:24 +00:00
cst%andrew.cmu.edu 6a2510eb9a Bug 198137 Rename an address book and other areas of the product are not updated
patch by Standard8 <Mark Banner>, r+sr=bienvenu, a=asa
2005-04-26 16:50:04 +00:00
bienvenu%nventure.com e48bd1c35a fix 169432 allow entry of multiple e-mail addresses when adding entries to a mailing list, r/sr=mscott, a=asa 2005-04-19 22:36:46 +00:00