Project

General

Profile

Download (11.9 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
d2133701 01/12/2005 05:17 PM Scott Ullrich

Add variable substitutions: $wanip, $lanip to wizard and pkg_edit facilities.

d51f86e0 01/12/2005 04:47 AM Scott Ullrich

Expand the usage of $myurl in wizard fields and pkg_edit

3ed807e4 01/05/2005 11:18 PM Scott Ullrich

Move the stepsubmitphpaction out of the field collection. It was not setting the root password correctly.

35fecd55 12/29/2004 01:00 AM Scott Ullrich

Fix eval bug.

f2ec2c48 12/29/2004 12:23 AM Scott Ullrich

Fix checkbox bug where checkboxes are not enabled in the wizards properly.

b1919dd0 12/23/2004 11:06 PM Scott Ullrich

Correctly restore SelectedType selection on wizard load and correctly save out the selected type setting.

e1e7a425 12/23/2004 10:00 PM Scott Ullrich

Add stepsubmitbeforesave tag which will process text before saving.

34b5c5a0 12/19/2004 06:51 PM Scott Ullrich

Add enable and disable fields feature to XML language. Fix the TYPE dropdown.

46985f19 12/18/2004 11:02 PM Scott Ullrich

Clean up arraynum handling.

9b8837be 12/18/2004 09:34 PM Scott Ullrich

Move the "User has been added." save message to the XML file where it belongs.

a8df0181 12/18/2004 09:08 PM Scott Ullrich

Add arraynum flag which is used when there is an array of values.

Example would be:
<dnsserver>X.X.X.X</dnsserver>
<dnsserver>Y.Y.Y.Y</dnsserver>

788ff7cb 12/18/2004 08:29 PM Scott Ullrich

Dont forget to output the fields description if it exists.

e48fc17d 12/18/2004 08:24 PM Scott Ullrich

The wizard system now works!

57333fa0 12/17/2004 10:46 PM Scott Ullrich

Dont forget closing name '.

2fbd6806 12/17/2004 10:42 PM Scott Ullrich

Wizard now will walk through entire step process.

TODO: Save posted items correctly.

658292ef 12/17/2004 08:14 PM Scott Ullrich

Introduce wizard system.