Closed
Bug 128035
Opened 23 years ago
Closed 23 years ago
homeURL and workURL values are wrong (swapped) for LDAP, ldif import and export.
Categories
(SeaMonkey :: MailNews: Address Book & Contacts, defect)
SeaMonkey
MailNews: Address Book & Contacts
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.0
People
(Reporter: mozilla, Assigned: sspitzer)
Details
Attachments
(1 file, 3 obsolete files)
4.50 KB,
patch
|
racham
:
review+
Bienvenu
:
superreview+
asa
:
approval+
|
Details | Diff | Splinter Review |
The homeURL and workURL values are incorrectly swapped in the Address Book (both
in the main display when a single card is chosen, as well as in the Card display
when showing all attributes for an entry).
Reporter | ||
Comment 1•23 years ago
|
||
Here is a patch for 'ya... simple XUL/JS changes.
Reporter | ||
Comment 2•23 years ago
|
||
Sigh... only one problem with that patch; it transposes any existing cards
(which is wrong.)
Reporter | ||
Comment 3•23 years ago
|
||
Better patch that changes the LDAP property mapping (so only LDAP-fetched cards
are tweaked) so that existing Personal Addressbook cards remain correct.
Attachment #71647 -
Attachment is obsolete: true
Comment 4•23 years ago
|
||
This looks fine to me, but I'd like Seth or John to verify that this is the
right thing.
Assignee: dmose → sspitzer
Comment 5•23 years ago
|
||
Additionally, we may need to change the other two redundant tables where this
info is kept.
Comment 6•23 years ago
|
||
Dan, yes Robert's patch looks good. I have updated the patch to include the
other two cases I presume you are talking about. The other area where is this
is used is in Outlook but it is correct there.
Updated•23 years ago
|
Attachment #71648 -
Attachment is obsolete: true
Assignee | ||
Comment 7•23 years ago
|
||
taking a look...
rjc's initial patch makes sense, but I need to see if john's additions to the
patch are also correct.
I want to double check and make sure all these changes are correct.
Comment 8•23 years ago
|
||
1. Import Outlook AB: I can see the problem
2. Import Outlook Express AB: ok.
So is this fix specific for importing from an Outlook Address Book?
Comment 9•23 years ago
|
||
This bug is related to LDAP only. My comment about Outlook related to the
dynamic integration of Outlook and Outlook Express in Mozilla (bug #78931 and
bug #83103) as opposed to the Importing of Outlook and Outlook Express.
Yes, I also believe we have a problem in Importing from Outlook. It appears that
we map the PR_BUSINESS_HOME_PAGE (confusing name!) to Mozilla's Home Web Page
rather than the Business Web Page. But because Outlook uses only one web page
field, then this may explain why this is not such a big issue. In contrast
Outlook Express supports both a Home Web Page and a Business Web Page. It
appears following bug #93588 that this is now fixed.
So to be accurate we could create a new bug for the Import of Outlook.
Assignee | ||
Comment 10•23 years ago
|
||
dmose wrote:
"Additionally, we may need to change the other two redundant tables where this
info is kept."
dan's guess is right, export and import have issues. it looks like john's last
patch addresses some of these, but not all.
I'll attach another patch.
Status: NEW → ASSIGNED
Assignee | ||
Comment 11•23 years ago
|
||
Comment 12•23 years ago
|
||
This latest patch looks good. r=john.marmion
Comment 13•23 years ago
|
||
Comment on attachment 73177 [details] [diff] [review]
updated patch
sr=bienvenu
Attachment #73177 -
Flags: superreview+
Assignee | ||
Updated•23 years ago
|
Comment 14•23 years ago
|
||
Comment on attachment 73177 [details] [diff] [review]
updated patch
r=bhuvan
Attachment #73177 -
Flags: review+
Comment 15•23 years ago
|
||
Comment on attachment 73177 [details] [diff] [review]
updated patch
a=asa (on behalf of drivers) for checkin to the 1.0 trunk
Attachment #73177 -
Flags: approval+
Assignee | ||
Comment 16•23 years ago
|
||
fixed
thanks to rjc for the bug and the initial patch, and to john for the follow up
patches and the review.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•23 years ago
|
Comment 18•23 years ago
|
||
fyi: logged bug# 134014 to track the import from outlook problem where the web
pages are not mapped correctly (as stated in comment# 9).
Comment 19•23 years ago
|
||
Robert,
Would you confirm the fix with your Directory Server (at home?) which uses the
attributes: "homeURL" and "workURL" ? Thanks!
Reporter | ||
Comment 20•23 years ago
|
||
Confirmed.
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•