Project

General

Profile

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

# Date Author Comment
63637de9 07/04/2005 07:52 PM Bill Marquette

Code cleanup

4df96eff 07/02/2005 04:38 AM Scott Ullrich

include head.inc and round corners on tabs

fc19d371 06/25/2005 07:31 PM Scott Ullrich

use parse_xml_config_pkg()

78818d7a 06/22/2005 03:12 PM Scott Ullrich

Correctly popultae $myurl and friends

Fixes Ticket #179

5a4089a2 06/20/2005 02:50 AM Bill Marquette

xmlparse.inc is included already in config.inc which is included in guiconfig.inc

d5ba7568 06/20/2005 02:46 AM Bill Marquette

no more xmlparse_pkg.inc

88e5b39c 06/18/2005 09:30 PM Colin Smith

No more xml_parse_config_pkg.

fc7bea0e 06/13/2005 11:45 PM Scott Ullrich

Restore form state upon loading.

3f83de3d 06/13/2005 11:31 PM Scott Ullrich

Correctly handle checkboxes in the wizard

33a56b27 06/02/2005 04:42 AM Colin Smith

Add greyout support. This is still very experimental ;)

f3c6fdc0 06/02/2005 04:32 AM Bill Marquette

Allow for <warning> tag

88481a77 05/31/2005 07:24 PM Scott Ullrich

If the field type is checkbox then set the value in config.xml to TRUE if its "on"

d3d255cc 04/28/2005 04:46 PM Scott Ullrich

$config['lan']['ip'] -> $config['interfaces']['lan']['ip']

a0190b50 04/26/2005 11:08 PM Scott Ullrich

Make $myurl a global variable

This fixes Ticket #39

10a5b60e 04/04/2005 11:34 PM Scott Ullrich

Redirect to the correct URL/IP after the wizard

bd31336e 04/04/2005 11:11 PM Scott Ullrich
  • Move indvidual xml subnet items to its own widget
  • Move indvidual xml time zones items to its own widget
b46bfcf5 03/27/2005 10:31 PM Bill Marquette

Add $Id$ tag

bb0c9569 03/27/2005 09:49 PM Bill Marquette

remove hardcoded path
remove assumption that if $xml is set that the file must exist - die gracefully now

f9e35766 03/26/2005 01:39 AM Scott Ullrich

Add upload progress bar tracking support to php (as a module)

03fb5c37 03/12/2005 05:46 AM Bill Marquette

use relative url

6bb5c9aa 03/12/2005 05:44 AM Bill Marquette

Client side input validation for the wizard
Fix invalid domain name bug

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.