Opened 16 years ago

Closed 16 years ago

Last modified 15 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 16 years ago.
REXX program to delete or rename obsolete FM/2 INI file keys.

Download all attachments as: .zip

Change History (9)

comment:1 Changed 16 years ago by John Small

Description: modified (diff)
Status: newassigned

comment:2 Changed 16 years ago by John Small

Description: modified (diff)

comment:3 Changed 16 years ago by John Small

Changes have been committed. Awaiting feedback.

comment:4 Changed 16 years ago by John Small

Milestone: Release_3.10Release_3.11

comment:5 Changed 16 years ago by John Small

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

Changed 16 years ago by John Small

Attachment: cleanup.cmd added

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

comment:6 Changed 16 years ago by John Small

Milestone: Release_3.11

comment:7 Changed 16 years ago by John Small

Resolution: fixed
Status: assignedclosed

comment:8 Changed 15 years ago by Gregg Young

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