hewitt%netscape.com
1bcdea4a38
9656 - outliner column drag and drop rearranging, r=sspitzer, sr=hyatt
2001-09-26 00:33:48 +00:00
dmose%netscape.com
00d763c01b
Fix error message display of incorrectly set search filters (bug 79935). r=leif@netscape.com, sr=bienvenu@netscape.com
2001-09-21 05:26:32 +00:00
dmose%netscape.com
22018cb10a
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
2001-09-20 07:55:59 +00:00
jaggernaut%netscape.com
d1a7bfa843
One module per line for REQUIRES. r=/sr=alecf
2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
dc40187223
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
2001-09-18 13:41:47 +00:00
leif%netscape.com
c4f096970f
Fix for bug 82412: Preresolve DNS before calling into LDAP C-SDk. SR=bienvenu@netscape.com, r=dmose@netscape.com, patch=leif@netscape.com.
2001-09-17 23:35:03 +00:00
hyatt%netscape.com
bb50ea5788
Fix for 96899, unable to see addresswes when scrolling up in mailcompose. r=mscott, sr=brendan
2001-09-17 20:24:30 +00:00
alecf%netscape.com
62424ee7b2
Final REQUIRES changes for bug 98371, adding support for MOZ_TRACK_MODULE_DEPS to win32. r=cls (and tested by cls!)
2001-09-17 19:06:35 +00:00
jaggernaut%netscape.com
25856c9451
Bug 73353: move gfx from module layout to module gfx and fix up REQUIRES lines. r=cls
2001-09-14 05:37:29 +00:00
mscott%netscape.com
f1bfa2c787
Bug #99222 --> make the widget flexible enough to only show the popup if
...
there are a certain # of results present in the list.
r=sspitzer, ducarroz
sr=hewitt
2001-09-14 05:34:59 +00:00
alecf%netscape.com
1e0e7dd033
Add REQUIRES to many modules for win32 support, bug 98372 r=cls
2001-09-12 20:32:40 +00:00
jaggernaut%netscape.com
30ace44624
Clean up REQUIRES lines, put content in its own module instead of in layout's, r=cls.
2001-09-12 12:48:23 +00:00
dmose%netscape.com
257eee2168
Bug 92135: shows source of autocomplete items in the mail compose window using icons in the dropdown (default match, local addressbook, remote addressbook). Allows (via hidden pref; off by default) for more sophisticated info about each address -- specific addrbook name, or random ldap attribute, like department). Also fixes minor LDAP autocomplete i18n regression introduced post 0.9.3 and found while testing. r=sspitzer; sr=hewitt; a=asa
2001-09-04 05:25:08 +00:00
blakeross%telocity.com
d708f52e87
no need to build/ship test autocomplete file. rs=ben a=asa via irc
2001-08-26 02:49:35 +00:00
hewitt%netscape.com
25d2b27b07
89198 - add option to show comments column in autocomplete, r=blake, sr=ben
2001-08-22 03:47:04 +00:00
blakeross%telocity.com
a9a31475a9
fixing a minor typo, no bug, rs=hewitt
2001-08-22 02:49:22 +00:00
blakeross%telocity.com
c4a9f265fc
More fallout from xul syntax changes. r=ben sr=hyatt
2001-08-21 06:16:33 +00:00
sfraser%netscape.com
0982b5aa62
Fix the output file of the headers target, which is a dummy file used for dependency tracking. It was the same as that in AutoCompleteIDL.mcp, which caused these IDL-generated headers to not be created.
2001-08-18 04:27:05 +00:00
hyatt%netscape.com
5583aaa00b
Fix for 94943. r=jag, sr=blake
2001-08-18 01:04:47 +00:00
dmose%netscape.com
bff9678aae
Build ordering issues busted the clobber builds; forward declaring an interface and moving a #include around to fix.
2001-08-18 00:04:54 +00:00
dmose%netscape.com
a9b090fd7f
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'
2001-08-17 22:32:35 +00:00
dmose%netscape.com
c2f5550783
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
2001-08-17 22:32:28 +00:00
hewitt%netscape.com
af7f16666d
84809 - autocomplete prefs customization, r=matt, sr=blake
2001-08-09 06:41:11 +00:00
hyatt%netscape.com
0c296a706a
Fix for 71106. r=jag, sr=jst
2001-08-06 21:49:35 +00:00
hewitt%netscape.com
3203d18be2
93193 - cleaning up after align/pack xul box model changes, r=blake, sr=hyatt, 90741 - replacing box with hbox/vbox (from andersma@luther.edu), r=hewitt, sr=hyatt
2001-08-04 06:21:59 +00:00
hyatt%netscape.com
e1abe2c919
Fix for 71471. r=blake, sr=hewitt
2001-08-02 00:09:27 +00:00
dmose%netscape.com
31d4fa1710
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
2001-07-25 04:15:30 +00:00
dbaron%fas.harvard.edu
aa4fec2b67
Header include dependency cleanup. b=64023 r=jag rs=brendan
2001-07-16 02:40:48 +00:00
hewitt%netscape.com
59471fd937
86017 - Mail compose addressing widget should move to next field on tab, r=sspitzer, sr=blake\n86731 - Mail compose - autocomplete incorrectly uses lower case letters, r=matt, sr=blake
2001-07-11 05:04:39 +00:00
timeless%mac.com
1fdeed80f7
Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with
...
<boxDerivedTag orient="horizontal|vertical">
patch by andersma@luther.edu r=timeless sr=blake
2001-07-09 18:41:07 +00:00
cls%seawood.org
cfce8f4dcc
Updating .cvsignore files.
...
Bug #84824 r=jag
2001-07-06 02:36:37 +00:00
jaggernaut%netscape.com
5a6317b8a5
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 :-)
2001-06-30 11:02:25 +00:00
dmose%netscape.com
25c1393bf5
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
2001-06-28 00:02:37 +00:00
hewitt%netscape.com
179a27d3b1
53688 - javascript strict warnings in autocomplete.xml, r=ducarroz, sr=alecf
2001-06-26 00:55:22 +00:00
srilatha%netscape.com
65b7b1bd5c
Fix for bug 79792. Added observers for ldap prefs. Added sessions list for all the
...
recipients. Added AddSession, RemoveSession and SyncSessions
r=ducarroz, sr=hewitt, a=asa
2001-06-22 01:12:32 +00:00
dmose%netscape.com
5f24709f88
Partial fix for bug 82169 (switching LDAP autocomplete directory requires restart to take effect). r=hewitt, rs=darin, a=asa
2001-06-20 05:54:23 +00:00
dmose%netscape.com
0fa82b6c17
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
2001-06-19 22:30:15 +00:00
cls%seawood.org
bf5fb48486
Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
...
Changes allow us to have a finer control over which parts of the tree are built with PIC. Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
hewitt%netscape.com
2960e48ec1
85340 - autocomplete breakage, r=ducarroz, sr=alecf, a=asa
2001-06-16 01:10:49 +00:00
dmose%netscape.com
b292106d6f
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
2001-06-15 05:04:32 +00:00
leif%netscape.com
7adcd672d4
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 .
2001-06-14 05:48:03 +00:00
hewitt%netscape.com
14bbc982af
83632 - First instance of autocomplete is blank (from hyatt), r=pinkerton, sr=hewitt, a=asa
2001-06-13 03:43:35 +00:00
alecf%netscape.com
8bb3bf7c46
oops, forgot this file from my previous checkin
2001-06-13 00:05:25 +00:00
alecf%netscape.com
9b7e999bef
fix for bug 71903 (search history broken), bug 82277 (fix string allocation in mIgnorePrefixes), bug 83490 (non-allocating accessor for autocomplete), bug 85364 (switching to nsAutoString)
...
sr=hewitt
r=ben
a=asa
2001-06-12 23:59:01 +00:00
dmose%netscape.com
c405385555
Entry selected from autocomplete in compose window not used (bug 81695). Patch from Joe Hewitt <hewitt@netscape.com>. r=ducarroz@netscape.com, sr=smfr@netscape.com, a=asa@mozilla.org
2001-06-08 07:29:17 +00:00
dmose%netscape.com
7886df5150
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
2001-06-06 23:28:07 +00:00
dmose%netscape.com
afd8717558
Fix LDAP autocomplete to show display names (bug 79885) r=ducarroz@netscape.com, sr=mscott@netscape.com, a=dbaron@fas.harvard.edu
2001-06-04 03:01:51 +00:00
hewitt%netscape.com
b479c547fa
78945 - Pressing return does nothing when editing a newsgroup, r=ducarroz, sr=blake, a=blizzard
2001-05-29 02:48:01 +00:00
dmose%netscape.com
03ff4e78f8
Fix LDAP-related crash in addressing widget of compose window (bug 81692). r=ducarroz@netscape.com, sr=mscott@netscape.com, a=asa@mozilla.org
2001-05-25 07:17:26 +00:00
jst%netscape.com
77aeecc056
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.
2001-05-19 11:27:30 +00:00