Closed
Bug 31205
Opened 26 years ago
Closed 24 years ago
Show Config Info should only display customizations visible in CCK Tool
Categories
(CCK Graveyard :: CCK-Wizard, enhancement, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bmartin, Assigned: shrutiv)
Details
(Whiteboard: nscckRTM)
Attachments
(4 files)
|
2.18 KB,
patch
|
Details | Diff | Splinter Review | |
|
2.05 KB,
patch
|
Details | Diff | Splinter Review | |
|
1.27 KB,
patch
|
Details | Diff | Splinter Review | |
|
1.73 KB,
patch
|
Details | Diff | Splinter Review |
Latest CCK build dated: 03-07-00
O/S: WinNT4.0
Are the following keys needed?:
1. DefaultName = Mozilla
1. Organization = Netscape
2. Department = CCK
_NewConfigName = <configuration name> (Is this key needed since the
CustomizationList = is set to the same value? Also, need to remove the _ from
the beginning of this key to be consistent with the others that are listed.)
The keys that are mentioned are all global variables that can be used and are
set by the user. Those three were set in the wizardmachine.ini and can be
removed at anytime. Regardint the _Newconfigname - that is used by the wizard
and it is displayed in lieu of the ConfigurationList which is not going to be
displayed anymore and we just have to live with the _ in front of the name ;-).
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → LATER
Updating the summary from:
"List of Show Summary Problems:"
to:
"Show Config Info should only display customizations visible in CCK Tool"
Status: RESOLVED → REOPENED
Resolution: LATER → ---
Summary: List of Show Summary Problems: → Show Config Info should only display customizations visible in CCK Tool
Latest Netscape 6 CCK dated: 2000-09-11-15
O/S: Win32
Steps:
1. Download latest Netscape CCK build
2. Install Netscape CCK
3. On CCK Welcome screen, select a configuration
4. Select the Show Config Info Button
5. View contents of the Show Configuration Information dialog
Results:
The Show Configuration Information dialog contains the following unnecessary
information:
Root =C:\Program Files\Netscape\CCK\CCKTool\
inifile =cck.ini
DefaultName =Netscape
Organization =Netscape
Department =CCK
Feedback =http://home.netscape.com/browsers/6/cck/feedbackcenter.html
FeedbackChoice =Yes
FeedbackButtonName =Feedback
CustomizationList =MyIsp
CreateReadmeIcon =0
CreateLicenseIcon =0
IntSetupBgBitmap =
Company_Name =
TechSupportNumber =
NCIFileList =
NCIFileEditor =notepad
Marking as Future
Sorry for not doing this earlier
Status: REOPENED → ASSIGNED
Target Milestone: M15 → Future
changing from Future to M20 and updating from trivial to major for RTM
The show config info dialog displays unnecessary information.
Severity: trivial → major
Target Milestone: Future → M20
Comment 6•25 years ago
|
||
This is a nice enhancement that would improve the product some amount. This is
not a critical (i.e. stop-ship) bug.
Marking as enhancement and moving to future.
Severity: major → enhancement
Target Milestone: M20 → Future
Marking fixed.
The NCI and account setup values have been removed from the cck.che.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago → 25 years ago
Resolution: --- → FIXED
re-opening....
not all the unnecessary keys have been removed... please look at the list
detailed above. Thanks.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 10•25 years ago
|
||
changing varada's bugs to shrutiv for CCK
| Assignee | ||
Comment 12•25 years ago
|
||
| Assignee | ||
Comment 13•25 years ago
|
||
Patch file to remove unnecessary information in Show Configuration Information
dialog has been attached.
Status: NEW → ASSIGNED
| Assignee | ||
Comment 14•25 years ago
|
||
| Assignee | ||
Updated•25 years ago
|
Target Milestone: Future → ---
Comment 15•24 years ago
|
||
patch needs to be updated per comments
| Assignee | ||
Comment 16•24 years ago
|
||
Comment 17•24 years ago
|
||
Try to get the patch not to change this line:
- str2 = GlobalWidgetArray[i].name;
+ str2 = GlobalWidgetArray[i].name;
and add a comment of what this code is doing (e.g., "Don't display configs
that CCK cannot modify.")
You should probably add a comment to the area of the code that lists
the configs that can be changed, so that if someone later adds code to
allow modification of one of these, s/he will know to change this code too.
| Assignee | ||
Comment 18•24 years ago
|
||
Comment 19•24 years ago
|
||
r=bobj
Thanks!
| Assignee | ||
Comment 20•24 years ago
|
||
Marking this as fixed.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•