Closed Bug 96916 Opened 23 years ago Closed 22 years ago

Support easy way to add a few bookmarks via CCK

Categories

(CCK Graveyard :: CCK-Wizard, enhancement, P1)

x86
Windows 95
enhancement

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: bobj, Assigned: shrutiv)

References

Details

(Whiteboard: [cckrtm+])

Attachments

(5 files)

Request has been made for the ability to add a CCK UI which allows the
addition of a few (~5) bookmarks in a single section near the top of the
default bookmarks.  

The UI would not allow modifying or removing existing bookmark defaults.

We might want to add and HTML comment to the default bookmarks to be used as
a token that can be easily parsed and replaced with the new additional bookmark
section.
Blocks: 96876
QA Contact: blee → jimmyu
Updating QA contact to jimmyu for half of the CCK bugs, while Bom-shik is gone.
Status: NEW → ASSIGNED
Priority: -- → P1
Depends on: 108781
No longer blocks: 96876
Adding nsbeta1 keyword. According to bug triage, it was considered nice to have
for beta if time permits. Since I was'nt sure what keyword to add at that point
of time, adding now.
Keywords: nsbeta1
in for rtm per triage.
Keywords: nsbeta1nsbeta1+
Whiteboard: [cckrtm]
cckrtm+
Whiteboard: [cckrtm] → [cckrtm+]
The patch includes a new screen for custom bookmarks namely bookmarks.ini. The
custom personal toolbar items have been adjusted in an existing CCK screen
(customize_page1.ini) instead of having a separate screen. Major part of the
implementation details go into ib.cpp, the new function ModifyBookmarks
includes the steps for adding both custom bookmarks and personal toolbar. The
old way of customizing bookmarks has been eliminated, hence all the deletions
in .che files.
QA Contact: jimmyu → blee
Whiteboard: [cckrtm+] → [cckrtm+] need r=
+
ifstream srcf(inputFile);
+
if (!srcf)
+
{
+
	AfxMessageBox("Cannot open input file: " + CString(inputFile),MB_OK);
+
	return;
+
}       
+
ofstream dstf(outputFile); 
+
if (!dstf)
+
{
+
	AfxMessageBox("Cannot open output file: " + CString(outputFile), MB_OK);
+
	return;
+
}

Close srcf if dstf fails to open.

Otherwise, r=smeredith
Marking fixed.
Whiteboard: [cckrtm+] need r= → [cckrtm+]
Marking fixed.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Verified fixed in 6/24 bld.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: