Closed
Bug 86505
Opened 24 years ago
Closed 24 years ago
Bookmark & Sidebar customization in CCK Tool not picked up
Categories
(CCK Graveyard :: CCK-General, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: blee, Assigned: shrutiv)
References
Details
(Whiteboard: regression, nscckrtm -Need to review patch, r=tao)
Attachments
(2 files)
|
3.43 KB,
patch
|
Details | Diff | Splinter Review | |
|
1.79 KB,
patch
|
Details | Diff | Splinter Review |
Designating customized Bookmark and Sidebar in CCK Tool doesn't do anything -
not picked up in the final customized bld. It's built with default Bookmark and
Sidebar. Observed in b1 cand. bld.
| Assignee | ||
Updated•24 years ago
|
Severity: normal → major
Status: NEW → ASSIGNED
Priority: -- → P1
Whiteboard: nscckrtm
| Assignee | ||
Comment 3•24 years ago
|
||
The "Us" => "US" change seems obvious. I assume the directory name changed
since 6.0x?
For code the change in ib.cpp:
- // decompress the XPI file
- command = quotes +rootPath + "unzip.exe"+ quotes + "-o" + spaces
+ quotes + xpiArchive + quotes;
+ // decompressing the directory path within the XPI file
+ command = quotes +rootPath + "unzip.exe"+ quotes + "-o" + spaces
+ quotes + xpiArchive + quotes + spaces + quotes + xpifile + "/*.*" +
quotes;
Did this work for 6.0 CCK?
| Assignee | ||
Comment 5•24 years ago
|
||
The above code change is for the section "addrdffile" in ib.cpp. So, it was
working in CCK6.0
| Assignee | ||
Comment 7•24 years ago
|
||
Checked in patch. Marking this fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 8•24 years ago
|
||
Reopening as a doc bug assigned to me
Need to revise "Guide to Customization" to reflect that customizers need to use
Notepad or other text editor, *NOT* Composer, in order to customize
bookmarks.html. The bookmarks.html depends upon a special doctype that Composer
and potentially other html editors modify.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 9•24 years ago
|
||
Reassinging to kristif for doc revision
Assignee: shrutiv → kristif
Status: REOPENED → NEW
| Reporter | ||
Comment 10•24 years ago
|
||
Fixed in 6/25 bld.
Status: NEW → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 12•24 years ago
|
||
Reopening as the problem came back (regressed) in 7/3 bld which contains the
latest NS6.1 bits off the branch MOZILLA_0_9_2_BRANCH.
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
| Reporter | ||
Comment 13•24 years ago
|
||
assignee changed back to shrutiv
Assignee: kristif → shrutiv
Status: REOPENED → NEW
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 14•24 years ago
|
||
| Assignee | ||
Updated•24 years ago
|
Whiteboard: regression, nscckrtm → regression, nscckrtm -Need to review patch
Whiteboard: regression, nscckrtm -Need to review patch → regression, nscckrtm -Need to review patch, r=tao
| Assignee | ||
Comment 15•24 years ago
|
||
Marking fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 16•24 years ago
|
||
Verified fixed in 7/19 bld.
You need to log in
before you can comment on or make changes to this bug.
Description
•