Opened 17 years ago

Closed 16 years ago

Last modified 16 years ago

#230 closed enhancement (fixed)

Fix/improve coding relating to various "state"/presparam INI keys

Reported by: John Small Owned by: John Small
Priority: minor Milestone: Release_3.11
Component: fm/2 base Version:
Keywords: Cc:

Description (last modified by John Small)

FM2_Temp.*

  • These keys are used when the "Quick" settings page is used to reset a configuration en masse to a pre-defined configuration.
  • These keys are supposed to be created, used in a RestoreDirCnrState and then immediately deleted.
  • The RestoreDirCnrState is not always being called and these keys are not always being deleted.

A default set of presparams for directory containers:

  • Some of the presparams are saved using keys without a common prefix, some are saved with a prefix of DirCnr and some are saved both ways!?

The goals for this ticket:

  • make sure the FM2_Temp.* keys are used and deleted correctly
  • save and use default directory container presparm INI keys in a consistent manner.
  • add some miscellaneous missing saves or restores of various state-related INI keys.

Attachments (1)

cleanup.cmd (8.4 KB ) - added by John Small 17 years ago.
REXX program to delete or rename obsolete FM/2 INI file keys.

Download all attachments as: .zip

Change History (9)

comment:1 by John Small, 17 years ago

Description: modified (diff)
Status: newassigned

comment:2 by John Small, 17 years ago

Description: modified (diff)

comment:3 by John Small, 17 years ago

Changes have been committed. Awaiting feedback.

comment:4 by John Small, 17 years ago

Milestone: Release_3.10Release_3.11

comment:5 by John Small, 17 years ago

The INI file keys used for default directory container settings now use a "DirCnr." prefix. (Changeset 997).

by John Small, 17 years ago

Attachment: cleanup.cmd added

REXX program to delete or rename obsolete FM/2 INI file keys.

comment:6 by John Small, 16 years ago

Milestone: Release_3.11

comment:7 by John Small, 16 years ago

Resolution: fixed
Status: assignedclosed

comment:8 by Gregg Young, 16 years ago

Milestone: Release_3.11
Note: See TracTickets for help on using tickets.