Commit Graph

983 Commits

Author SHA1 Message Date
sspitzer%netscape.com
46980b3dd1 more tweaking. not part of the build. a=asa 2002-03-22 08:34:12 +00:00
sspitzer%netscape.com
a8a1078709 NOT PART OF THE BUILD. default the progress dialog to a better height and width.
a=asa
2002-03-22 05:05:37 +00:00
sspitzer%netscape.com
a5909ce193 changes for #120427. for offline LDAP addressbook pane.
note, until the pref-directory-add.xul change goes in, this
new function and these new strings aren't part of the build.
patch by srilatha.  NOT PART OF THE BUILD.
r/sr=sspitzer, a=asa
2002-03-22 04:41:30 +00:00
sspitzer%netscape.com
de74e73c7e changes for #120421. progress UI (and driving code) for LDAP replication.
initial work by srilatha.  NOT PART OF THE BUILD.  a=asa
2002-03-22 04:33:05 +00:00
stephend%netscape.com
d49410a89d Fixing bug 132411 and bug 132389. Bug 132389 - Conflicting mnemonics. r=jglick@netscape.com, sr=sspitzer@netscape.com, a=scc@mozilla.org. Bug 132411 - View | Sort By | Nick Name should read 'Nickname'. r=robinf@netscape.com, sr=bienvenu@netscape.com, a=scc@mozilla.org 2002-03-21 23:27:27 +00:00
sspitzer%netscape.com
3d4a529c32 fix for #132225. local addressbook searches return (bogus) duplicate results if you have mailing lists.
r=racham, sr=bienvenu, a=asa
2002-03-21 01:59:47 +00:00
darin%netscape.com
9fbd1028d6 b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa 2002-03-20 22:50:33 +00:00
racham%netscape.com
de5dd36dc5 Fixing bug 129693. Adding tooltip to GetMap button to make functionality of the widget clear to the end user. r=ssu, sr=mscott, a=asa 2002-03-20 01:25:11 +00:00
alecf%netscape.com
451df7d6c3 a further nsString api reduction: remove the last case-insensitive PRUnichar*-to-PRUnichar* comparisons, moving to new API, and remove old methods from nsString. r=dougt, sr=jag a=scc 2002-03-19 06:46:56 +00:00
timeless%mac.com
dec943eb10 Bug 106386 rid source of misspellings
r=db48x sr=blake a=asa
2002-03-19 04:30:17 +00:00
sspitzer%netscape.com
c56257ebc5 fix for #127007.
migration from 4.x sometimes doesn't show LDAP servers in addressbook.
r=srilatha,sr=bienvenu,a=asa
2002-03-16 03:15:28 +00:00
sspitzer%netscape.com
018d22cbdc fix for #129961. Enter in ab quick search textbox should search immediately.
also, remove duplicate code.
r=shliang, sr=bienvenu, a=asa
2002-03-15 05:26:15 +00:00
sspitzer%netscape.com
06aac6a3ea fix for #124022. improve LDAP addressbook performance by only asking
the server for the attributes that we can handle,
to reduce network traffic.  r=dmose,sr=bienvenu,a=shaver
2002-03-12 05:37:21 +00:00
sspitzer%netscape.com
ee83f049a6 fix for #129955. LDAP search doesn't work if you don't have maxHits defined.
r=dmose,sr=mscott,a=shaver
2002-03-12 05:30:19 +00:00
sspitzer%netscape.com
2b951c2277 fix for #126134. when offline, LDAP autocomplete searches and addressbook searches should use the "replicated" .mab file
these changes are needed for the LDAP replication feature.
fix for #116984.  don't hard code maxHits to 100, use the per-ldap-addressbook pref value instead.
r=dmose,sr=bienvenu,a=dbaron
2002-03-09 05:51:10 +00:00
shliang%netscape.com
d7b653fd48 89495, 121160 - redesign select addresses dialog and add search, add search to addressbook sidebar. r=bhuvan,sr=sspitzer,a=asa 2002-03-08 22:05:05 +00:00
sspitzer%netscape.com
72c5571659 fix for #128035. we mixed up home web page and work web page
for LDAP, and LDIF import and export.  initial patch
by rjc and john.marmion.

r=john.marmion,racham sr=bienvenu a=asa
2002-03-08 21:16:15 +00:00
nhotta%netscape.com
4df8e57d12 For printing all cards, changed to generate UTF-8 .xml instead of UCS2,
bug 123018, r=bhuvan, sr=sspitzer, a=asa.
2002-03-08 20:12:52 +00:00
cavin%netscape.com
7df95dd7f9 Fix for 128535. Used case sensitive hashing on email address when locating the associated card. r=ducarroz, sr=sspitzer, a=asa. 2002-03-08 02:26:59 +00:00
sspitzer%netscape.com
dd015f1db8 fix for #129164. regression "print address book" does nothing, r=ducarroz, sr=bievenu, a=asa,shaver 2002-03-08 01:51:41 +00:00
darin%netscape.com
f1a6738b6c fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
rods%netscape.com
9a206ffa69 The does the following:
1) Fixes a minor problem in with which kind of PrintSettings object we are getting in browser.js
2) AddressBook now creates its own copy of the PrintSettings and passes it into the nsMsgPrintEngine
3) Mail now creates its own copy of the PrintSettings and passes it into the nsMsgPrintEngine
4) Add a PS arg to the MsgPrintEngine IDL/XUL/JS
r=ducarroz sr=spitzer a=asa
2002-03-05 12:52:37 +00:00
racham%netscape.com
43c4b186f7 Fixing bug 128187. Fixing js warning on variable redeclaraion. Patch by Stephen Walker. r=bhuvan, sr=sspitzer, a=asa 2002-03-04 23:52:16 +00:00
alecf%netscape.com
cd8f07f3e8 bug 127091 - big string cleanup, removing old APIs
- removing Assign/AppendWithConversion for single-characters
- removing unused StripChars
- removing ReplaceChar[s] for non-matching chars
- removing CompressSet
- removing nsCString::Find/FindCharInSet/RFind for unichar strings
- removing lots of EqualsWithConversion
r=dp, sr=jag
a=asa
2002-03-04 23:18:21 +00:00
stephend%netscape.com
2e9f5a7bb0 Bug 128314. Change 'Newsgroup Messages' to 'Outgoing Newsgroup Messages' in Collected Address prefs. r=jglick/sspitzer, sr=bienvenu, a=dbaron 2002-03-03 00:56:46 +00:00
sspitzer%netscape.com
92f9765507 fix for #124995. get non us-ASCII searches to work from addressbook
quick search and advanced search.  r=dmose, sr=bienvenu, a=asa
2002-03-02 01:40:01 +00:00
sspitzer%netscape.com
762c11281c fix for #71952. fix assertions when printing ab cards. r=shliang, sr=bienvenu, a=asa. 2002-03-02 01:18:38 +00:00
sspitzer%netscape.com
75f9cde322 fix for #71953. make the edit / new mailing list dialog modal (and centered.)
r=racham, sr=bienvenu, a=asa
2002-03-02 01:16:45 +00:00
sspitzer%netscape.com
38031ca6ed bulletproof fix for ab crasher
#127748.  r=racham,sr=bienvenu,a=roc+moz
2002-03-02 01:12:58 +00:00
sspitzer%netscape.com
b8c703ec8b fix for bug #127299. fix tooltip in advanced search dialogs.
r=racham,sr=bienvenu,a=asa
2002-03-02 01:10:32 +00:00
racham%netscape.com
6ae5af8556 Fixing bug 125065. Fixing focus problems with new addressbook card. This fix allows the first field in the new card window to gain focus via setTimeout(). r=law, sr=jag, a=asa 2002-03-01 08:32:16 +00:00
shliang%netscape.com
35d10f6565 bug 45173 - make mailing list address entry dialog use addressing widget - r=hewitt/bhuvan, sr=sspitzer 2002-02-20 06:46:11 +00:00
shliang%netscape.com
5d834eec72 bugs 116451, 109908 - changing mail list and map it button display in addressbook card view pane - r=bhuvan, sr=sspitzer 2002-02-20 06:34:00 +00:00
shliang%netscape.com
a99f5cac49 bugs 118878, 118882, 118885, 118891, 95699 - addressbook printing - r=bhuvan, sr=sspitzer 2002-02-20 06:30:03 +00:00
sspitzer%netscape.com
5d3b7c9def fix for #121868. crashers problems when we fail to generate collation keys.
this happens to us on OS X, it seems.  patch by nhotta.  r/sr=sspitzer
2002-02-19 21:24:31 +00:00
cathleen%netscape.com
3f9b432d36 eliminate nsCRT::strlen for char* strings (part 3), bug 124536 r=dp sr=brendan 2002-02-19 08:42:48 +00:00
srilatha%netscape.com
2930d42ded Fix for bug # 118262. Disable delete button when a card from LDAP directory is selected
r/sr= sspitzer@netscape.com
2002-02-16 01:41:17 +00:00
sspitzer%netscape.com
07ffca456b fix for #125816. remove unused code. no one does the #NewDirectory command.
r/sr=bienvenu
2002-02-16 01:23:17 +00:00
sspitzer%netscape.com
e650435580 fix for #83023. implement "advanced directory" search, re-using
the existing search code.  r/sr=bienvenu.
2002-02-13 08:01:04 +00:00
racham%netscape.com
d759d0a8ab Fixing bug 124500. Place the View menu item in the right place. r=bhuvan 2002-02-13 00:25:06 +00:00
ccarlen%netscape.com
0d871a1552 Bug 115334 - Removing .mcp files which are obsolete after XML conversion. r=jj/sr=sfraser 2002-02-12 15:41:41 +00:00
bzbarsky%mit.edu
97aad157b6 Relanding the Compare --> Equals conversion. a=mcafee 2002-02-10 15:49:46 +00:00
bzbarsky%mit.edu
98afc5ee0f Testing performance impact of backout of what's left of the patch from
bug 115289.  See bug 123947 for details. a=mcafee
2002-02-09 20:46:05 +00:00
sspitzer%netscape.com
61a4e0e506 fix for #123013, fix "View | Sort By" menu item issues in the 3 pane
and addressbook.  r/sr=bienvenu
2002-02-08 05:17:23 +00:00
sspitzer%netscape.com
be682523bf fix for #124320. js error when you do "File | New Message" or hit the compose
button from addressbook, and no cards are selected. r/sr=bienvenu
2002-02-08 03:13:25 +00:00
srilatha%netscape.com
f89cd96e68 Fix for bug 120423. Enable and disable Addressbook commands when directory is selected
r=racham@netscape.com, sr=sspitzer@netscape.com
2002-02-08 00:55:54 +00:00
sspitzer%netscape.com
3f87e27916 fix for #83091 (show LDAP autocomplete directories in addressbook).
and some code cleanup, and code bloat removal (see nsAbUtils.cpp)
r=dmose, sr=bienvenu
2002-02-06 22:50:26 +00:00
sspitzer%netscape.com
666fd9462c commit card to database when notifying the save listener, if there are any save listeners.
we need to do this because the save listeners might have added / modified some values.
see bugscape bug #11851.  r/sr=bienvenu
2002-02-06 06:26:28 +00:00
bienvenu%netscape.com
42a2919ff5 fix potential crash in address book r=naving, sr=sspitzer 111703 2002-02-06 03:52:37 +00:00
sspitzer%netscape.com
e2313ce8f3 fix for #116449. when we delete addressbooks, we leave behind .position cruft.
r=srilatha, sr=bienvenu.
2002-02-06 03:47:49 +00:00