Closed
Bug 142845
Opened 23 years ago
Closed 22 years ago
mozilla should have a column for screen name
Categories
(SeaMonkey :: MailNews: Address Book & Contacts, defect)
SeaMonkey
MailNews: Address Book & Contacts
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.2beta
People
(Reporter: sspitzer, Assigned: sspitzer)
Details
Attachments
(1 file, 10 obsolete files)
105.54 KB,
patch
|
Details | Diff | Splinter Review |
I think AIM, ICQ, YIM, IRC nicks are common enough where the mozilla address
book should have columns for them. just because mozilla doesn't have an built
in IM client (it has built in IRC), doesn't mean the data isn't useful in the
ab.
this will help simplify the code in the ns tree, and remove some cryptic hooks
in the mozilla tree.
for a bonus feature, to come later: like a url entries for web pages, it would
be cool if the the entry could be linkified. if we have url integration, a
user could click on the AIM name in the preview pane to aim, icq, yim, jabber,
irc? to the person.
Comment 1•23 years ago
|
||
I agree that this would be a fine thing. We'd want to support some sort of
nickname/server tuple notation perhaps.
OS: Windows 2000 → All
Hardware: PC → All
Summary: mozilla should have columns for AIM, ICQ, YIM, IRC nicks / screen names. → mozilla should have columns for AIM, ICQ, Yahoo, Jabber, IRC nicks / screen names.
Assignee | ||
Comment 3•22 years ago
|
||
accepting.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.2beta
Assignee | ||
Comment 4•22 years ago
|
||
for this pass, it will just be a single column (Screen Name) and a text field
for Screen Name.
The screenname will be linkified, but the format will be in prefs.
so if you use aim, the pref would be: "aim:goim?screenname=%S"
initial patch coming...
Summary: mozilla should have columns for AIM, ICQ, Yahoo, Jabber, IRC nicks / screen names. → mozilla should have a column for screen name, usable by AIM, ICQ, Yahoo, MSN, Jabber, IRC
Assignee | ||
Comment 5•22 years ago
|
||
Comment 6•22 years ago
|
||
if this is the patch I sent you, it should also include my changes to make
screenname work for our phonebook.
Assignee | ||
Comment 7•22 years ago
|
||
>if this is the patch I sent you,
>it should also include my changes to make
>screenname work for our phonebook.
It does, thanks navin.
Index: addrbook/src/nsAbLDAPProperties.cpp
+ // ?
+ {MozillaProperty_String, "_AimScreenName", "nscpaimscreenname"},
note, that's specific to how we have our LDAP servers set up. I think the
override will come when we allow user defined schemas.
Assignee | ||
Comment 9•22 years ago
|
||
Attachment #98348 -
Attachment is obsolete: true
Assignee | ||
Comment 10•22 years ago
|
||
Attachment #98353 -
Attachment is obsolete: true
Assignee | ||
Comment 11•22 years ago
|
||
Attachment #98358 -
Attachment is obsolete: true
Assignee | ||
Comment 12•22 years ago
|
||
Attachment #98364 -
Attachment is obsolete: true
Assignee | ||
Comment 13•22 years ago
|
||
Attachment #98386 -
Attachment is obsolete: true
Assignee | ||
Comment 14•22 years ago
|
||
Attachment #98389 -
Attachment is obsolete: true
Assignee | ||
Comment 15•22 years ago
|
||
todo list:
move "Card(s)" to properties file
import / export
search (get right fields in there, right order)
log bug on edit card accesskeys?
fix <Screen Name:saspitzer> -> ScreenName: <saspitzer>
add aim presence to preview pane using webmail trick
LDAP mapping of screenname to prefs
goaim: url mapping to prefs
log bug about NS 7.x handling goaim:
use "screenname" instead of "aimscreenname"?
ACString in the idl
Attachment #98395 -
Attachment is obsolete: true
Assignee | ||
Comment 16•22 years ago
|
||
1) fix search logic for "Any name" and "Any number"
2) add New | IM, New Chat, make them work using goim: urls
more to come.
Attachment #98396 -
Attachment is obsolete: true
Assignee | ||
Comment 17•22 years ago
|
||
remove New | IM and New | Chat support for now, but they'll be coming.
Attachment #98452 -
Attachment is obsolete: true
Assignee | ||
Comment 18•22 years ago
|
||
I'm going to spin off making this usable by ICQ, Yahoo, MSN, Jabber, IRC into
another bug.
Summary: mozilla should have a column for screen name, usable by AIM, ICQ, Yahoo, MSN, Jabber, IRC → mozilla should have a column for screen name
Assignee | ||
Comment 19•22 years ago
|
||
fixed. this has r/sr=bienvenu. I've reviewed the changes from cavin and
naving.
there's a bunch of spin off bugs, I'll log them and link to them here.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 20•22 years ago
|
||
Trunk build 2002-11-21: WinMe, Linux 8 , Mac 10.1.3
Verified Fixed.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•