Closed
Bug 77386
Opened 24 years ago
Closed 24 years ago
nsLDAPAutoCompleteSession should process filterTemplate param
Categories
(Directory :: LDAP XPCOM SDK, defect, P1)
Directory
LDAP XPCOM SDK
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.2
People
(Reporter: dmosedale, Assigned: dmosedale)
References
Details
(Whiteboard: [PDT+] have r=, sr=, awaiting a=)
Attachments
(4 files)
14.06 KB,
patch
|
Details | Diff | Splinter Review | |
14.12 KB,
patch
|
Details | Diff | Splinter Review | |
1.40 KB,
patch
|
Details | Diff | Splinter Review | |
15.37 KB,
patch
|
Details | Diff | Splinter Review |
And this should probably also be hooked up to a hidden pref in the JS in mailnew
that calls nsLDAPAutoCompleteSession, once it does.
Assignee | ||
Updated•24 years ago
|
Updated•24 years ago
|
Severity: normal → major
Priority: -- → P1
Target Milestone: --- → mozilla0.9.1
Updated•24 years ago
|
Target Milestone: mozilla0.9.1 → mozilla0.9.2
Assignee | ||
Comment 2•24 years ago
|
||
See bug 85315 for a better explanation of what's going on here. This bug
(77386) is for implementing the functionality of allowing the user to specify
the LDAP search filter template via hidden pref. 83515 is discussion about what
the default search filter template should be. Only this patch has any actual
code associated with it.
Assignee | ||
Comment 3•24 years ago
|
||
OK, I've got working code in my tree. Need to sand the corners off a few edge
cases; then I'll attach a patch here.
Whiteboard: code in hand; patch forthcoming
Comment 4•24 years ago
|
||
PDT+ per 6/12 mtg.
Whiteboard: code in hand; patch forthcoming → [PDT+] code in hand; patch forthcoming
Assignee | ||
Comment 5•24 years ago
|
||
Assignee | ||
Comment 6•24 years ago
|
||
Comment 7•24 years ago
|
||
r=leif
Assignee | ||
Comment 8•24 years ago
|
||
Assignee | ||
Comment 9•24 years ago
|
||
Forgot to attach the JS changes earlier; here they are.
Comment 10•24 years ago
|
||
r=srilatha on patch 2a
Assignee | ||
Updated•24 years ago
|
Whiteboard: [PDT+] have partial r= → [PDT+] have r=, awaiting sr=
Comment 11•24 years ago
|
||
sr=bienvenu
Assignee | ||
Comment 12•24 years ago
|
||
Assignee | ||
Comment 13•24 years ago
|
||
OK, this latest patch has two tiny changes in it:
* used some temporaries to appease Mac compiler lameness
* updated to the CVS tip after the SearchExt API changes
Assignee | ||
Updated•24 years ago
|
Whiteboard: [PDT+] have r=, awaiting sr= → [PDT+] have r=, sr=, awaiting a=
Comment 14•24 years ago
|
||
a= asa@mozilla.org for checkin to the trunk.
(on behalf of drivers)
Blocks: 83989
Assignee | ||
Comment 15•24 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 16•24 years ago
|
||
verified on WinNT 4.0, MacOS 9.1, Linux RH 7.1 with 2001062004, 2001062008,
2001062111 builds
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•